=== 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-0017 --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-0017",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0017_ses-03_task-social_acq-mb8_run-05_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-0017_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0017_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-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0017_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-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0017_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-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0017_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-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0017_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-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0017_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-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0017_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-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-05_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-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-03_task-social_acq-mb8_run-05_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-0017/ses-03/func/sub-0017_ses-03_task-social_acq-mb8_run-05_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>133fc3707781ce3c9d455227acce4aa5</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>12:59:48.237500</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_VE11C_LATEST_20160120</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.996333, -0.0805395, 0.0288849, 0.0773634, 0.992178, 0.0979684]</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-05_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.10437</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4178, -7769, -7191, 618, -4, -156, 58, 69]</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>268.287</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>67fe2a1a-5419-4fab-9cbb-3f06dcb06648||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6730880737304688, 0.20756037533283234, 0.09868305176496506, 98.06231689453125], [0.21608157455921173, 2.661940813064575, 0.2575111389160156, -110.35053253173828], [0.07749605178833008, -0.2628420293331146, 2.685879707336426, -32.51108169555664], [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': ['125948.237500', '125948.697500', '125949.157500', '125949.617500', '125950.077500', '125950.537500', '125950.997500', '125951.457500', '125951.917500', '125952.377500', '125952.837500', '125953.297500', '125953.757500', '125954.217500', '125954.677500', '125955.137500', '125955.597500', '125956.057500', '125956.517500', '125956.977500', '125957.437500', '125957.897500', '125958.357500', '125958.817500', '125959.277500', '125959.737500', '130000.197500', '130000.657500', '130001.117500', '130001.577500', '130002.037500', '130002.497500', '130002.957500', '130003.417500', '130003.877500', '130004.337500', '130004.797500', '130005.257500', '130005.717500', '130006.177500', '130006.637500', '130007.097500', '130007.557500', '130008.017500', '130008.477500', '130008.937500', '130009.397500', '130009.857500', '130010.317500', '130010.777500', '130011.237500', '130011.697500', '130012.157500', '130012.617500', '130013.077500', '130013.537500', '130013.997500', '130014.457500', '130014.917500', '130015.377500', '130015.837500', '130016.297500', '130016.757500', '130017.217500', '130017.677500', '130018.137500', '130018.597500', '130019.057500', '130019.517500', '130019.977500', '130020.437500', '130020.897500', '130021.357500', '130021.817500', '130022.277500', '130022.737500', '130023.197500', '130023.657500', '130024.117500', '130024.577500', '130025.037500', '130025.497500', '130025.957500', '130026.417500', '130026.877500', '130027.337500', '130027.797500', '130028.257500', '130028.717500', '130029.177500', '130029.637500', '130030.097500', '130030.557500', '130031.017500', '130031.477500', '130031.937500', '130032.397500', '130032.857500', '130033.317500', '130033.777500', '130034.237500', '130034.697500', '130035.157500', '130035.617500', '130036.077500', '130036.537500', '130036.997500', '130037.457500', '130037.917500', '130038.377500', '130038.837500', '130039.297500', '130039.757500', '130040.217500', '130040.677500', '130041.137500', '130041.597500', '130042.057500', '130042.517500', '130042.977500', '130043.437500', '130043.897500', '130044.357500', '130044.817500', '130045.277500', '130045.737500', '130046.197500', '130046.657500', '130047.117500', '130047.577500', '130048.037500', '130048.497500', '130048.957500', '130049.417500', '130049.877500', '130050.337500', '130050.797500', '130051.257500', '130051.717500', '130052.177500', '130052.637500', '130053.097500', '130053.557500', '130054.017500', '130054.477500', '130054.937500', '130055.397500', '130055.857500', '130056.317500', '130056.777500', '130057.237500', '130057.697500', '130058.157500', '130058.617500', '130059.077500', '130059.537500', '130059.997500', '130100.457500', '130100.917500', '130101.377500', '130101.837500', '130102.297500', '130102.757500', '130103.217500', '130103.677500', '130104.137500', '130104.597500', '130105.057500', '130105.517500', '130105.977500', '130106.437500', '130106.897500', '130107.357500', '130107.817500', '130108.277500', '130108.737500', '130109.197500', '130109.657500', '130110.117500', '130110.577500', '130111.037500', '130111.497500', '130111.957500', '130112.417500', '130112.877500', '130113.337500', '130113.797500', '130114.257500', '130114.717500', '130115.177500', '130115.637500', '130116.097500', '130116.557500', '130117.017500', '130117.477500', '130117.937500', '130118.397500', '130118.857500', '130119.317500', '130119.777500', '130120.237500', '130120.697500', '130121.157500', '130121.617500', '130122.077500', '130122.537500', '130122.997500', '130123.457500', '130123.917500', '130124.377500', '130124.837500', '130125.297500', '130125.757500', '130126.217500', '130126.677500', '130127.137500', '130127.597500', '130128.057500', '130128.517500', '130128.977500', '130129.437500', '130129.897500', '130130.357500', '130130.817500', '130131.277500', '130131.737500', '130132.197500', '130132.657500', '130133.117500', '130133.577500', '130134.037500', '130134.497500', '130134.957500', '130135.417500', '130135.877500', '130136.337500', '130136.797500', '130137.257500', '130137.717500', '130138.177500', '130138.637500', '130139.097500', '130139.557500', '130140.017500', '130140.477500', '130140.937500', '130141.397500', '130141.857500', '130142.317500', '130142.777500', '130143.237500', '130143.697500', '130144.157500', '130144.617500', '130145.077500', '130145.537500', '130145.997500', '130146.457500', '130146.917500', '130147.377500', '130147.837500', '130148.297500', '130148.757500', '130149.217500', '130149.677500', '130150.137500', '130150.597500', '130151.057500', '130151.517500', '130151.977500', '130152.437500', '130152.897500', '130153.357500', '130153.817500', '130154.277500', '130154.737500', '130155.197500', '130155.657500', '130156.117500', '130156.577500', '130157.037500', '130157.497500', '130157.957500', '130158.417500', '130158.877500', '130159.337500', '130159.797500', '130200.257500', '130200.717500', '130201.177500', '130201.637500', '130202.097500', '130202.557500', '130203.017500', '130203.477500', '130203.937500', '130204.397500', '130204.857500', '130205.317500', '130205.777500', '130206.237500', '130206.697500', '130207.157500', '130207.617500', '130208.077500', '130208.537500', '130208.997500', '130209.457500', '130209.917500', '130210.377500', '130210.837500', '130211.297500', '130211.757500', '130212.217500', '130212.677500', '130213.137500', '130213.597500', '130214.057500', '130214.517500', '130214.977500', '130215.437500', '130215.897500', '130216.357500', '130216.817500', '130217.277500', '130217.737500', '130218.197500', '130218.657500', '130219.117500', '130219.577500', '130220.037500', '130220.497500', '130220.957500', '130221.417500', '130221.877500', '130222.337500', '130222.797500', '130223.257500', '130223.717500', '130224.177500', '130224.637500', '130225.097500', '130225.557500', '130226.017500', '130226.477500', '130226.937500', '130227.397500', '130227.857500', '130228.317500', '130228.777500', '130229.237500', '130229.697500', '130230.157500', '130230.617500', '130231.077500', '130231.537500', '130231.997500', '130232.457500', '130232.917500', '130233.377500', '130233.837500', '130234.297500', '130234.757500', '130235.217500', '130235.677500', '130236.137500', '130236.597500', '130237.057500', '130237.517500', '130237.977500', '130238.437500', '130238.897500', '130239.357500', '130239.817500', '130240.277500', '130240.737500', '130241.197500', '130241.657500', '130242.117500', '130242.577500', '130243.037500', '130243.497500', '130243.957500', '130244.417500', '130244.877500', '130245.337500', '130245.797500', '130246.257500', '130246.717500', '130247.177500', '130247.637500', '130248.097500', '130248.557500', '130249.017500', '130249.477500', '130249.937500', '130250.397500', '130250.857500', '130251.317500', '130251.777500', '130252.237500', '130252.697500', '130253.157500', '130253.617500', '130254.077500', '130254.537500', '130254.997500', '130255.457500', '130255.917500', '130256.377500', '130256.837500', '130257.297500', '130257.757500', '130258.217500', '130258.677500', '130259.137500', '130259.597500', '130300.057500', '130300.517500', '130300.977500', '130301.437500', '130301.897500', '130302.357500', '130302.817500', '130303.277500', '130303.737500', '130304.197500', '130304.657500', '130305.117500', '130305.577500', '130306.037500', '130306.497500', '130306.957500', '130307.417500', '130307.877500', '130308.337500', '130308.797500', '130309.257500', '130309.717500', '130310.177500', '130310.637500', '130311.097500', '130311.557500', '130312.017500', '130312.477500', '130312.937500', '130313.397500', '130313.857500', '130314.317500', '130314.777500', '130315.237500', '130315.697500', '130316.157500', '130316.617500', '130317.077500', '130317.537500', '130317.997500', '130318.457500', '130318.917500', '130319.377500', '130319.837500', '130320.297500', '130320.757500', '130321.217500', '130321.677500', '130322.137500', '130322.597500', '130323.057500', '130323.517500', '130323.977500', '130324.437500', '130324.897500', '130325.357500', '130325.817500', '130326.277500', '130326.737500', '130327.197500', '130327.657500', '130328.117500', '130328.577500', '130329.037500', '130329.497500', '130329.957500', '130330.417500', '130330.877500', '130331.337500', '130331.797500', '130332.257500', '130332.717500', '130333.177500', '130333.637500', '130334.097500', '130334.557500', '130335.017500', '130335.477500', '130335.937500', '130336.397500', '130336.857500', '130337.317500', '130337.777500', '130338.237500', '130338.697500', '130339.157500', '130339.617500', '130340.077500', '130340.537500', '130340.997500', '130341.457500', '130341.917500', '130342.377500', '130342.837500', '130343.297500', '130343.757500', '130344.217500', '130344.677500', '130345.137500', '130345.597500', '130346.057500', '130346.517500', '130346.977500', '130347.437500', '130347.897500', '130348.357500', '130348.817500', '130349.277500', '130349.737500', '130350.197500', '130350.657500', '130351.117500', '130351.577500', '130352.037500', '130352.497500', '130352.957500', '130353.417500', '130353.877500', '130354.337500', '130354.797500', '130355.257500', '130355.717500', '130356.177500', '130356.637500', '130357.097500', '130357.557500', '130358.017500', '130358.477500', '130358.937500', '130359.397500', '130359.857500', '130400.317500', '130400.777500', '130401.237500', '130401.697500', '130402.157500', '130402.617500', '130403.077500', '130403.537500', '130403.997500', '130404.457500', '130404.917500', '130405.377500', '130405.837500', '130406.297500', '130406.757500', '130407.217500', '130407.677500', '130408.137500', '130408.597500', '130409.057500', '130409.517500', '130409.977500', '130410.437500', '130410.897500', '130411.357500', '130411.817500', '130412.277500', '130412.737500', '130413.197500', '130413.657500', '130414.117500', '130414.577500', '130415.037500', '130415.497500', '130415.957500', '130416.417500', '130416.877500', '130417.337500', '130417.797500', '130418.257500', '130418.717500', '130419.177500', '130419.637500', '130420.097500', '130420.557500', '130421.017500', '130421.477500', '130421.937500', '130422.397500', '130422.857500', '130423.317500', '130423.777500', '130424.237500', '130424.697500', '130425.157500', '130425.617500', '130426.077500', '130426.537500', '130426.997500', '130427.457500', '130427.917500', '130428.377500', '130428.837500', '130429.297500', '130429.757500', '130430.217500', '130430.677500', '130431.137500', '130431.597500', '130432.057500', '130432.517500', '130432.977500', '130433.437500', '130433.897500', '130434.357500', '130434.817500', '130435.277500', '130435.737500', '130436.197500', '130436.657500', '130437.117500', '130437.577500', '130438.037500', '130438.497500', '130438.957500', '130439.417500', '130439.877500', '130440.337500', '130440.797500', '130441.257500', '130441.717500', '130442.177500', '130442.637500', '130443.097500', '130443.557500', '130444.017500', '130444.477500', '130444.937500', '130445.397500', '130445.857500', '130446.317500', '130446.777500', '130447.237500', '130447.697500', '130448.157500', '130448.617500', '130449.077500', '130449.537500', '130449.997500', '130450.457500', '130450.917500', '130451.377500', '130451.837500', '130452.297500', '130452.757500', '130453.217500', '130453.677500', '130454.137500', '130454.597500', '130455.057500', '130455.517500', '130455.977500', '130456.437500', '130456.897500', '130457.357500', '130457.817500', '130458.277500', '130458.737500', '130459.197500', '130459.657500', '130500.117500', '130500.577500', '130501.037500', '130501.497500', '130501.957500', '130502.417500', '130502.877500', '130503.337500', '130503.797500', '130504.257500', '130504.717500', '130505.177500', '130505.637500', '130506.097500', '130506.557500', '130507.017500', '130507.477500', '130507.937500', '130508.397500', '130508.857500', '130509.317500', '130509.777500', '130510.237500', '130510.697500', '130511.157500', '130511.617500', '130512.077500', '130512.537500', '130512.997500', '130513.457500', '130513.917500', '130514.377500', '130514.837500', '130515.297500', '130515.757500', '130516.217500', '130516.677500', '130517.137500', '130517.597500', '130518.057500', '130518.517500', '130518.977500', '130519.437500', '130519.897500', '130520.357500', '130520.817500', '130521.277500', '130521.737500', '130522.197500', '130522.657500', '130523.117500', '130523.577500', '130524.037500', '130524.497500', '130524.957500', '130525.417500', '130525.877500', '130526.337500', '130526.797500', '130527.257500', '130527.717500', '130528.177500', '130528.637500', '130529.097500', '130529.557500', '130530.017500', '130530.477500', '130530.937500', '130531.397500', '130531.857500', '130532.317500', '130532.777500', '130533.237500', '130533.697500', '130534.157500', '130534.617500', '130535.077500', '130535.537500', '130535.997500', '130536.457500', '130536.917500', '130537.377500', '130537.837500', '130538.297500', '130538.757500', '130539.217500', '130539.677500', '130540.137500', '130540.597500', '130541.057500', '130541.517500', '130541.977500', '130542.437500', '130542.897500', '130543.357500', '130543.817500', '130544.277500', '130544.737500', '130545.197500', '130545.657500', '130546.117500', '130546.577500', '130547.037500', '130547.497500', '130547.957500', '130548.417500', '130548.877500', '130549.337500', '130549.797500', '130550.257500', '130550.717500', '130551.177500', '130551.637500', '130552.097500', '130552.557500', '130553.017500', '130553.477500', '130553.937500', '130554.397500', '130554.857500', '130555.317500', '130555.777500', '130556.237500', '130556.697500', '130557.157500', '130557.617500', '130558.077500', '130558.537500', '130558.997500', '130559.457500', '130559.917500', '130600.377500', '130600.837500', '130601.297500', '130601.757500', '130602.217500', '130602.677500', '130603.137500', '130603.597500', '130604.057500', '130604.517500', '130604.977500', '130605.437500', '130605.897500', '130606.357500', '130606.817500', '130607.277500', '130607.737500', '130608.197500', '130608.657500', '130609.117500', '130609.577500', '130610.037500', '130610.497500', '130610.957500', '130611.417500', '130611.877500', '130612.337500', '130612.797500', '130613.257500', '130613.717500', '130614.177500', '130614.637500', '130615.097500', '130615.557500', '130616.017500', '130616.477500', '130616.937500', '130617.397500', '130617.857500', '130618.317500', '130618.777500', '130619.237500', '130619.697500', '130620.157500', '130620.617500', '130621.077500', '130621.537500', '130621.997500', '130622.457500', '130622.917500', '130623.377500', '130623.837500', '130624.297500', '130624.757500', '130625.217500', '130625.677500', '130626.137500', '130626.597500', '130627.057500', '130627.517500', '130627.977500', '130628.437500', '130628.897500'], 'ContentTime': ['130003.359000', '130003.363000', '130003.366000', '130003.374000', '130003.376000', '130003.379000', '130003.382000', '130003.385000', '130003.388000', '130003.391000', '130003.393000', '130003.396000', '130003.399000', '130003.402000', '130003.405000', '130003.413000', '130003.416000', '130003.418000', '130003.421000', '130003.424000', '130003.427000', '130003.430000', '130003.433000', '130003.436000', '130003.438000', '130003.441000', '130003.444000', '130003.447000', '130003.450000', '130003.453000', '130003.455000', '130003.460000', '130023.325000', '130023.334000', '130023.337000', '130023.340000', '130023.343000', '130023.346000', '130023.348000', '130023.351000', '130023.354000', '130023.357000', '130023.360000', '130023.363000', '130023.366000', '130023.369000', '130023.371000', '130023.374000', '130023.377000', '130023.380000', '130023.383000', '130023.385000', '130023.388000', '130023.391000', '130023.394000', '130023.397000', '130023.400000', '130023.403000', '130023.406000', '130023.409000', '130023.412000', '130023.415000', '130023.418000', '130023.421000', '130023.424000', '130023.426000', '130023.429000', '130023.432000', '130023.435000', '130023.438000', '130023.441000', '130023.444000', '130023.447000', '130023.449000', '130023.452000', '130043.325000', '130043.328000', '130043.331000', '130043.334000', '130043.337000', '130043.340000', '130043.343000', '130043.345000', '130043.348000', '130043.351000', '130043.354000', '130043.357000', '130043.360000', '130043.363000', '130043.365000', '130043.368000', '130043.371000', '130043.374000', '130043.377000', '130043.380000', '130043.383000', '130043.385000', '130043.388000', '130043.391000', '130043.394000', '130043.397000', '130043.400000', '130043.403000', '130043.405000', '130043.408000', '130043.411000', '130043.414000', '130043.417000', '130043.420000', '130043.423000', '130043.425000', '130043.428000', '130043.431000', '130043.434000', '130043.448000', '130043.451000', '130043.454000', '130043.456000', '130043.459000', '130103.325000', '130103.328000', '130103.331000', '130103.334000', '130103.337000', '130103.339000', '130103.342000', '130103.345000', '130103.348000', '130103.351000', '130103.355000', '130103.358000', '130103.361000', '130103.364000', '130103.367000', '130103.370000', '130103.373000', '130103.376000', '130103.378000', '130103.382000', '130103.384000', '130103.387000', '130103.390000', '130103.393000', '130103.396000', '130103.399000', '130103.402000', '130103.405000', '130103.408000', '130103.411000', '130103.414000', '130103.417000', '130103.420000', '130103.423000', '130103.425000', '130103.428000', '130103.431000', '130103.434000', '130103.437000', '130103.440000', '130103.443000', '130103.446000', '130103.448000', '130123.326000', '130123.329000', '130123.332000', '130123.335000', '130123.338000', '130123.340000', '130123.343000', '130123.346000', '130123.349000', '130123.352000', '130123.355000', '130123.357000', '130123.360000', '130123.363000', '130123.366000', '130123.369000', '130123.372000', '130123.375000', '130123.378000', '130123.380000', '130123.383000', '130123.386000', '130123.389000', '130123.392000', '130123.395000', '130123.398000', '130123.401000', '130123.403000', '130123.406000', '130123.409000', '130123.412000', '130123.415000', '130123.418000', '130123.421000', '130123.423000', '130123.441000', '130123.444000', '130123.446000', '130123.449000', '130123.452000', '130123.455000', '130123.458000', '130123.461000', '130123.463000', '130143.326000', '130143.329000', '130143.332000', '130143.335000', '130143.338000', '130143.341000', '130143.344000', '130143.346000', '130143.349000', '130143.352000', '130143.355000', '130143.358000', '130143.361000', '130143.363000', '130143.366000', '130143.369000', '130143.372000', '130143.375000', '130143.378000', '130143.381000', '130143.384000', '130143.386000', '130143.389000', '130143.392000', '130143.395000', '130143.398000', '130143.401000', '130143.403000', '130143.406000', '130143.409000', '130143.412000', '130143.415000', '130143.418000', '130143.421000', '130143.424000', '130143.426000', '130143.429000', '130143.432000', '130143.435000', '130143.438000', '130143.441000', '130143.444000', '130143.447000', '130203.326000', '130203.329000', '130203.332000', '130203.335000', '130203.338000', '130203.340000', '130203.343000', '130203.346000', '130203.349000', '130203.352000', '130203.355000', '130203.358000', '130203.361000', '130203.363000', '130203.366000', '130203.369000', '130203.372000', '130203.375000', '130203.378000', '130203.381000', '130203.384000', '130203.387000', '130203.389000', '130203.392000', '130203.395000', '130203.398000', '130203.401000', '130203.404000', '130203.407000', '130203.409000', '130203.412000', '130203.415000', '130203.418000', '130203.421000', '130203.424000', '130203.427000', '130203.430000', '130203.432000', '130203.435000', '130203.438000', '130203.441000', '130203.444000', '130203.447000', '130203.450000', '130223.326000', '130223.329000', '130223.332000', '130223.335000', '130223.338000', '130223.341000', '130223.343000', '130223.346000', '130223.349000', '130223.352000', '130223.355000', '130223.358000', '130223.361000', '130223.364000', '130223.366000', '130223.369000', '130223.372000', '130223.375000', '130223.378000', '130223.381000', '130223.384000', '130223.387000', '130223.389000', '130223.394000', '130223.397000', '130223.400000', '130223.403000', '130223.405000', '130223.408000', '130223.411000', '130223.414000', '130223.417000', '130223.420000', '130223.423000', '130223.426000', '130223.428000', '130223.431000', '130223.434000', '130223.437000', '130223.440000', '130223.442000', '130223.446000', '130223.449000', '130243.325000', '130243.328000', '130243.331000', '130243.334000', '130243.337000', '130243.340000', '130243.349000', '130243.351000', '130243.354000', '130243.357000', '130243.360000', '130243.363000', '130243.366000', '130243.368000', '130243.371000', '130243.374000', '130243.377000', '130243.380000', '130243.383000', '130243.386000', '130243.388000', '130243.391000', '130243.394000', '130243.397000', '130243.400000', '130243.403000', '130243.406000', '130243.408000', '130243.411000', '130243.414000', '130243.417000', '130243.420000', '130243.423000', '130243.426000', '130243.429000', '130243.431000', '130243.434000', '130243.437000', '130243.440000', '130243.443000', '130243.446000', '130243.448000', '130243.451000', '130243.454000', '130303.325000', '130303.328000', '130303.331000', '130303.334000', '130303.337000', '130303.339000', '130303.342000', '130303.345000', '130303.348000', '130303.351000', '130303.354000', '130303.357000', '130303.360000', '130303.362000', '130303.365000', '130303.368000', '130303.371000', '130303.374000', '130303.377000', '130303.380000', '130303.383000', '130303.386000', '130303.388000', '130303.391000', '130303.394000', '130303.397000', '130303.400000', '130303.403000', '130303.406000', '130303.408000', '130303.424000', '130303.427000', '130303.430000', '130303.433000', '130303.436000', '130303.439000', '130303.442000', '130303.444000', '130303.447000', '130303.450000', '130303.453000', '130303.456000', '130303.459000', '130323.325000', '130323.328000', '130323.331000', '130323.334000', '130323.337000', '130323.340000', '130323.343000', '130323.346000', '130323.348000', '130323.351000', '130323.354000', '130323.357000', '130323.360000', '130323.363000', '130323.366000', '130323.369000', '130323.372000', '130323.375000', '130323.377000', '130323.380000', '130323.383000', '130323.386000', '130323.389000', '130323.392000', '130323.395000', '130323.398000', '130323.400000', '130323.403000', '130323.406000', '130323.409000', '130323.412000', '130323.415000', '130323.418000', '130323.421000', '130323.424000', '130323.426000', '130323.429000', '130323.432000', '130323.435000', '130323.438000', '130323.441000', '130323.444000', '130323.446000', '130323.449000', '130343.326000', '130343.329000', '130343.332000', '130343.335000', '130343.338000', '130343.341000', '130343.343000', '130343.346000', '130343.349000', '130343.352000', '130343.355000', '130343.358000', '130343.361000', '130343.364000', '130343.367000', '130343.369000', '130343.372000', '130343.375000', '130343.378000', '130343.381000', '130343.384000', '130343.387000', '130343.389000', '130343.392000', '130343.395000', '130343.398000', '130343.401000', '130343.404000', '130343.407000', '130343.409000', '130343.412000', '130343.415000', '130343.418000', '130343.421000', '130343.424000', '130343.427000', '130343.430000', '130343.433000', '130343.436000', '130343.439000', '130343.442000', '130343.445000', '130343.448000', '130403.326000', '130403.329000', '130403.332000', '130403.335000', '130403.338000', '130403.340000', '130403.343000', '130403.346000', '130403.354000', '130403.357000', '130403.359000', '130403.362000', '130403.365000', '130403.368000', '130403.371000', '130403.374000', '130403.377000', '130403.380000', '130403.382000', '130403.385000', '130403.388000', '130403.391000', '130403.394000', '130403.397000', '130403.400000', '130403.403000', '130403.406000', '130403.409000', '130403.412000', '130403.415000', '130403.417000', '130403.420000', '130403.423000', '130403.426000', '130403.429000', '130403.432000', '130403.435000', '130403.437000', '130403.440000', '130403.443000', '130403.446000', '130403.449000', '130403.452000', '130403.455000', '130423.326000', '130423.329000', '130423.332000', '130423.335000', '130423.338000', '130423.340000', '130423.343000', '130423.346000', '130423.349000', '130423.352000', '130423.355000', '130423.358000', '130423.361000', '130423.364000', '130423.367000', '130423.369000', '130423.372000', '130423.375000', '130423.378000', '130423.381000', '130423.384000', '130423.387000', '130423.390000', '130423.393000', '130423.395000', '130423.398000', '130423.401000', '130423.404000', '130423.407000', '130423.410000', '130423.413000', '130423.415000', '130423.418000', '130423.421000', '130423.424000', '130423.427000', '130423.430000', '130423.433000', '130423.436000', '130423.438000', '130423.441000', '130423.444000', '130423.447000', '130443.326000', '130443.329000', '130443.332000', '130443.335000', '130443.338000', '130443.341000', '130443.343000', '130443.346000', '130443.349000', '130443.352000', '130443.355000', '130443.358000', '130443.361000', '130443.364000', '130443.367000', '130443.370000', '130443.372000', '130443.375000', '130443.378000', '130443.381000', '130443.384000', '130443.387000', '130443.389000', '130443.392000', '130443.395000', '130443.398000', '130443.401000', '130443.404000', '130443.407000', '130443.410000', '130443.412000', '130443.415000', '130443.418000', '130443.421000', '130443.424000', '130443.427000', '130443.430000', '130443.432000', '130443.435000', '130443.438000', '130443.441000', '130443.444000', '130443.447000', '130443.450000', '130503.325000', '130503.328000', '130503.331000', '130503.334000', '130503.337000', '130503.340000', '130503.343000', '130503.346000', '130503.348000', '130503.351000', '130503.354000', '130503.357000', '130503.360000', '130503.363000', '130503.366000', '130503.369000', '130503.372000', '130503.375000', '130503.377000', '130503.380000', '130503.383000', '130503.386000', '130503.389000', '130503.392000', '130503.395000', '130503.398000', '130503.401000', '130503.403000', '130503.406000', '130503.409000', '130503.412000', '130503.415000', '130503.418000', '130503.421000', '130503.424000', '130503.426000', '130503.429000', '130503.432000', '130503.435000', '130503.438000', '130503.441000', '130503.444000', '130503.447000', '130523.325000', '130523.328000', '130523.331000', '130523.334000', '130523.337000', '130523.340000', '130523.343000', '130523.345000', '130523.348000', '130523.351000', '130523.354000', '130523.357000', '130523.360000', '130523.363000', '130523.366000', '130523.369000', '130523.371000', '130523.374000', '130523.377000', '130523.380000', '130523.383000', '130523.386000', '130523.389000', '130523.392000', '130523.394000', '130523.397000', '130523.400000', '130523.403000', '130523.406000', '130523.409000', '130523.412000', '130523.415000', '130523.418000', '130523.420000', '130523.423000', '130523.426000', '130523.429000', '130523.432000', '130523.435000', '130523.438000', '130523.441000', '130523.444000', '130523.447000', '130523.450000', '130543.325000', '130543.328000', '130543.331000', '130543.334000', '130543.337000', '130543.340000', '130543.342000', '130543.345000', '130543.348000', '130543.351000', '130543.354000', '130543.357000', '130543.360000', '130543.363000', '130543.366000', '130543.369000', '130543.372000', '130543.375000', '130543.377000', '130543.380000', '130543.383000', '130543.386000', '130543.389000', '130543.392000', '130543.397000', '130543.399000', '130543.402000', '130543.405000', '130543.408000', '130543.411000', '130543.414000', '130543.417000', '130543.420000', '130543.422000', '130543.425000', '130543.428000', '130543.431000', '130543.434000', '130543.437000', '130543.440000', '130543.443000', '130543.445000', '130543.448000', '130603.326000', '130603.329000', '130603.333000', '130603.336000', '130603.339000', '130603.342000', '130603.345000', '130603.347000', '130603.350000', '130603.353000', '130603.356000', '130603.359000', '130603.362000', '130603.365000', '130603.368000', '130603.371000', '130603.373000', '130603.376000', '130603.379000', '130603.382000', '130603.385000', '130603.388000', '130603.391000', '130603.399000', '130603.402000', '130603.405000', '130603.407000', '130603.410000', '130603.413000', '130603.416000', '130603.419000', '130603.422000', '130603.425000', '130603.428000', '130603.430000', '130603.433000', '130603.436000', '130603.439000', '130603.442000', '130603.445000', '130603.448000', '130603.451000', '130603.453000', '130623.326000', '130623.329000', '130623.332000', '130623.335000', '130623.338000', '130623.341000', '130623.343000', '130623.346000', '130623.349000', '130623.352000', '130623.355000', '130623.358000', '130623.361000', '130623.364000', '130623.367000', '130623.369000', '130623.373000', '130623.375000', '130623.378000', '130623.381000', '130623.384000', '130623.387000', '130623.390000', '130623.393000', '130623.396000', '130623.399000', '130623.401000', '130623.404000', '130623.407000', '130623.410000', '130623.413000', '130623.416000', '130623.419000', '130623.422000', '130623.424000', '130623.427000', '130623.430000', '130623.433000', '130623.436000', '130623.439000', '130623.442000', '130623.445000', '130623.448000', '130623.450000', '130629.603000', '130629.607000', '130629.610000', '130629.613000', '130629.616000', '130629.619000', '130629.623000', '130629.626000', '130629.630000', '130629.633000', '130629.637000', '130629.640000', '130629.643000', '130629.646000'], 'InstanceCreationTime': ['130003.359000', '130003.363000', '130003.366000', '130003.374000', '130003.376000', '130003.379000', '130003.382000', '130003.385000', '130003.388000', '130003.391000', '130003.393000', '130003.396000', '130003.399000', '130003.402000', '130003.405000', '130003.413000', '130003.416000', '130003.418000', '130003.421000', '130003.424000', '130003.427000', '130003.430000', '130003.433000', '130003.436000', '130003.438000', '130003.441000', '130003.444000', '130003.447000', '130003.450000', '130003.453000', '130003.455000', '130003.460000', '130023.325000', '130023.334000', '130023.337000', '130023.340000', '130023.343000', '130023.346000', '130023.348000', '130023.351000', '130023.354000', '130023.357000', '130023.360000', '130023.363000', '130023.366000', '130023.369000', '130023.371000', '130023.374000', '130023.377000', '130023.380000', '130023.383000', '130023.385000', '130023.388000', '130023.391000', '130023.394000', '130023.397000', '130023.400000', '130023.403000', '130023.406000', '130023.409000', '130023.412000', '130023.415000', '130023.418000', '130023.421000', '130023.424000', '130023.426000', '130023.429000', '130023.432000', '130023.435000', '130023.438000', '130023.441000', '130023.444000', '130023.447000', '130023.449000', '130023.452000', '130043.325000', '130043.328000', '130043.331000', '130043.334000', '130043.337000', '130043.340000', '130043.343000', '130043.345000', '130043.348000', '130043.351000', '130043.354000', '130043.357000', '130043.360000', '130043.363000', '130043.365000', '130043.368000', '130043.371000', '130043.374000', '130043.377000', '130043.380000', '130043.383000', '130043.385000', '130043.388000', '130043.391000', '130043.394000', '130043.397000', '130043.400000', '130043.403000', '130043.405000', '130043.408000', '130043.411000', '130043.414000', '130043.417000', '130043.420000', '130043.423000', '130043.425000', '130043.428000', '130043.431000', '130043.434000', '130043.448000', '130043.451000', '130043.454000', '130043.456000', '130043.459000', '130103.325000', '130103.328000', '130103.331000', '130103.334000', '130103.337000', '130103.339000', '130103.342000', '130103.345000', '130103.348000', '130103.351000', '130103.355000', '130103.358000', '130103.361000', '130103.364000', '130103.367000', '130103.370000', '130103.373000', '130103.376000', '130103.378000', '130103.382000', '130103.384000', '130103.387000', '130103.390000', '130103.393000', '130103.396000', '130103.399000', '130103.402000', '130103.405000', '130103.408000', '130103.411000', '130103.414000', '130103.417000', '130103.420000', '130103.423000', '130103.425000', '130103.428000', '130103.431000', '130103.434000', '130103.437000', '130103.440000', '130103.443000', '130103.446000', '130103.448000', '130123.326000', '130123.329000', '130123.332000', '130123.335000', '130123.338000', '130123.340000', '130123.343000', '130123.346000', '130123.349000', '130123.352000', '130123.355000', '130123.357000', '130123.360000', '130123.363000', '130123.366000', '130123.369000', '130123.372000', '130123.375000', '130123.378000', '130123.380000', '130123.383000', '130123.386000', '130123.389000', '130123.392000', '130123.395000', '130123.398000', '130123.401000', '130123.403000', '130123.406000', '130123.409000', '130123.412000', '130123.415000', '130123.418000', '130123.421000', '130123.423000', '130123.441000', '130123.444000', '130123.446000', '130123.449000', '130123.452000', '130123.455000', '130123.458000', '130123.461000', '130123.463000', '130143.326000', '130143.329000', '130143.332000', '130143.335000', '130143.338000', '130143.341000', '130143.344000', '130143.346000', '130143.349000', '130143.352000', '130143.355000', '130143.358000', '130143.361000', '130143.363000', '130143.366000', '130143.369000', '130143.372000', '130143.375000', '130143.378000', '130143.381000', '130143.384000', '130143.386000', '130143.389000', '130143.392000', '130143.395000', '130143.398000', '130143.401000', '130143.403000', '130143.406000', '130143.409000', '130143.412000', '130143.415000', '130143.418000', '130143.421000', '130143.424000', '130143.426000', '130143.429000', '130143.432000', '130143.435000', '130143.438000', '130143.441000', '130143.444000', '130143.447000', '130203.326000', '130203.329000', '130203.332000', '130203.335000', '130203.338000', '130203.340000', '130203.343000', '130203.346000', '130203.349000', '130203.352000', '130203.355000', '130203.358000', '130203.361000', '130203.363000', '130203.366000', '130203.369000', '130203.372000', '130203.375000', '130203.378000', '130203.381000', '130203.384000', '130203.387000', '130203.389000', '130203.392000', '130203.395000', '130203.398000', '130203.401000', '130203.404000', '130203.407000', '130203.409000', '130203.412000', '130203.415000', '130203.418000', '130203.421000', '130203.424000', '130203.427000', '130203.430000', '130203.432000', '130203.435000', '130203.438000', '130203.441000', '130203.444000', '130203.447000', '130203.450000', '130223.326000', '130223.329000', '130223.332000', '130223.335000', '130223.338000', '130223.341000', '130223.343000', '130223.346000', '130223.349000', '130223.352000', '130223.355000', '130223.358000', '130223.361000', '130223.364000', '130223.366000', '130223.369000', '130223.372000', '130223.375000', '130223.378000', '130223.381000', '130223.384000', '130223.387000', '130223.389000', '130223.394000', '130223.397000', '130223.400000', '130223.403000', '130223.405000', '130223.408000', '130223.411000', '130223.414000', '130223.417000', '130223.420000', '130223.423000', '130223.426000', '130223.428000', '130223.431000', '130223.434000', '130223.437000', '130223.440000', '130223.442000', '130223.446000', '130223.449000', '130243.325000', '130243.328000', '130243.331000', '130243.334000', '130243.337000', '130243.340000', '130243.349000', '130243.351000', '130243.354000', '130243.357000', '130243.360000', '130243.363000', '130243.366000', '130243.368000', '130243.371000', '130243.374000', '130243.377000', '130243.380000', '130243.383000', '130243.386000', '130243.388000', '130243.391000', '130243.394000', '130243.397000', '130243.400000', '130243.403000', '130243.406000', '130243.408000', '130243.411000', '130243.414000', '130243.417000', '130243.420000', '130243.423000', '130243.426000', '130243.429000', '130243.431000', '130243.434000', '130243.437000', '130243.440000', '130243.443000', '130243.446000', '130243.448000', '130243.451000', '130243.454000', '130303.325000', '130303.328000', '130303.331000', '130303.334000', '130303.337000', '130303.339000', '130303.342000', '130303.345000', '130303.348000', '130303.351000', '130303.354000', '130303.357000', '130303.360000', '130303.362000', '130303.365000', '130303.368000', '130303.371000', '130303.374000', '130303.377000', '130303.380000', '130303.383000', '130303.386000', '130303.388000', '130303.391000', '130303.394000', '130303.397000', '130303.400000', '130303.403000', '130303.406000', '130303.408000', '130303.424000', '130303.427000', '130303.430000', '130303.433000', '130303.436000', '130303.439000', '130303.442000', '130303.444000', '130303.447000', '130303.450000', '130303.453000', '130303.456000', '130303.459000', '130323.325000', '130323.328000', '130323.331000', '130323.334000', '130323.337000', '130323.340000', '130323.343000', '130323.346000', '130323.348000', '130323.351000', '130323.354000', '130323.357000', '130323.360000', '130323.363000', '130323.366000', '130323.369000', '130323.372000', '130323.375000', '130323.377000', '130323.380000', '130323.383000', '130323.386000', '130323.389000', '130323.392000', '130323.395000', '130323.398000', '130323.400000', '130323.403000', '130323.406000', '130323.409000', '130323.412000', '130323.415000', '130323.418000', '130323.421000', '130323.424000', '130323.426000', '130323.429000', '130323.432000', '130323.435000', '130323.438000', '130323.441000', '130323.444000', '130323.446000', '130323.449000', '130343.326000', '130343.329000', '130343.332000', '130343.335000', '130343.338000', '130343.341000', '130343.343000', '130343.346000', '130343.349000', '130343.352000', '130343.355000', '130343.358000', '130343.361000', '130343.364000', '130343.367000', '130343.369000', '130343.372000', '130343.375000', '130343.378000', '130343.381000', '130343.384000', '130343.387000', '130343.389000', '130343.392000', '130343.395000', '130343.398000', '130343.401000', '130343.404000', '130343.407000', '130343.409000', '130343.412000', '130343.415000', '130343.418000', '130343.421000', '130343.424000', '130343.427000', '130343.430000', '130343.433000', '130343.436000', '130343.439000', '130343.442000', '130343.445000', '130343.448000', '130403.326000', '130403.329000', '130403.332000', '130403.335000', '130403.338000', '130403.340000', '130403.343000', '130403.346000', '130403.354000', '130403.357000', '130403.359000', '130403.362000', '130403.365000', '130403.368000', '130403.371000', '130403.374000', '130403.377000', '130403.380000', '130403.382000', '130403.385000', '130403.388000', '130403.391000', '130403.394000', '130403.397000', '130403.400000', '130403.403000', '130403.406000', '130403.409000', '130403.412000', '130403.415000', '130403.417000', '130403.420000', '130403.423000', '130403.426000', '130403.429000', '130403.432000', '130403.435000', '130403.437000', '130403.440000', '130403.443000', '130403.446000', '130403.449000', '130403.452000', '130403.455000', '130423.326000', '130423.329000', '130423.332000', '130423.335000', '130423.338000', '130423.340000', '130423.343000', '130423.346000', '130423.349000', '130423.352000', '130423.355000', '130423.358000', '130423.361000', '130423.364000', '130423.367000', '130423.369000', '130423.372000', '130423.375000', '130423.378000', '130423.381000', '130423.384000', '130423.387000', '130423.390000', '130423.393000', '130423.395000', '130423.398000', '130423.401000', '130423.404000', '130423.407000', '130423.410000', '130423.413000', '130423.415000', '130423.418000', '130423.421000', '130423.424000', '130423.427000', '130423.430000', '130423.433000', '130423.436000', '130423.438000', '130423.441000', '130423.444000', '130423.447000', '130443.326000', '130443.329000', '130443.332000', '130443.335000', '130443.338000', '130443.341000', '130443.343000', '130443.346000', '130443.349000', '130443.352000', '130443.355000', '130443.358000', '130443.361000', '130443.364000', '130443.367000', '130443.370000', '130443.372000', '130443.375000', '130443.378000', '130443.381000', '130443.384000', '130443.387000', '130443.389000', '130443.392000', '130443.395000', '130443.398000', '130443.401000', '130443.404000', '130443.407000', '130443.410000', '130443.412000', '130443.415000', '130443.418000', '130443.421000', '130443.424000', '130443.427000', '130443.430000', '130443.432000', '130443.435000', '130443.438000', '130443.441000', '130443.444000', '130443.447000', '130443.450000', '130503.325000', '130503.328000', '130503.331000', '130503.334000', '130503.337000', '130503.340000', '130503.343000', '130503.346000', '130503.348000', '130503.351000', '130503.354000', '130503.357000', '130503.360000', '130503.363000', '130503.366000', '130503.369000', '130503.372000', '130503.375000', '130503.377000', '130503.380000', '130503.383000', '130503.386000', '130503.389000', '130503.392000', '130503.395000', '130503.398000', '130503.401000', '130503.403000', '130503.406000', '130503.409000', '130503.412000', '130503.415000', '130503.418000', '130503.421000', '130503.424000', '130503.426000', '130503.429000', '130503.432000', '130503.435000', '130503.438000', '130503.441000', '130503.444000', '130503.447000', '130523.325000', '130523.328000', '130523.331000', '130523.334000', '130523.337000', '130523.340000', '130523.343000', '130523.345000', '130523.348000', '130523.351000', '130523.354000', '130523.357000', '130523.360000', '130523.363000', '130523.366000', '130523.369000', '130523.371000', '130523.374000', '130523.377000', '130523.380000', '130523.383000', '130523.386000', '130523.389000', '130523.392000', '130523.394000', '130523.397000', '130523.400000', '130523.403000', '130523.406000', '130523.409000', '130523.412000', '130523.415000', '130523.418000', '130523.420000', '130523.423000', '130523.426000', '130523.429000', '130523.432000', '130523.435000', '130523.438000', '130523.441000', '130523.444000', '130523.447000', '130523.450000', '130543.325000', '130543.328000', '130543.331000', '130543.334000', '130543.337000', '130543.340000', '130543.342000', '130543.345000', '130543.348000', '130543.351000', '130543.354000', '130543.357000', '130543.360000', '130543.363000', '130543.366000', '130543.369000', '130543.372000', '130543.375000', '130543.377000', '130543.380000', '130543.383000', '130543.386000', '130543.389000', '130543.392000', '130543.397000', '130543.399000', '130543.402000', '130543.405000', '130543.408000', '130543.411000', '130543.414000', '130543.417000', '130543.420000', '130543.422000', '130543.425000', '130543.428000', '130543.431000', '130543.434000', '130543.437000', '130543.440000', '130543.443000', '130543.445000', '130543.448000', '130603.326000', '130603.329000', '130603.333000', '130603.336000', '130603.339000', '130603.342000', '130603.345000', '130603.347000', '130603.350000', '130603.353000', '130603.356000', '130603.359000', '130603.362000', '130603.365000', '130603.368000', '130603.371000', '130603.373000', '130603.376000', '130603.379000', '130603.382000', '130603.385000', '130603.388000', '130603.391000', '130603.399000', '130603.402000', '130603.405000', '130603.407000', '130603.410000', '130603.413000', '130603.416000', '130603.419000', '130603.422000', '130603.425000', '130603.428000', '130603.430000', '130603.433000', '130603.436000', '130603.439000', '130603.442000', '130603.445000', '130603.448000', '130603.451000', '130603.453000', '130623.326000', '130623.329000', '130623.332000', '130623.335000', '130623.338000', '130623.341000', '130623.343000', '130623.346000', '130623.349000', '130623.352000', '130623.355000', '130623.358000', '130623.361000', '130623.364000', '130623.367000', '130623.369000', '130623.373000', '130623.375000', '130623.378000', '130623.381000', '130623.384000', '130623.387000', '130623.390000', '130623.393000', '130623.396000', '130623.399000', '130623.401000', '130623.404000', '130623.407000', '130623.410000', '130623.413000', '130623.416000', '130623.419000', '130623.422000', '130623.424000', '130623.427000', '130623.430000', '130623.433000', '130623.436000', '130623.439000', '130623.442000', '130623.445000', '130623.448000', '130623.450000', '130629.603000', '130629.607000', '130629.610000', '130629.613000', '130629.616000', '130629.619000', '130629.623000', '130629.626000', '130629.630000', '130629.633000', '130629.637000', '130629.640000', '130629.643000', '130629.646000'], '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': [18622, 12869, 16531, 12622, 16180, 11593, 15416, 12031, 13601, 16158, 13433, 16276, 13076, 10908, 14759, 10146, 15108, 10940, 14827, 14675, 13412, 17797, 12424, 15427, 11491, 14948, 13273, 12760, 17782, 11833, 15295, 12235, 14770, 11628, 14634, 10978, 14736, 10470, 14291, 10343, 14198, 10840, 14566, 12184, 14011, 12373, 16177, 12842, 16148, 11522, 14718, 11947, 12941, 17941, 12742, 15254, 11613, 13871, 14177, 12151, 15121, 11701, 14060, 10926, 13197, 14070, 12022, 14724, 11724, 13900, 10379, 13153, 11440, 11948, 15754, 12443, 14184, 11947, 11817, 12109, 10626, 12307, 10697, 13358, 10855, 14156, 10981, 15006, 12130, 15751, 13111, 17352, 13570, 16046, 12542, 16162, 13170, 16274, 13070, 15451, 11633, 14087, 16877, 12584, 16996, 12724, 15288, 11983, 14722, 11324, 14415, 10544, 14405, 11826, 14768, 12592, 15110, 11839, 10233, 13512, 10549, 15751, 12119, 16352, 11335, 14736, 12463, 13594, 18222, 12496, 16297, 12727, 15746, 12304, 14943, 10875, 14658, 13067, 12672, 16370, 12206, 14769, 11294, 14556, 10467, 14203, 10624, 14172, 11717, 14485, 11991, 14621, 11770, 15185, 11816, 15410, 11378, 15624, 11120, 14581, 15624, 13166, 17450, 12824, 15903, 11572, 13816, 11493, 12619, 15833, 11964, 15338, 11202, 14165, 9675, 12362, 11613, 12601, 12396, 12593, 9522, 15607, 9749, 13295, 11056, 10882, 13827, 11118, 13402, 12477, 12034, 12758, 11232, 14061, 15269, 16156, 16539, 15124, 12742, 17440, 14684, 17333, 14180, 17696, 17642, 13121, 17167, 14716, 15237, 20819, 13329, 16542, 11902, 16080, 10509, 13831, 9798, 12872, 9431, 11877, 9509, 10896, 13655, 10898, 14225, 10370, 15058, 9695, 14728, 8375, 14132, 9687, 12442, 10181, 13484, 10863, 12437, 15677, 11677, 13959, 10492, 11886, 10254, 11923, 15838, 10985, 15035, 10542, 12713, 13761, 10718, 16312, 9761, 15272, 9383, 12140, 16152, 10743, 16084, 8948, 15230, 9093, 13748, 14436, 11590, 16887, 9964, 16425, 9242, 14680, 9621, 13112, 12770, 12891, 16139, 10670, 16728, 10527, 15913, 10064, 15009, 11815, 12496, 17182, 10640, 16275, 10542, 13433, 16876, 10228, 16177, 11327, 15217, 10688, 16252, 10615, 15558, 11100, 13319, 13353, 11641, 15675, 10628, 16335, 11153, 15194, 9965, 15060, 9984, 14222, 16342, 13586, 15423, 12026, 15334, 10628, 13962, 10101, 12969, 18321, 11883, 16012, 10963, 15827, 9764, 13932, 9416, 12680, 15112, 11170, 15772, 10747, 15679, 10112, 15169, 8751, 14941, 8587, 13451, 14982, 10860, 16275, 9701, 15094, 9725, 14071, 8900, 12278, 10424, 13480, 11101, 16533, 9363, 16006, 10962, 13269, 17307, 11654, 17478, 11596, 15892, 17945, 14278, 15775, 11774, 15648, 13410, 13044, 16466, 13883, 16061, 12578, 15297, 9148, 13934, 8889, 12391, 9622, 11717, 9666, 11817, 9079, 12809, 8480, 14527, 10957, 16243, 11524, 11128, 9601, 8524, 15965, 9094, 8850, 14987, 9142, 15639, 16525, 9515, 16443, 10618, 14732, 9773, 18261, 10343, 16098, 13296, 10684, 14318, 11921, 13972, 17999, 10646, 14542, 17755, 9870, 16245, 9865, 14143, 17929, 10830, 16667, 10967, 13245, 18193, 13614, 16490, 11887, 13274, 17092, 13679, 15796, 12071, 14810, 8915, 13148, 8327, 11558, 9032, 11170, 10166, 11129, 10847, 10424, 11715, 10670, 14330, 10325, 15477, 9883, 15393, 10673, 13854, 9386, 14699, 8864, 14253, 8709, 15149, 9716, 15843, 9830, 15654, 12810, 16033, 12549, 15370, 10648, 15355, 13709, 10736, 16131, 9395, 13991, 14710, 10386, 16010, 8466, 15113, 9044, 13573, 10892, 16350, 14789, 14547, 14863, 11850, 15986, 12163, 15892, 14058, 10532, 14336, 11692, 18266, 21866, 15020, 18970, 14919, 18036, 13913, 17967, 13661, 17154, 19960, 16569, 17630, 11689, 14699, 17000, 12030, 18253, 11657, 15879, 9929, 13763, 16126, 12667, 15716, 12797, 14174, 10916, 11206, 10919, 13498, 11137, 12635, 10165, 13924, 11185, 13097, 9858, 8270, 11950, 8171, 13318, 10881, 13729, 12336, 14855, 11705, 15195, 10213, 13797, 17140, 13034, 16306, 12944, 16129, 12871, 15882, 11188, 14502, 11169, 13184, 12843, 12526, 15849, 12300, 15055, 11165, 14020, 12007, 10755, 11466, 8475, 13134, 9340, 15061, 11005, 15268, 12818, 15938, 13550, 16027, 12364, 15661, 12255, 14276, 16410, 13994, 16396, 12515, 15567, 11121, 15871, 12927, 13158, 13829, 11349, 15070, 10804, 15633, 13369, 11081, 13904, 12433, 10576, 12254, 10245, 16488, 10790, 15101, 12443, 16890, 13817, 17138, 12935, 17312, 13199, 13374, 17221, 13568, 16507, 12333, 13380, 17733, 11657, 16521, 10376, 14523, 10565, 13014, 15282, 11560, 15453, 10781, 11218, 9912, 9165, 11050, 9263, 12643, 9638, 12464, 11576, 11182, 14957, 11749, 14776, 10988, 13655, 15636, 12518, 15876, 11638, 14652, 11719, 13575, 17543, 12860, 16369, 10945, 13610, 15348, 12299, 16377, 12126, 15098, 12677, 11400, 13786, 10801, 14424, 11882, 14665, 12049, 13864, 13743, 13789, 12592, 15710, 11220, 14219, 11751, 12741, 13776, 12973, 15179, 12126, 15382, 11629, 14657, 11456, 13551, 13717, 11633, 14841, 12570, 14233, 11767, 14068, 11569, 13969, 10812, 14150, 10587, 14010, 12157, 14294, 12347, 13299, 13001, 10842, 14576, 10979, 16134, 11687, 16537, 18246, 13468, 17773, 13145, 14449, 17716, 13460, 16630, 12618, 15735, 11478, 14264, 12541, 12363, 15047, 12808, 15131, 11843, 15051, 12075, 14703, 13022, 13484, 11792, 11882, 12612, 10477, 14119, 10649, 14786, 9315, 14326, 9238, 14450, 10328, 15280, 11676, 14716, 16427, 13830, 17096, 12242, 16358, 13520, 15300, 11993, 13710, 14872, 12486, 15610, 13088, 14583, 10596, 14582, 11410, 13027, 15733, 11612, 14877, 10542, 13767, 10515, 12640, 14087, 11926, 14739, 11667, 14155, 11192, 14022, 10039, 13962, 11000, 13017, 11510, 12880, 10822, 14167, 9591, 14307, 11380, 14226, 12912, 13823, 12602, 16328, 13242, 16469, 11826, 15063, 16872, 12781, 16615, 13819, 15712, 12121, 16766, 13076, 16019, 12785, 14617, 13137, 13859, 12936, 15578, 12724, 15135, 11456, 14297, 12120, 13260, 17473, 12944, 15745, 12414, 14935, 11834, 13591, 12222, 12588, 15452, 12708, 14670, 10621, 13879, 10450, 14537, 11208, 14796, 11824, 14074, 8612, 11995, 7994, 13588, 9301, 13701, 10054, 15121, 10270, 15748, 10518, 16651, 17154, 14079, 16922, 14210, 18498, 10630, 15502, 13309, 12360, 12838, 13902, 11095, 14601, 9479, 16018, 11067, 15334, 9919, 15539, 11095], 'WindowCenter': [4928.0, 4862.0, 4877.0, 4835.0, 4863.0, 4812.0, 4853.0, 4824.0, 4843.0, 4851.0, 4842.0, 4862.0, 4843.0, 4824.0, 4841.0, 4801.0, 4850.0, 4811.0, 4854.0, 4853.0, 4843.0, 4873.0, 4832.0, 4850.0, 4810.0, 4842.0, 4820.0, 4819.0, 4860.0, 4809.0, 4839.0, 4808.0, 4827.0, 4809.0, 4838.0, 4799.0, 4838.0, 4801.0, 4829.0, 4788.0, 4828.0, 4810.0, 4850.0, 4833.0, 4852.0, 4850.0, 4873.0, 4844.0, 4865.0, 4836.0, 4855.0, 4812.0, 4819.0, 4847.0, 4817.0, 4828.0, 4796.0, 4816.0, 4815.0, 4796.0, 4827.0, 4795.0, 4815.0, 4785.0, 4815.0, 4827.0, 4806.0, 4827.0, 4809.0, 4816.0, 4787.0, 4819.0, 4807.0, 4808.0, 4837.0, 4819.0, 4838.0, 4821.0, 4821.0, 4834.0, 4823.0, 4835.0, 4826.0, 4857.0, 4836.0, 4867.0, 4837.0, 4865.0, 4846.0, 4866.0, 4846.0, 4885.0, 4857.0, 4875.0, 4846.0, 4862.0, 4845.0, 4862.0, 4841.0, 4852.0, 4821.0, 4841.0, 4858.0, 4821.0, 4859.0, 4828.0, 4849.0, 4822.0, 4852.0, 4813.0, 4842.0, 4823.0, 4863.0, 4845.0, 4860.0, 4840.0, 4872.0, 4845.0, 4826.0, 4866.0, 4837.0, 4886.0, 4859.0, 4874.0, 4837.0, 4868.0, 4835.0, 4845.0, 4871.0, 4830.0, 4851.0, 4829.0, 4847.0, 4818.0, 4836.0, 4797.0, 4837.0, 4815.0, 4807.0, 4838.0, 4807.0, 4829.0, 4811.0, 4827.0, 4798.0, 4827.0, 4798.0, 4837.0, 4820.0, 4851.0, 4830.0, 4849.0, 4833.0, 4852.0, 4832.0, 4849.0, 4820.0, 4849.0, 4809.0, 4839.0, 4847.0, 4817.0, 4856.0, 4815.0, 4836.0, 4794.0, 4814.0, 4795.0, 4805.0, 4825.0, 4793.0, 4822.0, 4796.0, 4827.0, 4793.0, 4805.0, 4792.0, 4804.0, 4821.0, 4853.0, 4796.0, 4805.0, 4811.0, 4824.0, 4809.0, 4823.0, 4831.0, 4813.0, 4843.0, 4835.0, 4846.0, 4847.0, 4841.0, 4871.0, 4877.0, 4878.0, 4875.0, 4853.0, 4805.0, 4835.0, 4814.0, 4823.0, 4789.0, 4807.0, 4807.0, 4764.0, 4794.0, 4771.0, 4758.0, 4784.0, 4735.0, 4752.0, 4712.0, 4748.0, 4701.0, 4731.0, 4704.0, 4755.0, 4718.0, 4745.0, 4715.0, 4724.0, 4754.0, 4737.0, 4765.0, 4739.0, 4794.0, 4743.0, 4792.0, 4725.0, 4807.0, 4760.0, 4815.0, 4758.0, 4786.0, 4767.0, 4789.0, 4808.0, 4793.0, 4815.0, 4795.0, 4805.0, 4784.0, 4803.0, 4821.0, 4785.0, 4822.0, 4797.0, 4816.0, 4824.0, 4785.0, 4833.0, 4784.0, 4833.0, 4775.0, 4816.0, 4834.0, 4798.0, 4834.0, 4776.0, 4834.0, 4766.0, 4826.0, 4825.0, 4806.0, 4845.0, 4787.0, 4846.0, 4779.0, 4850.0, 4799.0, 4842.0, 4840.0, 4830.0, 4859.0, 4811.0, 4857.0, 4799.0, 4859.0, 4800.0, 4861.0, 4820.0, 4833.0, 4870.0, 4810.0, 4848.0, 4809.0, 4827.0, 4846.0, 4787.0, 4845.0, 4796.0, 4835.0, 4796.0, 4846.0, 4798.0, 4863.0, 4821.0, 4840.0, 4840.0, 4819.0, 4861.0, 4810.0, 4848.0, 4799.0, 4825.0, 4788.0, 4826.0, 4773.0, 4812.0, 4824.0, 4817.0, 4826.0, 4785.0, 4800.0, 4748.0, 4813.0, 4762.0, 4791.0, 4814.0, 4766.0, 4791.0, 4744.0, 4796.0, 4761.0, 4801.0, 4753.0, 4793.0, 4809.0, 4782.0, 4808.0, 4757.0, 4798.0, 4759.0, 4806.0, 4752.0, 4813.0, 4753.0, 4814.0, 4822.0, 4783.0, 4819.0, 4762.0, 4812.0, 4764.0, 4803.0, 4770.0, 4807.0, 4797.0, 4816.0, 4811.0, 4848.0, 4784.0, 4852.0, 4793.0, 4807.0, 4837.0, 4788.0, 4828.0, 4775.0, 4804.0, 4799.0, 4781.0, 4781.0, 4734.0, 4761.0, 4743.0, 4730.0, 4750.0, 4739.0, 4747.0, 4717.0, 4735.0, 4675.0, 4736.0, 4678.0, 4728.0, 4688.0, 4717.0, 4698.0, 4728.0, 4703.0, 4739.0, 4703.0, 4775.0, 4771.0, 4809.0, 4779.0, 4779.0, 4761.0, 4755.0, 4849.0, 4805.0, 4806.0, 4876.0, 4819.0, 4876.0, 4891.0, 4837.0, 4860.0, 4798.0, 4830.0, 4777.0, 4834.0, 4791.0, 4838.0, 4792.0, 4763.0, 4828.0, 4823.0, 4829.0, 4846.0, 4779.0, 4817.0, 4827.0, 4763.0, 4817.0, 4752.0, 4806.0, 4825.0, 4764.0, 4814.0, 4752.0, 4768.0, 4796.0, 4765.0, 4778.0, 4734.0, 4745.0, 4764.0, 4738.0, 4748.0, 4719.0, 4737.0, 4676.0, 4728.0, 4676.0, 4719.0, 4689.0, 4719.0, 4707.0, 4719.0, 4721.0, 4723.0, 4732.0, 4722.0, 4761.0, 4720.0, 4771.0, 4724.0, 4788.0, 4763.0, 4794.0, 4744.0, 4826.0, 4753.0, 4810.0, 4752.0, 4823.0, 4801.0, 4856.0, 4801.0, 4849.0, 4819.0, 4847.0, 4846.0, 4862.0, 4825.0, 4868.0, 4857.0, 4826.0, 4850.0, 4780.0, 4843.0, 4841.0, 4800.0, 4862.0, 4798.0, 4837.0, 4776.0, 4815.0, 4813.0, 4886.0, 4870.0, 4869.0, 4880.0, 4850.0, 4902.0, 4839.0, 4879.0, 4896.0, 4855.0, 4895.0, 4852.0, 4914.0, 4909.0, 4860.0, 4875.0, 4844.0, 4855.0, 4820.0, 4840.0, 4804.0, 4827.0, 4820.0, 4785.0, 4783.0, 4732.0, 4750.0, 4769.0, 4728.0, 4778.0, 4718.0, 4755.0, 4707.0, 4790.0, 4783.0, 4735.0, 4753.0, 4748.0, 4760.0, 4743.0, 4753.0, 4758.0, 4813.0, 4783.0, 4791.0, 4762.0, 4813.0, 4782.0, 4788.0, 4773.0, 4767.0, 4834.0, 4795.0, 4842.0, 4814.0, 4831.0, 4823.0, 4840.0, 4810.0, 4840.0, 4791.0, 4821.0, 4840.0, 4819.0, 4829.0, 4796.0, 4814.0, 4795.0, 4816.0, 4785.0, 4803.0, 4774.0, 4793.0, 4793.0, 4795.0, 4823.0, 4795.0, 4813.0, 4782.0, 4803.0, 4795.0, 4786.0, 4789.0, 4773.0, 4831.0, 4782.0, 4839.0, 4800.0, 4840.0, 4823.0, 4851.0, 4844.0, 4863.0, 4833.0, 4852.0, 4808.0, 4831.0, 4839.0, 4831.0, 4837.0, 4809.0, 4842.0, 4824.0, 4861.0, 4846.0, 4856.0, 4857.0, 4826.0, 4866.0, 4841.0, 4881.0, 4872.0, 4851.0, 4856.0, 4825.0, 4831.0, 4840.0, 4819.0, 4867.0, 4815.0, 4859.0, 4826.0, 4840.0, 4821.0, 4842.0, 4786.0, 4817.0, 4782.0, 4769.0, 4800.0, 4756.0, 4775.0, 4740.0, 4739.0, 4768.0, 4730.0, 4769.0, 4710.0, 4751.0, 4718.0, 4751.0, 4760.0, 4731.0, 4748.0, 4737.0, 4731.0, 4724.0, 4714.0, 4744.0, 4736.0, 4779.0, 4752.0, 4795.0, 4783.0, 4787.0, 4827.0, 4795.0, 4819.0, 4776.0, 4805.0, 4814.0, 4782.0, 4811.0, 4773.0, 4792.0, 4771.0, 4783.0, 4808.0, 4782.0, 4799.0, 4747.0, 4777.0, 4788.0, 4770.0, 4799.0, 4770.0, 4788.0, 4784.0, 4786.0, 4820.0, 4787.0, 4817.0, 4812.0, 4830.0, 4798.0, 4809.0, 4819.0, 4808.0, 4797.0, 4828.0, 4776.0, 4805.0, 4774.0, 4796.0, 4795.0, 4794.0, 4804.0, 4786.0, 4803.0, 4772.0, 4802.0, 4776.0, 4797.0, 4806.0, 4789.0, 4818.0, 4797.0, 4817.0, 4800.0, 4815.0, 4797.0, 4819.0, 4800.0, 4831.0, 4807.0, 4832.0, 4813.0, 4829.0, 4820.0, 4830.0, 4832.0, 4802.0, 4845.0, 4804.0, 4856.0, 4812.0, 4846.0, 4852.0, 4800.0, 4827.0, 4784.0, 4794.0, 4816.0, 4783.0, 4813.0, 4771.0, 4800.0, 4760.0, 4789.0, 4770.0, 4772.0, 4800.0, 4784.0, 4801.0, 4785.0, 4828.0, 4795.0, 4817.0, 4817.0, 4816.0, 4808.0, 4809.0, 4809.0, 4790.0, 4819.0, 4789.0, 4829.0, 4784.0, 4805.0, 4765.0, 4827.0, 4778.0, 4830.0, 4787.0, 4820.0, 4833.0, 4812.0, 4829.0, 4797.0, 4825.0, 4795.0, 4802.0, 4772.0, 4781.0, 4779.0, 4772.0, 4800.0, 4781.0, 4789.0, 4752.0, 4792.0, 4765.0, 4783.0, 4817.0, 4775.0, 4802.0, 4764.0, 4792.0, 4756.0, 4784.0, 4791.0, 4776.0, 4803.0, 4777.0, 4796.0, 4777.0, 4807.0, 4769.0, 4807.0, 4777.0, 4812.0, 4789.0, 4826.0, 4794.0, 4821.0, 4779.0, 4842.0, 4814.0, 4842.0, 4838.0, 4834.0, 4826.0, 4854.0, 4823.0, 4841.0, 4802.0, 4821.0, 4826.0, 4799.0, 4816.0, 4810.0, 4832.0, 4803.0, 4816.0, 4798.0, 4815.0, 4786.0, 4807.0, 4800.0, 4808.0, 4803.0, 4831.0, 4798.0, 4808.0, 4776.0, 4797.0, 4777.0, 4787.0, 4814.0, 4774.0, 4805.0, 4788.0, 4805.0, 4762.0, 4783.0, 4761.0, 4772.0, 4790.0, 4769.0, 4794.0, 4754.0, 4768.0, 4754.0, 4818.0, 4774.0, 4803.0, 4786.0, 4781.0, 4721.0, 4824.0, 4730.0, 4785.0, 4746.0, 4783.0, 4745.0, 4793.0, 4753.0, 4808.0, 4757.0, 4816.0, 4816.0, 4782.0, 4804.0, 4769.0, 4787.0, 4725.0, 4765.0, 4758.0, 4744.0, 4747.0, 4750.0, 4735.0, 4778.0, 4742.0, 4800.0, 4762.0, 4802.0, 4742.0, 4805.0, 4751.0], 'WindowWidth': [10691.0, 10583.0, 10599.0, 10532.0, 10569.0, 10494.0, 10553.0, 10513.0, 10539.0, 10548.0, 10536.0, 10567.0, 10541.0, 10512.0, 10533.0, 10476.0, 10547.0, 10493.0, 10556.0, 10555.0, 10539.0, 10586.0, 10522.0, 10546.0, 10487.0, 10533.0, 10502.0, 10497.0, 10559.0, 10485.0, 10525.0, 10481.0, 10508.0, 10484.0, 10523.0, 10473.0, 10523.0, 10476.0, 10512.0, 10455.0, 10510.0, 10488.0, 10546.0, 10525.0, 10553.0, 10558.0, 10585.0, 10541.0, 10575.0, 10536.0, 10556.0, 10492.0, 10496.0, 10538.0, 10491.0, 10509.0, 10460.0, 10488.0, 10484.0, 10459.0, 10504.0, 10459.0, 10486.0, 10444.0, 10486.0, 10507.0, 10475.0, 10505.0, 10481.0, 10489.0, 10453.0, 10497.0, 10479.0, 10481.0, 10522.0, 10499.0, 10527.0, 10505.0, 10508.0, 10528.0, 10515.0, 10533.0, 10521.0, 10564.0, 10537.0, 10581.0, 10542.0, 10578.0, 10552.0, 10580.0, 10549.0, 10607.0, 10565.0, 10591.0, 10548.0, 10570.0, 10545.0, 10571.0, 10537.0, 10555.0, 10508.0, 10535.0, 10558.0, 10506.0, 10560.0, 10513.0, 10543.0, 10510.0, 10550.0, 10496.0, 10536.0, 10515.0, 10572.0, 10549.0, 10564.0, 10535.0, 10586.0, 10553.0, 10526.0, 10583.0, 10544.0, 10612.0, 10576.0, 10593.0, 10539.0, 10583.0, 10533.0, 10544.0, 10582.0, 10518.0, 10548.0, 10515.0, 10537.0, 10496.0, 10520.0, 10467.0, 10519.0, 10489.0, 10476.0, 10524.0, 10479.0, 10509.0, 10488.0, 10506.0, 10470.0, 10509.0, 10471.0, 10523.0, 10504.0, 10550.0, 10522.0, 10548.0, 10527.0, 10552.0, 10524.0, 10546.0, 10502.0, 10548.0, 10488.0, 10527.0, 10536.0, 10494.0, 10552.0, 10487.0, 10519.0, 10458.0, 10485.0, 10461.0, 10472.0, 10501.0, 10453.0, 10493.0, 10462.0, 10508.0, 10469.0, 10471.0, 10454.0, 10471.0, 10505.0, 10561.0, 10468.0, 10455.0, 10502.0, 10504.0, 10491.0, 10515.0, 10517.0, 10496.0, 10544.0, 10532.0, 10552.0, 10553.0, 10551.0, 10595.0, 10598.0, 10605.0, 10595.0, 10560.0, 10477.0, 10524.0, 10482.0, 10501.0, 10443.0, 10464.0, 10464.0, 10398.0, 10444.0, 10398.0, 10377.0, 10414.0, 10337.0, 10363.0, 10301.0, 10349.0, 10287.0, 10327.0, 10299.0, 10375.0, 10327.0, 10360.0, 10317.0, 10330.0, 10372.0, 10351.0, 10388.0, 10359.0, 10439.0, 10371.0, 10437.0, 10351.0, 10466.0, 10406.0, 10492.0, 10399.0, 10432.0, 10407.0, 10443.0, 10469.0, 10454.0, 10488.0, 10463.0, 10477.0, 10447.0, 10471.0, 10495.0, 10447.0, 10494.0, 10466.0, 10489.0, 10502.0, 10450.0, 10511.0, 10447.0, 10512.0, 10437.0, 10492.0, 10515.0, 10466.0, 10513.0, 10438.0, 10513.0, 10422.0, 10506.0, 10506.0, 10478.0, 10531.0, 10454.0, 10533.0, 10445.0, 10550.0, 10476.0, 10538.0, 10533.0, 10520.0, 10561.0, 10494.0, 10551.0, 10475.0, 10557.0, 10478.0, 10562.0, 10508.0, 10527.0, 10575.0, 10492.0, 10543.0, 10488.0, 10510.0, 10536.0, 10454.0, 10534.0, 10466.0, 10519.0, 10468.0, 10534.0, 10471.0, 10572.0, 10510.0, 10534.0, 10534.0, 10503.0, 10569.0, 10493.0, 10539.0, 10472.0, 10505.0, 10456.0, 10505.0, 10430.0, 10481.0, 10504.0, 10494.0, 10507.0, 10439.0, 10455.0, 10380.0, 10477.0, 10406.0, 10440.0, 10470.0, 10399.0, 10431.0, 10367.0, 10443.0, 10402.0, 10456.0, 10392.0, 10446.0, 10471.0, 10438.0, 10464.0, 10390.0, 10447.0, 10396.0, 10460.0, 10396.0, 10477.0, 10398.0, 10482.0, 10492.0, 10437.0, 10484.0, 10411.0, 10476.0, 10414.0, 10463.0, 10431.0, 10479.0, 10469.0, 10490.0, 10493.0, 10538.0, 10453.0, 10548.0, 10462.0, 10475.0, 10518.0, 10445.0, 10505.0, 10422.0, 10458.0, 10456.0, 10422.0, 10425.0, 10348.0, 10382.0, 10355.0, 10330.0, 10365.0, 10339.0, 10352.0, 10307.0, 10328.0, 10250.0, 10333.0, 10259.0, 10325.0, 10272.0, 10311.0, 10288.0, 10331.0, 10302.0, 10347.0, 10304.0, 10406.0, 10418.0, 10464.0, 10427.0, 10432.0, 10411.0, 10402.0, 10540.0, 10493.0, 10496.0, 10591.0, 10519.0, 10594.0, 10623.0, 10553.0, 10561.0, 10472.0, 10509.0, 10433.0, 10503.0, 10457.0, 10517.0, 10442.0, 10404.0, 10505.0, 10508.0, 10507.0, 10532.0, 10436.0, 10487.0, 10501.0, 10405.0, 10481.0, 10389.0, 10466.0, 10493.0, 10404.0, 10473.0, 10384.0, 10400.0, 10444.0, 10390.0, 10412.0, 10345.0, 10356.0, 10390.0, 10341.0, 10356.0, 10315.0, 10336.0, 10254.0, 10324.0, 10254.0, 10313.0, 10276.0, 10316.0, 10301.0, 10319.0, 10323.0, 10329.0, 10340.0, 10326.0, 10380.0, 10325.0, 10396.0, 10334.0, 10428.0, 10406.0, 10449.0, 10380.0, 10500.0, 10398.0, 10472.0, 10397.0, 10493.0, 10484.0, 10552.0, 10484.0, 10544.0, 10499.0, 10535.0, 10549.0, 10568.0, 10521.0, 10582.0, 10568.0, 10521.0, 10543.0, 10448.0, 10534.0, 10535.0, 10475.0, 10566.0, 10490.0, 10525.0, 10439.0, 10490.0, 10497.0, 10610.0, 10589.0, 10587.0, 10604.0, 10562.0, 10638.0, 10543.0, 10604.0, 10635.0, 10577.0, 10635.0, 10569.0, 10657.0, 10651.0, 10571.0, 10590.0, 10539.0, 10560.0, 10500.0, 10534.0, 10468.0, 10506.0, 10488.0, 10422.0, 10421.0, 10341.0, 10364.0, 10385.0, 10329.0, 10403.0, 10315.0, 10366.0, 10302.0, 10442.0, 10418.0, 10336.0, 10358.0, 10360.0, 10383.0, 10365.0, 10382.0, 10396.0, 10484.0, 10438.0, 10448.0, 10405.0, 10481.0, 10437.0, 10436.0, 10425.0, 10428.0, 10532.0, 10480.0, 10537.0, 10501.0, 10521.0, 10508.0, 10530.0, 10488.0, 10529.0, 10462.0, 10501.0, 10529.0, 10494.0, 10507.0, 10454.0, 10476.0, 10451.0, 10479.0, 10438.0, 10460.0, 10420.0, 10448.0, 10449.0, 10451.0, 10491.0, 10453.0, 10478.0, 10432.0, 10461.0, 10455.0, 10444.0, 10450.0, 10439.0, 10517.0, 10449.0, 10524.0, 10471.0, 10526.0, 10506.0, 10545.0, 10539.0, 10570.0, 10526.0, 10548.0, 10478.0, 10517.0, 10528.0, 10512.0, 10517.0, 10481.0, 10534.0, 10515.0, 10563.0, 10552.0, 10567.0, 10567.0, 10521.0, 10577.0, 10551.0, 10606.0, 10597.0, 10568.0, 10567.0, 10514.0, 10535.0, 10544.0, 10509.0, 10573.0, 10500.0, 10567.0, 10512.0, 10531.0, 10502.0, 10536.0, 10441.0, 10490.0, 10426.0, 10405.0, 10452.0, 10380.0, 10407.0, 10350.0, 10347.0, 10390.0, 10332.0, 10385.0, 10309.0, 10363.0, 10319.0, 10364.0, 10377.0, 10339.0, 10353.0, 10354.0, 10341.0, 10333.0, 10324.0, 10365.0, 10361.0, 10423.0, 10390.0, 10455.0, 10436.0, 10446.0, 10502.0, 10455.0, 10490.0, 10427.0, 10467.0, 10479.0, 10430.0, 10472.0, 10414.0, 10442.0, 10410.0, 10426.0, 10463.0, 10428.0, 10449.0, 10373.0, 10413.0, 10430.0, 10408.0, 10449.0, 10405.0, 10427.0, 10430.0, 10442.0, 10493.0, 10448.0, 10489.0, 10489.0, 10512.0, 10463.0, 10476.0, 10494.0, 10473.0, 10457.0, 10501.0, 10424.0, 10463.0, 10420.0, 10451.0, 10451.0, 10446.0, 10461.0, 10436.0, 10458.0, 10414.0, 10456.0, 10423.0, 10453.0, 10468.0, 10447.0, 10487.0, 10457.0, 10485.0, 10464.0, 10481.0, 10459.0, 10490.0, 10470.0, 10515.0, 10488.0, 10517.0, 10490.0, 10508.0, 10498.0, 10512.0, 10518.0, 10476.0, 10538.0, 10479.0, 10562.0, 10487.0, 10542.0, 10546.0, 10462.0, 10505.0, 10433.0, 10448.0, 10483.0, 10428.0, 10472.0, 10409.0, 10449.0, 10393.0, 10432.0, 10410.0, 10412.0, 10450.0, 10430.0, 10456.0, 10436.0, 10504.0, 10452.0, 10485.0, 10490.0, 10488.0, 10480.0, 10485.0, 10479.0, 10454.0, 10494.0, 10450.0, 10510.0, 10455.0, 10466.0, 10416.0, 10508.0, 10435.0, 10513.0, 10441.0, 10492.0, 10517.0, 10483.0, 10506.0, 10455.0, 10495.0, 10446.0, 10456.0, 10411.0, 10422.0, 10419.0, 10406.0, 10447.0, 10420.0, 10430.0, 10385.0, 10437.0, 10401.0, 10426.0, 10480.0, 10422.0, 10454.0, 10402.0, 10440.0, 10393.0, 10429.0, 10439.0, 10420.0, 10457.0, 10426.0, 10449.0, 10426.0, 10467.0, 10419.0, 10469.0, 10428.0, 10482.0, 10448.0, 10512.0, 10462.0, 10493.0, 10438.0, 10532.0, 10496.0, 10534.0, 10531.0, 10523.0, 10516.0, 10553.0, 10502.0, 10527.0, 10467.0, 10497.0, 10496.0, 10460.0, 10487.0, 10476.0, 10512.0, 10471.0, 10478.0, 10457.0, 10474.0, 10435.0, 10468.0, 10461.0, 10472.0, 10468.0, 10508.0, 10454.0, 10468.0, 10423.0, 10452.0, 10423.0, 10434.0, 10473.0, 10413.0, 10462.0, 10443.0, 10461.0, 10395.0, 10423.0, 10391.0, 10408.0, 10431.0, 10400.0, 10442.0, 10388.0, 10394.0, 10390.0, 10486.0, 10418.0, 10456.0, 10437.0, 10421.0, 10347.0, 10521.0, 10362.0, 10429.0, 10379.0, 10426.0, 10377.0, 10441.0, 10387.0, 10469.0, 10396.0, 10477.0, 10479.0, 10425.0, 10460.0, 10399.0, 10423.0, 10332.0, 10386.0, 10382.0, 10358.0, 10362.0, 10359.0, 10348.0, 10409.0, 10371.0, 10448.0, 10397.0, 10455.0, 10370.0, 10461.0, 10380.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.004317287356321839</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.08542872448275862</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.269417010920556</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1314605806214033</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9533229252819329</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4928</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5103.876</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.20492626938526323</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>258</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>29.655172413793103</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.882663658725986</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.623694301082617</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.2127226506754503</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.81157402441989</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0272539</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014221797697246075</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03862970322370529</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</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.979304301343543</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>14.6429</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.1194</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>228.4325</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297500.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1072.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>396.03</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.189</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>628.0091</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3955.5632</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4199.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79044.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1404.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5163.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1055.2029</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>21.98338322318159</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> |