=== 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-0114 --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-0114",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 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-0114_ses-01_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0114_ses-01_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-01_subject-0114_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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0114_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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0114_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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0114_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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-01_subject-0114_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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-01_subject-0114_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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0114_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-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0114/figures/sub-0114_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0114/ses-01/func/sub-0114_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>af7b2d1170a0cf94bfb21dd66437c644</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:24:58.700000</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.996957, -0.0779288, 0.00213803, 0.0765366, 0.983623, 0.163178]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0941655</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4208, -7769, -7207, 324, -169, 7, 104, 99]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>239.66</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c61dc14f-ffc2-4ea9-a8f3-8e5db4ba7224||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.6747617721557617, 0.2053421139717102, 0.040012016892433167, 102.51851654052734], [0.2090771645307541, 2.6389899253845215, 0.43879762291908264, -118.26708221435547], [0.005736176390200853, -0.4377943277359009, 2.663804769515991, -40.40339660644531], [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': ['132458.700000', '132459.160000', '132459.620000', '132500.080000', '132500.540000', '132501.000000', '132501.460000', '132501.920000', '132502.380000', '132502.840000', '132503.300000', '132503.760000', '132504.220000', '132504.680000', '132505.140000', '132505.600000', '132506.060000', '132506.520000', '132506.980000', '132507.440000', '132507.900000', '132508.360000', '132508.820000', '132509.280000', '132509.740000', '132510.200000', '132510.660000', '132511.120000', '132511.580000', '132512.040000', '132512.500000', '132512.960000', '132513.420000', '132513.880000', '132514.340000', '132514.800000', '132515.260000', '132515.720000', '132516.180000', '132516.640000', '132517.100000', '132517.560000', '132518.020000', '132518.480000', '132518.940000', '132519.400000', '132519.860000', '132520.320000', '132520.780000', '132521.240000', '132521.700000', '132522.160000', '132522.620000', '132523.080000', '132523.540000', '132524.000000', '132524.460000', '132524.920000', '132525.380000', '132525.840000', '132526.300000', '132526.760000', '132527.220000', '132527.680000', '132528.140000', '132528.600000', '132529.060000', '132529.520000', '132529.980000', '132530.440000', '132530.900000', '132531.360000', '132531.820000', '132532.280000', '132532.740000', '132533.200000', '132533.660000', '132534.120000', '132534.580000', '132535.040000', '132535.500000', '132535.960000', '132536.420000', '132536.880000', '132537.340000', '132537.800000', '132538.260000', '132538.720000', '132539.180000', '132539.640000', '132540.100000', '132540.560000', '132541.020000', '132541.480000', '132541.940000', '132542.400000', '132542.860000', '132543.320000', '132543.780000', '132544.240000', '132544.700000', '132545.160000', '132545.620000', '132546.080000', '132546.540000', '132547.000000', '132547.460000', '132547.920000', '132548.380000', '132548.840000', '132549.300000', '132549.760000', '132550.220000', '132550.680000', '132551.140000', '132551.600000', '132552.060000', '132552.520000', '132552.980000', '132553.440000', '132553.900000', '132554.360000', '132554.820000', '132555.280000', '132555.740000', '132556.200000', '132556.660000', '132557.120000', '132557.580000', '132558.040000', '132558.500000', '132558.960000', '132559.420000', '132559.880000', '132600.340000', '132600.800000', '132601.260000', '132601.720000', '132602.180000', '132602.640000', '132603.100000', '132603.560000', '132604.020000', '132604.480000', '132604.940000', '132605.400000', '132605.860000', '132606.320000', '132606.780000', '132607.240000', '132607.700000', '132608.160000', '132608.620000', '132609.080000', '132609.540000', '132610.000000', '132610.460000', '132610.920000', '132611.380000', '132611.840000', '132612.300000', '132612.760000', '132613.220000', '132613.680000', '132614.140000', '132614.600000', '132615.060000', '132615.520000', '132615.980000', '132616.440000', '132616.900000', '132617.360000', '132617.820000', '132618.280000', '132618.740000', '132619.200000', '132619.660000', '132620.120000', '132620.580000', '132621.040000', '132621.500000', '132621.960000', '132622.420000', '132622.880000', '132623.340000', '132623.800000', '132624.260000', '132624.720000', '132625.180000', '132625.640000', '132626.100000', '132626.560000', '132627.020000', '132627.480000', '132627.940000', '132628.400000', '132628.860000', '132629.320000', '132629.780000', '132630.240000', '132630.700000', '132631.160000', '132631.620000', '132632.080000', '132632.540000', '132633.000000', '132633.460000', '132633.920000', '132634.380000', '132634.840000', '132635.300000', '132635.760000', '132636.220000', '132636.680000', '132637.140000', '132637.600000', '132638.060000', '132638.520000', '132638.980000', '132639.440000', '132639.900000', '132640.360000', '132640.820000', '132641.280000', '132641.740000', '132642.200000', '132642.660000', '132643.120000', '132643.580000', '132644.040000', '132644.500000', '132644.960000', '132645.420000', '132645.880000', '132646.340000', '132646.800000', '132647.260000', '132647.720000', '132648.180000', '132648.640000', '132649.100000', '132649.560000', '132650.020000', '132650.480000', '132650.940000', '132651.400000', '132651.860000', '132652.320000', '132652.780000', '132653.240000', '132653.700000', '132654.160000', '132654.620000', '132655.080000', '132655.540000', '132656.000000', '132656.460000', '132656.920000', '132657.380000', '132657.840000', '132658.300000', '132658.760000', '132659.220000', '132659.680000', '132700.140000', '132700.600000', '132701.060000', '132701.520000', '132701.980000', '132702.440000', '132702.900000', '132703.360000', '132703.820000', '132704.280000', '132704.740000', '132705.200000', '132705.660000', '132706.120000', '132706.580000', '132707.040000', '132707.500000', '132707.960000', '132708.420000', '132708.880000', '132709.340000', '132709.800000', '132710.260000', '132710.720000', '132711.180000', '132711.640000', '132712.100000', '132712.560000', '132713.020000', '132713.480000', '132713.940000', '132714.400000', '132714.860000', '132715.320000', '132715.780000', '132716.240000', '132716.700000', '132717.160000', '132717.620000', '132718.080000', '132718.540000', '132719.000000', '132719.460000', '132719.920000', '132720.380000', '132720.840000', '132721.300000', '132721.760000', '132722.220000', '132722.680000', '132723.140000', '132723.600000', '132724.060000', '132724.520000', '132724.980000', '132725.440000', '132725.900000', '132726.360000', '132726.820000', '132727.280000', '132727.740000', '132728.200000', '132728.660000', '132729.120000', '132729.580000', '132730.040000', '132730.500000', '132730.960000', '132731.420000', '132731.880000', '132732.340000', '132732.800000', '132733.260000', '132733.720000', '132734.180000', '132734.640000', '132735.100000', '132735.560000', '132736.020000', '132736.480000', '132736.940000', '132737.400000', '132737.860000', '132738.320000', '132738.780000', '132739.240000', '132739.700000', '132740.160000', '132740.620000', '132741.080000', '132741.540000', '132742.000000', '132742.460000', '132742.920000', '132743.380000', '132743.840000', '132744.300000', '132744.760000', '132745.220000', '132745.680000', '132746.140000', '132746.600000', '132747.060000', '132747.520000', '132747.980000', '132748.440000', '132748.900000', '132749.360000', '132749.820000', '132750.280000', '132750.740000', '132751.200000', '132751.660000', '132752.120000', '132752.580000', '132753.040000', '132753.500000', '132753.960000', '132754.420000', '132754.880000', '132755.340000', '132755.800000', '132756.260000', '132756.720000', '132757.180000', '132757.640000', '132758.100000', '132758.560000', '132759.020000', '132759.480000', '132759.940000', '132800.400000', '132800.860000', '132801.320000', '132801.780000', '132802.240000', '132802.700000', '132803.160000', '132803.620000', '132804.080000', '132804.540000', '132805.000000', '132805.460000', '132805.920000', '132806.380000', '132806.840000', '132807.300000', '132807.760000', '132808.220000', '132808.680000', '132809.140000', '132809.600000', '132810.060000', '132810.520000', '132810.980000', '132811.440000', '132811.900000', '132812.360000', '132812.820000', '132813.280000', '132813.740000', '132814.200000', '132814.660000', '132815.120000', '132815.580000', '132816.040000', '132816.500000', '132816.960000', '132817.420000', '132817.880000', '132818.340000', '132818.800000', '132819.260000', '132819.720000', '132820.180000', '132820.640000', '132821.100000', '132821.560000', '132822.020000', '132822.480000', '132822.940000', '132823.400000', '132823.860000', '132824.320000', '132824.780000', '132825.240000', '132825.700000', '132826.160000', '132826.620000', '132827.080000', '132827.540000', '132828.000000', '132828.460000', '132828.920000', '132829.380000', '132829.840000', '132830.300000', '132830.760000', '132831.220000', '132831.680000', '132832.140000', '132832.600000', '132833.060000', '132833.520000', '132833.980000', '132834.440000', '132834.900000', '132835.360000', '132835.820000', '132836.280000', '132836.740000', '132837.200000', '132837.660000', '132838.120000', '132838.580000', '132839.040000', '132839.500000', '132839.960000', '132840.420000', '132840.880000', '132841.340000', '132841.800000', '132842.260000', '132842.720000', '132843.180000', '132843.640000', '132844.100000', '132844.560000', '132845.020000', '132845.480000', '132845.940000', '132846.400000', '132846.860000', '132847.320000', '132847.780000', '132848.240000', '132848.700000', '132849.160000', '132849.620000', '132850.080000', '132850.540000', '132851.000000', '132851.460000', '132851.920000', '132852.380000', '132852.840000', '132853.300000', '132853.760000', '132854.220000', '132854.680000', '132855.140000', '132855.600000', '132856.060000', '132856.520000', '132856.980000', '132857.440000', '132857.900000', '132858.360000', '132858.820000', '132859.280000', '132859.740000', '132900.200000', '132900.660000', '132901.120000', '132901.580000', '132902.040000', '132902.500000', '132902.960000', '132903.420000', '132903.880000', '132904.340000', '132904.800000', '132905.260000', '132905.720000', '132906.180000', '132906.640000', '132907.100000', '132907.560000', '132908.020000', '132908.480000', '132908.940000', '132909.400000', '132909.860000', '132910.320000', '132910.780000', '132911.240000', '132911.700000', '132912.160000', '132912.620000', '132913.080000', '132913.540000', '132914.000000', '132914.460000', '132914.920000', '132915.380000', '132915.840000', '132916.300000', '132916.760000', '132917.220000', '132917.680000', '132918.140000', '132918.600000', '132919.060000', '132919.520000', '132919.980000', '132920.440000', '132920.900000', '132921.360000', '132921.820000', '132922.280000', '132922.740000', '132923.200000', '132923.660000', '132924.120000', '132924.580000', '132925.040000', '132925.500000', '132925.960000', '132926.420000', '132926.880000', '132927.340000', '132927.800000', '132928.260000', '132928.720000', '132929.180000', '132929.640000', '132930.100000', '132930.560000', '132931.020000', '132931.480000', '132931.940000', '132932.400000', '132932.860000', '132933.320000', '132933.780000', '132934.240000', '132934.700000', '132935.160000', '132935.620000', '132936.080000', '132936.540000', '132937.000000', '132937.460000', '132937.920000', '132938.380000', '132938.840000', '132939.300000', '132939.760000', '132940.220000', '132940.680000', '132941.140000', '132941.600000', '132942.060000', '132942.520000', '132942.980000', '132943.440000', '132943.900000', '132944.360000', '132944.820000', '132945.280000', '132945.740000', '132946.200000', '132946.660000', '132947.120000', '132947.580000', '132948.040000', '132948.500000', '132948.960000', '132949.420000', '132949.880000', '132950.340000', '132950.800000', '132951.260000', '132951.720000', '132952.180000', '132952.640000', '132953.100000', '132953.560000', '132954.020000', '132954.480000', '132954.940000', '132955.400000', '132955.860000', '132956.320000', '132956.780000', '132957.240000', '132957.700000', '132958.160000', '132958.620000', '132959.080000', '132959.540000', '133000.000000', '133000.460000', '133000.920000', '133001.380000', '133001.840000', '133002.300000', '133002.760000', '133003.220000', '133003.680000', '133004.140000', '133004.600000', '133005.060000', '133005.520000', '133005.980000', '133006.440000', '133006.900000', '133007.360000', '133007.820000', '133008.280000', '133008.740000', '133009.200000', '133009.660000', '133010.120000', '133010.580000', '133011.040000', '133011.500000', '133011.960000', '133012.420000', '133012.880000', '133013.340000', '133013.800000', '133014.260000', '133014.720000', '133015.180000', '133015.640000', '133016.100000', '133016.560000', '133017.020000', '133017.480000', '133017.940000', '133018.400000', '133018.860000', '133019.320000', '133019.780000', '133020.240000', '133020.700000', '133021.160000', '133021.620000', '133022.080000', '133022.540000', '133023.000000', '133023.460000', '133023.920000', '133024.380000', '133024.840000', '133025.300000', '133025.760000', '133026.220000', '133026.680000', '133027.140000', '133027.600000', '133028.060000', '133028.520000', '133028.980000', '133029.440000', '133029.900000', '133030.360000', '133030.820000', '133031.280000', '133031.740000', '133032.200000', '133032.660000', '133033.120000', '133033.580000', '133034.040000', '133034.500000', '133034.960000', '133035.420000', '133035.880000', '133036.340000', '133036.800000', '133037.260000', '133037.720000', '133038.180000', '133038.640000', '133039.100000', '133039.560000', '133040.020000', '133040.480000', '133040.940000', '133041.400000', '133041.860000', '133042.320000', '133042.780000', '133043.240000', '133043.700000', '133044.160000', '133044.620000', '133045.080000', '133045.540000', '133046.000000', '133046.460000', '133046.920000', '133047.380000', '133047.840000', '133048.300000', '133048.760000', '133049.220000', '133049.680000', '133050.140000', '133050.600000', '133051.060000', '133051.520000', '133051.980000', '133052.440000', '133052.900000', '133053.360000', '133053.820000', '133054.280000', '133054.740000', '133055.200000', '133055.660000', '133056.120000', '133056.580000', '133057.040000', '133057.500000', '133057.960000', '133058.420000', '133058.880000', '133059.340000', '133059.800000', '133100.260000', '133100.720000', '133101.180000', '133101.640000', '133102.100000', '133102.560000', '133103.020000', '133103.480000', '133103.940000', '133104.400000', '133104.860000', '133105.320000', '133105.780000', '133106.240000', '133106.700000', '133107.160000', '133107.620000', '133108.080000', '133108.540000', '133109.000000', '133109.460000', '133109.920000', '133110.380000', '133110.840000', '133111.300000', '133111.760000', '133112.220000', '133112.680000', '133113.140000', '133113.600000', '133114.060000', '133114.520000', '133114.980000', '133115.440000', '133115.900000', '133116.360000', '133116.820000', '133117.280000', '133117.740000', '133118.200000', '133118.660000', '133119.120000', '133119.580000', '133120.040000', '133120.500000', '133120.960000', '133121.420000', '133121.880000', '133122.340000', '133122.800000', '133123.260000', '133123.720000', '133124.180000', '133124.640000', '133125.100000', '133125.560000', '133126.020000', '133126.480000', '133126.940000', '133127.400000', '133127.860000', '133128.320000', '133128.780000', '133129.240000', '133129.700000', '133130.160000', '133130.620000', '133131.080000', '133131.540000', '133132.000000', '133132.460000', '133132.920000', '133133.380000', '133133.840000', '133134.300000', '133134.760000', '133135.220000', '133135.680000', '133136.140000', '133136.600000', '133137.060000', '133137.520000', '133137.980000', '133138.440000', '133138.900000', '133139.360000'], 'ContentTime': ['132511.679000', '132511.682000', '132511.685000', '132511.688000', '132511.691000', '132511.709000', '132511.712000', '132511.714000', '132511.717000', '132511.719000', '132511.722000', '132511.725000', '132511.727000', '132511.730000', '132511.732000', '132511.735000', '132511.745000', '132511.748000', '132511.750000', '132511.753000', '132511.756000', '132511.758000', '132511.761000', '132511.763000', '132511.766000', '132511.768000', '132531.627000', '132531.642000', '132531.645000', '132531.647000', '132531.650000', '132531.652000', '132531.663000', '132531.665000', '132531.668000', '132531.670000', '132531.673000', '132531.676000', '132531.678000', '132531.681000', '132531.684000', '132531.686000', '132531.689000', '132531.702000', '132531.705000', '132531.707000', '132531.710000', '132531.712000', '132531.715000', '132531.718000', '132531.720000', '132531.723000', '132531.725000', '132531.728000', '132531.730000', '132531.733000', '132531.735000', '132531.738000', '132531.741000', '132531.743000', '132531.752000', '132531.754000', '132531.757000', '132531.760000', '132531.762000', '132531.765000', '132531.767000', '132531.770000', '132531.772000', '132531.775000', '132551.628000', '132551.631000', '132551.634000', '132551.637000', '132551.639000', '132551.642000', '132551.644000', '132551.647000', '132551.650000', '132551.652000', '132551.655000', '132551.657000', '132551.660000', '132551.663000', '132551.665000', '132551.668000', '132551.670000', '132551.676000', '132551.679000', '132551.681000', '132551.684000', '132551.686000', '132551.689000', '132551.692000', '132551.694000', '132551.697000', '132551.700000', '132551.703000', '132551.706000', '132551.709000', '132551.711000', '132551.714000', '132551.716000', '132551.719000', '132551.722000', '132551.724000', '132551.727000', '132551.729000', '132551.732000', '132551.735000', '132551.737000', '132551.740000', '132551.742000', '132611.628000', '132611.631000', '132611.634000', '132611.637000', '132611.639000', '132611.642000', '132611.645000', '132611.647000', '132611.650000', '132611.652000', '132611.655000', '132611.657000', '132611.660000', '132611.663000', '132611.665000', '132611.668000', '132611.671000', '132611.673000', '132611.676000', '132611.679000', '132611.681000', '132611.684000', '132611.686000', '132611.689000', '132611.691000', '132611.694000', '132611.697000', '132611.699000', '132611.702000', '132611.704000', '132611.707000', '132611.709000', '132611.712000', '132611.715000', '132611.717000', '132611.720000', '132611.722000', '132611.725000', '132611.727000', '132611.730000', '132611.732000', '132611.735000', '132611.738000', '132611.740000', '132631.628000', '132631.631000', '132631.634000', '132631.636000', '132631.639000', '132631.642000', '132631.651000', '132631.653000', '132631.656000', '132631.658000', '132631.661000', '132631.663000', '132631.666000', '132631.669000', '132631.671000', '132631.674000', '132631.676000', '132631.679000', '132631.681000', '132631.684000', '132631.687000', '132631.689000', '132631.692000', '132631.694000', '132631.697000', '132631.700000', '132631.702000', '132631.705000', '132631.707000', '132631.710000', '132631.713000', '132631.715000', '132631.718000', '132631.720000', '132631.723000', '132631.725000', '132631.728000', '132631.731000', '132631.733000', '132631.736000', '132631.738000', '132631.741000', '132631.744000', '132651.628000', '132651.631000', '132651.634000', '132651.637000', '132651.639000', '132651.642000', '132651.644000', '132651.647000', '132651.649000', '132651.652000', '132651.655000', '132651.657000', '132651.660000', '132651.662000', '132651.665000', '132651.668000', '132651.670000', '132651.673000', '132651.675000', '132651.678000', '132651.681000', '132651.683000', '132651.686000', '132651.688000', '132651.691000', '132651.693000', '132651.696000', '132651.699000', '132651.701000', '132651.704000', '132651.706000', '132651.709000', '132651.711000', '132651.714000', '132651.717000', '132651.719000', '132651.722000', '132651.724000', '132651.727000', '132651.729000', '132651.732000', '132651.735000', '132651.737000', '132651.740000', '132711.627000', '132711.630000', '132711.633000', '132711.636000', '132711.638000', '132711.641000', '132711.643000', '132711.646000', '132711.648000', '132711.651000', '132711.661000', '132711.664000', '132711.667000', '132711.669000', '132711.672000', '132711.674000', '132711.677000', '132711.680000', '132711.682000', '132711.685000', '132711.687000', '132711.690000', '132711.693000', '132711.696000', '132711.698000', '132711.701000', '132711.704000', '132711.706000', '132711.709000', '132711.711000', '132711.714000', '132711.716000', '132711.719000', '132711.722000', '132711.724000', '132711.727000', '132711.729000', '132711.732000', '132711.735000', '132711.737000', '132711.741000', '132711.744000', '132711.747000', '132731.627000', '132731.630000', '132731.633000', '132731.635000', '132731.638000', '132731.641000', '132731.643000', '132731.646000', '132731.649000', '132731.651000', '132731.654000', '132731.656000', '132731.659000', '132731.662000', '132731.664000', '132731.667000', '132731.669000', '132731.672000', '132731.675000', '132731.677000', '132731.680000', '132731.682000', '132731.685000', '132731.687000', '132731.690000', '132731.693000', '132731.695000', '132731.698000', '132731.701000', '132731.703000', '132731.706000', '132731.708000', '132731.711000', '132731.713000', '132731.716000', '132731.719000', '132731.721000', '132731.724000', '132731.726000', '132731.729000', '132731.732000', '132731.734000', '132731.737000', '132731.739000', '132751.627000', '132751.630000', '132751.633000', '132751.636000', '132751.638000', '132751.641000', '132751.643000', '132751.646000', '132751.649000', '132751.651000', '132751.654000', '132751.657000', '132751.659000', '132751.662000', '132751.664000', '132751.667000', '132751.669000', '132751.672000', '132751.675000', '132751.677000', '132751.680000', '132751.682000', '132751.685000', '132751.688000', '132751.690000', '132751.693000', '132751.696000', '132751.698000', '132751.709000', '132751.711000', '132751.714000', '132751.717000', '132751.720000', '132751.723000', '132751.725000', '132751.728000', '132751.730000', '132751.733000', '132751.736000', '132751.738000', '132751.741000', '132751.744000', '132751.746000', '132811.628000', '132811.630000', '132811.633000', '132811.636000', '132811.638000', '132811.641000', '132811.644000', '132811.646000', '132811.649000', '132811.651000', '132811.654000', '132811.657000', '132811.659000', '132811.662000', '132811.664000', '132811.667000', '132811.670000', '132811.672000', '132811.675000', '132811.677000', '132811.680000', '132811.683000', '132811.685000', '132811.688000', '132811.691000', '132811.693000', '132811.696000', '132811.698000', '132811.701000', '132811.704000', '132811.706000', '132811.709000', '132811.711000', '132811.714000', '132811.716000', '132811.719000', '132811.722000', '132811.724000', '132811.727000', '132811.730000', '132811.732000', '132811.735000', '132811.737000', '132811.740000', '132831.629000', '132831.632000', '132831.634000', '132831.637000', '132831.639000', '132831.642000', '132831.645000', '132831.648000', '132831.650000', '132831.653000', '132831.656000', '132831.658000', '132831.661000', '132831.663000', '132831.666000', '132831.669000', '132831.671000', '132831.674000', '132831.677000', '132831.679000', '132831.682000', '132831.685000', '132831.687000', '132831.690000', '132831.692000', '132831.695000', '132831.698000', '132831.700000', '132831.703000', '132831.705000', '132831.708000', '132831.710000', '132831.713000', '132831.716000', '132831.718000', '132831.731000', '132831.735000', '132831.737000', '132831.740000', '132831.743000', '132831.745000', '132831.748000', '132831.758000', '132851.629000', '132851.631000', '132851.634000', '132851.637000', '132851.639000', '132851.642000', '132851.645000', '132851.647000', '132851.650000', '132851.652000', '132851.655000', '132851.658000', '132851.660000', '132851.663000', '132851.665000', '132851.668000', '132851.670000', '132851.673000', '132851.676000', '132851.678000', '132851.681000', '132851.683000', '132851.686000', '132851.689000', '132851.691000', '132851.694000', '132851.697000', '132851.699000', '132851.702000', '132851.705000', '132851.707000', '132851.710000', '132851.713000', '132851.715000', '132851.718000', '132851.720000', '132851.723000', '132851.726000', '132851.728000', '132851.731000', '132851.733000', '132851.736000', '132851.739000', '132851.741000', '132911.629000', '132911.631000', '132911.634000', '132911.637000', '132911.639000', '132911.642000', '132911.645000', '132911.647000', '132911.650000', '132911.653000', '132911.655000', '132911.658000', '132911.660000', '132911.663000', '132911.666000', '132911.668000', '132911.671000', '132911.673000', '132911.676000', '132911.679000', '132911.681000', '132911.684000', '132911.692000', '132911.694000', '132911.697000', '132911.700000', '132911.702000', '132911.705000', '132911.707000', '132911.710000', '132911.713000', '132911.715000', '132911.718000', '132911.720000', '132911.723000', '132911.726000', '132911.728000', '132911.731000', '132911.733000', '132911.736000', '132911.739000', '132911.741000', '132911.744000', '132931.627000', '132931.630000', '132931.634000', '132931.637000', '132931.640000', '132931.644000', '132931.647000', '132931.649000', '132931.652000', '132931.655000', '132931.657000', '132931.660000', '132931.662000', '132931.665000', '132931.667000', '132931.670000', '132931.673000', '132931.675000', '132931.678000', '132931.681000', '132931.683000', '132931.686000', '132931.688000', '132931.691000', '132931.693000', '132931.696000', '132931.699000', '132931.701000', '132931.704000', '132931.706000', '132931.709000', '132931.711000', '132931.714000', '132931.717000', '132931.719000', '132931.722000', '132931.724000', '132931.727000', '132931.730000', '132931.732000', '132931.735000', '132931.737000', '132931.740000', '132951.628000', '132951.630000', '132951.633000', '132951.635000', '132951.638000', '132951.641000', '132951.643000', '132951.646000', '132951.649000', '132951.651000', '132951.654000', '132951.656000', '132951.659000', '132951.661000', '132951.664000', '132951.666000', '132951.669000', '132951.672000', '132951.674000', '132951.677000', '132951.680000', '132951.682000', '132951.685000', '132951.687000', '132951.690000', '132951.692000', '132951.695000', '132951.698000', '132951.700000', '132951.703000', '132951.705000', '132951.708000', '132951.711000', '132951.713000', '132951.716000', '132951.718000', '132951.721000', '132951.724000', '132951.726000', '132951.729000', '132951.731000', '132951.734000', '132951.737000', '132951.739000', '133011.628000', '133011.630000', '133011.633000', '133011.636000', '133011.646000', '133011.649000', '133011.651000', '133011.654000', '133011.657000', '133011.659000', '133011.662000', '133011.664000', '133011.667000', '133011.670000', '133011.672000', '133011.675000', '133011.677000', '133011.697000', '133011.700000', '133011.702000', '133011.705000', '133011.707000', '133011.710000', '133011.713000', '133011.715000', '133011.718000', '133011.720000', '133011.723000', '133011.726000', '133011.728000', '133011.731000', '133011.734000', '133011.736000', '133011.739000', '133011.741000', '133011.744000', '133011.747000', '133011.749000', '133011.752000', '133011.754000', '133011.757000', '133011.759000', '133011.762000', '133011.765000', '133031.627000', '133031.637000', '133031.639000', '133031.642000', '133031.644000', '133031.647000', '133031.650000', '133031.652000', '133031.655000', '133031.657000', '133031.660000', '133031.663000', '133031.665000', '133031.668000', '133031.670000', '133031.673000', '133031.675000', '133031.678000', '133031.681000', '133031.683000', '133031.686000', '133031.689000', '133031.691000', '133031.694000', '133031.696000', '133031.699000', '133031.702000', '133031.704000', '133031.707000', '133031.710000', '133031.712000', '133031.715000', '133031.717000', '133031.720000', '133031.723000', '133031.725000', '133031.728000', '133031.730000', '133031.733000', '133031.736000', '133031.738000', '133031.741000', '133031.743000', '133051.629000', '133051.631000', '133051.634000', '133051.637000', '133051.639000', '133051.642000', '133051.645000', '133051.647000', '133051.650000', '133051.653000', '133051.655000', '133051.658000', '133051.660000', '133051.663000', '133051.666000', '133051.668000', '133051.671000', '133051.674000', '133051.676000', '133051.679000', '133051.682000', '133051.684000', '133051.687000', '133051.690000', '133051.692000', '133051.695000', '133051.699000', '133051.702000', '133051.705000', '133051.707000', '133051.710000', '133051.712000', '133051.715000', '133051.718000', '133051.720000', '133051.723000', '133051.725000', '133051.728000', '133051.730000', '133051.733000', '133051.736000', '133051.738000', '133051.741000', '133051.744000', '133111.629000', '133111.632000', '133111.634000', '133111.637000', '133111.640000', '133111.642000', '133111.645000', '133111.647000', '133111.650000', '133111.653000', '133111.655000', '133111.658000', '133111.660000', '133111.663000', '133111.666000', '133111.668000', '133111.671000', '133111.673000', '133111.676000', '133111.678000', '133111.681000', '133111.684000', '133111.686000', '133111.689000', '133111.691000', '133111.694000', '133111.696000', '133111.699000', '133111.702000', '133111.704000', '133111.707000', '133111.709000', '133111.712000', '133111.715000', '133111.717000', '133111.720000', '133111.722000', '133111.725000', '133111.727000', '133111.730000', '133111.733000', '133111.735000', '133111.738000', '133131.628000', '133131.631000', '133131.634000', '133131.636000', '133131.639000', '133131.642000', '133131.644000', '133131.647000', '133131.649000', '133131.658000', '133131.661000', '133131.663000', '133131.666000', '133131.669000', '133131.671000', '133131.674000', '133131.677000', '133131.679000', '133131.682000', '133131.684000', '133131.687000', '133131.690000', '133131.692000', '133131.695000', '133131.697000', '133131.700000', '133131.702000', '133131.705000', '133131.720000', '133131.723000', '133131.726000', '133131.728000', '133131.731000', '133131.733000', '133131.736000', '133131.738000', '133131.741000', '133131.744000', '133131.746000', '133131.749000', '133131.751000', '133131.754000', '133131.757000', '133140.320000', '133140.324000', '133140.326000', '133140.329000', '133140.331000', '133140.334000', '133140.337000', '133140.340000', '133140.342000', '133140.345000', '133140.348000', '133140.351000', '133140.354000', '133140.357000', '133140.359000', '133140.362000', '133140.365000', '133140.368000', '133140.371000', '133140.374000'], 'InstanceCreationTime': ['132511.679000', '132511.682000', '132511.685000', '132511.688000', '132511.691000', '132511.709000', '132511.712000', '132511.714000', '132511.717000', '132511.719000', '132511.722000', '132511.725000', '132511.727000', '132511.730000', '132511.732000', '132511.735000', '132511.745000', '132511.748000', '132511.750000', '132511.753000', '132511.756000', '132511.758000', '132511.761000', '132511.763000', '132511.766000', '132511.768000', '132531.627000', '132531.642000', '132531.645000', '132531.647000', '132531.650000', '132531.652000', '132531.663000', '132531.665000', '132531.668000', '132531.670000', '132531.673000', '132531.676000', '132531.678000', '132531.681000', '132531.684000', '132531.686000', '132531.689000', '132531.702000', '132531.705000', '132531.707000', '132531.710000', '132531.712000', '132531.715000', '132531.718000', '132531.720000', '132531.723000', '132531.725000', '132531.728000', '132531.730000', '132531.733000', '132531.735000', '132531.738000', '132531.741000', '132531.743000', '132531.752000', '132531.754000', '132531.757000', '132531.760000', '132531.762000', '132531.765000', '132531.767000', '132531.770000', '132531.772000', '132531.775000', '132551.628000', '132551.631000', '132551.634000', '132551.637000', '132551.639000', '132551.642000', '132551.644000', '132551.647000', '132551.650000', '132551.652000', '132551.655000', '132551.657000', '132551.660000', '132551.663000', '132551.665000', '132551.668000', '132551.670000', '132551.676000', '132551.679000', '132551.681000', '132551.684000', '132551.686000', '132551.689000', '132551.692000', '132551.694000', '132551.697000', '132551.700000', '132551.703000', '132551.706000', '132551.709000', '132551.711000', '132551.714000', '132551.716000', '132551.719000', '132551.722000', '132551.724000', '132551.727000', '132551.729000', '132551.732000', '132551.735000', '132551.737000', '132551.740000', '132551.742000', '132611.628000', '132611.631000', '132611.634000', '132611.637000', '132611.639000', '132611.642000', '132611.645000', '132611.647000', '132611.650000', '132611.652000', '132611.655000', '132611.657000', '132611.660000', '132611.663000', '132611.665000', '132611.668000', '132611.671000', '132611.673000', '132611.676000', '132611.679000', '132611.681000', '132611.684000', '132611.686000', '132611.689000', '132611.691000', '132611.694000', '132611.697000', '132611.699000', '132611.702000', '132611.704000', '132611.707000', '132611.709000', '132611.712000', '132611.715000', '132611.717000', '132611.720000', '132611.722000', '132611.725000', '132611.727000', '132611.730000', '132611.732000', '132611.735000', '132611.738000', '132611.740000', '132631.628000', '132631.631000', '132631.634000', '132631.636000', '132631.639000', '132631.642000', '132631.651000', '132631.653000', '132631.656000', '132631.658000', '132631.661000', '132631.663000', '132631.666000', '132631.669000', '132631.671000', '132631.674000', '132631.676000', '132631.679000', '132631.681000', '132631.684000', '132631.687000', '132631.689000', '132631.692000', '132631.694000', '132631.697000', '132631.700000', '132631.702000', '132631.705000', '132631.707000', '132631.710000', '132631.713000', '132631.715000', '132631.718000', '132631.720000', '132631.723000', '132631.725000', '132631.728000', '132631.731000', '132631.733000', '132631.736000', '132631.738000', '132631.741000', '132631.744000', '132651.628000', '132651.631000', '132651.634000', '132651.637000', '132651.639000', '132651.642000', '132651.644000', '132651.647000', '132651.649000', '132651.652000', '132651.655000', '132651.657000', '132651.660000', '132651.662000', '132651.665000', '132651.668000', '132651.670000', '132651.673000', '132651.675000', '132651.678000', '132651.681000', '132651.683000', '132651.686000', '132651.688000', '132651.691000', '132651.693000', '132651.696000', '132651.699000', '132651.701000', '132651.704000', '132651.706000', '132651.709000', '132651.711000', '132651.714000', '132651.717000', '132651.719000', '132651.722000', '132651.724000', '132651.727000', '132651.729000', '132651.732000', '132651.735000', '132651.737000', '132651.740000', '132711.627000', '132711.630000', '132711.633000', '132711.636000', '132711.638000', '132711.641000', '132711.643000', '132711.646000', '132711.648000', '132711.651000', '132711.661000', '132711.664000', '132711.667000', '132711.669000', '132711.672000', '132711.674000', '132711.677000', '132711.680000', '132711.682000', '132711.685000', '132711.687000', '132711.690000', '132711.693000', '132711.696000', '132711.698000', '132711.701000', '132711.704000', '132711.706000', '132711.709000', '132711.711000', '132711.714000', '132711.716000', '132711.719000', '132711.722000', '132711.724000', '132711.727000', '132711.729000', '132711.732000', '132711.735000', '132711.737000', '132711.741000', '132711.744000', '132711.747000', '132731.627000', '132731.630000', '132731.633000', '132731.635000', '132731.638000', '132731.641000', '132731.643000', '132731.646000', '132731.649000', '132731.651000', '132731.654000', '132731.656000', '132731.659000', '132731.662000', '132731.664000', '132731.667000', '132731.669000', '132731.672000', '132731.675000', '132731.677000', '132731.680000', '132731.682000', '132731.685000', '132731.687000', '132731.690000', '132731.693000', '132731.695000', '132731.698000', '132731.701000', '132731.703000', '132731.706000', '132731.708000', '132731.711000', '132731.713000', '132731.716000', '132731.719000', '132731.721000', '132731.724000', '132731.726000', '132731.729000', '132731.732000', '132731.734000', '132731.737000', '132731.739000', '132751.627000', '132751.630000', '132751.633000', '132751.636000', '132751.638000', '132751.641000', '132751.643000', '132751.646000', '132751.649000', '132751.651000', '132751.654000', '132751.657000', '132751.659000', '132751.662000', '132751.664000', '132751.667000', '132751.669000', '132751.672000', '132751.675000', '132751.677000', '132751.680000', '132751.682000', '132751.685000', '132751.688000', '132751.690000', '132751.693000', '132751.696000', '132751.698000', '132751.709000', '132751.711000', '132751.714000', '132751.717000', '132751.720000', '132751.723000', '132751.725000', '132751.728000', '132751.730000', '132751.733000', '132751.736000', '132751.738000', '132751.741000', '132751.744000', '132751.746000', '132811.628000', '132811.630000', '132811.633000', '132811.636000', '132811.638000', '132811.641000', '132811.644000', '132811.646000', '132811.649000', '132811.651000', '132811.654000', '132811.657000', '132811.659000', '132811.662000', '132811.664000', '132811.667000', '132811.670000', '132811.672000', '132811.675000', '132811.677000', '132811.680000', '132811.683000', '132811.685000', '132811.688000', '132811.691000', '132811.693000', '132811.696000', '132811.698000', '132811.701000', '132811.704000', '132811.706000', '132811.709000', '132811.711000', '132811.714000', '132811.716000', '132811.719000', '132811.722000', '132811.724000', '132811.727000', '132811.730000', '132811.732000', '132811.735000', '132811.737000', '132811.740000', '132831.629000', '132831.632000', '132831.634000', '132831.637000', '132831.639000', '132831.642000', '132831.645000', '132831.648000', '132831.650000', '132831.653000', '132831.656000', '132831.658000', '132831.661000', '132831.663000', '132831.666000', '132831.669000', '132831.671000', '132831.674000', '132831.677000', '132831.679000', '132831.682000', '132831.685000', '132831.687000', '132831.690000', '132831.692000', '132831.695000', '132831.698000', '132831.700000', '132831.703000', '132831.705000', '132831.708000', '132831.710000', '132831.713000', '132831.716000', '132831.718000', '132831.731000', '132831.735000', '132831.737000', '132831.740000', '132831.743000', '132831.745000', '132831.748000', '132831.758000', '132851.629000', '132851.631000', '132851.634000', '132851.637000', '132851.639000', '132851.642000', '132851.645000', '132851.647000', '132851.650000', '132851.652000', '132851.655000', '132851.658000', '132851.660000', '132851.663000', '132851.665000', '132851.668000', '132851.670000', '132851.673000', '132851.676000', '132851.678000', '132851.681000', '132851.683000', '132851.686000', '132851.689000', '132851.691000', '132851.694000', '132851.697000', '132851.699000', '132851.702000', '132851.705000', '132851.707000', '132851.710000', '132851.713000', '132851.715000', '132851.718000', '132851.720000', '132851.723000', '132851.726000', '132851.728000', '132851.731000', '132851.733000', '132851.736000', '132851.739000', '132851.741000', '132911.629000', '132911.631000', '132911.634000', '132911.637000', '132911.639000', '132911.642000', '132911.645000', '132911.647000', '132911.650000', '132911.653000', '132911.655000', '132911.658000', '132911.660000', '132911.663000', '132911.666000', '132911.668000', '132911.671000', '132911.673000', '132911.676000', '132911.679000', '132911.681000', '132911.684000', '132911.692000', '132911.694000', '132911.697000', '132911.700000', '132911.702000', '132911.705000', '132911.707000', '132911.710000', '132911.713000', '132911.715000', '132911.718000', '132911.720000', '132911.723000', '132911.726000', '132911.728000', '132911.731000', '132911.733000', '132911.736000', '132911.739000', '132911.741000', '132911.744000', '132931.627000', '132931.630000', '132931.634000', '132931.637000', '132931.640000', '132931.644000', '132931.647000', '132931.649000', '132931.652000', '132931.655000', '132931.657000', '132931.660000', '132931.662000', '132931.665000', '132931.667000', '132931.670000', '132931.673000', '132931.675000', '132931.678000', '132931.681000', '132931.683000', '132931.686000', '132931.688000', '132931.691000', '132931.693000', '132931.696000', '132931.699000', '132931.701000', '132931.704000', '132931.706000', '132931.709000', '132931.711000', '132931.714000', '132931.717000', '132931.719000', '132931.722000', '132931.724000', '132931.727000', '132931.730000', '132931.732000', '132931.735000', '132931.737000', '132931.740000', '132951.628000', '132951.630000', '132951.633000', '132951.635000', '132951.638000', '132951.641000', '132951.643000', '132951.646000', '132951.649000', '132951.651000', '132951.654000', '132951.656000', '132951.659000', '132951.661000', '132951.664000', '132951.666000', '132951.669000', '132951.672000', '132951.674000', '132951.677000', '132951.680000', '132951.682000', '132951.685000', '132951.687000', '132951.690000', '132951.692000', '132951.695000', '132951.698000', '132951.700000', '132951.703000', '132951.705000', '132951.708000', '132951.711000', '132951.713000', '132951.716000', '132951.718000', '132951.721000', '132951.724000', '132951.726000', '132951.729000', '132951.731000', '132951.734000', '132951.737000', '132951.739000', '133011.628000', '133011.630000', '133011.633000', '133011.636000', '133011.646000', '133011.649000', '133011.651000', '133011.654000', '133011.657000', '133011.659000', '133011.662000', '133011.664000', '133011.667000', '133011.670000', '133011.672000', '133011.675000', '133011.677000', '133011.697000', '133011.700000', '133011.702000', '133011.705000', '133011.707000', '133011.710000', '133011.713000', '133011.715000', '133011.718000', '133011.720000', '133011.723000', '133011.726000', '133011.728000', '133011.731000', '133011.734000', '133011.736000', '133011.739000', '133011.741000', '133011.744000', '133011.747000', '133011.749000', '133011.752000', '133011.754000', '133011.757000', '133011.759000', '133011.762000', '133011.765000', '133031.627000', '133031.637000', '133031.639000', '133031.642000', '133031.644000', '133031.647000', '133031.650000', '133031.652000', '133031.655000', '133031.657000', '133031.660000', '133031.663000', '133031.665000', '133031.668000', '133031.670000', '133031.673000', '133031.675000', '133031.678000', '133031.681000', '133031.683000', '133031.686000', '133031.689000', '133031.691000', '133031.694000', '133031.696000', '133031.699000', '133031.702000', '133031.704000', '133031.707000', '133031.710000', '133031.712000', '133031.715000', '133031.717000', '133031.720000', '133031.723000', '133031.725000', '133031.728000', '133031.730000', '133031.733000', '133031.736000', '133031.738000', '133031.741000', '133031.743000', '133051.629000', '133051.631000', '133051.634000', '133051.637000', '133051.639000', '133051.642000', '133051.645000', '133051.647000', '133051.650000', '133051.653000', '133051.655000', '133051.658000', '133051.660000', '133051.663000', '133051.666000', '133051.668000', '133051.671000', '133051.674000', '133051.676000', '133051.679000', '133051.682000', '133051.684000', '133051.687000', '133051.690000', '133051.692000', '133051.695000', '133051.699000', '133051.702000', '133051.705000', '133051.707000', '133051.710000', '133051.712000', '133051.715000', '133051.718000', '133051.720000', '133051.723000', '133051.725000', '133051.728000', '133051.730000', '133051.733000', '133051.736000', '133051.738000', '133051.741000', '133051.744000', '133111.629000', '133111.632000', '133111.634000', '133111.637000', '133111.640000', '133111.642000', '133111.645000', '133111.647000', '133111.650000', '133111.653000', '133111.655000', '133111.658000', '133111.660000', '133111.663000', '133111.666000', '133111.668000', '133111.671000', '133111.673000', '133111.676000', '133111.678000', '133111.681000', '133111.684000', '133111.686000', '133111.689000', '133111.691000', '133111.694000', '133111.696000', '133111.699000', '133111.702000', '133111.704000', '133111.707000', '133111.709000', '133111.712000', '133111.715000', '133111.717000', '133111.720000', '133111.722000', '133111.725000', '133111.727000', '133111.730000', '133111.733000', '133111.735000', '133111.738000', '133131.628000', '133131.631000', '133131.634000', '133131.636000', '133131.639000', '133131.642000', '133131.644000', '133131.647000', '133131.649000', '133131.658000', '133131.661000', '133131.663000', '133131.666000', '133131.669000', '133131.671000', '133131.674000', '133131.677000', '133131.679000', '133131.682000', '133131.684000', '133131.687000', '133131.690000', '133131.692000', '133131.695000', '133131.697000', '133131.700000', '133131.702000', '133131.705000', '133131.720000', '133131.723000', '133131.726000', '133131.728000', '133131.731000', '133131.733000', '133131.736000', '133131.738000', '133131.741000', '133131.744000', '133131.746000', '133131.749000', '133131.751000', '133131.754000', '133131.757000', '133140.320000', '133140.324000', '133140.326000', '133140.329000', '133140.331000', '133140.334000', '133140.337000', '133140.340000', '133140.342000', '133140.345000', '133140.348000', '133140.351000', '133140.354000', '133140.357000', '133140.359000', '133140.362000', '133140.365000', '133140.368000', '133140.371000', '133140.374000'], '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': [11702, 14141, 11762, 8275, 12248, 7724, 13701, 8886, 15400, 9964, 15300, 10923, 15701, 11059, 15319, 10419, 11576, 11013, 7986, 13256, 8763, 15571, 11385, 16055, 12577, 14536, 10868, 8671, 12143, 8443, 13309, 8602, 14252, 8840, 15212, 9576, 14516, 9864, 14556, 10318, 10277, 11516, 8092, 15335, 8612, 14555, 10055, 13400, 10434, 8549, 14039, 8555, 14386, 9819, 15005, 10754, 14904, 11537, 10348, 12228, 8442, 13035, 8322, 14709, 10791, 15875, 11032, 15473, 10457, 13267, 10604, 10508, 12704, 8706, 13423, 8571, 13948, 8685, 15047, 11162, 15624, 10668, 9461, 11013, 7656, 14370, 10036, 16032, 10638, 15408, 10640, 14955, 10959, 11188, 13766, 8513, 13978, 7933, 13730, 9120, 14969, 11866, 15958, 10932, 11989, 10748, 10679, 11985, 10100, 13601, 8220, 13323, 8198, 14301, 9034, 16157, 12025, 15222, 10089, 14048, 10685, 10662, 11960, 8572, 14482, 8623, 13345, 8166, 14553, 10003, 15211, 11100, 15925, 11842, 9637, 10996, 7734, 13314, 8907, 15501, 9280, 13626, 9376, 14820, 12677, 9323, 12072, 8290, 13708, 9059, 16202, 13247, 16216, 11137, 9287, 12731, 8549, 15968, 11061, 15415, 11276, 10132, 12494, 8894, 16163, 11626, 16129, 10968, 12491, 10774, 8248, 14869, 8839, 14530, 9902, 12880, 10386, 9534, 13207, 8184, 13925, 8378, 14401, 10285, 12177, 13618, 8589, 14014, 9169, 9163, 11483, 8088, 16052, 11713, 14133, 11092, 9948, 12383, 8603, 16384, 10598, 14949, 10532, 12750, 10905, 9469, 13441, 8680, 14010, 8484, 14538, 10383, 15218, 11189, 10499, 10693, 7467, 13913, 8801, 14823, 9960, 14513, 9693, 12066, 11580, 7869, 12623, 7937, 13644, 8536, 14391, 11199, 14682, 10538, 9336, 11321, 7803, 13018, 8729, 15133, 10043, 14621, 11255, 7643, 13969, 10711, 8749, 16175, 13677, 9575, 14475, 10032, 15295, 11466, 16141, 11810, 14782, 13097, 14674, 11270, 9240, 11510, 11075, 12251, 9171, 13632, 8381, 13030, 8588, 13709, 8495, 16295, 9645, 15106, 9174, 14474, 9773, 13920, 12451, 12756, 11688, 9334, 12460, 8575, 14864, 9599, 14962, 8747, 14343, 8690, 14529, 10080, 16081, 9654, 14497, 10057, 14829, 11735, 13127, 12779, 8090, 13063, 8185, 14614, 9537, 16200, 10632, 14453, 10476, 11774, 10794, 10444, 12001, 8128, 12363, 8006, 7585, 9554, 8277, 11178, 14397, 10966, 15485, 10868, 15485, 11901, 15881, 11979, 15786, 12362, 15721, 13052, 14749, 12001, 10842, 12773, 9550, 13352, 9872, 14431, 8868, 14691, 8605, 14398, 9349, 14515, 11142, 14016, 10852, 8163, 11648, 8816, 13012, 8353, 14413, 10118, 14903, 10777, 14343, 10022, 12435, 10360, 9941, 12405, 10008, 14622, 8084, 12828, 7796, 13552, 9366, 14103, 10444, 14321, 11164, 12273, 10700, 7591, 11993, 8216, 14053, 9376, 15054, 10531, 15133, 11866, 11300, 10839, 10348, 11287, 8331, 12647, 7859, 14179, 8609, 14135, 8611, 14195, 8485, 14060, 9748, 14912, 10974, 12084, 9964, 8568, 11714, 8770, 12612, 8077, 13481, 8462, 14037, 9062, 14552, 11226, 13552, 10475, 8213, 11672, 8114, 14207, 9676, 15691, 9583, 13105, 10183, 9156, 13078, 8442, 14274, 8069, 14189, 10100, 13354, 12022, 14491, 12539, 8640, 12985, 8373, 14442, 10279, 13081, 11816, 8041, 12503, 8010, 12874, 8308, 15243, 10038, 14925, 9755, 14170, 10179, 11234, 12244, 8145, 12363, 7746, 13190, 8501, 14724, 11939, 12999, 10237, 7437, 12630, 8380, 14645, 11741, 9770, 11716, 7990, 13917, 9346, 15584, 12091, 15032, 10518, 13058, 10357, 10663, 13198, 8245, 12287, 8262, 13124, 8516, 15154, 9950, 14705, 9543, 13129, 10303, 12942, 11379, 8801, 11414, 7904, 13046, 7964, 13287, 8744, 15729, 8660, 13567, 9198, 13290, 9853, 14547, 10725, 12224, 10273, 9615, 11788, 10195, 12834, 7794, 12183, 7945, 13899, 8635, 15165, 10405, 12213, 9980, 8887, 11840, 8387, 13663, 8450, 14343, 9309, 14529, 9853, 14559, 11094, 14501, 9713, 14056, 9550, 12796, 11429, 9868, 10588, 9872, 11238, 8972, 13708, 7933, 12402, 8328, 14494, 10263, 14503, 11173, 9137, 11809, 8408, 14985, 10567, 14575, 10284, 12858, 11753, 9389, 13082, 7964, 14712, 8370, 14915, 11197, 15282, 10440, 14476, 10562, 14037, 11750, 14481, 10674, 10941, 11227, 9279, 13027, 8116, 13578, 8545, 14252, 10078, 12281, 10401, 8245, 11223, 8333, 8595, 9554, 11056, 11730, 14758, 11547, 16688, 11941, 13724, 12114, 8703, 15771, 13112, 10722, 12721, 12558, 15288, 11588, 14670, 10247, 13080, 9185, 12460, 8177, 13186, 8139, 13636, 8627, 13419, 10077, 13775, 10799, 12516, 10695, 7775, 12002, 7602, 13318, 8075, 13568, 10229, 13678, 9911, 10048, 10421, 7565, 12671, 8726, 13975, 8231, 13483, 8968, 13872, 10357, 14782, 11881, 12847, 10445, 10031, 11031, 9504, 11873, 9116, 13515, 8219, 13030, 8976, 15676, 8807, 13662, 9515, 13604, 10280, 14822, 11505, 14156, 10340, 10442, 10237, 12318, 10892, 11146, 13122, 9024, 13432, 8707, 13074, 8328, 14051, 9948, 16154, 10463, 14506, 10378, 12970, 10373, 11303, 11237, 8475, 12886, 7605, 13475, 8640, 13704, 10336, 14662, 11946, 11664, 10472, 8341, 11743, 8353, 14315, 8403, 13781, 8570, 14033, 10676, 14683, 10557, 13276, 10401, 10919, 11777, 9489, 13235, 7951, 12949, 8255, 14516, 10336, 14920, 10408, 14110, 10698, 14479, 11391, 13916, 10281, 13662, 10043, 13531, 10715, 9646, 10279, 10245, 10629, 9014, 13308, 7940, 13530, 7983, 13586, 8810, 14987, 11272, 11178, 10671, 7821, 14014, 10742, 15990, 13193, 9852, 11283, 8087, 14083, 9209, 17753, 13604, 13822, 12270, 8469, 13779, 11174, 8741, 15292, 10879, 15351, 11401, 12651, 11796, 11366, 13346, 8889, 12737, 8468, 13139, 8821, 14289, 8581, 13235, 8263, 13557, 9350, 14541, 9845, 14011, 10072, 13825, 10817, 14593, 11639, 10366, 10720, 7709, 12163, 8560, 14382, 9560, 11914, 10586, 7860, 13816, 9951, 15285, 11145, 14636, 11656, 13900, 11888, 11784, 11177, 8081, 13354, 8445, 14382, 8409, 14233, 9414, 14599, 10657, 14766, 10272, 12171, 10346, 9976, 11763, 7903, 13040, 7886, 13936, 9629, 14531, 11323, 13980, 10610, 11084, 10653, 9528, 12631, 8185, 12311, 7905, 13419, 8341, 14832, 9401, 13945, 9249, 13848, 10834, 14608, 11038, 11073, 10265, 8710, 12184, 8882, 13243, 7611, 13440, 7636, 14095, 9488, 15327], 'WindowCenter': [4528.0, 4508.0, 4487.0, 4430.0, 4457.0, 4404.0, 4463.0, 4426.0, 4473.0, 4433.0, 4476.0, 4445.0, 4473.0, 4446.0, 4463.0, 4434.0, 4445.0, 4446.0, 4405.0, 4449.0, 4416.0, 4479.0, 4456.0, 4475.0, 4456.0, 4466.0, 4433.0, 4412.0, 4441.0, 4402.0, 4453.0, 4399.0, 4464.0, 4412.0, 4464.0, 4410.0, 4452.0, 4423.0, 4450.0, 4431.0, 4423.0, 4445.0, 4402.0, 4477.0, 4413.0, 4463.0, 4423.0, 4466.0, 4459.0, 4425.0, 4467.0, 4413.0, 4476.0, 4438.0, 4465.0, 4445.0, 4477.0, 4458.0, 4445.0, 4455.0, 4415.0, 4456.0, 4429.0, 4480.0, 4448.0, 4475.0, 4446.0, 4465.0, 4436.0, 4454.0, 4446.0, 4448.0, 4457.0, 4414.0, 4468.0, 4417.0, 4464.0, 4416.0, 4477.0, 4448.0, 4477.0, 4446.0, 4435.0, 4444.0, 4418.0, 4480.0, 4437.0, 4479.0, 4450.0, 4477.0, 4448.0, 4464.0, 4446.0, 4448.0, 4467.0, 4428.0, 4470.0, 4417.0, 4467.0, 4439.0, 4479.0, 4457.0, 4478.0, 4447.0, 4456.0, 4446.0, 4437.0, 4461.0, 4436.0, 4469.0, 4416.0, 4466.0, 4414.0, 4466.0, 4413.0, 4476.0, 4444.0, 4476.0, 4436.0, 4464.0, 4446.0, 4447.0, 4454.0, 4427.0, 4468.0, 4426.0, 4468.0, 4417.0, 4466.0, 4450.0, 4490.0, 4460.0, 4480.0, 4459.0, 4423.0, 4446.0, 4419.0, 4470.0, 4428.0, 4477.0, 4438.0, 4506.0, 4453.0, 4479.0, 4471.0, 4428.0, 4459.0, 4417.0, 4482.0, 4438.0, 4477.0, 4485.0, 4489.0, 4447.0, 4427.0, 4458.0, 4418.0, 4481.0, 4447.0, 4467.0, 4447.0, 4436.0, 4458.0, 4431.0, 4480.0, 4448.0, 4464.0, 4436.0, 4445.0, 4435.0, 4404.0, 4467.0, 4414.0, 4455.0, 4425.0, 4454.0, 4435.0, 4425.0, 4457.0, 4419.0, 4468.0, 4415.0, 4465.0, 4437.0, 4457.0, 4466.0, 4427.0, 4467.0, 4437.0, 4438.0, 4471.0, 4421.0, 4489.0, 4461.0, 4470.0, 4451.0, 4439.0, 4472.0, 4431.0, 4481.0, 4448.0, 4467.0, 4437.0, 4457.0, 4450.0, 4438.0, 4470.0, 4416.0, 4466.0, 4417.0, 4478.0, 4438.0, 4468.0, 4448.0, 4436.0, 4435.0, 4406.0, 4467.0, 4424.0, 4464.0, 4436.0, 4467.0, 4440.0, 4457.0, 4458.0, 4417.0, 4457.0, 4414.0, 4466.0, 4430.0, 4469.0, 4447.0, 4467.0, 4450.0, 4427.0, 4448.0, 4420.0, 4481.0, 4430.0, 4482.0, 4440.0, 4481.0, 4461.0, 4421.0, 4480.0, 4463.0, 4444.0, 4493.0, 4484.0, 4443.0, 4483.0, 4449.0, 4482.0, 4463.0, 4479.0, 4450.0, 4470.0, 4461.0, 4469.0, 4447.0, 4415.0, 4446.0, 4437.0, 4445.0, 4414.0, 4456.0, 4402.0, 4456.0, 4416.0, 4469.0, 4418.0, 4480.0, 4427.0, 4468.0, 4426.0, 4466.0, 4439.0, 4469.0, 4460.0, 4456.0, 4459.0, 4427.0, 4458.0, 4429.0, 4469.0, 4425.0, 4469.0, 4413.0, 4484.0, 4429.0, 4470.0, 4438.0, 4469.0, 4426.0, 4456.0, 4425.0, 4452.0, 4447.0, 4457.0, 4458.0, 4406.0, 4455.0, 4407.0, 4466.0, 4426.0, 4467.0, 4437.0, 4455.0, 4437.0, 4474.0, 4452.0, 4440.0, 4447.0, 4406.0, 4430.0, 4392.0, 4383.0, 4413.0, 4405.0, 4434.0, 4456.0, 4435.0, 4454.0, 4433.0, 4469.0, 4449.0, 4466.0, 4435.0, 4451.0, 4432.0, 4439.0, 4419.0, 4428.0, 4406.0, 4384.0, 4402.0, 4372.0, 4403.0, 4383.0, 4411.0, 4372.0, 4410.0, 4360.0, 4410.0, 4369.0, 4424.0, 4404.0, 4411.0, 4392.0, 4373.0, 4405.0, 4384.0, 4413.0, 4377.0, 4427.0, 4398.0, 4439.0, 4409.0, 4439.0, 4410.0, 4429.0, 4421.0, 4423.0, 4442.0, 4411.0, 4444.0, 4391.0, 4430.0, 4380.0, 4441.0, 4426.0, 4454.0, 4435.0, 4457.0, 4424.0, 4444.0, 4424.0, 4394.0, 4445.0, 4405.0, 4454.0, 4425.0, 4468.0, 4438.0, 4469.0, 4450.0, 4438.0, 4437.0, 4424.0, 4436.0, 4403.0, 4444.0, 4407.0, 4467.0, 4416.0, 4457.0, 4404.0, 4455.0, 4404.0, 4469.0, 4427.0, 4466.0, 4437.0, 4445.0, 4425.0, 4416.0, 4458.0, 4418.0, 4457.0, 4407.0, 4457.0, 4407.0, 4457.0, 4428.0, 4467.0, 4450.0, 4458.0, 4439.0, 4417.0, 4448.0, 4419.0, 4469.0, 4430.0, 4466.0, 4430.0, 4459.0, 4436.0, 4429.0, 4461.0, 4418.0, 4468.0, 4409.0, 4468.0, 4441.0, 4469.0, 4461.0, 4469.0, 4458.0, 4405.0, 4447.0, 4405.0, 4467.0, 4438.0, 4458.0, 4449.0, 4405.0, 4446.0, 4408.0, 4470.0, 4419.0, 4468.0, 4425.0, 4467.0, 4428.0, 4452.0, 4427.0, 4436.0, 4446.0, 4405.0, 4456.0, 4394.0, 4457.0, 4416.0, 4468.0, 4458.0, 4458.0, 4434.0, 4396.0, 4458.0, 4421.0, 4470.0, 4461.0, 4440.0, 4459.0, 4419.0, 4468.0, 4429.0, 4481.0, 4463.0, 4470.0, 4439.0, 4456.0, 4439.0, 4438.0, 4459.0, 4406.0, 4444.0, 4407.0, 4458.0, 4418.0, 4467.0, 4424.0, 4454.0, 4425.0, 4459.0, 4437.0, 4457.0, 4436.0, 4415.0, 4436.0, 4392.0, 4457.0, 4407.0, 4459.0, 4418.0, 4468.0, 4415.0, 4443.0, 4415.0, 4457.0, 4426.0, 4454.0, 4438.0, 4447.0, 4436.0, 4439.0, 4449.0, 4438.0, 4457.0, 4395.0, 4445.0, 4405.0, 4455.0, 4416.0, 4467.0, 4438.0, 4458.0, 4440.0, 4418.0, 4447.0, 4419.0, 4458.0, 4407.0, 4457.0, 4416.0, 4455.0, 4439.0, 4455.0, 4437.0, 4454.0, 4415.0, 4453.0, 4427.0, 4446.0, 4449.0, 4426.0, 4436.0, 4427.0, 4447.0, 4415.0, 4469.0, 4407.0, 4457.0, 4417.0, 4467.0, 4438.0, 4470.0, 4462.0, 4427.0, 4459.0, 4420.0, 4479.0, 4452.0, 4468.0, 4439.0, 4457.0, 4448.0, 4428.0, 4460.0, 4421.0, 4481.0, 4418.0, 4469.0, 4449.0, 4465.0, 4436.0, 4467.0, 4450.0, 4468.0, 4446.0, 4455.0, 4435.0, 4433.0, 4436.0, 4415.0, 4455.0, 4405.0, 4455.0, 4430.0, 4468.0, 4428.0, 4446.0, 4449.0, 4408.0, 4449.0, 4419.0, 4420.0, 4440.0, 4450.0, 4460.0, 4468.0, 4449.0, 4478.0, 4450.0, 4468.0, 4460.0, 4431.0, 4480.0, 4460.0, 4451.0, 4446.0, 4446.0, 4458.0, 4409.0, 4430.0, 4387.0, 4418.0, 4372.0, 4402.0, 4361.0, 4400.0, 4349.0, 4401.0, 4359.0, 4398.0, 4379.0, 4411.0, 4393.0, 4403.0, 4394.0, 4363.0, 4415.0, 4366.0, 4427.0, 4390.0, 4439.0, 4409.0, 4428.0, 4410.0, 4408.0, 4406.0, 4392.0, 4444.0, 4403.0, 4451.0, 4391.0, 4442.0, 4402.0, 4456.0, 4437.0, 4454.0, 4447.0, 4444.0, 4423.0, 4413.0, 4423.0, 4425.0, 4445.0, 4413.0, 4454.0, 4417.0, 4456.0, 4413.0, 4466.0, 4413.0, 4442.0, 4413.0, 4455.0, 4438.0, 4467.0, 4448.0, 4456.0, 4435.0, 4434.0, 4425.0, 4444.0, 4438.0, 4435.0, 4458.0, 4414.0, 4457.0, 4403.0, 4454.0, 4407.0, 4469.0, 4427.0, 4467.0, 4436.0, 4455.0, 4425.0, 4455.0, 4435.0, 4435.0, 4437.0, 4404.0, 4456.0, 4407.0, 4456.0, 4415.0, 4455.0, 4436.0, 4468.0, 4450.0, 4446.0, 4438.0, 4417.0, 4449.0, 4417.0, 4468.0, 4402.0, 4455.0, 4416.0, 4467.0, 4439.0, 4464.0, 4436.0, 4455.0, 4436.0, 4447.0, 4458.0, 4427.0, 4469.0, 4419.0, 4457.0, 4405.0, 4469.0, 4438.0, 4466.0, 4436.0, 4467.0, 4438.0, 4467.0, 4460.0, 4456.0, 4425.0, 4456.0, 4427.0, 4456.0, 4437.0, 4411.0, 4424.0, 4434.0, 4437.0, 4415.0, 4466.0, 4406.0, 4455.0, 4405.0, 4459.0, 4432.0, 4479.0, 4451.0, 4448.0, 4438.0, 4420.0, 4479.0, 4451.0, 4480.0, 4473.0, 4442.0, 4461.0, 4418.0, 4469.0, 4443.0, 4495.0, 4475.0, 4470.0, 4447.0, 4417.0, 4457.0, 4450.0, 4430.0, 4469.0, 4440.0, 4467.0, 4438.0, 4458.0, 4447.0, 4435.0, 4446.0, 4402.0, 4433.0, 4405.0, 4457.0, 4402.0, 4454.0, 4390.0, 4432.0, 4390.0, 4430.0, 4412.0, 4453.0, 4424.0, 4455.0, 4425.0, 4455.0, 4436.0, 4453.0, 4435.0, 4425.0, 4460.0, 4419.0, 4460.0, 4415.0, 4468.0, 4442.0, 4447.0, 4437.0, 4407.0, 4468.0, 4438.0, 4468.0, 4450.0, 4482.0, 4462.0, 4459.0, 4449.0, 4435.0, 4435.0, 4406.0, 4458.0, 4406.0, 4457.0, 4405.0, 4456.0, 4416.0, 4467.0, 4438.0, 4455.0, 4423.0, 4445.0, 4424.0, 4426.0, 4446.0, 4406.0, 4444.0, 4404.0, 4454.0, 4427.0, 4466.0, 4451.0, 4457.0, 4437.0, 4434.0, 4449.0, 4427.0, 4447.0, 4403.0, 4444.0, 4394.0, 4458.0, 4418.0, 4470.0, 4415.0, 4444.0, 4413.0, 4454.0, 4438.0, 4468.0, 4438.0, 4434.0, 4426.0, 4415.0, 4458.0, 4413.0, 4457.0, 4407.0, 4470.0, 4407.0, 4457.0, 4425.0, 4466.0], 'WindowWidth': [9956.0, 9907.0, 9875.0, 9787.0, 9815.0, 9739.0, 9818.0, 9768.0, 9830.0, 9777.0, 9840.0, 9796.0, 9833.0, 9797.0, 9816.0, 9778.0, 9793.0, 9795.0, 9739.0, 9791.0, 9757.0, 9844.0, 9812.0, 9836.0, 9812.0, 9823.0, 9775.0, 9744.0, 9783.0, 9729.0, 9799.0, 9722.0, 9816.0, 9746.0, 9817.0, 9739.0, 9798.0, 9762.0, 9791.0, 9770.0, 9760.0, 9791.0, 9733.0, 9842.0, 9750.0, 9817.0, 9761.0, 9824.0, 9821.0, 9768.0, 9825.0, 9749.0, 9840.0, 9788.0, 9821.0, 9796.0, 9842.0, 9817.0, 9796.0, 9810.0, 9754.0, 9807.0, 9780.0, 9849.0, 9803.0, 9837.0, 9798.0, 9821.0, 9784.0, 9806.0, 9796.0, 9804.0, 9813.0, 9752.0, 9828.0, 9757.0, 9821.0, 9755.0, 9841.0, 9801.0, 9840.0, 9797.0, 9781.0, 9794.0, 9764.0, 9851.0, 9786.0, 9847.0, 9807.0, 9841.0, 9803.0, 9819.0, 9800.0, 9802.0, 9828.0, 9774.0, 9833.0, 9758.0, 9826.0, 9792.0, 9846.0, 9814.0, 9843.0, 9798.0, 9812.0, 9797.0, 9785.0, 9822.0, 9783.0, 9831.0, 9755.0, 9823.0, 9750.0, 9822.0, 9746.0, 9838.0, 9792.0, 9838.0, 9783.0, 9820.0, 9795.0, 9801.0, 9806.0, 9772.0, 9827.0, 9769.0, 9829.0, 9757.0, 9821.0, 9807.0, 9864.0, 9824.0, 9848.0, 9819.0, 9764.0, 9797.0, 9764.0, 9834.0, 9776.0, 9843.0, 9794.0, 9898.0, 9818.0, 9845.0, 9839.0, 9775.0, 9817.0, 9760.0, 9852.0, 9791.0, 9837.0, 9864.0, 9862.0, 9798.0, 9772.0, 9815.0, 9759.0, 9850.0, 9801.0, 9828.0, 9799.0, 9783.0, 9817.0, 9782.0, 9850.0, 9800.0, 9820.0, 9780.0, 9791.0, 9778.0, 9735.0, 9824.0, 9748.0, 9805.0, 9765.0, 9804.0, 9778.0, 9764.0, 9810.0, 9761.0, 9829.0, 9753.0, 9818.0, 9786.0, 9812.0, 9824.0, 9772.0, 9826.0, 9787.0, 9789.0, 9839.0, 9770.0, 9861.0, 9825.0, 9834.0, 9807.0, 9791.0, 9837.0, 9780.0, 9853.0, 9802.0, 9826.0, 9785.0, 9811.0, 9807.0, 9791.0, 9834.0, 9754.0, 9821.0, 9758.0, 9844.0, 9790.0, 9828.0, 9800.0, 9780.0, 9778.0, 9742.0, 9825.0, 9764.0, 9816.0, 9782.0, 9823.0, 9794.0, 9816.0, 9815.0, 9757.0, 9811.0, 9751.0, 9824.0, 9780.0, 9830.0, 9801.0, 9827.0, 9806.0, 9772.0, 9801.0, 9768.0, 9852.0, 9778.0, 9854.0, 9794.0, 9854.0, 9825.0, 9769.0, 9849.0, 9831.0, 9806.0, 9874.0, 9860.0, 9800.0, 9856.0, 9806.0, 9852.0, 9828.0, 9846.0, 9806.0, 9834.0, 9820.0, 9829.0, 9797.0, 9749.0, 9792.0, 9783.0, 9789.0, 9747.0, 9807.0, 9730.0, 9807.0, 9755.0, 9832.0, 9761.0, 9846.0, 9770.0, 9827.0, 9769.0, 9822.0, 9789.0, 9829.0, 9818.0, 9810.0, 9815.0, 9769.0, 9814.0, 9775.0, 9831.0, 9765.0, 9827.0, 9746.0, 9860.0, 9778.0, 9834.0, 9786.0, 9828.0, 9769.0, 9805.0, 9763.0, 9796.0, 9794.0, 9808.0, 9811.0, 9737.0, 9803.0, 9741.0, 9821.0, 9764.0, 9824.0, 9781.0, 9805.0, 9783.0, 9844.0, 9810.0, 9790.0, 9792.0, 9738.0, 9755.0, 9711.0, 9700.0, 9740.0, 9737.0, 9775.0, 9808.0, 9778.0, 9803.0, 9771.0, 9830.0, 9802.0, 9821.0, 9776.0, 9793.0, 9766.0, 9773.0, 9744.0, 9751.0, 9719.0, 9684.0, 9708.0, 9664.0, 9709.0, 9683.0, 9720.0, 9666.0, 9716.0, 9649.0, 9715.0, 9662.0, 9742.0, 9715.0, 9722.0, 9699.0, 9671.0, 9716.0, 9687.0, 9724.0, 9682.0, 9750.0, 9714.0, 9769.0, 9729.0, 9768.0, 9732.0, 9756.0, 9751.0, 9755.0, 9781.0, 9735.0, 9783.0, 9708.0, 9761.0, 9694.0, 9775.0, 9768.0, 9802.0, 9776.0, 9809.0, 9758.0, 9785.0, 9760.0, 9720.0, 9787.0, 9734.0, 9802.0, 9764.0, 9824.0, 9784.0, 9826.0, 9801.0, 9783.0, 9781.0, 9761.0, 9776.0, 9732.0, 9786.0, 9741.0, 9825.0, 9752.0, 9808.0, 9732.0, 9802.0, 9733.0, 9828.0, 9769.0, 9820.0, 9782.0, 9790.0, 9764.0, 9753.0, 9812.0, 9759.0, 9810.0, 9742.0, 9810.0, 9740.0, 9808.0, 9770.0, 9824.0, 9804.0, 9813.0, 9787.0, 9756.0, 9800.0, 9761.0, 9830.0, 9777.0, 9824.0, 9777.0, 9814.0, 9781.0, 9774.0, 9819.0, 9757.0, 9827.0, 9746.0, 9829.0, 9792.0, 9830.0, 9818.0, 9831.0, 9813.0, 9731.0, 9793.0, 9734.0, 9822.0, 9787.0, 9812.0, 9801.0, 9737.0, 9793.0, 9745.0, 9834.0, 9762.0, 9827.0, 9765.0, 9821.0, 9769.0, 9794.0, 9767.0, 9778.0, 9796.0, 9739.0, 9807.0, 9721.0, 9807.0, 9753.0, 9824.0, 9814.0, 9811.0, 9777.0, 9726.0, 9812.0, 9767.0, 9831.0, 9822.0, 9791.0, 9815.0, 9762.0, 9827.0, 9775.0, 9850.0, 9827.0, 9832.0, 9786.0, 9808.0, 9789.0, 9785.0, 9815.0, 9737.0, 9787.0, 9739.0, 9810.0, 9758.0, 9824.0, 9763.0, 9802.0, 9764.0, 9815.0, 9784.0, 9810.0, 9780.0, 9746.0, 9777.0, 9715.0, 9809.0, 9741.0, 9815.0, 9757.0, 9828.0, 9747.0, 9784.0, 9749.0, 9808.0, 9768.0, 9804.0, 9784.0, 9793.0, 9781.0, 9790.0, 9799.0, 9783.0, 9809.0, 9721.0, 9789.0, 9735.0, 9806.0, 9753.0, 9824.0, 9783.0, 9814.0, 9790.0, 9756.0, 9796.0, 9758.0, 9812.0, 9741.0, 9810.0, 9752.0, 9806.0, 9790.0, 9804.0, 9782.0, 9800.0, 9748.0, 9797.0, 9767.0, 9791.0, 9802.0, 9765.0, 9778.0, 9768.0, 9796.0, 9751.0, 9828.0, 9742.0, 9808.0, 9756.0, 9823.0, 9788.0, 9831.0, 9823.0, 9771.0, 9816.0, 9764.0, 9843.0, 9809.0, 9827.0, 9788.0, 9811.0, 9800.0, 9774.0, 9818.0, 9766.0, 9848.0, 9761.0, 9828.0, 9803.0, 9820.0, 9780.0, 9823.0, 9805.0, 9826.0, 9794.0, 9805.0, 9777.0, 9771.0, 9779.0, 9750.0, 9803.0, 9734.0, 9806.0, 9781.0, 9825.0, 9770.0, 9792.0, 9801.0, 9742.0, 9798.0, 9759.0, 9764.0, 9789.0, 9803.0, 9821.0, 9830.0, 9804.0, 9843.0, 9804.0, 9827.0, 9818.0, 9780.0, 9848.0, 9818.0, 9808.0, 9794.0, 9793.0, 9820.0, 9730.0, 9764.0, 9694.0, 9744.0, 9669.0, 9713.0, 9652.0, 9701.0, 9634.0, 9704.0, 9645.0, 9698.0, 9676.0, 9721.0, 9701.0, 9713.0, 9703.0, 9659.0, 9731.0, 9666.0, 9750.0, 9710.0, 9773.0, 9731.0, 9755.0, 9732.0, 9727.0, 9725.0, 9714.0, 9787.0, 9728.0, 9794.0, 9711.0, 9777.0, 9728.0, 9805.0, 9785.0, 9801.0, 9795.0, 9786.0, 9758.0, 9742.0, 9754.0, 9762.0, 9789.0, 9743.0, 9802.0, 9756.0, 9806.0, 9744.0, 9820.0, 9744.0, 9783.0, 9744.0, 9806.0, 9786.0, 9821.0, 9801.0, 9807.0, 9778.0, 9774.0, 9763.0, 9787.0, 9784.0, 9778.0, 9811.0, 9747.0, 9809.0, 9731.0, 9801.0, 9742.0, 9830.0, 9769.0, 9823.0, 9777.0, 9804.0, 9763.0, 9803.0, 9778.0, 9776.0, 9781.0, 9735.0, 9807.0, 9741.0, 9807.0, 9750.0, 9803.0, 9780.0, 9827.0, 9803.0, 9794.0, 9783.0, 9756.0, 9800.0, 9755.0, 9826.0, 9726.0, 9805.0, 9753.0, 9824.0, 9787.0, 9818.0, 9780.0, 9804.0, 9779.0, 9798.0, 9813.0, 9771.0, 9829.0, 9764.0, 9809.0, 9736.0, 9831.0, 9788.0, 9819.0, 9780.0, 9823.0, 9786.0, 9822.0, 9819.0, 9805.0, 9763.0, 9808.0, 9769.0, 9805.0, 9780.0, 9741.0, 9760.0, 9777.0, 9783.0, 9752.0, 9823.0, 9741.0, 9805.0, 9737.0, 9813.0, 9784.0, 9843.0, 9808.0, 9798.0, 9785.0, 9764.0, 9844.0, 9808.0, 9852.0, 9841.0, 9797.0, 9822.0, 9758.0, 9831.0, 9799.0, 9874.0, 9847.0, 9831.0, 9794.0, 9757.0, 9811.0, 9803.0, 9779.0, 9830.0, 9789.0, 9823.0, 9783.0, 9812.0, 9794.0, 9774.0, 9791.0, 9725.0, 9767.0, 9736.0, 9809.0, 9726.0, 9799.0, 9705.0, 9764.0, 9705.0, 9760.0, 9741.0, 9795.0, 9758.0, 9800.0, 9762.0, 9804.0, 9779.0, 9798.0, 9773.0, 9761.0, 9822.0, 9765.0, 9819.0, 9751.0, 9829.0, 9798.0, 9797.0, 9780.0, 9740.0, 9826.0, 9785.0, 9828.0, 9805.0, 9854.0, 9824.0, 9816.0, 9799.0, 9774.0, 9774.0, 9739.0, 9812.0, 9739.0, 9810.0, 9733.0, 9805.0, 9750.0, 9824.0, 9784.0, 9802.0, 9758.0, 9790.0, 9760.0, 9768.0, 9791.0, 9738.0, 9788.0, 9736.0, 9799.0, 9770.0, 9820.0, 9809.0, 9809.0, 9781.0, 9775.0, 9804.0, 9770.0, 9796.0, 9731.0, 9786.0, 9719.0, 9812.0, 9759.0, 9833.0, 9749.0, 9785.0, 9743.0, 9800.0, 9784.0, 9825.0, 9783.0, 9773.0, 9764.0, 9750.0, 9811.0, 9744.0, 9810.0, 9741.0, 9831.0, 9741.0, 9808.0, 9764.0, 9821.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.0020226467203682394</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03260180391254315</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.709536315080655</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2794172191013806</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0157926883064516</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4886</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5949.2754</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12426355074602932</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>90</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.356731875719218</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4509462820498946</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3184157629064788</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6528527549328795</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.381570328310325</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0170555</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018791193142533302</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03455541655421257</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.174141706703041</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>20.886</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.1592</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.6054</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294243.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>818.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>342.745</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3659</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>495.6669</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3630.7747</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3802.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82301.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1419.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4677.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>910.8404</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.76026935875416</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> |