=== 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-0059 --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-0059",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0059_ses-04_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0059_ses-04_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0059_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-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0059/figures/sub-0059_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0059/ses-04/func/sub-0059_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>d66dcf23b2754b4dd21cb73806935903</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>10:41:57.195000</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.999874, -0.0058623, 0.0147813, 0.00383928, 0.991061, 0.133351]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0916533</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4161, -7749, -7292, 473, -39, -148, 24, 0]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>244.373</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>7bac7272-eee9-4831-9693-3b15d8b44129||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.6825876235961914, 0.010300515219569206, 0.041663557291030884, 108.13566589355469], [0.015728123486042023, 2.6589455604553223, 0.3598484396934509, -94.39238739013672], [0.03965722396969795, -0.35777047276496887, 2.675588369369507, -70.34264373779297], [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': ['104157.195000', '104157.655000', '104158.115000', '104158.575000', '104159.035000', '104159.495000', '104159.955000', '104200.415000', '104200.875000', '104201.335000', '104201.795000', '104202.255000', '104202.715000', '104203.175000', '104203.635000', '104204.095000', '104204.555000', '104205.015000', '104205.475000', '104205.935000', '104206.395000', '104206.855000', '104207.315000', '104207.775000', '104208.235000', '104208.695000', '104209.155000', '104209.615000', '104210.075000', '104210.535000', '104210.995000', '104211.455000', '104211.915000', '104212.375000', '104212.835000', '104213.295000', '104213.755000', '104214.215000', '104214.675000', '104215.135000', '104215.595000', '104216.055000', '104216.515000', '104216.975000', '104217.435000', '104217.895000', '104218.355000', '104218.815000', '104219.275000', '104219.735000', '104220.195000', '104220.655000', '104221.115000', '104221.575000', '104222.035000', '104222.495000', '104222.955000', '104223.415000', '104223.875000', '104224.335000', '104224.795000', '104225.255000', '104225.715000', '104226.175000', '104226.635000', '104227.095000', '104227.555000', '104228.015000', '104228.475000', '104228.935000', '104229.395000', '104229.855000', '104230.315000', '104230.775000', '104231.235000', '104231.695000', '104232.155000', '104232.615000', '104233.075000', '104233.535000', '104233.995000', '104234.455000', '104234.915000', '104235.375000', '104235.835000', '104236.295000', '104236.755000', '104237.215000', '104237.675000', '104238.135000', '104238.595000', '104239.055000', '104239.515000', '104239.975000', '104240.435000', '104240.895000', '104241.355000', '104241.815000', '104242.275000', '104242.735000', '104243.195000', '104243.655000', '104244.115000', '104244.575000', '104245.035000', '104245.495000', '104245.955000', '104246.415000', '104246.875000', '104247.335000', '104247.795000', '104248.255000', '104248.715000', '104249.175000', '104249.635000', '104250.095000', '104250.555000', '104251.015000', '104251.475000', '104251.935000', '104252.395000', '104252.855000', '104253.315000', '104253.775000', '104254.235000', '104254.695000', '104255.155000', '104255.615000', '104256.075000', '104256.535000', '104256.995000', '104257.455000', '104257.915000', '104258.375000', '104258.835000', '104259.295000', '104259.755000', '104300.215000', '104300.675000', '104301.135000', '104301.595000', '104302.055000', '104302.515000', '104302.975000', '104303.435000', '104303.895000', '104304.355000', '104304.815000', '104305.275000', '104305.735000', '104306.195000', '104306.655000', '104307.115000', '104307.575000', '104308.035000', '104308.495000', '104308.955000', '104309.415000', '104309.875000', '104310.335000', '104310.795000', '104311.255000', '104311.715000', '104312.175000', '104312.635000', '104313.095000', '104313.555000', '104314.015000', '104314.475000', '104314.935000', '104315.395000', '104315.855000', '104316.315000', '104316.775000', '104317.235000', '104317.695000', '104318.155000', '104318.615000', '104319.075000', '104319.535000', '104319.995000', '104320.455000', '104320.915000', '104321.375000', '104321.835000', '104322.295000', '104322.755000', '104323.215000', '104323.675000', '104324.135000', '104324.595000', '104325.055000', '104325.515000', '104325.975000', '104326.435000', '104326.895000', '104327.355000', '104327.815000', '104328.275000', '104328.735000', '104329.195000', '104329.655000', '104330.115000', '104330.575000', '104331.035000', '104331.495000', '104331.955000', '104332.415000', '104332.875000', '104333.335000', '104333.795000', '104334.255000', '104334.715000', '104335.175000', '104335.635000', '104336.095000', '104336.555000', '104337.015000', '104337.475000', '104337.935000', '104338.395000', '104338.855000', '104339.315000', '104339.775000', '104340.235000', '104340.695000', '104341.155000', '104341.615000', '104342.075000', '104342.535000', '104342.995000', '104343.455000', '104343.915000', '104344.375000', '104344.835000', '104345.295000', '104345.755000', '104346.215000', '104346.675000', '104347.135000', '104347.595000', '104348.055000', '104348.515000', '104348.975000', '104349.435000', '104349.895000', '104350.355000', '104350.815000', '104351.275000', '104351.735000', '104352.195000', '104352.655000', '104353.115000', '104353.575000', '104354.035000', '104354.495000', '104354.955000', '104355.415000', '104355.875000', '104356.335000', '104356.795000', '104357.255000', '104357.715000', '104358.175000', '104358.635000', '104359.095000', '104359.555000', '104400.015000', '104400.475000', '104400.935000', '104401.395000', '104401.855000', '104402.315000', '104402.775000', '104403.235000', '104403.695000', '104404.155000', '104404.615000', '104405.075000', '104405.535000', '104405.995000', '104406.455000', '104406.915000', '104407.375000', '104407.835000', '104408.295000', '104408.755000', '104409.215000', '104409.675000', '104410.135000', '104410.595000', '104411.055000', '104411.515000', '104411.975000', '104412.435000', '104412.895000', '104413.355000', '104413.815000', '104414.275000', '104414.735000', '104415.195000', '104415.655000', '104416.115000', '104416.575000', '104417.035000', '104417.495000', '104417.955000', '104418.415000', '104418.875000', '104419.335000', '104419.795000', '104420.255000', '104420.715000', '104421.175000', '104421.635000', '104422.095000', '104422.555000', '104423.015000', '104423.475000', '104423.935000', '104424.395000', '104424.855000', '104425.315000', '104425.775000', '104426.235000', '104426.695000', '104427.155000', '104427.615000', '104428.075000', '104428.535000', '104428.995000', '104429.455000', '104429.915000', '104430.375000', '104430.835000', '104431.295000', '104431.755000', '104432.215000', '104432.675000', '104433.135000', '104433.595000', '104434.055000', '104434.515000', '104434.975000', '104435.435000', '104435.895000', '104436.355000', '104436.815000', '104437.275000', '104437.735000', '104438.195000', '104438.655000', '104439.115000', '104439.575000', '104440.035000', '104440.495000', '104440.955000', '104441.415000', '104441.875000', '104442.335000', '104442.795000', '104443.255000', '104443.715000', '104444.175000', '104444.635000', '104445.095000', '104445.555000', '104446.015000', '104446.475000', '104446.935000', '104447.395000', '104447.855000', '104448.315000', '104448.775000', '104449.235000', '104449.695000', '104450.155000', '104450.615000', '104451.075000', '104451.535000', '104451.995000', '104452.455000', '104452.915000', '104453.375000', '104453.835000', '104454.295000', '104454.755000', '104455.215000', '104455.675000', '104456.135000', '104456.595000', '104457.055000', '104457.515000', '104457.975000', '104458.435000', '104458.895000', '104459.355000', '104459.815000', '104500.275000', '104500.735000', '104501.195000', '104501.655000', '104502.115000', '104502.575000', '104503.035000', '104503.495000', '104503.955000', '104504.415000', '104504.875000', '104505.335000', '104505.795000', '104506.255000', '104506.715000', '104507.175000', '104507.635000', '104508.095000', '104508.555000', '104509.015000', '104509.475000', '104509.935000', '104510.395000', '104510.855000', '104511.315000', '104511.775000', '104512.235000', '104512.695000', '104513.155000', '104513.615000', '104514.075000', '104514.535000', '104514.995000', '104515.455000', '104515.915000', '104516.375000', '104516.835000', '104517.295000', '104517.755000', '104518.215000', '104518.675000', '104519.135000', '104519.595000', '104520.055000', '104520.515000', '104520.975000', '104521.435000', '104521.895000', '104522.355000', '104522.815000', '104523.275000', '104523.735000', '104524.195000', '104524.655000', '104525.115000', '104525.575000', '104526.035000', '104526.495000', '104526.955000', '104527.415000', '104527.875000', '104528.335000', '104528.795000', '104529.255000', '104529.715000', '104530.175000', '104530.635000', '104531.095000', '104531.555000', '104532.015000', '104532.475000', '104532.935000', '104533.395000', '104533.855000', '104534.315000', '104534.775000', '104535.235000', '104535.695000', '104536.155000', '104536.615000', '104537.075000', '104537.535000', '104537.995000', '104538.455000', '104538.915000', '104539.375000', '104539.835000', '104540.295000', '104540.755000', '104541.215000', '104541.675000', '104542.135000', '104542.595000', '104543.055000', '104543.515000', '104543.975000', '104544.435000', '104544.895000', '104545.355000', '104545.815000', '104546.275000', '104546.735000', '104547.195000', '104547.655000', '104548.115000', '104548.575000', '104549.035000', '104549.495000', '104549.955000', '104550.415000', '104550.875000', '104551.335000', '104551.795000', '104552.255000', '104552.715000', '104553.175000', '104553.635000', '104554.095000', '104554.555000', '104555.015000', '104555.475000', '104555.935000', '104556.395000', '104556.855000', '104557.315000', '104557.775000', '104558.235000', '104558.695000', '104559.155000', '104559.615000', '104600.075000', '104600.535000', '104600.995000', '104601.455000', '104601.915000', '104602.375000', '104602.835000', '104603.295000', '104603.755000', '104604.215000', '104604.675000', '104605.135000', '104605.595000', '104606.055000', '104606.515000', '104606.975000', '104607.435000', '104607.895000', '104608.355000', '104608.815000', '104609.275000', '104609.735000', '104610.195000', '104610.655000', '104611.115000', '104611.575000', '104612.035000', '104612.495000', '104612.955000', '104613.415000', '104613.875000', '104614.335000', '104614.795000', '104615.255000', '104615.715000', '104616.175000', '104616.635000', '104617.095000', '104617.555000', '104618.015000', '104618.475000', '104618.935000', '104619.395000', '104619.855000', '104620.315000', '104620.775000', '104621.235000', '104621.695000', '104622.155000', '104622.615000', '104623.075000', '104623.535000', '104623.995000', '104624.455000', '104624.915000', '104625.375000', '104625.835000', '104626.295000', '104626.755000', '104627.215000', '104627.675000', '104628.135000', '104628.595000', '104629.055000', '104629.515000', '104629.975000', '104630.435000', '104630.895000', '104631.355000', '104631.815000', '104632.275000', '104632.735000', '104633.195000', '104633.655000', '104634.115000', '104634.575000', '104635.035000', '104635.495000', '104635.955000', '104636.415000', '104636.875000', '104637.335000', '104637.795000', '104638.255000', '104638.715000', '104639.175000', '104639.635000', '104640.095000', '104640.555000', '104641.015000', '104641.475000', '104641.935000', '104642.395000', '104642.855000', '104643.315000', '104643.775000', '104644.235000', '104644.695000', '104645.155000', '104645.615000', '104646.075000', '104646.535000', '104646.995000', '104647.455000', '104647.915000', '104648.375000', '104648.835000', '104649.295000', '104649.755000', '104650.215000', '104650.675000', '104651.135000', '104651.595000', '104652.055000', '104652.515000', '104652.975000', '104653.435000', '104653.895000', '104654.355000', '104654.815000', '104655.275000', '104655.735000', '104656.195000', '104656.655000', '104657.115000', '104657.575000', '104658.035000', '104658.495000', '104658.955000', '104659.415000', '104659.875000', '104700.335000', '104700.795000', '104701.255000', '104701.715000', '104702.175000', '104702.635000', '104703.095000', '104703.555000', '104704.015000', '104704.475000', '104704.935000', '104705.395000', '104705.855000', '104706.315000', '104706.775000', '104707.235000', '104707.695000', '104708.155000', '104708.615000', '104709.075000', '104709.535000', '104709.995000', '104710.455000', '104710.915000', '104711.375000', '104711.835000', '104712.295000', '104712.755000', '104713.215000', '104713.675000', '104714.135000', '104714.595000', '104715.055000', '104715.515000', '104715.975000', '104716.435000', '104716.895000', '104717.355000', '104717.815000', '104718.275000', '104718.735000', '104719.195000', '104719.655000', '104720.115000', '104720.575000', '104721.035000', '104721.495000', '104721.955000', '104722.415000', '104722.875000', '104723.335000', '104723.795000', '104724.255000', '104724.715000', '104725.175000', '104725.635000', '104726.095000', '104726.555000', '104727.015000', '104727.475000', '104727.935000', '104728.395000', '104728.855000', '104729.315000', '104729.775000', '104730.235000', '104730.695000', '104731.155000', '104731.615000', '104732.075000', '104732.535000', '104732.995000', '104733.455000', '104733.915000', '104734.375000', '104734.835000', '104735.295000', '104735.755000', '104736.215000', '104736.675000', '104737.135000', '104737.595000', '104738.055000', '104738.515000', '104738.975000', '104739.435000', '104739.895000', '104740.355000', '104740.815000', '104741.275000', '104741.735000', '104742.195000', '104742.655000', '104743.115000', '104743.575000', '104744.035000', '104744.495000', '104744.955000', '104745.415000', '104745.875000', '104746.335000', '104746.795000', '104747.255000', '104747.715000', '104748.175000', '104748.635000', '104749.095000', '104749.555000', '104750.015000', '104750.475000', '104750.935000', '104751.395000', '104751.855000', '104752.315000', '104752.775000', '104753.235000', '104753.695000', '104754.155000', '104754.615000', '104755.075000', '104755.535000', '104755.995000', '104756.455000', '104756.915000', '104757.375000', '104757.835000', '104758.295000', '104758.755000', '104759.215000', '104759.675000', '104800.135000', '104800.595000', '104801.055000', '104801.515000', '104801.975000', '104802.435000', '104802.895000', '104803.355000', '104803.815000', '104804.275000', '104804.735000', '104805.195000', '104805.655000', '104806.115000', '104806.575000', '104807.035000', '104807.495000', '104807.955000', '104808.415000', '104808.875000', '104809.335000', '104809.795000', '104810.255000', '104810.715000', '104811.175000', '104811.635000', '104812.095000', '104812.555000', '104813.015000', '104813.475000', '104813.935000', '104814.395000', '104814.855000', '104815.315000', '104815.775000', '104816.235000', '104816.695000', '104817.155000', '104817.615000', '104818.075000', '104818.535000', '104818.995000', '104819.455000', '104819.915000', '104820.375000', '104820.835000', '104821.295000', '104821.755000', '104822.215000', '104822.675000', '104823.135000', '104823.595000', '104824.055000', '104824.515000', '104824.975000', '104825.435000', '104825.895000', '104826.355000', '104826.815000', '104827.275000', '104827.735000', '104828.195000', '104828.655000', '104829.115000', '104829.575000', '104830.035000', '104830.495000', '104830.955000', '104831.415000', '104831.875000', '104832.335000', '104832.795000', '104833.255000', '104833.715000', '104834.175000', '104834.635000', '104835.095000', '104835.555000', '104836.015000', '104836.475000', '104836.935000', '104837.395000', '104837.855000'], 'ContentTime': ['104212.460000', '104212.463000', '104212.466000', '104212.468000', '104212.471000', '104212.479000', '104212.481000', '104212.484000', '104212.486000', '104212.489000', '104212.491000', '104212.494000', '104212.496000', '104212.499000', '104212.502000', '104212.508000', '104212.510000', '104212.513000', '104212.515000', '104212.518000', '104212.520000', '104212.523000', '104212.526000', '104212.528000', '104212.531000', '104212.533000', '104212.536000', '104212.538000', '104212.541000', '104212.543000', '104232.421000', '104232.424000', '104232.427000', '104232.429000', '104232.432000', '104232.435000', '104232.437000', '104232.440000', '104232.442000', '104232.445000', '104232.448000', '104232.450000', '104232.453000', '104232.455000', '104232.458000', '104232.460000', '104232.463000', '104232.465000', '104232.468000', '104232.471000', '104232.473000', '104232.476000', '104232.478000', '104232.481000', '104232.498000', '104232.500000', '104232.503000', '104232.505000', '104232.508000', '104232.510000', '104232.513000', '104232.516000', '104232.518000', '104232.521000', '104232.523000', '104232.526000', '104232.528000', '104232.531000', '104232.533000', '104232.536000', '104232.539000', '104232.541000', '104232.544000', '104232.546000', '104252.421000', '104252.428000', '104252.430000', '104252.433000', '104252.435000', '104252.438000', '104252.441000', '104252.443000', '104252.446000', '104252.448000', '104252.451000', '104252.454000', '104252.456000', '104252.459000', '104252.461000', '104252.464000', '104252.466000', '104252.469000', '104252.472000', '104252.474000', '104252.477000', '104252.479000', '104252.482000', '104252.490000', '104252.493000', '104252.495000', '104252.498000', '104252.500000', '104252.503000', '104252.506000', '104252.508000', '104252.511000', '104252.513000', '104252.516000', '104252.518000', '104252.521000', '104252.523000', '104252.526000', '104252.529000', '104252.531000', '104252.534000', '104252.536000', '104252.539000', '104312.421000', '104312.424000', '104312.427000', '104312.429000', '104312.432000', '104312.435000', '104312.437000', '104312.440000', '104312.442000', '104312.453000', '104312.456000', '104312.459000', '104312.461000', '104312.464000', '104312.466000', '104312.469000', '104312.472000', '104312.475000', '104312.478000', '104312.481000', '104312.483000', '104312.486000', '104312.488000', '104312.491000', '104312.494000', '104312.496000', '104312.499000', '104312.501000', '104312.504000', '104312.506000', '104312.509000', '104312.512000', '104312.514000', '104312.517000', '104312.519000', '104312.522000', '104312.524000', '104312.527000', '104312.530000', '104312.532000', '104312.535000', '104312.537000', '104312.540000', '104332.421000', '104332.424000', '104332.427000', '104332.429000', '104332.432000', '104332.435000', '104332.437000', '104332.440000', '104332.443000', '104332.445000', '104332.448000', '104332.451000', '104332.453000', '104332.456000', '104332.458000', '104332.461000', '104332.464000', '104332.466000', '104332.469000', '104332.479000', '104332.482000', '104332.485000', '104332.487000', '104332.490000', '104332.493000', '104332.495000', '104332.498000', '104332.500000', '104332.503000', '104332.506000', '104332.508000', '104332.511000', '104332.514000', '104332.516000', '104332.519000', '104332.522000', '104332.524000', '104332.527000', '104332.530000', '104332.532000', '104332.535000', '104332.537000', '104332.540000', '104332.543000', '104352.421000', '104352.424000', '104352.427000', '104352.429000', '104352.433000', '104352.435000', '104352.438000', '104352.441000', '104352.444000', '104352.447000', '104352.449000', '104352.452000', '104352.454000', '104352.457000', '104352.460000', '104352.462000', '104352.465000', '104352.468000', '104352.470000', '104352.473000', '104352.476000', '104352.478000', '104352.481000', '104352.484000', '104352.486000', '104352.489000', '104352.492000', '104352.494000', '104352.497000', '104352.500000', '104352.502000', '104352.505000', '104352.508000', '104352.510000', '104352.513000', '104352.515000', '104352.518000', '104352.521000', '104352.523000', '104352.526000', '104352.529000', '104352.531000', '104352.534000', '104352.536000', '104412.421000', '104412.423000', '104412.426000', '104412.429000', '104412.431000', '104412.434000', '104412.437000', '104412.439000', '104412.442000', '104412.445000', '104412.447000', '104412.450000', '104412.453000', '104412.455000', '104412.458000', '104412.461000', '104412.463000', '104412.466000', '104412.469000', '104412.471000', '104412.474000', '104412.477000', '104412.480000', '104412.482000', '104412.485000', '104412.488000', '104412.490000', '104412.493000', '104412.495000', '104412.498000', '104412.504000', '104412.506000', '104412.509000', '104412.511000', '104412.514000', '104412.517000', '104412.520000', '104412.522000', '104412.525000', '104412.528000', '104412.530000', '104412.533000', '104412.535000', '104432.421000', '104432.424000', '104432.427000', '104432.429000', '104432.432000', '104432.435000', '104432.439000', '104432.442000', '104432.445000', '104432.447000', '104432.450000', '104432.453000', '104432.455000', '104432.458000', '104432.460000', '104432.463000', '104432.466000', '104432.468000', '104432.471000', '104432.474000', '104432.476000', '104432.479000', '104432.482000', '104432.484000', '104432.487000', '104432.490000', '104432.492000', '104432.495000', '104432.497000', '104432.500000', '104432.503000', '104432.505000', '104432.508000', '104432.511000', '104432.513000', '104432.516000', '104432.519000', '104432.521000', '104432.524000', '104432.526000', '104432.529000', '104432.535000', '104432.538000', '104452.421000', '104452.424000', '104452.427000', '104452.430000', '104452.432000', '104452.445000', '104452.448000', '104452.451000', '104452.454000', '104452.456000', '104452.459000', '104452.462000', '104452.464000', '104452.467000', '104452.470000', '104452.472000', '104452.475000', '104452.478000', '104452.480000', '104452.483000', '104452.486000', '104452.488000', '104452.491000', '104452.494000', '104452.496000', '104452.499000', '104452.502000', '104452.504000', '104452.507000', '104452.509000', '104452.512000', '104452.515000', '104452.517000', '104452.520000', '104452.523000', '104452.526000', '104452.528000', '104452.531000', '104452.533000', '104452.536000', '104452.539000', '104452.541000', '104452.544000', '104452.547000', '104512.422000', '104512.424000', '104512.429000', '104512.432000', '104512.434000', '104512.437000', '104512.440000', '104512.442000', '104512.445000', '104512.448000', '104512.450000', '104512.453000', '104512.456000', '104512.458000', '104512.461000', '104512.465000', '104512.468000', '104512.470000', '104512.473000', '104512.476000', '104512.478000', '104512.481000', '104512.484000', '104512.486000', '104512.489000', '104512.492000', '104512.494000', '104512.497000', '104512.500000', '104512.502000', '104512.505000', '104512.508000', '104512.510000', '104512.513000', '104512.516000', '104512.518000', '104512.521000', '104512.524000', '104512.526000', '104512.529000', '104512.532000', '104512.534000', '104512.537000', '104532.422000', '104532.425000', '104532.427000', '104532.430000', '104532.433000', '104532.436000', '104532.438000', '104532.441000', '104532.443000', '104532.446000', '104532.449000', '104532.451000', '104532.454000', '104532.457000', '104532.459000', '104532.462000', '104532.464000', '104532.467000', '104532.470000', '104532.472000', '104532.475000', '104532.478000', '104532.480000', '104532.483000', '104532.486000', '104532.488000', '104532.491000', '104532.493000', '104532.496000', '104532.499000', '104532.502000', '104532.504000', '104532.507000', '104532.515000', '104532.518000', '104532.520000', '104532.523000', '104532.526000', '104532.528000', '104532.531000', '104532.534000', '104532.536000', '104532.539000', '104532.542000', '104552.422000', '104552.425000', '104552.427000', '104552.430000', '104552.433000', '104552.435000', '104552.438000', '104552.441000', '104552.443000', '104552.446000', '104552.449000', '104552.451000', '104552.454000', '104552.456000', '104552.459000', '104552.462000', '104552.464000', '104552.467000', '104552.470000', '104552.472000', '104552.475000', '104552.478000', '104552.480000', '104552.483000', '104552.486000', '104552.489000', '104552.491000', '104552.494000', '104552.496000', '104552.499000', '104552.502000', '104552.504000', '104552.507000', '104552.510000', '104552.512000', '104552.515000', '104552.518000', '104552.520000', '104552.523000', '104552.525000', '104552.528000', '104552.531000', '104552.533000', '104552.536000', '104612.422000', '104612.425000', '104612.427000', '104612.431000', '104612.433000', '104612.436000', '104612.438000', '104612.441000', '104612.444000', '104612.446000', '104612.449000', '104612.452000', '104612.454000', '104612.457000', '104612.459000', '104612.462000', '104612.465000', '104612.473000', '104612.476000', '104612.479000', '104612.481000', '104612.484000', '104612.486000', '104612.489000', '104612.492000', '104612.494000', '104612.497000', '104612.500000', '104612.502000', '104612.511000', '104612.514000', '104612.517000', '104612.519000', '104612.522000', '104612.524000', '104612.527000', '104612.535000', '104612.538000', '104612.540000', '104612.543000', '104612.546000', '104612.548000', '104612.551000', '104632.420000', '104632.423000', '104632.426000', '104632.429000', '104632.431000', '104632.434000', '104632.437000', '104632.439000', '104632.442000', '104632.445000', '104632.447000', '104632.450000', '104632.459000', '104632.462000', '104632.465000', '104632.468000', '104632.470000', '104632.473000', '104632.475000', '104632.478000', '104632.481000', '104632.483000', '104632.486000', '104632.489000', '104632.491000', '104632.494000', '104632.497000', '104632.499000', '104632.503000', '104632.506000', '104632.508000', '104632.511000', '104632.514000', '104632.517000', '104632.519000', '104632.522000', '104632.524000', '104632.527000', '104632.530000', '104632.532000', '104632.535000', '104632.538000', '104632.540000', '104652.421000', '104652.423000', '104652.426000', '104652.429000', '104652.432000', '104652.434000', '104652.437000', '104652.440000', '104652.442000', '104652.445000', '104652.447000', '104652.450000', '104652.453000', '104652.455000', '104652.458000', '104652.461000', '104652.463000', '104652.466000', '104652.469000', '104652.471000', '104652.474000', '104652.477000', '104652.479000', '104652.482000', '104652.485000', '104652.487000', '104652.490000', '104652.492000', '104652.495000', '104652.498000', '104652.500000', '104652.503000', '104652.506000', '104652.508000', '104652.511000', '104652.514000', '104652.516000', '104652.519000', '104652.522000', '104652.525000', '104652.527000', '104652.530000', '104652.533000', '104652.535000', '104712.422000', '104712.425000', '104712.428000', '104712.430000', '104712.433000', '104712.435000', '104712.438000', '104712.441000', '104712.443000', '104712.446000', '104712.449000', '104712.451000', '104712.454000', '104712.457000', '104712.459000', '104712.462000', '104712.464000', '104712.467000', '104712.470000', '104712.473000', '104712.475000', '104712.478000', '104712.481000', '104712.483000', '104712.486000', '104712.488000', '104712.491000', '104712.494000', '104712.496000', '104712.499000', '104712.502000', '104712.504000', '104712.507000', '104712.510000', '104712.513000', '104712.515000', '104712.518000', '104712.520000', '104712.523000', '104712.527000', '104712.530000', '104712.533000', '104712.535000', '104732.421000', '104732.424000', '104732.428000', '104732.430000', '104732.433000', '104732.435000', '104732.438000', '104732.441000', '104732.443000', '104732.446000', '104732.449000', '104732.451000', '104732.454000', '104732.457000', '104732.459000', '104732.462000', '104732.465000', '104732.467000', '104732.470000', '104732.473000', '104732.475000', '104732.478000', '104732.481000', '104732.483000', '104732.486000', '104732.489000', '104732.491000', '104732.494000', '104732.497000', '104732.499000', '104732.502000', '104732.505000', '104732.507000', '104732.510000', '104732.513000', '104732.515000', '104732.518000', '104732.521000', '104732.523000', '104732.526000', '104732.529000', '104732.531000', '104732.534000', '104732.537000', '104752.422000', '104752.425000', '104752.427000', '104752.430000', '104752.433000', '104752.435000', '104752.438000', '104752.440000', '104752.443000', '104752.446000', '104752.448000', '104752.451000', '104752.453000', '104752.456000', '104752.459000', '104752.461000', '104752.464000', '104752.467000', '104752.469000', '104752.472000', '104752.475000', '104752.477000', '104752.480000', '104752.483000', '104752.496000', '104752.498000', '104752.501000', '104752.504000', '104752.506000', '104752.509000', '104752.512000', '104752.514000', '104752.517000', '104752.520000', '104752.523000', '104752.526000', '104752.529000', '104752.532000', '104752.534000', '104752.537000', '104752.540000', '104752.545000', '104752.548000', '104812.421000', '104812.424000', '104812.427000', '104812.430000', '104812.432000', '104812.435000', '104812.438000', '104812.440000', '104812.443000', '104812.446000', '104812.448000', '104812.451000', '104812.454000', '104812.456000', '104812.459000', '104812.462000', '104812.464000', '104812.467000', '104812.470000', '104812.472000', '104812.475000', '104812.478000', '104812.480000', '104812.483000', '104812.485000', '104812.488000', '104812.491000', '104812.493000', '104812.496000', '104812.499000', '104812.501000', '104812.504000', '104812.507000', '104812.509000', '104812.512000', '104812.515000', '104812.517000', '104812.520000', '104812.523000', '104812.525000', '104812.528000', '104812.531000', '104812.533000', '104812.536000', '104832.422000', '104832.424000', '104832.427000', '104832.430000', '104832.433000', '104832.435000', '104832.438000', '104832.441000', '104832.443000', '104832.446000', '104832.449000', '104832.451000', '104832.454000', '104832.457000', '104832.459000', '104832.462000', '104832.464000', '104832.467000', '104832.470000', '104832.472000', '104832.475000', '104832.478000', '104832.480000', '104832.483000', '104832.485000', '104832.488000', '104832.491000', '104832.493000', '104832.496000', '104832.499000', '104832.501000', '104832.504000', '104832.507000', '104832.509000', '104832.512000', '104832.514000', '104832.517000', '104832.520000', '104832.522000', '104832.525000', '104832.528000', '104832.530000', '104832.533000', '104839.407000', '104839.410000', '104839.413000', '104839.415000', '104839.418000', '104839.421000', '104839.424000', '104839.427000', '104839.429000', '104839.432000', '104839.435000', '104839.438000', '104839.441000', '104839.444000', '104839.446000', '104839.449000'], 'InstanceCreationTime': ['104212.460000', '104212.463000', '104212.466000', '104212.468000', '104212.471000', '104212.479000', '104212.481000', '104212.484000', '104212.486000', '104212.489000', '104212.491000', '104212.494000', '104212.496000', '104212.499000', '104212.502000', '104212.508000', '104212.510000', '104212.513000', '104212.515000', '104212.518000', '104212.520000', '104212.523000', '104212.526000', '104212.528000', '104212.531000', '104212.533000', '104212.536000', '104212.538000', '104212.541000', '104212.543000', '104232.421000', '104232.424000', '104232.427000', '104232.429000', '104232.432000', '104232.435000', '104232.437000', '104232.440000', '104232.442000', '104232.445000', '104232.448000', '104232.450000', '104232.453000', '104232.455000', '104232.458000', '104232.460000', '104232.463000', '104232.465000', '104232.468000', '104232.471000', '104232.473000', '104232.476000', '104232.478000', '104232.481000', '104232.498000', '104232.500000', '104232.503000', '104232.505000', '104232.508000', '104232.510000', '104232.513000', '104232.516000', '104232.518000', '104232.521000', '104232.523000', '104232.526000', '104232.528000', '104232.531000', '104232.533000', '104232.536000', '104232.539000', '104232.541000', '104232.544000', '104232.546000', '104252.421000', '104252.428000', '104252.430000', '104252.433000', '104252.435000', '104252.438000', '104252.441000', '104252.443000', '104252.446000', '104252.448000', '104252.451000', '104252.454000', '104252.456000', '104252.459000', '104252.461000', '104252.464000', '104252.466000', '104252.469000', '104252.472000', '104252.474000', '104252.477000', '104252.479000', '104252.482000', '104252.490000', '104252.493000', '104252.495000', '104252.498000', '104252.500000', '104252.503000', '104252.506000', '104252.508000', '104252.511000', '104252.513000', '104252.516000', '104252.518000', '104252.521000', '104252.523000', '104252.526000', '104252.529000', '104252.531000', '104252.534000', '104252.536000', '104252.539000', '104312.421000', '104312.424000', '104312.427000', '104312.429000', '104312.432000', '104312.435000', '104312.437000', '104312.440000', '104312.442000', '104312.453000', '104312.456000', '104312.459000', '104312.461000', '104312.464000', '104312.466000', '104312.469000', '104312.472000', '104312.475000', '104312.478000', '104312.481000', '104312.483000', '104312.486000', '104312.488000', '104312.491000', '104312.494000', '104312.496000', '104312.499000', '104312.501000', '104312.504000', '104312.506000', '104312.509000', '104312.512000', '104312.514000', '104312.517000', '104312.519000', '104312.522000', '104312.524000', '104312.527000', '104312.530000', '104312.532000', '104312.535000', '104312.537000', '104312.540000', '104332.421000', '104332.424000', '104332.427000', '104332.429000', '104332.432000', '104332.435000', '104332.437000', '104332.440000', '104332.443000', '104332.445000', '104332.448000', '104332.451000', '104332.453000', '104332.456000', '104332.458000', '104332.461000', '104332.464000', '104332.466000', '104332.469000', '104332.479000', '104332.482000', '104332.485000', '104332.487000', '104332.490000', '104332.493000', '104332.495000', '104332.498000', '104332.500000', '104332.503000', '104332.506000', '104332.508000', '104332.511000', '104332.514000', '104332.516000', '104332.519000', '104332.522000', '104332.524000', '104332.527000', '104332.530000', '104332.532000', '104332.535000', '104332.537000', '104332.540000', '104332.543000', '104352.421000', '104352.424000', '104352.427000', '104352.429000', '104352.433000', '104352.435000', '104352.438000', '104352.441000', '104352.444000', '104352.447000', '104352.449000', '104352.452000', '104352.454000', '104352.457000', '104352.460000', '104352.462000', '104352.465000', '104352.468000', '104352.470000', '104352.473000', '104352.476000', '104352.478000', '104352.481000', '104352.484000', '104352.486000', '104352.489000', '104352.492000', '104352.494000', '104352.497000', '104352.500000', '104352.502000', '104352.505000', '104352.508000', '104352.510000', '104352.513000', '104352.515000', '104352.518000', '104352.521000', '104352.523000', '104352.526000', '104352.529000', '104352.531000', '104352.534000', '104352.536000', '104412.421000', '104412.423000', '104412.426000', '104412.429000', '104412.431000', '104412.434000', '104412.437000', '104412.439000', '104412.442000', '104412.445000', '104412.447000', '104412.450000', '104412.453000', '104412.455000', '104412.458000', '104412.461000', '104412.463000', '104412.466000', '104412.469000', '104412.471000', '104412.474000', '104412.477000', '104412.480000', '104412.482000', '104412.485000', '104412.488000', '104412.490000', '104412.493000', '104412.495000', '104412.498000', '104412.504000', '104412.506000', '104412.509000', '104412.511000', '104412.514000', '104412.517000', '104412.520000', '104412.522000', '104412.525000', '104412.528000', '104412.530000', '104412.533000', '104412.535000', '104432.421000', '104432.424000', '104432.427000', '104432.429000', '104432.432000', '104432.435000', '104432.439000', '104432.442000', '104432.445000', '104432.447000', '104432.450000', '104432.453000', '104432.455000', '104432.458000', '104432.460000', '104432.463000', '104432.466000', '104432.468000', '104432.471000', '104432.474000', '104432.476000', '104432.479000', '104432.482000', '104432.484000', '104432.487000', '104432.490000', '104432.492000', '104432.495000', '104432.497000', '104432.500000', '104432.503000', '104432.505000', '104432.508000', '104432.511000', '104432.513000', '104432.516000', '104432.519000', '104432.521000', '104432.524000', '104432.526000', '104432.529000', '104432.535000', '104432.538000', '104452.421000', '104452.424000', '104452.427000', '104452.430000', '104452.432000', '104452.445000', '104452.448000', '104452.451000', '104452.454000', '104452.456000', '104452.459000', '104452.462000', '104452.464000', '104452.467000', '104452.470000', '104452.472000', '104452.475000', '104452.478000', '104452.480000', '104452.483000', '104452.486000', '104452.488000', '104452.491000', '104452.494000', '104452.496000', '104452.499000', '104452.502000', '104452.504000', '104452.507000', '104452.509000', '104452.512000', '104452.515000', '104452.517000', '104452.520000', '104452.523000', '104452.526000', '104452.528000', '104452.531000', '104452.533000', '104452.536000', '104452.539000', '104452.541000', '104452.544000', '104452.547000', '104512.422000', '104512.424000', '104512.429000', '104512.432000', '104512.434000', '104512.437000', '104512.440000', '104512.442000', '104512.445000', '104512.448000', '104512.450000', '104512.453000', '104512.456000', '104512.458000', '104512.461000', '104512.465000', '104512.468000', '104512.470000', '104512.473000', '104512.476000', '104512.478000', '104512.481000', '104512.484000', '104512.486000', '104512.489000', '104512.492000', '104512.494000', '104512.497000', '104512.500000', '104512.502000', '104512.505000', '104512.508000', '104512.510000', '104512.513000', '104512.516000', '104512.518000', '104512.521000', '104512.524000', '104512.526000', '104512.529000', '104512.532000', '104512.534000', '104512.537000', '104532.422000', '104532.425000', '104532.427000', '104532.430000', '104532.433000', '104532.436000', '104532.438000', '104532.441000', '104532.443000', '104532.446000', '104532.449000', '104532.451000', '104532.454000', '104532.457000', '104532.459000', '104532.462000', '104532.464000', '104532.467000', '104532.470000', '104532.472000', '104532.475000', '104532.478000', '104532.480000', '104532.483000', '104532.486000', '104532.488000', '104532.491000', '104532.493000', '104532.496000', '104532.499000', '104532.502000', '104532.504000', '104532.507000', '104532.515000', '104532.518000', '104532.520000', '104532.523000', '104532.526000', '104532.528000', '104532.531000', '104532.534000', '104532.536000', '104532.539000', '104532.542000', '104552.422000', '104552.425000', '104552.427000', '104552.430000', '104552.433000', '104552.435000', '104552.438000', '104552.441000', '104552.443000', '104552.446000', '104552.449000', '104552.451000', '104552.454000', '104552.456000', '104552.459000', '104552.462000', '104552.464000', '104552.467000', '104552.470000', '104552.472000', '104552.475000', '104552.478000', '104552.480000', '104552.483000', '104552.486000', '104552.489000', '104552.491000', '104552.494000', '104552.496000', '104552.499000', '104552.502000', '104552.504000', '104552.507000', '104552.510000', '104552.512000', '104552.515000', '104552.518000', '104552.520000', '104552.523000', '104552.525000', '104552.528000', '104552.531000', '104552.533000', '104552.536000', '104612.422000', '104612.425000', '104612.427000', '104612.431000', '104612.433000', '104612.436000', '104612.438000', '104612.441000', '104612.444000', '104612.446000', '104612.449000', '104612.452000', '104612.454000', '104612.457000', '104612.459000', '104612.462000', '104612.465000', '104612.473000', '104612.476000', '104612.479000', '104612.481000', '104612.484000', '104612.486000', '104612.489000', '104612.492000', '104612.494000', '104612.497000', '104612.500000', '104612.502000', '104612.511000', '104612.514000', '104612.517000', '104612.519000', '104612.522000', '104612.524000', '104612.527000', '104612.535000', '104612.538000', '104612.540000', '104612.543000', '104612.546000', '104612.548000', '104612.551000', '104632.420000', '104632.423000', '104632.426000', '104632.429000', '104632.431000', '104632.434000', '104632.437000', '104632.439000', '104632.442000', '104632.445000', '104632.447000', '104632.450000', '104632.459000', '104632.462000', '104632.465000', '104632.468000', '104632.470000', '104632.473000', '104632.475000', '104632.478000', '104632.481000', '104632.483000', '104632.486000', '104632.489000', '104632.491000', '104632.494000', '104632.497000', '104632.499000', '104632.503000', '104632.506000', '104632.508000', '104632.511000', '104632.514000', '104632.517000', '104632.519000', '104632.522000', '104632.524000', '104632.527000', '104632.530000', '104632.532000', '104632.535000', '104632.538000', '104632.540000', '104652.421000', '104652.423000', '104652.426000', '104652.429000', '104652.432000', '104652.434000', '104652.437000', '104652.440000', '104652.442000', '104652.445000', '104652.447000', '104652.450000', '104652.453000', '104652.455000', '104652.458000', '104652.461000', '104652.463000', '104652.466000', '104652.469000', '104652.471000', '104652.474000', '104652.477000', '104652.479000', '104652.482000', '104652.485000', '104652.487000', '104652.490000', '104652.492000', '104652.495000', '104652.498000', '104652.500000', '104652.503000', '104652.506000', '104652.508000', '104652.511000', '104652.514000', '104652.516000', '104652.519000', '104652.522000', '104652.525000', '104652.527000', '104652.530000', '104652.533000', '104652.535000', '104712.422000', '104712.425000', '104712.428000', '104712.430000', '104712.433000', '104712.435000', '104712.438000', '104712.441000', '104712.443000', '104712.446000', '104712.449000', '104712.451000', '104712.454000', '104712.457000', '104712.459000', '104712.462000', '104712.464000', '104712.467000', '104712.470000', '104712.473000', '104712.475000', '104712.478000', '104712.481000', '104712.483000', '104712.486000', '104712.488000', '104712.491000', '104712.494000', '104712.496000', '104712.499000', '104712.502000', '104712.504000', '104712.507000', '104712.510000', '104712.513000', '104712.515000', '104712.518000', '104712.520000', '104712.523000', '104712.527000', '104712.530000', '104712.533000', '104712.535000', '104732.421000', '104732.424000', '104732.428000', '104732.430000', '104732.433000', '104732.435000', '104732.438000', '104732.441000', '104732.443000', '104732.446000', '104732.449000', '104732.451000', '104732.454000', '104732.457000', '104732.459000', '104732.462000', '104732.465000', '104732.467000', '104732.470000', '104732.473000', '104732.475000', '104732.478000', '104732.481000', '104732.483000', '104732.486000', '104732.489000', '104732.491000', '104732.494000', '104732.497000', '104732.499000', '104732.502000', '104732.505000', '104732.507000', '104732.510000', '104732.513000', '104732.515000', '104732.518000', '104732.521000', '104732.523000', '104732.526000', '104732.529000', '104732.531000', '104732.534000', '104732.537000', '104752.422000', '104752.425000', '104752.427000', '104752.430000', '104752.433000', '104752.435000', '104752.438000', '104752.440000', '104752.443000', '104752.446000', '104752.448000', '104752.451000', '104752.453000', '104752.456000', '104752.459000', '104752.461000', '104752.464000', '104752.467000', '104752.469000', '104752.472000', '104752.475000', '104752.477000', '104752.480000', '104752.483000', '104752.496000', '104752.498000', '104752.501000', '104752.504000', '104752.506000', '104752.509000', '104752.512000', '104752.514000', '104752.517000', '104752.520000', '104752.523000', '104752.526000', '104752.529000', '104752.532000', '104752.534000', '104752.537000', '104752.540000', '104752.545000', '104752.548000', '104812.421000', '104812.424000', '104812.427000', '104812.430000', '104812.432000', '104812.435000', '104812.438000', '104812.440000', '104812.443000', '104812.446000', '104812.448000', '104812.451000', '104812.454000', '104812.456000', '104812.459000', '104812.462000', '104812.464000', '104812.467000', '104812.470000', '104812.472000', '104812.475000', '104812.478000', '104812.480000', '104812.483000', '104812.485000', '104812.488000', '104812.491000', '104812.493000', '104812.496000', '104812.499000', '104812.501000', '104812.504000', '104812.507000', '104812.509000', '104812.512000', '104812.515000', '104812.517000', '104812.520000', '104812.523000', '104812.525000', '104812.528000', '104812.531000', '104812.533000', '104812.536000', '104832.422000', '104832.424000', '104832.427000', '104832.430000', '104832.433000', '104832.435000', '104832.438000', '104832.441000', '104832.443000', '104832.446000', '104832.449000', '104832.451000', '104832.454000', '104832.457000', '104832.459000', '104832.462000', '104832.464000', '104832.467000', '104832.470000', '104832.472000', '104832.475000', '104832.478000', '104832.480000', '104832.483000', '104832.485000', '104832.488000', '104832.491000', '104832.493000', '104832.496000', '104832.499000', '104832.501000', '104832.504000', '104832.507000', '104832.509000', '104832.512000', '104832.514000', '104832.517000', '104832.520000', '104832.522000', '104832.525000', '104832.528000', '104832.530000', '104832.533000', '104839.407000', '104839.410000', '104839.413000', '104839.415000', '104839.418000', '104839.421000', '104839.424000', '104839.427000', '104839.429000', '104839.432000', '104839.435000', '104839.438000', '104839.441000', '104839.444000', '104839.446000', '104839.449000'], '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': [14078, 8384, 12765, 7722, 10895, 6972, 8167, 9178, 8098, 12238, 7758, 10787, 7560, 10366, 7699, 10300, 7439, 9926, 7103, 7672, 8718, 7718, 12091, 7560, 11233, 7150, 10433, 7101, 8006, 11134, 7790, 11953, 7753, 10471, 6772, 8454, 6297, 7055, 8239, 7482, 11813, 7517, 10903, 7780, 10242, 7072, 9947, 7982, 8442, 13727, 8927, 13015, 8949, 11277, 7548, 9712, 6891, 8755, 10096, 8016, 12209, 7792, 10583, 7594, 10406, 6650, 8766, 6484, 7962, 7087, 8132, 14035, 8795, 12184, 8207, 11147, 6771, 8984, 9066, 8084, 13133, 7738, 11099, 7392, 10055, 7729, 10724, 7506, 10852, 7244, 9851, 6686, 9661, 6906, 10357, 7777, 9407, 6770, 8571, 9186, 8265, 14149, 8801, 11847, 7822, 10470, 7558, 9873, 6695, 9844, 7163, 8411, 6515, 7998, 7277, 7992, 11040, 7998, 12418, 7742, 10881, 7472, 10747, 6958, 9756, 7311, 7685, 9828, 7840, 13111, 7880, 12038, 8608, 10959, 7621, 9787, 6705, 9503, 7341, 8842, 7316, 7798, 9215, 8226, 13487, 8343, 12590, 8670, 11310, 7575, 10041, 6934, 8851, 6692, 7487, 10929, 7722, 12200, 7558, 11266, 7166, 10715, 7339, 9389, 7820, 7540, 11503, 7544, 12794, 8494, 11299, 7661, 10223, 6826, 9242, 7394, 7666, 11054, 7409, 11430, 7331, 10413, 6838, 9989, 6824, 8836, 7358, 7986, 13386, 8347, 12887, 9084, 11287, 7697, 10509, 7025, 9423, 7031, 8985, 7340, 7499, 10909, 7803, 12846, 8556, 11447, 7619, 10713, 7484, 10385, 7216, 10968, 8422, 9962, 7904, 8140, 12206, 7997, 12051, 7509, 11180, 7088, 9410, 6670, 7656, 10961, 8074, 12428, 7967, 10908, 7647, 9679, 7417, 9903, 6965, 9916, 7945, 8877, 8835, 8290, 13080, 8242, 12158, 8580, 11559, 7747, 10114, 7132, 8270, 9585, 7850, 11530, 7605, 9828, 6883, 9349, 6833, 8630, 8389, 7512, 8165, 7622, 10965, 8209, 12792, 8172, 12250, 8517, 10610, 7922, 10721, 7586, 11120, 7944, 11052, 7994, 11404, 10566, 13189, 7633, 9076, 7305, 10339, 7120, 9695, 6812, 8406, 9620, 7684, 12627, 8764, 11914, 7800, 11548, 12409, 9402, 14557, 12211, 13410, 9034, 10710, 8055, 8700, 9381, 8556, 11367, 7853, 9951, 7798, 9098, 7313, 7987, 6776, 7834, 9628, 7803, 10630, 7899, 9775, 7556, 9464, 7499, 9752, 7196, 9394, 7192, 8181, 7462, 7505, 10852, 7478, 11752, 7855, 11010, 6945, 10039, 6487, 9048, 8741, 8441, 13192, 8557, 11960, 8255, 12094, 8150, 12213, 8401, 10945, 7434, 10989, 7049, 11164, 9147, 9566, 14823, 10574, 13669, 7935, 11674, 7718, 11024, 7346, 9931, 7576, 7934, 11032, 7914, 12384, 7845, 11469, 7407, 10060, 6648, 9049, 6922, 8600, 8445, 7780, 12897, 8274, 10831, 7788, 10784, 7498, 10968, 7187, 10355, 7209, 9657, 7045, 8940, 7142, 9305, 9988, 8679, 12248, 8079, 10290, 7663, 11947, 7514, 11203, 7020, 10158, 6928, 8227, 9364, 7546, 12852, 7809, 11366, 7746, 10290, 6988, 10605, 6999, 11359, 7257, 11350, 7516, 11243, 7498, 11489, 7744, 11656, 8064, 11124, 7564, 11622, 7762, 12019, 7730, 12110, 7606, 10699, 7722, 9702, 7226, 8890, 8323, 8479, 9092, 7882, 8188, 7745, 9827, 8020, 12180, 8466, 11039, 7661, 11818, 8029, 11885, 7992, 11642, 8453, 11133, 7054, 10171, 6840, 9227, 8509, 8062, 11293, 7528, 11823, 7577, 11088, 7273, 10721, 7601, 10190, 7345, 10532, 7404, 11063, 7587, 11507, 7913, 11259, 7357, 11189, 7577, 10535, 14353, 10071, 14879, 8139, 12311, 8235, 11274, 7528, 10392, 7906, 9939, 7699, 9301, 7856, 9168, 8776, 8035, 10415, 8186, 8709, 7891, 9004, 8119, 11442, 8240, 12556, 8118, 11083, 7962, 11401, 7666, 11140, 7416, 10516, 7483, 9563, 7489, 9307, 7105, 8472, 7917, 8081, 6769, 8287, 8298, 8116, 10684, 7926, 10481, 7911, 10502, 7602, 11720, 7834, 12223, 8510, 11344, 7705, 10399, 6992, 10056, 6994, 10400, 7878, 8757, 7049, 8829, 9257, 8699, 14479, 8641, 11565, 8162, 11486, 8028, 11630, 7766, 10731, 7605, 9960, 7005, 10331, 7240, 10142, 10993, 8201, 13172, 7856, 11576, 7278, 10911, 7204, 9186, 6933, 7865, 9362, 7892, 12404, 8569, 10916, 7308, 10005, 7234, 9941, 9042, 8088, 11571, 7802, 11270, 7736, 11071, 7411, 10531, 7452, 7994, 11444, 8145, 11122, 7215, 10531, 7185, 8349, 10966, 7703, 11562, 7576, 10970, 7068, 9036, 8641, 7931, 12526, 8227, 12005, 7797, 10631, 6867, 8534, 9913, 8029, 12157, 7312, 10453, 7030, 8623, 8168, 7745, 12320, 7758, 11200, 7789, 10692, 6989, 10018, 7750, 8651, 12017, 8199, 11649, 7728, 10669, 7376, 10340, 7214, 9342, 9336, 8194, 12856, 8062, 11576, 8060, 11169, 7615, 10441, 7417, 9486, 7377, 8626, 10730, 8221, 12030, 7854, 10414, 6884, 9503, 8670, 7847, 12802, 7899, 10650, 7217, 9533, 6632, 8082, 10350, 7946, 12241, 7733, 10753, 7658, 10257, 7217, 10704, 7224, 10010, 7117, 9707, 8825, 8304, 14613, 8366, 12254, 8137, 10732, 7776, 10441, 7347, 9921, 7331, 8562, 6929, 7636, 10051, 7621, 11623, 7408, 11228, 7559, 10161, 7349, 10811, 7408, 11040, 7648, 10363, 7115, 9177, 8214, 8587, 14368, 8289, 12727, 9079, 10171, 7647, 9912, 7534, 10125, 7552, 10184, 7185, 7865, 8841, 8026, 12530, 7698, 11376, 7734, 10085, 6594, 9329, 6710, 9507, 7794, 8965, 7216, 9354, 8496, 8590, 13745, 8815, 11999, 8721, 10758, 7735, 10278, 9869, 8508, 14562, 8425, 11426, 7874, 10315, 7236, 8521, 12051, 8290, 11420, 7656, 9794, 6745, 8696, 6925, 8061, 11826, 7756, 10773, 7583, 10494, 7117, 9836, 7227, 9707, 10344, 8174, 9968, 7974, 8782, 8273, 13071, 8307, 12043, 7707, 10240, 6922, 8274, 10773, 8388, 12127, 8004, 11442, 7863, 10412, 7279, 9525, 7688, 8696, 14266, 8229, 12027, 8172, 10767, 7590, 10243, 7274, 9790, 7361, 8102, 7995, 8121, 12593, 8414, 11912, 8007, 10964, 7588, 9970, 6403, 8949, 7971, 7668, 11610, 8146, 10233, 6784, 10048, 7909, 8150, 12473, 8931, 10530, 6909, 10186, 7279, 9111, 13209, 8323, 14112, 8337, 11079, 7707, 11014, 7506, 11276, 7884, 10935, 7872, 9056, 11150, 8493, 12454, 7920, 11213, 7460, 9722, 7359], 'WindowCenter': [4143.0, 4086.0, 4116.0, 4059.0, 4079.0, 4033.0, 4046.0, 4052.0, 4044.0, 4097.0, 4045.0, 4074.0, 4045.0, 4063.0, 4043.0, 4063.0, 4044.0, 4076.0, 4033.0, 4046.0, 4054.0, 4045.0, 4086.0, 4045.0, 4089.0, 4035.0, 4075.0, 4033.0, 4044.0, 4074.0, 4043.0, 4084.0, 4045.0, 4076.0, 4022.0, 4043.0, 4022.0, 4034.0, 4052.0, 4045.0, 4097.0, 4059.0, 4087.0, 4056.0, 4076.0, 4034.0, 4077.0, 4044.0, 4056.0, 4097.0, 4055.0, 4084.0, 4054.0, 4062.0, 4030.0, 4051.0, 4020.0, 4052.0, 4062.0, 4043.0, 4098.0, 4045.0, 4074.0, 4044.0, 4075.0, 4021.0, 4053.0, 4022.0, 4054.0, 4033.0, 4056.0, 4108.0, 4065.0, 4085.0, 4054.0, 4074.0, 4021.0, 4065.0, 4065.0, 4043.0, 4083.0, 4042.0, 4072.0, 4032.0, 4061.0, 4044.0, 4075.0, 4033.0, 4073.0, 4033.0, 4064.0, 4021.0, 4064.0, 4033.0, 4063.0, 4042.0, 4054.0, 4021.0, 4053.0, 4052.0, 4055.0, 4096.0, 4053.0, 4073.0, 4031.0, 4062.0, 4030.0, 4063.0, 4022.0, 4063.0, 4021.0, 4041.0, 4010.0, 4043.0, 4030.0, 4043.0, 4073.0, 4043.0, 4085.0, 4044.0, 4074.0, 4044.0, 4074.0, 4032.0, 4065.0, 4031.0, 4043.0, 4062.0, 4043.0, 4096.0, 4055.0, 4084.0, 4053.0, 4073.0, 4031.0, 4062.0, 4022.0, 4064.0, 4031.0, 4052.0, 4031.0, 4043.0, 4062.0, 4054.0, 4094.0, 4054.0, 4084.0, 4052.0, 4062.0, 4030.0, 4050.0, 4019.0, 4052.0, 4021.0, 4032.0, 4072.0, 4044.0, 4083.0, 4043.0, 4074.0, 4033.0, 4076.0, 4032.0, 4065.0, 4041.0, 4042.0, 4072.0, 4043.0, 4085.0, 4052.0, 4073.0, 4031.0, 4061.0, 4020.0, 4063.0, 4031.0, 4043.0, 4072.0, 4032.0, 4072.0, 4033.0, 4074.0, 4033.0, 4074.0, 4033.0, 4064.0, 4032.0, 4054.0, 4095.0, 4054.0, 4085.0, 4053.0, 4073.0, 4032.0, 4062.0, 4021.0, 4052.0, 4033.0, 4065.0, 4032.0, 4046.0, 4073.0, 4043.0, 4084.0, 4053.0, 4072.0, 4043.0, 4073.0, 4032.0, 4073.0, 4043.0, 4074.0, 4043.0, 4063.0, 4042.0, 4041.0, 4070.0, 4029.0, 4083.0, 4031.0, 4071.0, 4019.0, 4050.0, 4007.0, 4029.0, 4059.0, 4041.0, 4086.0, 4041.0, 4060.0, 4031.0, 4050.0, 4031.0, 4062.0, 4032.0, 4063.0, 4042.0, 4053.0, 4051.0, 4042.0, 4082.0, 4041.0, 4072.0, 4041.0, 4060.0, 4029.0, 4050.0, 4017.0, 4039.0, 4050.0, 4040.0, 4071.0, 4032.0, 4061.0, 4020.0, 4052.0, 4021.0, 4052.0, 4041.0, 4043.0, 4040.0, 4042.0, 4072.0, 4054.0, 4096.0, 4054.0, 4083.0, 4054.0, 4061.0, 4041.0, 4061.0, 4031.0, 4073.0, 4041.0, 4074.0, 4069.0, 4088.0, 4076.0, 4083.0, 4041.0, 4049.0, 4030.0, 4060.0, 4031.0, 4076.0, 4034.0, 4066.0, 4075.0, 4056.0, 4096.0, 4054.0, 4084.0, 4030.0, 4072.0, 4059.0, 4039.0, 4068.0, 4058.0, 4057.0, 4023.0, 4033.0, 4000.0, 4010.0, 4008.0, 4009.0, 4028.0, 3999.0, 4019.0, 3998.0, 4009.0, 3989.0, 4011.0, 3989.0, 4014.0, 4033.0, 4028.0, 4059.0, 4027.0, 4046.0, 4028.0, 4047.0, 4030.0, 4050.0, 4030.0, 4064.0, 4033.0, 4043.0, 4031.0, 4033.0, 4073.0, 4044.0, 4086.0, 4056.0, 4087.0, 4046.0, 4076.0, 4024.0, 4078.0, 4079.0, 4069.0, 4097.0, 4068.0, 4087.0, 4066.0, 4086.0, 4056.0, 4098.0, 4056.0, 4087.0, 4046.0, 4086.0, 4035.0, 4087.0, 4066.0, 4065.0, 4096.0, 4075.0, 4082.0, 4040.0, 4060.0, 4029.0, 4073.0, 4031.0, 4060.0, 4029.0, 4031.0, 4058.0, 4041.0, 4070.0, 4042.0, 4074.0, 4030.0, 4050.0, 4008.0, 4049.0, 4018.0, 4053.0, 4041.0, 4045.0, 4096.0, 4054.0, 4072.0, 4044.0, 4072.0, 4043.0, 4075.0, 4035.0, 4076.0, 4043.0, 4063.0, 4031.0, 4053.0, 4033.0, 4065.0, 4077.0, 4055.0, 4084.0, 4043.0, 4072.0, 4043.0, 4083.0, 4044.0, 4074.0, 4033.0, 4074.0, 4031.0, 4055.0, 4063.0, 4045.0, 4096.0, 4044.0, 4083.0, 4043.0, 4073.0, 4032.0, 4075.0, 4046.0, 4085.0, 4043.0, 4086.0, 4043.0, 4073.0, 4043.0, 4086.0, 4044.0, 4084.0, 4054.0, 4073.0, 4043.0, 4073.0, 4043.0, 4085.0, 4045.0, 4085.0, 4031.0, 4061.0, 4029.0, 4049.0, 4028.0, 4051.0, 4053.0, 4042.0, 4050.0, 4042.0, 4041.0, 4042.0, 4073.0, 4055.0, 4096.0, 4055.0, 4074.0, 4044.0, 4083.0, 4054.0, 4087.0, 4056.0, 4084.0, 4053.0, 4073.0, 4031.0, 4062.0, 4020.0, 4065.0, 4053.0, 4042.0, 4072.0, 4042.0, 4082.0, 4043.0, 4085.0, 4044.0, 4074.0, 4055.0, 4075.0, 4044.0, 4074.0, 4046.0, 4087.0, 4057.0, 4086.0, 4054.0, 4085.0, 4034.0, 4075.0, 4042.0, 4075.0, 4093.0, 4061.0, 4092.0, 4030.0, 4070.0, 4028.0, 4060.0, 4030.0, 4060.0, 4027.0, 4049.0, 4027.0, 4050.0, 4028.0, 4050.0, 4040.0, 4039.0, 4059.0, 4041.0, 4039.0, 4041.0, 4049.0, 4042.0, 4085.0, 4053.0, 4083.0, 4042.0, 4072.0, 4043.0, 4072.0, 4043.0, 4075.0, 4030.0, 4061.0, 4029.0, 4051.0, 4030.0, 4063.0, 4033.0, 4041.0, 4041.0, 4042.0, 4019.0, 4053.0, 4041.0, 4055.0, 4075.0, 4054.0, 4074.0, 4055.0, 4073.0, 4044.0, 4084.0, 4057.0, 4096.0, 4067.0, 4084.0, 4044.0, 4074.0, 4033.0, 4076.0, 4034.0, 4086.0, 4044.0, 4054.0, 4031.0, 4063.0, 4064.0, 4055.0, 4094.0, 4054.0, 4072.0, 4043.0, 4071.0, 4042.0, 4084.0, 4043.0, 4072.0, 4042.0, 4062.0, 4031.0, 4073.0, 4045.0, 4076.0, 4073.0, 4042.0, 4083.0, 4041.0, 4070.0, 4032.0, 4061.0, 4019.0, 4052.0, 4017.0, 4039.0, 4050.0, 4054.0, 4082.0, 4054.0, 4072.0, 4032.0, 4062.0, 4042.0, 4075.0, 4052.0, 4044.0, 4071.0, 4031.0, 4070.0, 4030.0, 4074.0, 4031.0, 4062.0, 4019.0, 4039.0, 4059.0, 4040.0, 4073.0, 4031.0, 4073.0, 4020.0, 4053.0, 4060.0, 4042.0, 4084.0, 4042.0, 4073.0, 4032.0, 4053.0, 4039.0, 4042.0, 4081.0, 4054.0, 4084.0, 4030.0, 4062.0, 4018.0, 4041.0, 4049.0, 4028.0, 4072.0, 4031.0, 4061.0, 4018.0, 4040.0, 4038.0, 4031.0, 4095.0, 4042.0, 4073.0, 4043.0, 4074.0, 4031.0, 4063.0, 4043.0, 4054.0, 4085.0, 4053.0, 4072.0, 4042.0, 4061.0, 4030.0, 4076.0, 4043.0, 4063.0, 4052.0, 4053.0, 4082.0, 4041.0, 4073.0, 4053.0, 4086.0, 4042.0, 4073.0, 4031.0, 4061.0, 4030.0, 4055.0, 4073.0, 4054.0, 4085.0, 4041.0, 4062.0, 4020.0, 4063.0, 4039.0, 4043.0, 4084.0, 4040.0, 4061.0, 4031.0, 4061.0, 4019.0, 4053.0, 4073.0, 4045.0, 4082.0, 4044.0, 4073.0, 4043.0, 4075.0, 4046.0, 4074.0, 4032.0, 4063.0, 4031.0, 4063.0, 4051.0, 4054.0, 4106.0, 4042.0, 4072.0, 4042.0, 4060.0, 4029.0, 4061.0, 4031.0, 4063.0, 4029.0, 4041.0, 4018.0, 4031.0, 4060.0, 4041.0, 4097.0, 4044.0, 4083.0, 4044.0, 4073.0, 4042.0, 4074.0, 4044.0, 4086.0, 4044.0, 4075.0, 4031.0, 4062.0, 4040.0, 4051.0, 4095.0, 4041.0, 4083.0, 4051.0, 4059.0, 4028.0, 4048.0, 4028.0, 4062.0, 4041.0, 4063.0, 4018.0, 4040.0, 4049.0, 4040.0, 4083.0, 4042.0, 4084.0, 4032.0, 4061.0, 4022.0, 4080.0, 4033.0, 4063.0, 4042.0, 4064.0, 4031.0, 4063.0, 4052.0, 4055.0, 4094.0, 4064.0, 4084.0, 4054.0, 4072.0, 4030.0, 4062.0, 4049.0, 4052.0, 4094.0, 4040.0, 4071.0, 4028.0, 4060.0, 4017.0, 4041.0, 4068.0, 4039.0, 4071.0, 4028.0, 4048.0, 4018.0, 4050.0, 4019.0, 4043.0, 4084.0, 4042.0, 4073.0, 4045.0, 4074.0, 4033.0, 4074.0, 4044.0, 4078.0, 4075.0, 4055.0, 4063.0, 4053.0, 4052.0, 4053.0, 4083.0, 4054.0, 4097.0, 4042.0, 4063.0, 4019.0, 4054.0, 4060.0, 4042.0, 4084.0, 4043.0, 4073.0, 4040.0, 4062.0, 4030.0, 4051.0, 4029.0, 4051.0, 4095.0, 4041.0, 4070.0, 4039.0, 4059.0, 4029.0, 4061.0, 4032.0, 4063.0, 4030.0, 4042.0, 4039.0, 4042.0, 4081.0, 4052.0, 4096.0, 4042.0, 4072.0, 4040.0, 4061.0, 4009.0, 4064.0, 4055.0, 4056.0, 4085.0, 4055.0, 4074.0, 4033.0, 4076.0, 4055.0, 4055.0, 4096.0, 4065.0, 4073.0, 4031.0, 4073.0, 4030.0, 4064.0, 4095.0, 4042.0, 4094.0, 4040.0, 4072.0, 4041.0, 4071.0, 4033.0, 4074.0, 4041.0, 4074.0, 4041.0, 4052.0, 4070.0, 4040.0, 4083.0, 4040.0, 4070.0, 4030.0, 4050.0, 4028.0], 'WindowWidth': [9204.0, 9114.0, 9153.0, 9064.0, 9088.0, 9018.0, 9036.0, 9039.0, 9032.0, 9110.0, 9038.0, 9070.0, 9033.0, 9055.0, 9031.0, 9057.0, 9033.0, 9078.0, 9019.0, 9038.0, 9047.0, 9037.0, 9090.0, 9036.0, 9102.0, 9025.0, 9075.0, 9015.0, 9031.0, 9073.0, 9029.0, 9084.0, 9035.0, 9076.0, 9001.0, 9028.0, 8999.0, 9019.0, 9040.0, 9037.0, 9108.0, 9061.0, 9095.0, 9054.0, 9080.0, 9022.0, 9081.0, 9034.0, 9052.0, 9111.0, 9047.0, 9086.0, 9044.0, 9053.0, 9007.0, 9034.0, 8994.0, 9039.0, 9051.0, 9027.0, 9112.0, 9036.0, 9071.0, 9036.0, 9074.0, 8999.0, 9044.0, 9001.0, 9046.0, 9016.0, 9052.0, 9126.0, 9064.0, 9090.0, 9046.0, 9074.0, 8997.0, 9060.0, 9066.0, 9030.0, 9085.0, 9027.0, 9065.0, 9013.0, 9051.0, 9034.0, 9076.0, 9017.0, 9071.0, 9016.0, 9057.0, 8996.0, 9056.0, 9017.0, 9054.0, 9028.0, 9043.0, 8997.0, 9043.0, 9039.0, 9048.0, 9107.0, 9044.0, 9069.0, 9011.0, 9053.0, 9009.0, 9057.0, 9003.0, 9056.0, 8997.0, 9024.0, 8982.0, 9027.0, 9008.0, 9029.0, 9071.0, 9031.0, 9088.0, 9034.0, 9072.0, 9035.0, 9073.0, 9015.0, 9060.0, 9011.0, 9029.0, 9054.0, 9030.0, 9106.0, 9049.0, 9085.0, 9044.0, 9068.0, 9012.0, 9053.0, 9002.0, 9058.0, 9012.0, 9041.0, 9011.0, 9029.0, 9053.0, 9045.0, 9099.0, 9048.0, 9088.0, 9041.0, 9052.0, 9008.0, 9033.0, 8990.0, 9037.0, 8999.0, 9015.0, 9066.0, 9035.0, 9083.0, 9030.0, 9071.0, 9020.0, 9078.0, 9015.0, 9061.0, 9024.0, 9028.0, 9066.0, 9030.0, 9090.0, 9040.0, 9066.0, 9009.0, 9049.0, 8995.0, 9056.0, 9011.0, 9029.0, 9067.0, 9015.0, 9067.0, 9017.0, 9074.0, 9018.0, 9073.0, 9017.0, 9060.0, 9015.0, 9046.0, 9103.0, 9048.0, 9090.0, 9043.0, 9069.0, 9012.0, 9052.0, 8996.0, 9040.0, 9016.0, 9062.0, 9015.0, 9038.0, 9068.0, 9032.0, 9087.0, 9044.0, 9067.0, 9029.0, 9068.0, 9014.0, 9070.0, 9032.0, 9073.0, 9029.0, 9057.0, 9024.0, 9023.0, 9062.0, 9006.0, 9083.0, 9011.0, 9062.0, 8990.0, 9034.0, 8974.0, 9005.0, 9045.0, 9024.0, 9091.0, 9025.0, 9046.0, 9011.0, 9034.0, 9010.0, 9053.0, 9016.0, 9058.0, 9027.0, 9042.0, 9037.0, 9025.0, 9079.0, 9024.0, 9067.0, 9024.0, 9047.0, 9003.0, 9032.0, 8986.0, 9019.0, 9033.0, 9021.0, 9060.0, 9012.0, 9049.0, 8995.0, 9038.0, 9000.0, 9042.0, 9026.0, 9029.0, 9022.0, 9027.0, 9065.0, 9044.0, 9108.0, 9047.0, 9082.0, 9045.0, 9050.0, 9025.0, 9050.0, 9011.0, 9071.0, 9023.0, 9076.0, 9076.0, 9101.0, 9082.0, 9086.0, 9025.0, 9031.0, 9010.0, 9048.0, 9012.0, 9081.0, 9022.0, 9067.0, 9076.0, 9053.0, 9105.0, 9047.0, 9087.0, 9007.0, 9066.0, 9042.0, 9017.0, 9057.0, 9039.0, 9039.0, 8983.0, 8996.0, 8947.0, 8960.0, 8955.0, 8958.0, 8982.0, 8945.0, 8971.0, 8944.0, 8960.0, 8932.0, 8966.0, 8934.0, 8974.0, 8999.0, 9001.0, 9043.0, 8999.0, 9021.0, 9001.0, 9024.0, 9007.0, 9034.0, 9011.0, 9059.0, 9018.0, 9028.0, 9011.0, 9017.0, 9067.0, 9034.0, 9091.0, 9051.0, 9094.0, 9039.0, 9079.0, 9009.0, 9084.0, 9089.0, 9075.0, 9109.0, 9070.0, 9093.0, 9067.0, 9091.0, 9055.0, 9111.0, 9053.0, 9094.0, 9038.0, 9092.0, 9022.0, 9094.0, 9066.0, 9063.0, 9107.0, 9073.0, 9081.0, 9022.0, 9047.0, 9004.0, 9070.0, 9011.0, 9048.0, 9004.0, 9008.0, 9042.0, 9024.0, 9059.0, 9027.0, 9072.0, 9009.0, 9032.0, 8976.0, 9032.0, 8990.0, 9043.0, 9025.0, 9036.0, 9106.0, 9047.0, 9067.0, 9031.0, 9067.0, 9032.0, 9075.0, 9022.0, 9079.0, 9031.0, 9056.0, 9012.0, 9043.0, 9016.0, 9063.0, 9082.0, 9048.0, 9088.0, 9031.0, 9068.0, 9031.0, 9083.0, 9034.0, 9073.0, 9017.0, 9072.0, 9012.0, 9048.0, 9055.0, 9036.0, 9103.0, 9035.0, 9084.0, 9030.0, 9069.0, 9016.0, 9075.0, 9039.0, 9089.0, 9032.0, 9092.0, 9033.0, 9070.0, 9033.0, 9091.0, 9036.0, 9087.0, 9048.0, 9072.0, 9033.0, 9070.0, 9030.0, 9090.0, 9038.0, 9089.0, 9011.0, 9050.0, 9005.0, 9032.0, 9003.0, 9040.0, 9044.0, 9026.0, 9035.0, 9027.0, 9024.0, 9027.0, 9073.0, 9053.0, 9105.0, 9049.0, 9073.0, 9035.0, 9083.0, 9047.0, 9094.0, 9054.0, 9089.0, 9044.0, 9071.0, 9012.0, 9053.0, 8997.0, 9062.0, 9043.0, 9029.0, 9068.0, 9028.0, 9081.0, 9033.0, 9088.0, 9033.0, 9073.0, 9050.0, 9074.0, 9036.0, 9072.0, 9040.0, 9097.0, 9058.0, 9093.0, 9047.0, 9089.0, 9019.0, 9074.0, 9029.0, 9073.0, 9098.0, 9052.0, 9095.0, 9007.0, 9061.0, 9001.0, 9046.0, 9007.0, 9046.0, 8999.0, 9029.0, 8999.0, 9031.0, 9002.0, 9034.0, 9021.0, 9020.0, 9047.0, 9025.0, 9017.0, 9024.0, 9031.0, 9026.0, 9090.0, 9045.0, 9083.0, 9029.0, 9066.0, 9030.0, 9067.0, 9032.0, 9076.0, 9010.0, 9051.0, 9007.0, 9036.0, 9008.0, 9055.0, 9019.0, 9025.0, 9024.0, 9027.0, 8994.0, 9043.0, 9025.0, 9051.0, 9078.0, 9048.0, 9072.0, 9049.0, 9071.0, 9036.0, 9088.0, 9057.0, 9109.0, 9070.0, 9088.0, 9035.0, 9073.0, 9018.0, 9081.0, 9022.0, 9092.0, 9032.0, 9044.0, 9014.0, 9057.0, 9059.0, 9047.0, 9102.0, 9045.0, 9067.0, 9028.0, 9064.0, 9028.0, 9087.0, 9029.0, 9066.0, 9029.0, 9056.0, 9014.0, 9071.0, 9040.0, 9079.0, 9071.0, 9028.0, 9083.0, 9024.0, 9062.0, 9013.0, 9051.0, 8990.0, 9040.0, 8987.0, 9019.0, 9035.0, 9048.0, 9083.0, 9046.0, 9067.0, 9013.0, 9053.0, 9029.0, 9076.0, 9040.0, 9032.0, 9064.0, 9012.0, 9060.0, 9008.0, 9072.0, 9012.0, 9051.0, 8991.0, 9019.0, 9043.0, 9021.0, 9071.0, 9012.0, 9069.0, 8994.0, 9042.0, 9046.0, 9026.0, 9087.0, 9030.0, 9070.0, 9013.0, 9042.0, 9018.0, 9026.0, 9078.0, 9045.0, 9087.0, 9009.0, 9053.0, 8989.0, 9022.0, 9029.0, 9003.0, 9064.0, 9010.0, 9050.0, 8989.0, 9022.0, 9015.0, 9010.0, 9101.0, 9028.0, 9070.0, 9030.0, 9070.0, 9012.0, 9056.0, 9032.0, 9048.0, 9089.0, 9044.0, 9066.0, 9026.0, 9051.0, 9009.0, 9080.0, 9033.0, 9056.0, 9040.0, 9042.0, 9080.0, 9024.0, 9070.0, 9046.0, 9093.0, 9028.0, 9068.0, 9010.0, 9050.0, 9008.0, 9048.0, 9071.0, 9049.0, 9088.0, 9025.0, 9052.0, 8995.0, 9056.0, 9019.0, 9031.0, 9088.0, 9022.0, 9049.0, 9009.0, 9049.0, 8991.0, 9044.0, 9071.0, 9034.0, 9082.0, 9034.0, 9069.0, 9032.0, 9076.0, 9040.0, 9074.0, 9014.0, 9057.0, 9011.0, 9056.0, 9037.0, 9046.0, 9123.0, 9026.0, 9065.0, 9025.0, 9048.0, 9007.0, 9050.0, 9013.0, 9057.0, 9007.0, 9022.0, 8988.0, 9009.0, 9046.0, 9026.0, 9111.0, 9034.0, 9082.0, 9034.0, 9069.0, 9029.0, 9073.0, 9036.0, 9094.0, 9035.0, 9075.0, 9011.0, 9055.0, 9022.0, 9037.0, 9105.0, 9023.0, 9084.0, 9037.0, 9044.0, 9003.0, 9029.0, 9001.0, 9052.0, 9025.0, 9057.0, 8991.0, 9021.0, 9031.0, 9022.0, 9084.0, 9030.0, 9085.0, 9013.0, 9051.0, 9004.0, 9095.0, 9017.0, 9057.0, 9026.0, 9060.0, 9013.0, 9057.0, 9040.0, 9048.0, 9100.0, 9062.0, 9089.0, 9047.0, 9069.0, 9009.0, 9052.0, 9032.0, 9039.0, 9103.0, 9021.0, 9062.0, 9002.0, 9046.0, 8986.0, 9023.0, 9056.0, 9020.0, 9063.0, 9002.0, 9028.0, 8989.0, 9033.0, 8991.0, 9029.0, 9087.0, 9031.0, 9070.0, 9036.0, 9074.0, 9017.0, 9072.0, 9034.0, 9084.0, 9078.0, 9049.0, 9057.0, 9043.0, 9041.0, 9044.0, 9087.0, 9050.0, 9112.0, 9030.0, 9057.0, 8994.0, 9045.0, 9048.0, 9028.0, 9087.0, 9031.0, 9069.0, 9021.0, 9051.0, 9006.0, 9037.0, 9003.0, 9037.0, 9106.0, 9024.0, 9061.0, 9019.0, 9043.0, 9007.0, 9048.0, 9015.0, 9057.0, 9010.0, 9027.0, 9019.0, 9026.0, 9077.0, 9040.0, 9107.0, 9030.0, 9066.0, 9022.0, 9050.0, 8981.0, 9058.0, 9051.0, 9053.0, 9088.0, 9051.0, 9073.0, 9018.0, 9078.0, 9051.0, 9050.0, 9106.0, 9062.0, 9071.0, 9012.0, 9068.0, 9009.0, 9059.0, 9103.0, 9027.0, 9100.0, 9023.0, 9064.0, 9025.0, 9066.0, 9017.0, 9072.0, 9026.0, 9071.0, 9023.0, 9038.0, 9061.0, 9021.0, 9084.0, 9020.0, 9062.0, 9006.0, 9033.0, 9002.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.0012209205983889529</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.027715894591484463</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.126645940668226</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.209829873917052</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9893211457142861</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4861</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5370.7231</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07835228006536994</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.9205983889528193</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5004114923927774</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.364939579979083</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7901058425696017</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3461890546296478</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00933116</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018570473417639732</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03431648388504982</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.895936717247022</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>25.4786</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.4252</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.5555</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294768.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>717.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>284.1992</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4921</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>491.7257</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3220.1631</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3420.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81776.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1054.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4198.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>877.8323</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.37601997121237</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> |