=== 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-0093 --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-0093",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0093_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0093_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0093_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-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0093/figures/sub-0093_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0093/ses-01/func/sub-0093_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>227405ce6079e2d88470db12423715c5</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>13:45:7.390000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999884, -0.010536, 0.0109709, 0.00802779, 0.978154, 0.207727]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.106268</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4125, -7778, -7260, 629, -107, -325, 14, 85]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>231.232</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>3a2e4eab-7f10-49e5-890e-ef2aa48cb1c0||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6826164722442627, 0.021537980064749718, 0.03488349914550781, 113.056396484375], [0.028267253190279007, 2.6243157386779785, 0.5605589747428894, -102.71626281738281], [0.029434073716402054, -0.5573151111602783, 2.6409385204315186, -45.00347137451172], [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': ['134507.390000', '134507.850000', '134508.310000', '134508.770000', '134509.230000', '134509.690000', '134510.150000', '134510.610000', '134511.070000', '134511.530000', '134511.990000', '134512.450000', '134512.910000', '134513.370000', '134513.830000', '134514.290000', '134514.750000', '134515.210000', '134515.670000', '134516.130000', '134516.590000', '134517.050000', '134517.510000', '134517.970000', '134518.430000', '134518.890000', '134519.350000', '134519.810000', '134520.270000', '134520.730000', '134521.190000', '134521.650000', '134522.110000', '134522.570000', '134523.030000', '134523.490000', '134523.950000', '134524.410000', '134524.870000', '134525.330000', '134525.790000', '134526.250000', '134526.710000', '134527.170000', '134527.630000', '134528.090000', '134528.550000', '134529.010000', '134529.470000', '134529.930000', '134530.390000', '134530.850000', '134531.310000', '134531.770000', '134532.230000', '134532.690000', '134533.150000', '134533.610000', '134534.070000', '134534.530000', '134534.990000', '134535.450000', '134535.910000', '134536.370000', '134536.830000', '134537.290000', '134537.750000', '134538.210000', '134538.670000', '134539.130000', '134539.590000', '134540.050000', '134540.510000', '134540.970000', '134541.430000', '134541.890000', '134542.350000', '134542.810000', '134543.270000', '134543.730000', '134544.190000', '134544.650000', '134545.110000', '134545.570000', '134546.030000', '134546.490000', '134546.950000', '134547.410000', '134547.870000', '134548.330000', '134548.790000', '134549.250000', '134549.710000', '134550.170000', '134550.630000', '134551.090000', '134551.550000', '134552.010000', '134552.470000', '134552.930000', '134553.390000', '134553.850000', '134554.310000', '134554.770000', '134555.230000', '134555.690000', '134556.150000', '134556.610000', '134557.070000', '134557.530000', '134557.990000', '134558.450000', '134558.910000', '134559.370000', '134559.830000', '134600.290000', '134600.750000', '134601.210000', '134601.670000', '134602.130000', '134602.590000', '134603.050000', '134603.510000', '134603.970000', '134604.430000', '134604.890000', '134605.350000', '134605.810000', '134606.270000', '134606.730000', '134607.190000', '134607.650000', '134608.110000', '134608.570000', '134609.030000', '134609.490000', '134609.950000', '134610.410000', '134610.870000', '134611.330000', '134611.790000', '134612.250000', '134612.710000', '134613.170000', '134613.630000', '134614.090000', '134614.550000', '134615.010000', '134615.470000', '134615.930000', '134616.390000', '134616.850000', '134617.310000', '134617.770000', '134618.230000', '134618.690000', '134619.150000', '134619.610000', '134620.070000', '134620.530000', '134620.990000', '134621.450000', '134621.910000', '134622.370000', '134622.830000', '134623.290000', '134623.750000', '134624.210000', '134624.670000', '134625.130000', '134625.590000', '134626.050000', '134626.510000', '134626.970000', '134627.430000', '134627.890000', '134628.350000', '134628.810000', '134629.270000', '134629.730000', '134630.190000', '134630.650000', '134631.110000', '134631.570000', '134632.030000', '134632.490000', '134632.950000', '134633.410000', '134633.870000', '134634.330000', '134634.790000', '134635.250000', '134635.710000', '134636.170000', '134636.630000', '134637.090000', '134637.550000', '134638.010000', '134638.470000', '134638.930000', '134639.390000', '134639.850000', '134640.310000', '134640.770000', '134641.230000', '134641.690000', '134642.150000', '134642.610000', '134643.070000', '134643.530000', '134643.990000', '134644.450000', '134644.910000', '134645.370000', '134645.830000', '134646.290000', '134646.750000', '134647.210000', '134647.670000', '134648.130000', '134648.590000', '134649.050000', '134649.510000', '134649.970000', '134650.430000', '134650.890000', '134651.350000', '134651.810000', '134652.270000', '134652.730000', '134653.190000', '134653.650000', '134654.110000', '134654.570000', '134655.030000', '134655.490000', '134655.950000', '134656.410000', '134656.870000', '134657.330000', '134657.790000', '134658.250000', '134658.710000', '134659.170000', '134659.630000', '134700.090000', '134700.550000', '134701.010000', '134701.470000', '134701.930000', '134702.390000', '134702.850000', '134703.310000', '134703.770000', '134704.230000', '134704.690000', '134705.150000', '134705.610000', '134706.070000', '134706.530000', '134706.990000', '134707.450000', '134707.910000', '134708.370000', '134708.830000', '134709.290000', '134709.750000', '134710.210000', '134710.670000', '134711.130000', '134711.590000', '134712.050000', '134712.510000', '134712.970000', '134713.430000', '134713.890000', '134714.350000', '134714.810000', '134715.270000', '134715.730000', '134716.190000', '134716.650000', '134717.110000', '134717.570000', '134718.030000', '134718.490000', '134718.950000', '134719.410000', '134719.870000', '134720.330000', '134720.790000', '134721.250000', '134721.710000', '134722.170000', '134722.630000', '134723.090000', '134723.550000', '134724.010000', '134724.470000', '134724.930000', '134725.390000', '134725.850000', '134726.310000', '134726.770000', '134727.230000', '134727.690000', '134728.150000', '134728.610000', '134729.070000', '134729.530000', '134729.990000', '134730.450000', '134730.910000', '134731.370000', '134731.830000', '134732.290000', '134732.750000', '134733.210000', '134733.670000', '134734.130000', '134734.590000', '134735.050000', '134735.510000', '134735.970000', '134736.430000', '134736.890000', '134737.350000', '134737.810000', '134738.270000', '134738.730000', '134739.190000', '134739.650000', '134740.110000', '134740.570000', '134741.030000', '134741.490000', '134741.950000', '134742.410000', '134742.870000', '134743.330000', '134743.790000', '134744.250000', '134744.710000', '134745.170000', '134745.630000', '134746.090000', '134746.550000', '134747.010000', '134747.470000', '134747.930000', '134748.390000', '134748.850000', '134749.310000', '134749.770000', '134750.230000', '134750.690000', '134751.150000', '134751.610000', '134752.070000', '134752.530000', '134752.990000', '134753.450000', '134753.910000', '134754.370000', '134754.830000', '134755.290000', '134755.750000', '134756.210000', '134756.670000', '134757.130000', '134757.590000', '134758.050000', '134758.510000', '134758.970000', '134759.430000', '134759.890000', '134800.350000', '134800.810000', '134801.270000', '134801.730000', '134802.190000', '134802.650000', '134803.110000', '134803.570000', '134804.030000', '134804.490000', '134804.950000', '134805.410000', '134805.870000', '134806.330000', '134806.790000', '134807.250000', '134807.710000', '134808.170000', '134808.630000', '134809.090000', '134809.550000', '134810.010000', '134810.470000', '134810.930000', '134811.390000', '134811.850000', '134812.310000', '134812.770000', '134813.230000', '134813.690000', '134814.150000', '134814.610000', '134815.070000', '134815.530000', '134815.990000', '134816.450000', '134816.910000', '134817.370000', '134817.830000', '134818.290000', '134818.750000', '134819.210000', '134819.670000', '134820.130000', '134820.590000', '134821.050000', '134821.510000', '134821.970000', '134822.430000', '134822.890000', '134823.350000', '134823.810000', '134824.270000', '134824.730000', '134825.190000', '134825.650000', '134826.110000', '134826.570000', '134827.030000', '134827.490000', '134827.950000', '134828.410000', '134828.870000', '134829.330000', '134829.790000', '134830.250000', '134830.710000', '134831.170000', '134831.630000', '134832.090000', '134832.550000', '134833.010000', '134833.470000', '134833.930000', '134834.390000', '134834.850000', '134835.310000', '134835.770000', '134836.230000', '134836.690000', '134837.150000', '134837.610000', '134838.070000', '134838.530000', '134838.990000', '134839.450000', '134839.910000', '134840.370000', '134840.830000', '134841.290000', '134841.750000', '134842.210000', '134842.670000', '134843.130000', '134843.590000', '134844.050000', '134844.510000', '134844.970000', '134845.430000', '134845.890000', '134846.350000', '134846.810000', '134847.270000', '134847.730000', '134848.190000', '134848.650000', '134849.110000', '134849.570000', '134850.030000', '134850.490000', '134850.950000', '134851.410000', '134851.870000', '134852.330000', '134852.790000', '134853.250000', '134853.710000', '134854.170000', '134854.630000', '134855.090000', '134855.550000', '134856.010000', '134856.470000', '134856.930000', '134857.390000', '134857.850000', '134858.310000', '134858.770000', '134859.230000', '134859.690000', '134900.150000', '134900.610000', '134901.070000', '134901.530000', '134901.990000', '134902.450000', '134902.910000', '134903.370000', '134903.830000', '134904.290000', '134904.750000', '134905.210000', '134905.670000', '134906.130000', '134906.590000', '134907.050000', '134907.510000', '134907.970000', '134908.430000', '134908.890000', '134909.350000', '134909.810000', '134910.270000', '134910.730000', '134911.190000', '134911.650000', '134912.110000', '134912.570000', '134913.030000', '134913.490000', '134913.950000', '134914.410000', '134914.870000', '134915.330000', '134915.790000', '134916.250000', '134916.710000', '134917.170000', '134917.630000', '134918.090000', '134918.550000', '134919.010000', '134919.470000', '134919.930000', '134920.390000', '134920.850000', '134921.310000', '134921.770000', '134922.230000', '134922.690000', '134923.150000', '134923.610000', '134924.070000', '134924.530000', '134924.990000', '134925.450000', '134925.910000', '134926.370000', '134926.830000', '134927.290000', '134927.750000', '134928.210000', '134928.670000', '134929.130000', '134929.590000', '134930.050000', '134930.510000', '134930.970000', '134931.430000', '134931.890000', '134932.350000', '134932.810000', '134933.270000', '134933.730000', '134934.190000', '134934.650000', '134935.110000', '134935.570000', '134936.030000', '134936.490000', '134936.950000', '134937.410000', '134937.870000', '134938.330000', '134938.790000', '134939.250000', '134939.710000', '134940.170000', '134940.630000', '134941.090000', '134941.550000', '134942.010000', '134942.470000', '134942.930000', '134943.390000', '134943.850000', '134944.310000', '134944.770000', '134945.230000', '134945.690000', '134946.150000', '134946.610000', '134947.070000', '134947.530000', '134947.990000', '134948.450000', '134948.910000', '134949.370000', '134949.830000', '134950.290000', '134950.750000', '134951.210000', '134951.670000', '134952.130000', '134952.590000', '134953.050000', '134953.510000', '134953.970000', '134954.430000', '134954.890000', '134955.350000', '134955.810000', '134956.270000', '134956.730000', '134957.190000', '134957.650000', '134958.110000', '134958.570000', '134959.030000', '134959.490000', '134959.950000', '135000.410000', '135000.870000', '135001.330000', '135001.790000', '135002.250000', '135002.710000', '135003.170000', '135003.630000', '135004.090000', '135004.550000', '135005.010000', '135005.470000', '135005.930000', '135006.390000', '135006.850000', '135007.310000', '135007.770000', '135008.230000', '135008.690000', '135009.150000', '135009.610000', '135010.070000', '135010.530000', '135010.990000', '135011.450000', '135011.910000', '135012.370000', '135012.830000', '135013.290000', '135013.750000', '135014.210000', '135014.670000', '135015.130000', '135015.590000', '135016.050000', '135016.510000', '135016.970000', '135017.430000', '135017.890000', '135018.350000', '135018.810000', '135019.270000', '135019.730000', '135020.190000', '135020.650000', '135021.110000', '135021.570000', '135022.030000', '135022.490000', '135022.950000', '135023.410000', '135023.870000', '135024.330000', '135024.790000', '135025.250000', '135025.710000', '135026.170000', '135026.630000', '135027.090000', '135027.550000', '135028.010000', '135028.470000', '135028.930000', '135029.390000', '135029.850000', '135030.310000', '135030.770000', '135031.230000', '135031.690000', '135032.150000', '135032.610000', '135033.070000', '135033.530000', '135033.990000', '135034.450000', '135034.910000', '135035.370000', '135035.830000', '135036.290000', '135036.750000', '135037.210000', '135037.670000', '135038.130000', '135038.590000', '135039.050000', '135039.510000', '135039.970000', '135040.430000', '135040.890000', '135041.350000', '135041.810000', '135042.270000', '135042.730000', '135043.190000', '135043.650000', '135044.110000', '135044.570000', '135045.030000', '135045.490000', '135045.950000', '135046.410000', '135046.870000', '135047.330000', '135047.790000', '135048.250000', '135048.710000', '135049.170000', '135049.630000', '135050.090000', '135050.550000', '135051.010000', '135051.470000', '135051.930000', '135052.390000', '135052.850000', '135053.310000', '135053.770000', '135054.230000', '135054.690000', '135055.150000', '135055.610000', '135056.070000', '135056.530000', '135056.990000', '135057.450000', '135057.910000', '135058.370000', '135058.830000', '135059.290000', '135059.750000', '135100.210000', '135100.670000', '135101.130000', '135101.590000', '135102.050000', '135102.510000', '135102.970000', '135103.430000', '135103.890000', '135104.350000', '135104.810000', '135105.270000', '135105.730000', '135106.190000', '135106.650000', '135107.110000', '135107.570000', '135108.030000', '135108.490000', '135108.950000', '135109.410000', '135109.870000', '135110.330000', '135110.790000', '135111.250000', '135111.710000', '135112.170000', '135112.630000', '135113.090000', '135113.550000', '135114.010000', '135114.470000', '135114.930000', '135115.390000', '135115.850000', '135116.310000', '135116.770000', '135117.230000', '135117.690000', '135118.150000', '135118.610000', '135119.070000', '135119.530000', '135119.990000', '135120.450000', '135120.910000', '135121.370000', '135121.830000', '135122.290000', '135122.750000', '135123.210000', '135123.670000', '135124.130000', '135124.590000', '135125.050000', '135125.510000', '135125.970000', '135126.430000', '135126.890000', '135127.350000', '135127.810000', '135128.270000', '135128.730000', '135129.190000', '135129.650000', '135130.110000', '135130.570000', '135131.030000', '135131.490000', '135131.950000', '135132.410000', '135132.870000', '135133.330000', '135133.790000', '135134.250000', '135134.710000', '135135.170000', '135135.630000', '135136.090000', '135136.550000', '135137.010000', '135137.470000', '135137.930000', '135138.390000', '135138.850000', '135139.310000', '135139.770000', '135140.230000', '135140.690000', '135141.150000', '135141.610000', '135142.070000', '135142.530000', '135142.990000', '135143.450000', '135143.910000', '135144.370000', '135144.830000', '135145.290000', '135145.750000', '135146.210000', '135146.670000', '135147.130000', '135147.590000', '135148.050000'], 'ContentTime': ['134527.551000', '134527.554000', '134527.557000', '134527.560000', '134527.563000', '134527.565000', '134527.568000', '134527.570000', '134527.573000', '134527.575000', '134527.578000', '134527.583000', '134527.586000', '134527.588000', '134527.591000', '134527.594000', '134527.596000', '134527.599000', '134527.601000', '134527.604000', '134527.607000', '134527.609000', '134527.612000', '134527.614000', '134527.617000', '134527.619000', '134527.622000', '134527.625000', '134527.627000', '134527.630000', '134527.632000', '134527.635000', '134527.638000', '134527.640000', '134527.643000', '134527.645000', '134527.648000', '134527.650000', '134527.653000', '134527.655000', '134527.658000', '134527.661000', '134547.519000', '134547.522000', '134547.525000', '134547.527000', '134547.530000', '134547.533000', '134547.535000', '134547.538000', '134547.541000', '134547.544000', '134547.547000', '134547.550000', '134547.552000', '134547.555000', '134547.558000', '134547.560000', '134547.563000', '134547.565000', '134547.568000', '134547.570000', '134547.573000', '134547.577000', '134547.580000', '134547.583000', '134547.585000', '134547.588000', '134547.590000', '134547.593000', '134547.596000', '134547.598000', '134547.601000', '134547.604000', '134547.606000', '134547.609000', '134547.611000', '134547.614000', '134547.616000', '134547.619000', '134547.622000', '134547.624000', '134547.627000', '134547.629000', '134547.632000', '134607.521000', '134607.523000', '134607.526000', '134607.529000', '134607.531000', '134607.534000', '134607.536000', '134607.539000', '134607.542000', '134607.544000', '134607.547000', '134607.550000', '134607.552000', '134607.555000', '134607.557000', '134607.560000', '134607.563000', '134607.565000', '134607.568000', '134607.570000', '134607.573000', '134607.576000', '134607.578000', '134607.581000', '134607.583000', '134607.586000', '134607.588000', '134607.591000', '134607.594000', '134607.596000', '134607.599000', '134607.601000', '134607.604000', '134607.607000', '134607.609000', '134607.612000', '134607.614000', '134607.617000', '134607.620000', '134607.622000', '134607.625000', '134607.641000', '134607.644000', '134607.646000', '134627.520000', '134627.523000', '134627.526000', '134627.529000', '134627.531000', '134627.534000', '134627.536000', '134627.539000', '134627.541000', '134627.545000', '134627.548000', '134627.551000', '134627.553000', '134627.556000', '134627.559000', '134627.561000', '134627.564000', '134627.566000', '134627.569000', '134627.572000', '134627.574000', '134627.577000', '134627.580000', '134627.582000', '134627.585000', '134627.587000', '134627.590000', '134627.593000', '134627.595000', '134627.598000', '134627.600000', '134627.603000', '134627.606000', '134627.608000', '134627.611000', '134627.613000', '134627.616000', '134627.619000', '134627.621000', '134627.624000', '134627.626000', '134627.629000', '134627.632000', '134647.521000', '134647.524000', '134647.526000', '134647.529000', '134647.531000', '134647.534000', '134647.536000', '134647.539000', '134647.542000', '134647.544000', '134647.547000', '134647.549000', '134647.552000', '134647.555000', '134647.557000', '134647.560000', '134647.562000', '134647.565000', '134647.567000', '134647.570000', '134647.573000', '134647.575000', '134647.578000', '134647.580000', '134647.583000', '134647.586000', '134647.588000', '134647.591000', '134647.594000', '134647.596000', '134647.599000', '134647.602000', '134647.604000', '134647.607000', '134647.609000', '134647.612000', '134647.615000', '134647.617000', '134647.620000', '134647.622000', '134647.625000', '134647.628000', '134647.630000', '134647.633000', '134707.519000', '134707.522000', '134707.525000', '134707.527000', '134707.530000', '134707.533000', '134707.535000', '134707.538000', '134707.540000', '134707.543000', '134707.546000', '134707.548000', '134707.551000', '134707.553000', '134707.556000', '134707.558000', '134707.561000', '134707.564000', '134707.567000', '134707.570000', '134707.573000', '134707.592000', '134707.594000', '134707.597000', '134707.600000', '134707.602000', '134707.605000', '134707.608000', '134707.610000', '134707.613000', '134707.616000', '134707.619000', '134707.622000', '134707.624000', '134707.627000', '134707.630000', '134707.632000', '134707.635000', '134707.638000', '134707.640000', '134707.643000', '134707.645000', '134707.648000', '134727.519000', '134727.522000', '134727.525000', '134727.527000', '134727.530000', '134727.533000', '134727.535000', '134727.538000', '134727.540000', '134727.543000', '134727.546000', '134727.548000', '134727.551000', '134727.553000', '134727.556000', '134727.559000', '134727.561000', '134727.564000', '134727.566000', '134727.569000', '134727.571000', '134727.574000', '134727.577000', '134727.579000', '134727.582000', '134727.585000', '134727.587000', '134727.590000', '134727.592000', '134727.595000', '134727.598000', '134727.600000', '134727.603000', '134727.606000', '134727.608000', '134727.611000', '134727.614000', '134727.616000', '134727.619000', '134727.621000', '134727.624000', '134727.627000', '134727.629000', '134727.632000', '134747.519000', '134747.522000', '134747.525000', '134747.528000', '134747.530000', '134747.533000', '134747.535000', '134747.538000', '134747.541000', '134747.543000', '134747.546000', '134747.548000', '134747.551000', '134747.554000', '134747.556000', '134747.559000', '134747.561000', '134747.564000', '134747.566000', '134747.569000', '134747.572000', '134747.574000', '134747.577000', '134747.580000', '134747.582000', '134747.585000', '134747.587000', '134747.590000', '134747.593000', '134747.596000', '134747.598000', '134747.601000', '134747.604000', '134747.606000', '134747.609000', '134747.611000', '134747.621000', '134747.624000', '134747.626000', '134747.629000', '134747.632000', '134747.634000', '134747.637000', '134807.519000', '134807.522000', '134807.525000', '134807.527000', '134807.530000', '134807.533000', '134807.535000', '134807.538000', '134807.540000', '134807.543000', '134807.546000', '134807.548000', '134807.551000', '134807.553000', '134807.556000', '134807.559000', '134807.561000', '134807.564000', '134807.566000', '134807.569000', '134807.571000', '134807.589000', '134807.591000', '134807.594000', '134807.597000', '134807.599000', '134807.602000', '134807.604000', '134807.607000', '134807.610000', '134807.612000', '134807.615000', '134807.617000', '134807.620000', '134807.623000', '134807.625000', '134807.628000', '134807.631000', '134807.633000', '134807.636000', '134807.639000', '134807.641000', '134807.644000', '134807.646000', '134827.521000', '134827.523000', '134827.526000', '134827.529000', '134827.531000', '134827.534000', '134827.536000', '134827.539000', '134827.542000', '134827.544000', '134827.547000', '134827.549000', '134827.552000', '134827.555000', '134827.557000', '134827.560000', '134827.562000', '134827.565000', '134827.568000', '134827.570000', '134827.573000', '134827.576000', '134827.578000', '134827.581000', '134827.583000', '134827.586000', '134827.589000', '134827.591000', '134827.594000', '134827.597000', '134827.599000', '134827.602000', '134827.605000', '134827.608000', '134827.610000', '134827.613000', '134827.616000', '134827.618000', '134827.621000', '134827.624000', '134827.626000', '134827.629000', '134827.631000', '134847.521000', '134847.523000', '134847.526000', '134847.529000', '134847.531000', '134847.534000', '134847.537000', '134847.539000', '134847.542000', '134847.544000', '134847.547000', '134847.550000', '134847.552000', '134847.555000', '134847.557000', '134847.560000', '134847.563000', '134847.565000', '134847.568000', '134847.570000', '134847.573000', '134847.576000', '134847.578000', '134847.581000', '134847.583000', '134847.586000', '134847.589000', '134847.591000', '134847.594000', '134847.596000', '134847.599000', '134847.602000', '134847.604000', '134847.607000', '134847.610000', '134847.612000', '134847.615000', '134847.618000', '134847.620000', '134847.623000', '134847.625000', '134847.628000', '134847.631000', '134847.633000', '134907.520000', '134907.523000', '134907.526000', '134907.529000', '134907.531000', '134907.534000', '134907.537000', '134907.539000', '134907.542000', '134907.544000', '134907.547000', '134907.549000', '134907.552000', '134907.555000', '134907.557000', '134907.560000', '134907.562000', '134907.565000', '134907.567000', '134907.570000', '134907.573000', '134907.575000', '134907.578000', '134907.581000', '134907.583000', '134907.586000', '134907.588000', '134907.591000', '134907.593000', '134907.596000', '134907.599000', '134907.601000', '134907.604000', '134907.607000', '134907.609000', '134907.612000', '134907.615000', '134907.618000', '134907.621000', '134907.624000', '134907.626000', '134907.629000', '134907.631000', '134927.520000', '134927.523000', '134927.525000', '134927.528000', '134927.530000', '134927.533000', '134927.536000', '134927.538000', '134927.541000', '134927.544000', '134927.546000', '134927.549000', '134927.552000', '134927.554000', '134927.557000', '134927.559000', '134927.562000', '134927.565000', '134927.579000', '134927.581000', '134927.584000', '134927.586000', '134927.589000', '134927.592000', '134927.594000', '134927.597000', '134927.600000', '134927.602000', '134927.605000', '134927.607000', '134927.610000', '134927.613000', '134927.615000', '134927.618000', '134927.621000', '134927.623000', '134927.626000', '134927.628000', '134927.631000', '134927.634000', '134927.636000', '134927.639000', '134927.641000', '134947.520000', '134947.522000', '134947.525000', '134947.528000', '134947.530000', '134947.533000', '134947.536000', '134947.538000', '134947.541000', '134947.543000', '134947.546000', '134947.549000', '134947.551000', '134947.554000', '134947.556000', '134947.559000', '134947.562000', '134947.564000', '134947.567000', '134947.569000', '134947.572000', '134947.575000', '134947.577000', '134947.580000', '134947.582000', '134947.585000', '134947.588000', '134947.590000', '134947.593000', '134947.595000', '134947.598000', '134947.601000', '134947.603000', '134947.606000', '134947.609000', '134947.611000', '134947.614000', '134947.616000', '134947.619000', '134947.622000', '134947.624000', '134947.627000', '134947.629000', '134947.632000', '135007.520000', '135007.522000', '135007.525000', '135007.528000', '135007.530000', '135007.533000', '135007.535000', '135007.538000', '135007.540000', '135007.543000', '135007.546000', '135007.548000', '135007.551000', '135007.553000', '135007.556000', '135007.559000', '135007.561000', '135007.564000', '135007.567000', '135007.569000', '135007.572000', '135007.574000', '135007.577000', '135007.580000', '135007.582000', '135007.585000', '135007.588000', '135007.591000', '135007.594000', '135007.597000', '135007.599000', '135007.602000', '135007.605000', '135007.607000', '135007.610000', '135007.613000', '135007.615000', '135007.618000', '135007.620000', '135007.623000', '135007.626000', '135007.628000', '135007.631000', '135027.520000', '135027.523000', '135027.525000', '135027.528000', '135027.530000', '135027.533000', '135027.536000', '135027.538000', '135027.541000', '135027.544000', '135027.546000', '135027.549000', '135027.551000', '135027.554000', '135027.557000', '135027.559000', '135027.562000', '135027.564000', '135027.567000', '135027.570000', '135027.572000', '135027.575000', '135027.577000', '135027.580000', '135027.583000', '135027.585000', '135027.588000', '135027.591000', '135027.593000', '135027.596000', '135027.598000', '135027.607000', '135027.609000', '135027.612000', '135027.615000', '135027.617000', '135027.620000', '135027.622000', '135027.625000', '135027.628000', '135027.630000', '135027.633000', '135027.636000', '135027.638000', '135047.521000', '135047.524000', '135047.526000', '135047.529000', '135047.531000', '135047.534000', '135047.537000', '135047.539000', '135047.542000', '135047.544000', '135047.547000', '135047.550000', '135047.552000', '135047.555000', '135047.558000', '135047.560000', '135047.563000', '135047.566000', '135047.568000', '135047.571000', '135047.574000', '135047.576000', '135047.579000', '135047.581000', '135047.584000', '135047.586000', '135047.589000', '135047.592000', '135047.594000', '135047.597000', '135047.600000', '135047.602000', '135047.605000', '135047.608000', '135047.610000', '135047.613000', '135047.615000', '135047.618000', '135047.621000', '135047.623000', '135047.626000', '135047.628000', '135047.631000', '135047.646000', '135107.521000', '135107.523000', '135107.526000', '135107.529000', '135107.531000', '135107.534000', '135107.536000', '135107.539000', '135107.542000', '135107.544000', '135107.547000', '135107.549000', '135107.552000', '135107.555000', '135107.557000', '135107.560000', '135107.562000', '135107.565000', '135107.568000', '135107.570000', '135107.573000', '135107.575000', '135107.578000', '135107.580000', '135107.583000', '135107.586000', '135107.588000', '135107.591000', '135107.593000', '135107.596000', '135107.599000', '135107.601000', '135107.604000', '135107.607000', '135107.609000', '135107.612000', '135107.614000', '135107.617000', '135107.620000', '135107.622000', '135107.625000', '135107.627000', '135107.630000', '135127.520000', '135127.523000', '135127.526000', '135127.529000', '135127.531000', '135127.534000', '135127.536000', '135127.539000', '135127.542000', '135127.544000', '135127.547000', '135127.549000', '135127.552000', '135127.555000', '135127.557000', '135127.560000', '135127.563000', '135127.565000', '135127.568000', '135127.570000', '135127.573000', '135127.575000', '135127.578000', '135127.580000', '135127.583000', '135127.586000', '135127.588000', '135127.591000', '135127.594000', '135127.596000', '135127.599000', '135127.601000', '135127.604000', '135127.607000', '135127.609000', '135127.612000', '135127.614000', '135127.617000', '135127.619000', '135127.622000', '135127.625000', '135127.627000', '135127.630000', '135127.632000', '135147.520000', '135147.522000', '135147.525000', '135147.528000', '135147.530000', '135147.533000', '135147.535000', '135147.538000', '135147.541000', '135147.543000', '135147.546000', '135147.548000', '135147.551000', '135147.554000', '135147.556000', '135147.559000', '135147.562000', '135147.564000', '135147.567000', '135147.569000', '135147.572000', '135147.574000', '135147.577000', '135147.580000', '135147.582000', '135147.585000', '135147.587000', '135147.590000', '135147.593000', '135147.595000', '135147.598000', '135147.601000', '135147.603000', '135147.606000', '135147.608000', '135147.611000', '135147.613000', '135147.616000', '135147.619000', '135147.621000', '135147.624000', '135147.627000', '135147.629000', '135149.092000', '135149.095000', '135149.098000', '135149.101000'], 'InstanceCreationTime': ['134527.551000', '134527.554000', '134527.557000', '134527.560000', '134527.563000', '134527.565000', '134527.568000', '134527.570000', '134527.573000', '134527.575000', '134527.578000', '134527.583000', '134527.586000', '134527.588000', '134527.591000', '134527.594000', '134527.596000', '134527.599000', '134527.601000', '134527.604000', '134527.607000', '134527.609000', '134527.612000', '134527.614000', '134527.617000', '134527.619000', '134527.622000', '134527.625000', '134527.627000', '134527.630000', '134527.632000', '134527.635000', '134527.638000', '134527.640000', '134527.643000', '134527.645000', '134527.648000', '134527.650000', '134527.653000', '134527.655000', '134527.658000', '134527.661000', '134547.519000', '134547.522000', '134547.525000', '134547.527000', '134547.530000', '134547.533000', '134547.535000', '134547.538000', '134547.541000', '134547.544000', '134547.547000', '134547.550000', '134547.552000', '134547.555000', '134547.558000', '134547.560000', '134547.563000', '134547.565000', '134547.568000', '134547.570000', '134547.573000', '134547.577000', '134547.580000', '134547.583000', '134547.585000', '134547.588000', '134547.590000', '134547.593000', '134547.596000', '134547.598000', '134547.601000', '134547.604000', '134547.606000', '134547.609000', '134547.611000', '134547.614000', '134547.616000', '134547.619000', '134547.622000', '134547.624000', '134547.627000', '134547.629000', '134547.632000', '134607.521000', '134607.523000', '134607.526000', '134607.529000', '134607.531000', '134607.534000', '134607.536000', '134607.539000', '134607.542000', '134607.544000', '134607.547000', '134607.550000', '134607.552000', '134607.555000', '134607.557000', '134607.560000', '134607.563000', '134607.565000', '134607.568000', '134607.570000', '134607.573000', '134607.576000', '134607.578000', '134607.581000', '134607.583000', '134607.586000', '134607.588000', '134607.591000', '134607.594000', '134607.596000', '134607.599000', '134607.601000', '134607.604000', '134607.607000', '134607.609000', '134607.612000', '134607.614000', '134607.617000', '134607.620000', '134607.622000', '134607.625000', '134607.641000', '134607.644000', '134607.646000', '134627.520000', '134627.523000', '134627.526000', '134627.529000', '134627.531000', '134627.534000', '134627.536000', '134627.539000', '134627.541000', '134627.545000', '134627.548000', '134627.551000', '134627.553000', '134627.556000', '134627.559000', '134627.561000', '134627.564000', '134627.566000', '134627.569000', '134627.572000', '134627.574000', '134627.577000', '134627.580000', '134627.582000', '134627.585000', '134627.587000', '134627.590000', '134627.593000', '134627.595000', '134627.598000', '134627.600000', '134627.603000', '134627.606000', '134627.608000', '134627.611000', '134627.613000', '134627.616000', '134627.619000', '134627.621000', '134627.624000', '134627.626000', '134627.629000', '134627.632000', '134647.521000', '134647.524000', '134647.526000', '134647.529000', '134647.531000', '134647.534000', '134647.536000', '134647.539000', '134647.542000', '134647.544000', '134647.547000', '134647.549000', '134647.552000', '134647.555000', '134647.557000', '134647.560000', '134647.562000', '134647.565000', '134647.567000', '134647.570000', '134647.573000', '134647.575000', '134647.578000', '134647.580000', '134647.583000', '134647.586000', '134647.588000', '134647.591000', '134647.594000', '134647.596000', '134647.599000', '134647.602000', '134647.604000', '134647.607000', '134647.609000', '134647.612000', '134647.615000', '134647.617000', '134647.620000', '134647.622000', '134647.625000', '134647.628000', '134647.630000', '134647.633000', '134707.519000', '134707.522000', '134707.525000', '134707.527000', '134707.530000', '134707.533000', '134707.535000', '134707.538000', '134707.540000', '134707.543000', '134707.546000', '134707.548000', '134707.551000', '134707.553000', '134707.556000', '134707.558000', '134707.561000', '134707.564000', '134707.567000', '134707.570000', '134707.573000', '134707.592000', '134707.594000', '134707.597000', '134707.600000', '134707.602000', '134707.605000', '134707.608000', '134707.610000', '134707.613000', '134707.616000', '134707.619000', '134707.622000', '134707.624000', '134707.627000', '134707.630000', '134707.632000', '134707.635000', '134707.638000', '134707.640000', '134707.643000', '134707.645000', '134707.648000', '134727.519000', '134727.522000', '134727.525000', '134727.527000', '134727.530000', '134727.533000', '134727.535000', '134727.538000', '134727.540000', '134727.543000', '134727.546000', '134727.548000', '134727.551000', '134727.553000', '134727.556000', '134727.559000', '134727.561000', '134727.564000', '134727.566000', '134727.569000', '134727.571000', '134727.574000', '134727.577000', '134727.579000', '134727.582000', '134727.585000', '134727.587000', '134727.590000', '134727.592000', '134727.595000', '134727.598000', '134727.600000', '134727.603000', '134727.606000', '134727.608000', '134727.611000', '134727.614000', '134727.616000', '134727.619000', '134727.621000', '134727.624000', '134727.627000', '134727.629000', '134727.632000', '134747.519000', '134747.522000', '134747.525000', '134747.528000', '134747.530000', '134747.533000', '134747.535000', '134747.538000', '134747.541000', '134747.543000', '134747.546000', '134747.548000', '134747.551000', '134747.554000', '134747.556000', '134747.559000', '134747.561000', '134747.564000', '134747.566000', '134747.569000', '134747.572000', '134747.574000', '134747.577000', '134747.580000', '134747.582000', '134747.585000', '134747.587000', '134747.590000', '134747.593000', '134747.596000', '134747.598000', '134747.601000', '134747.604000', '134747.606000', '134747.609000', '134747.611000', '134747.621000', '134747.624000', '134747.626000', '134747.629000', '134747.632000', '134747.634000', '134747.637000', '134807.519000', '134807.522000', '134807.525000', '134807.527000', '134807.530000', '134807.533000', '134807.535000', '134807.538000', '134807.540000', '134807.543000', '134807.546000', '134807.548000', '134807.551000', '134807.553000', '134807.556000', '134807.559000', '134807.561000', '134807.564000', '134807.566000', '134807.569000', '134807.571000', '134807.589000', '134807.591000', '134807.594000', '134807.597000', '134807.599000', '134807.602000', '134807.604000', '134807.607000', '134807.610000', '134807.612000', '134807.615000', '134807.617000', '134807.620000', '134807.623000', '134807.625000', '134807.628000', '134807.631000', '134807.633000', '134807.636000', '134807.639000', '134807.641000', '134807.644000', '134807.646000', '134827.521000', '134827.523000', '134827.526000', '134827.529000', '134827.531000', '134827.534000', '134827.536000', '134827.539000', '134827.542000', '134827.544000', '134827.547000', '134827.549000', '134827.552000', '134827.555000', '134827.557000', '134827.560000', '134827.562000', '134827.565000', '134827.568000', '134827.570000', '134827.573000', '134827.576000', '134827.578000', '134827.581000', '134827.583000', '134827.586000', '134827.589000', '134827.591000', '134827.594000', '134827.597000', '134827.599000', '134827.602000', '134827.605000', '134827.608000', '134827.610000', '134827.613000', '134827.616000', '134827.618000', '134827.621000', '134827.624000', '134827.626000', '134827.629000', '134827.631000', '134847.521000', '134847.523000', '134847.526000', '134847.529000', '134847.531000', '134847.534000', '134847.537000', '134847.539000', '134847.542000', '134847.544000', '134847.547000', '134847.550000', '134847.552000', '134847.555000', '134847.557000', '134847.560000', '134847.563000', '134847.565000', '134847.568000', '134847.570000', '134847.573000', '134847.576000', '134847.578000', '134847.581000', '134847.583000', '134847.586000', '134847.589000', '134847.591000', '134847.594000', '134847.596000', '134847.599000', '134847.602000', '134847.604000', '134847.607000', '134847.610000', '134847.612000', '134847.615000', '134847.618000', '134847.620000', '134847.623000', '134847.625000', '134847.628000', '134847.631000', '134847.633000', '134907.520000', '134907.523000', '134907.526000', '134907.529000', '134907.531000', '134907.534000', '134907.537000', '134907.539000', '134907.542000', '134907.544000', '134907.547000', '134907.549000', '134907.552000', '134907.555000', '134907.557000', '134907.560000', '134907.562000', '134907.565000', '134907.567000', '134907.570000', '134907.573000', '134907.575000', '134907.578000', '134907.581000', '134907.583000', '134907.586000', '134907.588000', '134907.591000', '134907.593000', '134907.596000', '134907.599000', '134907.601000', '134907.604000', '134907.607000', '134907.609000', '134907.612000', '134907.615000', '134907.618000', '134907.621000', '134907.624000', '134907.626000', '134907.629000', '134907.631000', '134927.520000', '134927.523000', '134927.525000', '134927.528000', '134927.530000', '134927.533000', '134927.536000', '134927.538000', '134927.541000', '134927.544000', '134927.546000', '134927.549000', '134927.552000', '134927.554000', '134927.557000', '134927.559000', '134927.562000', '134927.565000', '134927.579000', '134927.581000', '134927.584000', '134927.586000', '134927.589000', '134927.592000', '134927.594000', '134927.597000', '134927.600000', '134927.602000', '134927.605000', '134927.607000', '134927.610000', '134927.613000', '134927.615000', '134927.618000', '134927.621000', '134927.623000', '134927.626000', '134927.628000', '134927.631000', '134927.634000', '134927.636000', '134927.639000', '134927.641000', '134947.520000', '134947.522000', '134947.525000', '134947.528000', '134947.530000', '134947.533000', '134947.536000', '134947.538000', '134947.541000', '134947.543000', '134947.546000', '134947.549000', '134947.551000', '134947.554000', '134947.556000', '134947.559000', '134947.562000', '134947.564000', '134947.567000', '134947.569000', '134947.572000', '134947.575000', '134947.577000', '134947.580000', '134947.582000', '134947.585000', '134947.588000', '134947.590000', '134947.593000', '134947.595000', '134947.598000', '134947.601000', '134947.603000', '134947.606000', '134947.609000', '134947.611000', '134947.614000', '134947.616000', '134947.619000', '134947.622000', '134947.624000', '134947.627000', '134947.629000', '134947.632000', '135007.520000', '135007.522000', '135007.525000', '135007.528000', '135007.530000', '135007.533000', '135007.535000', '135007.538000', '135007.540000', '135007.543000', '135007.546000', '135007.548000', '135007.551000', '135007.553000', '135007.556000', '135007.559000', '135007.561000', '135007.564000', '135007.567000', '135007.569000', '135007.572000', '135007.574000', '135007.577000', '135007.580000', '135007.582000', '135007.585000', '135007.588000', '135007.591000', '135007.594000', '135007.597000', '135007.599000', '135007.602000', '135007.605000', '135007.607000', '135007.610000', '135007.613000', '135007.615000', '135007.618000', '135007.620000', '135007.623000', '135007.626000', '135007.628000', '135007.631000', '135027.520000', '135027.523000', '135027.525000', '135027.528000', '135027.530000', '135027.533000', '135027.536000', '135027.538000', '135027.541000', '135027.544000', '135027.546000', '135027.549000', '135027.551000', '135027.554000', '135027.557000', '135027.559000', '135027.562000', '135027.564000', '135027.567000', '135027.570000', '135027.572000', '135027.575000', '135027.577000', '135027.580000', '135027.583000', '135027.585000', '135027.588000', '135027.591000', '135027.593000', '135027.596000', '135027.598000', '135027.607000', '135027.609000', '135027.612000', '135027.615000', '135027.617000', '135027.620000', '135027.622000', '135027.625000', '135027.628000', '135027.630000', '135027.633000', '135027.636000', '135027.638000', '135047.521000', '135047.524000', '135047.526000', '135047.529000', '135047.531000', '135047.534000', '135047.537000', '135047.539000', '135047.542000', '135047.544000', '135047.547000', '135047.550000', '135047.552000', '135047.555000', '135047.558000', '135047.560000', '135047.563000', '135047.566000', '135047.568000', '135047.571000', '135047.574000', '135047.576000', '135047.579000', '135047.581000', '135047.584000', '135047.586000', '135047.589000', '135047.592000', '135047.594000', '135047.597000', '135047.600000', '135047.602000', '135047.605000', '135047.608000', '135047.610000', '135047.613000', '135047.615000', '135047.618000', '135047.621000', '135047.623000', '135047.626000', '135047.628000', '135047.631000', '135047.646000', '135107.521000', '135107.523000', '135107.526000', '135107.529000', '135107.531000', '135107.534000', '135107.536000', '135107.539000', '135107.542000', '135107.544000', '135107.547000', '135107.549000', '135107.552000', '135107.555000', '135107.557000', '135107.560000', '135107.562000', '135107.565000', '135107.568000', '135107.570000', '135107.573000', '135107.575000', '135107.578000', '135107.580000', '135107.583000', '135107.586000', '135107.588000', '135107.591000', '135107.593000', '135107.596000', '135107.599000', '135107.601000', '135107.604000', '135107.607000', '135107.609000', '135107.612000', '135107.614000', '135107.617000', '135107.620000', '135107.622000', '135107.625000', '135107.627000', '135107.630000', '135127.520000', '135127.523000', '135127.526000', '135127.529000', '135127.531000', '135127.534000', '135127.536000', '135127.539000', '135127.542000', '135127.544000', '135127.547000', '135127.549000', '135127.552000', '135127.555000', '135127.557000', '135127.560000', '135127.563000', '135127.565000', '135127.568000', '135127.570000', '135127.573000', '135127.575000', '135127.578000', '135127.580000', '135127.583000', '135127.586000', '135127.588000', '135127.591000', '135127.594000', '135127.596000', '135127.599000', '135127.601000', '135127.604000', '135127.607000', '135127.609000', '135127.612000', '135127.614000', '135127.617000', '135127.619000', '135127.622000', '135127.625000', '135127.627000', '135127.630000', '135127.632000', '135147.520000', '135147.522000', '135147.525000', '135147.528000', '135147.530000', '135147.533000', '135147.535000', '135147.538000', '135147.541000', '135147.543000', '135147.546000', '135147.548000', '135147.551000', '135147.554000', '135147.556000', '135147.559000', '135147.562000', '135147.564000', '135147.567000', '135147.569000', '135147.572000', '135147.574000', '135147.577000', '135147.580000', '135147.582000', '135147.585000', '135147.587000', '135147.590000', '135147.593000', '135147.595000', '135147.598000', '135147.601000', '135147.603000', '135147.606000', '135147.608000', '135147.611000', '135147.613000', '135147.616000', '135147.619000', '135147.621000', '135147.624000', '135147.627000', '135147.629000', '135149.092000', '135149.095000', '135149.098000', '135149.101000'], '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': [8217, 7430, 10482, 8810, 9861, 9129, 7383, 10834, 7947, 11056, 8912, 9116, 9434, 7604, 10788, 7917, 11755, 8168, 11284, 8177, 9584, 8200, 7553, 8553, 7713, 12302, 9839, 9885, 8724, 6591, 9020, 6640, 9423, 7106, 8773, 7919, 6924, 9726, 7986, 11560, 8543, 8337, 9917, 8668, 11410, 8598, 6552, 10699, 8070, 7334, 9388, 8390, 6929, 10500, 10073, 7459, 9825, 8332, 7156, 7510, 6664, 7382, 10542, 7638, 8592, 7021, 7641, 7737, 6602, 8799, 6483, 10959, 7024, 9862, 6727, 6334, 8478, 6484, 9355, 6461, 9338, 6523, 10196, 6861, 7798, 7784, 7421, 11087, 8697, 12402, 10860, 8586, 9824, 6690, 12138, 13039, 11084, 7424, 8844, 8937, 9912, 9869, 7375, 7818, 6460, 6347, 7896, 6676, 7519, 7412, 6331, 10191, 8186, 6819, 9113, 6889, 11105, 9889, 13990, 10499, 11406, 7177, 6443, 6748, 6375, 7340, 6749, 9225, 6901, 11899, 8815, 12795, 8378, 10337, 6932, 7653, 6671, 7086, 6640, 6584, 6674, 6420, 8591, 6543, 8638, 6482, 10214, 8298, 6746, 9353, 7558, 9937, 12555, 8786, 11709, 9112, 10537, 9128, 7718, 8786, 6642, 6506, 7024, 6435, 9817, 7215, 6356, 10191, 6867, 6687, 7358, 6531, 9338, 6954, 7940, 7732, 6481, 8773, 6553, 9825, 6789, 9777, 7999, 8728, 8518, 6304, 10934, 7628, 12906, 7734, 11683, 6439, 10896, 6320, 10184, 6532, 9400, 6625, 9457, 6510, 9342, 6545, 9281, 6500, 9376, 6664, 9518, 6579, 10995, 8768, 11922, 8344, 10195, 6642, 9451, 6593, 8588, 6592, 8668, 6614, 8218, 6469, 8147, 6637, 8204, 6704, 8002, 6340, 12383, 10825, 12211, 7933, 9402, 11634, 7044, 11069, 11463, 8871, 12006, 7371, 6734, 6712, 6299, 7764, 7578, 6665, 7560, 6564, 8785, 6632, 8182, 6854, 8367, 9606, 7860, 11112, 7200, 9482, 6964, 7615, 7235, 6809, 7767, 7155, 8291, 6686, 9263, 6563, 6966, 7076, 6674, 8230, 6597, 9594, 8418, 10571, 10859, 10830, 12686, 9525, 11102, 7343, 6718, 6654, 6546, 6532, 6917, 7079, 7062, 7279, 9191, 7253, 6658, 8346, 6975, 6652, 7701, 6693, 9390, 6510, 10167, 7796, 11732, 10821, 12491, 10758, 10572, 9494, 8948, 7578, 8709, 6527, 6537, 6566, 6702, 6854, 6705, 6768, 6759, 8671, 9984, 8862, 10860, 7638, 11660, 6813, 8814, 6482, 7239, 6721, 6336, 11291, 10724, 11686, 8444, 9501, 7853, 6565, 8290, 6519, 6825, 6811, 6683, 6742, 7995, 8469, 7694, 11908, 11166, 12107, 11850, 6736, 7351, 6647, 6864, 8575, 7122, 6470, 8235, 6426, 10532, 9952, 9617, 9328, 6720, 8124, 6622, 8062, 6595, 8340, 6708, 8770, 6458, 8902, 6522, 9035, 6803, 9693, 8008, 10308, 7566, 6725, 7522, 6739, 8196, 6538, 9297, 6783, 9246, 6947, 9250, 6491, 9275, 6796, 9665, 8732, 10348, 9903, 8840, 8054, 6621, 9299, 7552, 9052, 7076, 8163, 7153, 8052, 7012, 7942, 7004, 8265, 7544, 8533, 8321, 8167, 8631, 7690, 8420, 7105, 8732, 6830, 8494, 6390, 9080, 6360, 9516, 7670, 10882, 10790, 13724, 9666, 11812, 7008, 8934, 6421, 7353, 6590, 7680, 6493, 7446, 6579, 7817, 6598, 7883, 6655, 8430, 6633, 6588, 9768, 7020, 9501, 6704, 8773, 6423, 8888, 6679, 8811, 8306, 8568, 8977, 8336, 6655, 6661, 7193, 6461, 7639, 6743, 7049, 6807, 6713, 6427, 6805, 6650, 6976, 6371, 8747, 6559, 9359, 6440, 6766, 6591, 6915, 7851, 6971, 8244, 7722, 9885, 11288, 8861, 8809, 7741, 9167, 9513, 7810, 11222, 7116, 7888, 6906, 6983, 6789, 7648, 7052, 10711, 12284, 8710, 8525, 6673, 6569, 8608, 9693, 11618, 11816, 8041, 6665, 6426, 6402, 8293, 6524, 8577, 7400, 7644, 8185, 7308, 7886, 6537, 7739, 6696, 8294, 6917, 8989, 6460, 10048, 7976, 7789, 7745, 6784, 7867, 6735, 9237, 6545, 9288, 6694, 9728, 7649, 9429, 10084, 9204, 9925, 7944, 9059, 6993, 8100, 6654, 8035, 6479, 8164, 6934, 9016, 6956, 9379, 6925, 9443, 7062, 9402, 6749, 10541, 9951, 12530, 11342, 10517, 8212, 6761, 8216, 6905, 9262, 6710, 8500, 6604, 8933, 6717, 9150, 7263, 8537, 7952, 7769, 8496, 7035, 8658, 7146, 9043, 6987, 9236, 7154, 11237, 7684, 11566, 7646, 9913, 7093, 9705, 7142, 8382, 6881, 6575, 7217, 6688, 8646, 6912, 7127, 8543, 6735, 9319, 6852, 9614, 7881, 10834, 7889, 9543, 10471, 8902, 7543, 6603, 7513, 6864, 8513, 6906, 9310, 7533, 9964, 9225, 7448, 8566, 6640, 7261, 9264, 6994, 9456, 7469, 7500, 8286, 7795, 8668, 6973, 6932, 6725, 7783, 6880, 8115, 8542, 7798, 9849, 7013, 10163, 7084, 9276, 9315, 9284, 12029, 10413, 12177, 7347, 6907, 6999, 6736, 6597, 7097, 7065, 6727, 6828, 8583, 6980, 8784, 6939, 9137, 7699, 10855, 9163, 11807, 7914, 8915, 6874, 7923, 6832, 8378, 7046, 8347, 7004, 8201, 7293, 7344, 9409, 6879, 10450, 6992, 10285, 7121, 9953, 6893, 10228, 7756, 9821, 8306, 8040, 8969, 6808, 7450, 6721, 7798, 7490, 7183, 9463, 6902, 10225, 10539, 9661, 11821, 9531, 12215, 7816, 10360, 6886, 9124, 6966, 8735, 6870, 8583, 8367, 8930, 10141, 6768, 11060, 8018, 8973, 6828, 6602, 6865, 6981, 6618, 7812, 7258, 7610, 8828, 6745, 8891, 7177, 9168, 7170, 9620, 6939, 9800, 6843, 10175, 7000, 10150, 6955, 9920, 7493, 11781, 9805, 13786, 9125, 8703, 6633, 6695, 6789, 7022, 7149, 8475, 6970, 8942, 7239, 9779, 8611, 9204, 8168, 6917, 8026, 6920, 7711, 6994, 8201, 7005, 8631, 7502, 7985, 6966, 10872, 9086, 10836, 10275, 9262, 8103, 7424, 8345, 6727, 10485, 8152, 10460, 7076, 9642, 6863, 10033, 7107, 10918, 7170, 10443, 7410, 10416, 6936, 12961, 10938, 13194, 9325, 10108, 6632, 6742, 6727, 6838, 6716, 7006, 8160, 6691, 9304, 7854, 10073, 11593, 10611, 9919, 7191, 6348, 7557, 6673, 9766, 10782, 12964, 11583, 9407, 10522, 7332, 8197, 6685, 6905, 8720, 7420, 8890, 6741, 7428, 6994, 6502, 7830, 6744, 9069, 6594, 11619, 8251, 11166, 7606, 6882, 6822, 6944, 7658, 6932, 8742, 6510, 8434, 7070, 6536, 6499, 6709, 8507, 6760], 'WindowCenter': [4100.0, 4062.0, 4076.0, 4066.0, 4062.0, 4050.0, 4031.0, 4060.0, 4029.0, 4058.0, 4038.0, 4036.0, 4034.0, 4014.0, 4044.0, 4013.0, 4043.0, 4012.0, 4043.0, 4023.0, 4031.0, 4023.0, 4015.0, 4024.0, 4015.0, 4068.0, 4058.0, 4059.0, 4049.0, 4019.0, 4049.0, 4018.0, 4048.0, 4030.0, 4050.0, 4041.0, 4031.0, 4063.0, 4054.0, 4095.0, 4064.0, 4065.0, 4087.0, 4067.0, 4111.0, 4063.0, 4033.0, 4083.0, 4063.0, 4043.0, 4063.0, 4053.0, 4045.0, 4097.0, 4086.0, 4057.0, 4074.0, 4052.0, 4029.0, 4026.0, 4017.0, 4026.0, 4071.0, 4040.0, 4049.0, 4030.0, 4039.0, 4039.0, 4006.0, 4048.0, 4019.0, 4070.0, 4017.0, 4045.0, 4017.0, 4005.0, 4037.0, 4006.0, 4047.0, 4006.0, 4046.0, 4005.0, 4055.0, 4005.0, 4024.0, 4026.0, 4027.0, 4084.0, 4062.0, 4092.0, 4071.0, 4058.0, 4080.0, 4028.0, 4064.0, 4078.0, 4069.0, 4014.0, 4034.0, 4036.0, 4046.0, 4059.0, 4030.0, 4040.0, 4008.0, 3993.0, 4012.0, 3991.0, 4003.0, 4015.0, 3994.0, 4046.0, 4025.0, 4002.0, 4022.0, 3989.0, 4028.0, 4019.0, 4049.0, 4019.0, 4029.0, 3976.0, 3964.0, 3975.0, 3963.0, 3985.0, 3974.0, 4006.0, 3986.0, 4039.0, 4008.0, 4039.0, 4009.0, 4028.0, 3989.0, 3998.0, 3978.0, 3987.0, 3989.0, 3988.0, 3991.0, 3991.0, 4036.0, 4005.0, 4033.0, 3993.0, 4040.0, 4021.0, 3989.0, 4019.0, 3999.0, 4032.0, 4067.0, 4036.0, 4056.0, 4026.0, 4045.0, 4021.0, 4001.0, 3997.0, 3966.0, 3955.0, 3966.0, 3958.0, 4011.0, 3993.0, 3985.0, 4035.0, 3993.0, 3992.0, 4000.0, 3979.0, 4008.0, 3978.0, 3987.0, 3988.0, 3966.0, 4010.0, 3980.0, 4020.0, 3978.0, 4018.0, 3999.0, 4010.0, 4008.0, 3967.0, 4016.0, 3986.0, 4027.0, 3986.0, 4027.0, 3967.0, 4018.0, 3967.0, 4017.0, 3967.0, 4007.0, 3978.0, 4008.0, 3968.0, 4019.0, 3979.0, 4019.0, 3968.0, 4019.0, 3979.0, 4020.0, 3991.0, 4044.0, 4025.0, 4055.0, 4025.0, 4045.0, 3994.0, 4033.0, 3993.0, 4022.0, 3992.0, 4023.0, 3993.0, 4014.0, 3983.0, 4013.0, 3993.0, 4024.0, 3991.0, 4013.0, 3981.0, 4046.0, 4039.0, 4047.0, 4005.0, 4028.0, 4048.0, 4006.0, 4071.0, 4071.0, 4053.0, 4085.0, 4030.0, 3992.0, 3978.0, 3967.0, 4002.0, 4004.0, 3981.0, 4003.0, 3980.0, 3999.0, 3982.0, 4011.0, 3980.0, 3987.0, 3997.0, 3987.0, 4020.0, 3977.0, 3996.0, 3968.0, 3977.0, 3977.0, 3964.0, 3987.0, 3965.0, 3987.0, 3968.0, 4008.0, 3980.0, 3977.0, 3979.0, 3977.0, 3998.0, 3977.0, 4008.0, 4001.0, 4020.0, 4033.0, 4035.0, 4056.0, 4024.0, 4033.0, 3990.0, 3966.0, 3979.0, 3977.0, 3979.0, 4002.0, 3989.0, 4005.0, 4004.0, 4024.0, 4004.0, 3993.0, 4014.0, 3992.0, 3979.0, 3989.0, 3967.0, 3998.0, 3968.0, 4008.0, 3990.0, 4030.0, 4020.0, 4029.0, 4019.0, 4006.0, 3996.0, 3983.0, 3974.0, 3983.0, 3954.0, 3953.0, 3964.0, 3964.0, 3965.0, 3964.0, 3979.0, 3967.0, 3997.0, 4032.0, 4012.0, 4033.0, 3992.0, 4032.0, 3980.0, 4011.0, 3969.0, 3990.0, 3979.0, 3969.0, 4034.0, 4038.0, 4035.0, 4003.0, 3998.0, 3977.0, 3967.0, 3988.0, 3968.0, 3980.0, 3979.0, 3977.0, 3966.0, 4012.0, 4013.0, 4017.0, 4049.0, 4036.0, 4056.0, 4029.0, 3977.0, 3975.0, 3965.0, 3965.0, 3996.0, 3977.0, 3954.0, 3996.0, 3954.0, 4005.0, 4005.0, 3994.0, 3995.0, 3952.0, 3972.0, 3950.0, 3970.0, 3949.0, 3970.0, 3949.0, 3971.0, 3939.0, 3982.0, 3952.0, 3994.0, 3962.0, 4005.0, 3998.0, 4017.0, 3975.0, 3964.0, 3986.0, 3965.0, 3996.0, 3966.0, 4007.0, 3967.0, 4008.0, 3978.0, 4009.0, 3967.0, 4006.0, 3966.0, 4007.0, 4001.0, 4022.0, 4025.0, 4001.0, 3977.0, 3957.0, 3986.0, 3977.0, 3998.0, 3970.0, 3976.0, 3967.0, 3977.0, 3967.0, 3976.0, 3967.0, 3986.0, 3977.0, 3989.0, 3977.0, 3986.0, 3999.0, 3964.0, 3973.0, 3951.0, 3985.0, 3953.0, 3983.0, 3939.0, 3981.0, 3940.0, 3981.0, 3961.0, 3993.0, 4005.0, 4027.0, 3996.0, 4015.0, 3964.0, 3983.0, 3942.0, 3960.0, 3949.0, 3962.0, 3940.0, 3962.0, 3953.0, 3974.0, 3965.0, 3973.0, 3964.0, 3984.0, 3965.0, 3966.0, 4018.0, 3978.0, 4009.0, 3979.0, 4010.0, 3970.0, 4008.0, 3967.0, 3994.0, 3986.0, 3985.0, 3997.0, 3987.0, 3967.0, 3965.0, 3976.0, 3952.0, 3974.0, 3962.0, 3965.0, 3963.0, 3965.0, 3954.0, 3965.0, 3965.0, 3976.0, 3955.0, 4011.0, 3969.0, 3996.0, 3982.0, 3951.0, 3993.0, 3991.0, 4011.0, 3977.0, 4010.0, 4004.0, 4035.0, 4048.0, 4029.0, 4024.0, 3991.0, 3998.0, 4009.0, 3976.0, 4008.0, 3966.0, 3988.0, 3980.0, 3993.0, 3981.0, 3991.0, 3982.0, 4033.0, 4043.0, 3999.0, 4000.0, 3968.0, 3967.0, 3987.0, 4007.0, 4031.0, 4041.0, 4000.0, 3978.0, 3966.0, 3967.0, 3986.0, 3953.0, 3969.0, 3960.0, 3960.0, 3971.0, 3948.0, 3960.0, 3938.0, 3961.0, 3939.0, 3972.0, 3949.0, 3981.0, 3940.0, 3979.0, 3960.0, 3959.0, 3961.0, 3949.0, 3970.0, 3950.0, 3993.0, 3953.0, 3995.0, 3964.0, 3994.0, 3974.0, 3995.0, 4006.0, 3997.0, 4007.0, 3987.0, 4008.0, 3976.0, 3985.0, 3966.0, 3989.0, 3968.0, 3998.0, 3978.0, 4011.0, 3990.0, 4012.0, 3981.0, 4010.0, 3978.0, 4008.0, 3966.0, 4017.0, 4024.0, 4046.0, 4034.0, 4023.0, 3990.0, 3981.0, 3987.0, 3978.0, 4011.0, 3980.0, 3999.0, 3968.0, 4009.0, 3981.0, 4009.0, 3989.0, 3998.0, 3988.0, 3987.0, 3986.0, 3963.0, 3985.0, 3962.0, 3995.0, 3964.0, 3984.0, 3962.0, 4004.0, 3974.0, 4014.0, 3974.0, 3992.0, 3961.0, 3991.0, 3963.0, 3982.0, 3974.0, 3977.0, 3976.0, 3965.0, 3997.0, 3977.0, 3976.0, 3999.0, 3977.0, 4009.0, 3979.0, 4034.0, 4001.0, 4032.0, 4012.0, 4034.0, 4044.0, 4012.0, 4000.0, 3981.0, 3990.0, 3978.0, 4009.0, 4002.0, 4022.0, 4004.0, 4035.0, 4038.0, 4015.0, 4039.0, 4007.0, 4030.0, 4049.0, 4007.0, 4048.0, 4030.0, 4017.0, 4028.0, 4030.0, 4027.0, 4004.0, 3994.0, 3992.0, 3999.0, 3977.0, 3997.0, 3995.0, 3987.0, 4004.0, 3975.0, 4017.0, 3987.0, 4016.0, 4030.0, 4033.0, 4067.0, 4058.0, 4067.0, 4011.0, 4000.0, 3993.0, 3983.0, 3982.0, 3992.0, 3991.0, 3994.0, 3994.0, 4026.0, 3994.0, 4012.0, 3978.0, 4008.0, 3975.0, 4018.0, 3998.0, 4020.0, 3986.0, 3998.0, 3964.0, 3986.0, 3965.0, 3986.0, 3965.0, 3984.0, 3965.0, 3995.0, 3973.0, 3974.0, 3993.0, 3964.0, 4003.0, 3965.0, 4003.0, 3964.0, 4020.0, 3979.0, 4019.0, 3988.0, 4020.0, 4000.0, 3999.0, 4022.0, 3990.0, 4000.0, 3991.0, 4003.0, 4002.0, 3994.0, 4034.0, 4006.0, 4034.0, 4046.0, 4037.0, 4057.0, 4037.0, 4057.0, 4015.0, 4032.0, 3992.0, 4010.0, 3990.0, 4009.0, 3980.0, 4012.0, 4016.0, 4026.0, 4048.0, 3983.0, 4033.0, 4003.0, 4011.0, 3970.0, 3970.0, 3969.0, 3996.0, 3971.0, 3992.0, 3993.0, 3992.0, 4012.0, 3980.0, 4010.0, 3967.0, 3996.0, 3965.0, 4007.0, 3965.0, 3995.0, 3954.0, 4006.0, 3965.0, 4006.0, 3952.0, 3992.0, 3961.0, 4017.0, 3994.0, 4028.0, 4009.0, 4007.0, 3967.0, 3966.0, 3967.0, 3965.0, 3967.0, 3985.0, 3979.0, 4011.0, 3993.0, 4019.0, 4012.0, 4010.0, 3999.0, 3965.0, 3986.0, 3966.0, 3975.0, 3965.0, 3986.0, 3966.0, 3998.0, 3977.0, 3987.0, 3967.0, 4019.0, 3997.0, 4018.0, 4017.0, 3996.0, 3985.0, 3990.0, 4010.0, 3954.0, 4019.0, 3985.0, 4018.0, 3976.0, 4008.0, 3965.0, 4007.0, 3978.0, 4029.0, 3977.0, 4017.0, 3989.0, 4018.0, 3978.0, 4052.0, 4046.0, 4057.0, 4024.0, 4021.0, 3980.0, 3978.0, 3966.0, 3966.0, 3966.0, 3990.0, 4012.0, 4005.0, 4047.0, 4040.0, 4062.0, 4074.0, 4048.0, 4049.0, 4008.0, 3970.0, 3990.0, 3958.0, 4010.0, 4024.0, 4035.0, 4026.0, 4003.0, 4011.0, 3980.0, 3965.0, 3956.0, 3941.0, 3960.0, 3938.0, 3958.0, 3928.0, 3937.0, 3937.0, 3926.0, 3947.0, 3926.0, 3956.0, 3925.0, 3977.0, 3947.0, 3976.0, 3937.0, 3926.0, 3927.0, 3925.0, 3936.0, 3937.0, 3973.0, 3943.0, 3972.0, 3950.0, 3939.0, 3940.0, 3939.0, 3970.0, 3952.0], 'WindowWidth': [9124.0, 9055.0, 9063.0, 9046.0, 9035.0, 9016.0, 8990.0, 9027.0, 8985.0, 9019.0, 8992.0, 8987.0, 8982.0, 8956.0, 8995.0, 8951.0, 8991.0, 8950.0, 8990.0, 8965.0, 8974.0, 8966.0, 8960.0, 8968.0, 8960.0, 9035.0, 9023.0, 9025.0, 9014.0, 8976.0, 9015.0, 8972.0, 9010.0, 8989.0, 9015.0, 9007.0, 8993.0, 9040.0, 9030.0, 9087.0, 9043.0, 9046.0, 9080.0, 9050.0, 9120.0, 9042.0, 9005.0, 9068.0, 9043.0, 9014.0, 9039.0, 9028.0, 9021.0, 9097.0, 9078.0, 9042.0, 9059.0, 9025.0, 8992.0, 8981.0, 8969.0, 8980.0, 9048.0, 9004.0, 9016.0, 8995.0, 9002.0, 9004.0, 8951.0, 9010.0, 8979.0, 9043.0, 8969.0, 9002.0, 8969.0, 8952.0, 8994.0, 8952.0, 9009.0, 8954.0, 9006.0, 8951.0, 9014.0, 8951.0, 8973.0, 8980.0, 8985.0, 9076.0, 9042.0, 9080.0, 9049.0, 9030.0, 9066.0, 8990.0, 9026.0, 9057.0, 9047.0, 8959.0, 8984.0, 8988.0, 9004.0, 9027.0, 8992.0, 9002.0, 8957.0, 8928.0, 8949.0, 8917.0, 8937.0, 8958.0, 8931.0, 9002.0, 8974.0, 8939.0, 8964.0, 8914.0, 8964.0, 8951.0, 8995.0, 8953.0, 8966.0, 8890.0, 8871.0, 8887.0, 8870.0, 8901.0, 8884.0, 8932.0, 8904.0, 8980.0, 8938.0, 8982.0, 8941.0, 8965.0, 8915.0, 8925.0, 8898.0, 8909.0, 8915.0, 8912.0, 8921.0, 8922.0, 8992.0, 8948.0, 8982.0, 8930.0, 8986.0, 8962.0, 8916.0, 8954.0, 8927.0, 8977.0, 9036.0, 8989.0, 9016.0, 8972.0, 8996.0, 8958.0, 8931.0, 8917.0, 8873.0, 8856.0, 8872.0, 8861.0, 8937.0, 8917.0, 8911.0, 8980.0, 8925.0, 8923.0, 8929.0, 8899.0, 8935.0, 8895.0, 8903.0, 8906.0, 8875.0, 8940.0, 8900.0, 8952.0, 8894.0, 8946.0, 8925.0, 8941.0, 8934.0, 8878.0, 8939.0, 8898.0, 8958.0, 8902.0, 8958.0, 8880.0, 8946.0, 8877.0, 8942.0, 8878.0, 8930.0, 8894.0, 8934.0, 8884.0, 8952.0, 8899.0, 8951.0, 8883.0, 8952.0, 8898.0, 8953.0, 8920.0, 8994.0, 8969.0, 9011.0, 8971.0, 8997.0, 8929.0, 8977.0, 8925.0, 8962.0, 8922.0, 8964.0, 8925.0, 8953.0, 8911.0, 8952.0, 8925.0, 8967.0, 8919.0, 8950.0, 8904.0, 8996.0, 8987.0, 8996.0, 8935.0, 8972.0, 8999.0, 8951.0, 9045.0, 9044.0, 9022.0, 9072.0, 8987.0, 8923.0, 8895.0, 8879.0, 8933.0, 8940.0, 8904.0, 8935.0, 8902.0, 8922.0, 8906.0, 8946.0, 8900.0, 8902.0, 8915.0, 8901.0, 8947.0, 8888.0, 8911.0, 8875.0, 8885.0, 8887.0, 8866.0, 8901.0, 8869.0, 8899.0, 8877.0, 8932.0, 8899.0, 8892.0, 8895.0, 8890.0, 8918.0, 8891.0, 8931.0, 8925.0, 8951.0, 8975.0, 8981.0, 9011.0, 8963.0, 8973.0, 8911.0, 8874.0, 8899.0, 8894.0, 8899.0, 8935.0, 8911.0, 8946.0, 8941.0, 8964.0, 8938.0, 8920.0, 8949.0, 8918.0, 8896.0, 8908.0, 8875.0, 8918.0, 8878.0, 8930.0, 8910.0, 8963.0, 8950.0, 8960.0, 8946.0, 8922.0, 8908.0, 8885.0, 8876.0, 8887.0, 8853.0, 8849.0, 8867.0, 8868.0, 8870.0, 8867.0, 8896.0, 8876.0, 8915.0, 8973.0, 8943.0, 8974.0, 8916.0, 8970.0, 8897.0, 8939.0, 8882.0, 8913.0, 8898.0, 8882.0, 8974.0, 8985.0, 8976.0, 8928.0, 8911.0, 8883.0, 8872.0, 8901.0, 8879.0, 8899.0, 8894.0, 8890.0, 8872.0, 8950.0, 8949.0, 8960.0, 9005.0, 8986.0, 9015.0, 8963.0, 8892.0, 8885.0, 8870.0, 8871.0, 8912.0, 8892.0, 8855.0, 8912.0, 8854.0, 8921.0, 8923.0, 8906.0, 8907.0, 8847.0, 8873.0, 8840.0, 8867.0, 8836.0, 8867.0, 8837.0, 8868.0, 8826.0, 8885.0, 8849.0, 8906.0, 8861.0, 8925.0, 8921.0, 8941.0, 8882.0, 8867.0, 8899.0, 8872.0, 8914.0, 8873.0, 8929.0, 8875.0, 8931.0, 8891.0, 8933.0, 8876.0, 8926.0, 8871.0, 8926.0, 8926.0, 8958.0, 8964.0, 8926.0, 8884.0, 8855.0, 8890.0, 8881.0, 8914.0, 8880.0, 8879.0, 8870.0, 8884.0, 8873.0, 8881.0, 8873.0, 8897.0, 8885.0, 8902.0, 8882.0, 8896.0, 8917.0, 8861.0, 8871.0, 8843.0, 8892.0, 8847.0, 8886.0, 8825.0, 8882.0, 8823.0, 8880.0, 8855.0, 8899.0, 8921.0, 8955.0, 8911.0, 8934.0, 8866.0, 8889.0, 8832.0, 8851.0, 8837.0, 8855.0, 8829.0, 8860.0, 8850.0, 8880.0, 8868.0, 8877.0, 8866.0, 8894.0, 8871.0, 8875.0, 8944.0, 8891.0, 8935.0, 8894.0, 8937.0, 8885.0, 8932.0, 8874.0, 8907.0, 8899.0, 8895.0, 8916.0, 8901.0, 8876.0, 8871.0, 8885.0, 8848.0, 8879.0, 8861.0, 8869.0, 8865.0, 8869.0, 8855.0, 8870.0, 8870.0, 8886.0, 8855.0, 8944.0, 8882.0, 8909.0, 8907.0, 8843.0, 8927.0, 8917.0, 8945.0, 8891.0, 8941.0, 8935.0, 8981.0, 9004.0, 8979.0, 8961.0, 8912.0, 8916.0, 8931.0, 8882.0, 8925.0, 8870.0, 8904.0, 8896.0, 8921.0, 8901.0, 8912.0, 8903.0, 8975.0, 8988.0, 8921.0, 8918.0, 8875.0, 8875.0, 8897.0, 8929.0, 8969.0, 8987.0, 8925.0, 8893.0, 8875.0, 8877.0, 8899.0, 8849.0, 8862.0, 8852.0, 8851.0, 8866.0, 8833.0, 8850.0, 8820.0, 8854.0, 8821.0, 8869.0, 8837.0, 8882.0, 8825.0, 8874.0, 8851.0, 8848.0, 8854.0, 8837.0, 8867.0, 8842.0, 8902.0, 8849.0, 8908.0, 8867.0, 8904.0, 8879.0, 8908.0, 8927.0, 8914.0, 8931.0, 8903.0, 8932.0, 8886.0, 8898.0, 8873.0, 8908.0, 8879.0, 8919.0, 8893.0, 8939.0, 8913.0, 8942.0, 8901.0, 8937.0, 8893.0, 8931.0, 8873.0, 8942.0, 8961.0, 8997.0, 8975.0, 8957.0, 8910.0, 8899.0, 8901.0, 8893.0, 8939.0, 8897.0, 8919.0, 8878.0, 8933.0, 8905.0, 8935.0, 8909.0, 8918.0, 8905.0, 8902.0, 8898.0, 8863.0, 8894.0, 8859.0, 8907.0, 8863.0, 8889.0, 8859.0, 8917.0, 8878.0, 8932.0, 8878.0, 8900.0, 8857.0, 8895.0, 8861.0, 8886.0, 8882.0, 8890.0, 8886.0, 8872.0, 8915.0, 8890.0, 8887.0, 8922.0, 8892.0, 8933.0, 8898.0, 8978.0, 8930.0, 8972.0, 8946.0, 8979.0, 8992.0, 8944.0, 8926.0, 8902.0, 8913.0, 8893.0, 8938.0, 8935.0, 8960.0, 8937.0, 8982.0, 8991.0, 8958.0, 8996.0, 8951.0, 8988.0, 9010.0, 8949.0, 9005.0, 8987.0, 8961.0, 8979.0, 8983.0, 8977.0, 8941.0, 8926.0, 8920.0, 8924.0, 8890.0, 8917.0, 8910.0, 8902.0, 8922.0, 8884.0, 8942.0, 8907.0, 8943.0, 8971.0, 8982.0, 9037.0, 9026.0, 9034.0, 8951.0, 8933.0, 8922.0, 8909.0, 8904.0, 8919.0, 8916.0, 8924.0, 8924.0, 8969.0, 8924.0, 8946.0, 8895.0, 8933.0, 8883.0, 8947.0, 8917.0, 8952.0, 8900.0, 8917.0, 8870.0, 8898.0, 8869.0, 8898.0, 8868.0, 8895.0, 8870.0, 8910.0, 8879.0, 8883.0, 8905.0, 8867.0, 8918.0, 8869.0, 8917.0, 8866.0, 8949.0, 8896.0, 8947.0, 8907.0, 8953.0, 8927.0, 8923.0, 8960.0, 8917.0, 8929.0, 8921.0, 8936.0, 8934.0, 8926.0, 8980.0, 8945.0, 8979.0, 9000.0, 8987.0, 9019.0, 8988.0, 9017.0, 8956.0, 8974.0, 8917.0, 8939.0, 8914.0, 8937.0, 8901.0, 8945.0, 8956.0, 8972.0, 9005.0, 8907.0, 8971.0, 8935.0, 8939.0, 8882.0, 8880.0, 8875.0, 8927.0, 8885.0, 8916.0, 8919.0, 8917.0, 8943.0, 8896.0, 8936.0, 8873.0, 8910.0, 8865.0, 8927.0, 8865.0, 8907.0, 8851.0, 8925.0, 8867.0, 8922.0, 8846.0, 8898.0, 8856.0, 8943.0, 8907.0, 8959.0, 8935.0, 8932.0, 8877.0, 8872.0, 8875.0, 8869.0, 8874.0, 8896.0, 8895.0, 8940.0, 8922.0, 8950.0, 8943.0, 8936.0, 8919.0, 8869.0, 8899.0, 8871.0, 8883.0, 8869.0, 8898.0, 8872.0, 8914.0, 8888.0, 8901.0, 8875.0, 8945.0, 8916.0, 8944.0, 8942.0, 8911.0, 8897.0, 8912.0, 8940.0, 8852.0, 8948.0, 8896.0, 8943.0, 8884.0, 8930.0, 8868.0, 8927.0, 8894.0, 8962.0, 8890.0, 8942.0, 8909.0, 8945.0, 8893.0, 8998.0, 8997.0, 9015.0, 8963.0, 8954.0, 8899.0, 8894.0, 8871.0, 8872.0, 8872.0, 8912.0, 8947.0, 8944.0, 9006.0, 9005.0, 9033.0, 9053.0, 9003.0, 9009.0, 8951.0, 8884.0, 8907.0, 8860.0, 8933.0, 8958.0, 8978.0, 8960.0, 8926.0, 8932.0, 8892.0, 8859.0, 8856.0, 8821.0, 8842.0, 8813.0, 8837.0, 8799.0, 8811.0, 8812.0, 8795.0, 8824.0, 8796.0, 8833.0, 8793.0, 8862.0, 8825.0, 8861.0, 8810.0, 8795.0, 8797.0, 8792.0, 8807.0, 8812.0, 8872.0, 8833.0, 8867.0, 8838.0, 8824.0, 8826.0, 8822.0, 8865.0, 8846.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.007552316513761468</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.1274445383027523</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.03491221889781</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.0818747027898967</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0155349131802507</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4539</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5434.3911</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.30395429642744715</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>378</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>43.34862385321101</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7905368144250815</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6750598453125125</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0098062009679007</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.686744396994831</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0124767</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012941653840243816</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01674531027674675</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7798027603845084</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>21.1641</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.1221</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>145.7421</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>306442.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>652.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>259.9106</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6498</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>502.4628</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3207.0218</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3464.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>70102.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>989.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4188.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>916.4434</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>18.5032823914662</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> |