=== 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-0095 --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-0095",
"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-0095_ses-03_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-0095_ses-03_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-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_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-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_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-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0095_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0095/figures/sub-0095_ses-03_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-0095/figures/sub-0095_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0095/figures/sub-0095_ses-03_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-0095/ses-03/func/sub-0095_ses-03_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>9d43b189216610c0e3ac92c51213acd4</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:39:51.685000</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.999982, 0.00150576, -0.00581767, -0.00209437, 0.994727, -0.102536]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0865017</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>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4227, -7783, -7264, 186, -94, -269, -215, 66]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>253.199</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ca336a98-01ef-43a6-a8c7-f79882982e0e||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.6828784942626953, -0.00561905512586236, -0.015208018012344837, 110.66622924804688], [-0.004039842169731855, 2.6687800884246826, -0.27687376737594604, -89.36829376220703], [-0.015608380548655987, 0.27509525418281555, 2.685723304748535, -116.43939971923828], [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': ['103951.685000', '103952.145000', '103952.605000', '103953.065000', '103953.525000', '103953.985000', '103954.445000', '103954.905000', '103955.365000', '103955.825000', '103956.285000', '103956.745000', '103957.205000', '103957.665000', '103958.125000', '103958.585000', '103959.045000', '103959.505000', '103959.965000', '104000.425000', '104000.885000', '104001.345000', '104001.805000', '104002.265000', '104002.725000', '104003.185000', '104003.645000', '104004.105000', '104004.565000', '104005.025000', '104005.485000', '104005.945000', '104006.405000', '104006.865000', '104007.325000', '104007.785000', '104008.245000', '104008.705000', '104009.165000', '104009.625000', '104010.085000', '104010.545000', '104011.005000', '104011.465000', '104011.925000', '104012.385000', '104012.845000', '104013.305000', '104013.765000', '104014.225000', '104014.685000', '104015.145000', '104015.605000', '104016.065000', '104016.525000', '104016.985000', '104017.445000', '104017.905000', '104018.365000', '104018.825000', '104019.285000', '104019.745000', '104020.205000', '104020.665000', '104021.125000', '104021.585000', '104022.045000', '104022.505000', '104022.965000', '104023.425000', '104023.885000', '104024.345000', '104024.805000', '104025.265000', '104025.725000', '104026.185000', '104026.645000', '104027.105000', '104027.565000', '104028.025000', '104028.485000', '104028.945000', '104029.405000', '104029.865000', '104030.325000', '104030.785000', '104031.245000', '104031.705000', '104032.165000', '104032.625000', '104033.085000', '104033.545000', '104034.005000', '104034.465000', '104034.925000', '104035.385000', '104035.845000', '104036.305000', '104036.765000', '104037.225000', '104037.685000', '104038.145000', '104038.605000', '104039.065000', '104039.525000', '104039.985000', '104040.445000', '104040.905000', '104041.365000', '104041.825000', '104042.285000', '104042.745000', '104043.205000', '104043.665000', '104044.125000', '104044.585000', '104045.045000', '104045.505000', '104045.965000', '104046.425000', '104046.885000', '104047.345000', '104047.805000', '104048.265000', '104048.725000', '104049.185000', '104049.645000', '104050.105000', '104050.565000', '104051.025000', '104051.485000', '104051.945000', '104052.405000', '104052.865000', '104053.325000', '104053.785000', '104054.245000', '104054.705000', '104055.165000', '104055.625000', '104056.085000', '104056.545000', '104057.005000', '104057.465000', '104057.925000', '104058.385000', '104058.845000', '104059.305000', '104059.765000', '104100.225000', '104100.685000', '104101.145000', '104101.605000', '104102.065000', '104102.525000', '104102.985000', '104103.445000', '104103.905000', '104104.365000', '104104.825000', '104105.285000', '104105.745000', '104106.205000', '104106.665000', '104107.125000', '104107.585000', '104108.045000', '104108.505000', '104108.965000', '104109.425000', '104109.885000', '104110.345000', '104110.805000', '104111.265000', '104111.725000', '104112.185000', '104112.645000', '104113.105000', '104113.565000', '104114.025000', '104114.485000', '104114.945000', '104115.405000', '104115.865000', '104116.325000', '104116.785000', '104117.245000', '104117.705000', '104118.165000', '104118.625000', '104119.085000', '104119.545000', '104120.005000', '104120.465000', '104120.925000', '104121.385000', '104121.845000', '104122.305000', '104122.765000', '104123.225000', '104123.685000', '104124.145000', '104124.605000', '104125.065000', '104125.525000', '104125.985000', '104126.445000', '104126.905000', '104127.365000', '104127.825000', '104128.285000', '104128.745000', '104129.205000', '104129.665000', '104130.125000', '104130.585000', '104131.045000', '104131.505000', '104131.965000', '104132.425000', '104132.885000', '104133.345000', '104133.805000', '104134.265000', '104134.725000', '104135.185000', '104135.645000', '104136.105000', '104136.565000', '104137.025000', '104137.485000', '104137.945000', '104138.405000', '104138.865000', '104139.325000', '104139.785000', '104140.245000', '104140.705000', '104141.165000', '104141.625000', '104142.085000', '104142.545000', '104143.005000', '104143.465000', '104143.925000', '104144.385000', '104144.845000', '104145.305000', '104145.765000', '104146.225000', '104146.685000', '104147.145000', '104147.605000', '104148.065000', '104148.525000', '104148.985000', '104149.445000', '104149.905000', '104150.365000', '104150.825000', '104151.285000', '104151.745000', '104152.205000', '104152.665000', '104153.125000', '104153.585000', '104154.045000', '104154.505000', '104154.965000', '104155.425000', '104155.885000', '104156.345000', '104156.805000', '104157.265000', '104157.725000', '104158.185000', '104158.645000', '104159.105000', '104159.565000', '104200.025000', '104200.485000', '104200.945000', '104201.405000', '104201.865000', '104202.325000', '104202.785000', '104203.245000', '104203.705000', '104204.165000', '104204.625000', '104205.085000', '104205.545000', '104206.005000', '104206.465000', '104206.925000', '104207.385000', '104207.845000', '104208.305000', '104208.765000', '104209.225000', '104209.685000', '104210.145000', '104210.605000', '104211.065000', '104211.525000', '104211.985000', '104212.445000', '104212.905000', '104213.365000', '104213.825000', '104214.285000', '104214.745000', '104215.205000', '104215.665000', '104216.125000', '104216.585000', '104217.045000', '104217.505000', '104217.965000', '104218.425000', '104218.885000', '104219.345000', '104219.805000', '104220.265000', '104220.725000', '104221.185000', '104221.645000', '104222.105000', '104222.565000', '104223.025000', '104223.485000', '104223.945000', '104224.405000', '104224.865000', '104225.325000', '104225.785000', '104226.245000', '104226.705000', '104227.165000', '104227.625000', '104228.085000', '104228.545000', '104229.005000', '104229.465000', '104229.925000', '104230.385000', '104230.845000', '104231.305000', '104231.765000', '104232.225000', '104232.685000', '104233.145000', '104233.605000', '104234.065000', '104234.525000', '104234.985000', '104235.445000', '104235.905000', '104236.365000', '104236.825000', '104237.285000', '104237.745000', '104238.205000', '104238.665000', '104239.125000', '104239.585000', '104240.045000', '104240.505000', '104240.965000', '104241.425000', '104241.885000', '104242.345000', '104242.805000', '104243.265000', '104243.725000', '104244.185000', '104244.645000', '104245.105000', '104245.565000', '104246.025000', '104246.485000', '104246.945000', '104247.405000', '104247.865000', '104248.325000', '104248.785000', '104249.245000', '104249.705000', '104250.165000', '104250.625000', '104251.085000', '104251.545000', '104252.005000', '104252.465000', '104252.925000', '104253.385000', '104253.845000', '104254.305000', '104254.765000', '104255.225000', '104255.685000', '104256.145000', '104256.605000', '104257.065000', '104257.525000', '104257.985000', '104258.445000', '104258.905000', '104259.365000', '104259.825000', '104300.285000', '104300.745000', '104301.205000', '104301.665000', '104302.125000', '104302.585000', '104303.045000', '104303.505000', '104303.965000', '104304.425000', '104304.885000', '104305.345000', '104305.805000', '104306.265000', '104306.725000', '104307.185000', '104307.645000', '104308.105000', '104308.565000', '104309.025000', '104309.485000', '104309.945000', '104310.405000', '104310.865000', '104311.325000', '104311.785000', '104312.245000', '104312.705000', '104313.165000', '104313.625000', '104314.085000', '104314.545000', '104315.005000', '104315.465000', '104315.925000', '104316.385000', '104316.845000', '104317.305000', '104317.765000', '104318.225000', '104318.685000', '104319.145000', '104319.605000', '104320.065000', '104320.525000', '104320.985000', '104321.445000', '104321.905000', '104322.365000', '104322.825000', '104323.285000', '104323.745000', '104324.205000', '104324.665000', '104325.125000', '104325.585000', '104326.045000', '104326.505000', '104326.965000', '104327.425000', '104327.885000', '104328.345000', '104328.805000', '104329.265000', '104329.725000', '104330.185000', '104330.645000', '104331.105000', '104331.565000', '104332.025000', '104332.485000', '104332.945000', '104333.405000', '104333.865000', '104334.325000', '104334.785000', '104335.245000', '104335.705000', '104336.165000', '104336.625000', '104337.085000', '104337.545000', '104338.005000', '104338.465000', '104338.925000', '104339.385000', '104339.845000', '104340.305000', '104340.765000', '104341.225000', '104341.685000', '104342.145000', '104342.605000', '104343.065000', '104343.525000', '104343.985000', '104344.445000', '104344.905000', '104345.365000', '104345.825000', '104346.285000', '104346.745000', '104347.205000', '104347.665000', '104348.125000', '104348.585000', '104349.045000', '104349.505000', '104349.965000', '104350.425000', '104350.885000', '104351.345000', '104351.805000', '104352.265000', '104352.725000', '104353.185000', '104353.645000', '104354.105000', '104354.565000', '104355.025000', '104355.485000', '104355.945000', '104356.405000', '104356.865000', '104357.325000', '104357.785000', '104358.245000', '104358.705000', '104359.165000', '104359.625000', '104400.085000', '104400.545000', '104401.005000', '104401.465000', '104401.925000', '104402.385000', '104402.845000', '104403.305000', '104403.765000', '104404.225000', '104404.685000', '104405.145000', '104405.605000', '104406.065000', '104406.525000', '104406.985000', '104407.445000', '104407.905000', '104408.365000', '104408.825000', '104409.285000', '104409.745000', '104410.205000', '104410.665000', '104411.125000', '104411.585000', '104412.045000', '104412.505000', '104412.965000', '104413.425000', '104413.885000', '104414.345000', '104414.805000', '104415.265000', '104415.725000', '104416.185000', '104416.645000', '104417.105000', '104417.565000', '104418.025000', '104418.485000', '104418.945000', '104419.405000', '104419.865000', '104420.325000', '104420.785000', '104421.245000', '104421.705000', '104422.165000', '104422.625000', '104423.085000', '104423.545000', '104424.005000', '104424.465000', '104424.925000', '104425.385000', '104425.845000', '104426.305000', '104426.765000', '104427.225000', '104427.685000', '104428.145000', '104428.605000', '104429.065000', '104429.525000', '104429.985000', '104430.445000', '104430.905000', '104431.365000', '104431.825000', '104432.285000', '104432.745000', '104433.205000', '104433.665000', '104434.125000', '104434.585000', '104435.045000', '104435.505000', '104435.965000', '104436.425000', '104436.885000', '104437.345000', '104437.805000', '104438.265000', '104438.725000', '104439.185000', '104439.645000', '104440.105000', '104440.565000', '104441.025000', '104441.485000', '104441.945000', '104442.405000', '104442.865000', '104443.325000', '104443.785000', '104444.245000', '104444.705000', '104445.165000', '104445.625000', '104446.085000', '104446.545000', '104447.005000', '104447.465000', '104447.925000', '104448.385000', '104448.845000', '104449.305000', '104449.765000', '104450.225000', '104450.685000', '104451.145000', '104451.605000', '104452.065000', '104452.525000', '104452.985000', '104453.445000', '104453.905000', '104454.365000', '104454.825000', '104455.285000', '104455.745000', '104456.205000', '104456.665000', '104457.125000', '104457.585000', '104458.045000', '104458.505000', '104458.965000', '104459.425000', '104459.885000', '104500.345000', '104500.805000', '104501.265000', '104501.725000', '104502.185000', '104502.645000', '104503.105000', '104503.565000', '104504.025000', '104504.485000', '104504.945000', '104505.405000', '104505.865000', '104506.325000', '104506.785000', '104507.245000', '104507.705000', '104508.165000', '104508.625000', '104509.085000', '104509.545000', '104510.005000', '104510.465000', '104510.925000', '104511.385000', '104511.845000', '104512.305000', '104512.765000', '104513.225000', '104513.685000', '104514.145000', '104514.605000', '104515.065000', '104515.525000', '104515.985000', '104516.445000', '104516.905000', '104517.365000', '104517.825000', '104518.285000', '104518.745000', '104519.205000', '104519.665000', '104520.125000', '104520.585000', '104521.045000', '104521.505000', '104521.965000', '104522.425000', '104522.885000', '104523.345000', '104523.805000', '104524.265000', '104524.725000', '104525.185000', '104525.645000', '104526.105000', '104526.565000', '104527.025000', '104527.485000', '104527.945000', '104528.405000', '104528.865000', '104529.325000', '104529.785000', '104530.245000', '104530.705000', '104531.165000', '104531.625000', '104532.085000', '104532.545000', '104533.005000', '104533.465000', '104533.925000', '104534.385000', '104534.845000', '104535.305000', '104535.765000', '104536.225000', '104536.685000', '104537.145000', '104537.605000', '104538.065000', '104538.525000', '104538.985000', '104539.445000', '104539.905000', '104540.365000', '104540.825000', '104541.285000', '104541.745000', '104542.205000', '104542.665000', '104543.125000', '104543.585000', '104544.045000', '104544.505000', '104544.965000', '104545.425000', '104545.885000', '104546.345000', '104546.805000', '104547.265000', '104547.725000', '104548.185000', '104548.645000', '104549.105000', '104549.565000', '104550.025000', '104550.485000', '104550.945000', '104551.405000', '104551.865000', '104552.325000', '104552.785000', '104553.245000', '104553.705000', '104554.165000', '104554.625000', '104555.085000', '104555.545000', '104556.005000', '104556.465000', '104556.925000', '104557.385000', '104557.845000', '104558.305000', '104558.765000', '104559.225000', '104559.685000', '104600.145000', '104600.605000', '104601.065000', '104601.525000', '104601.985000', '104602.445000', '104602.905000', '104603.365000', '104603.825000', '104604.285000', '104604.745000', '104605.205000', '104605.665000', '104606.125000', '104606.585000', '104607.045000', '104607.505000', '104607.965000', '104608.425000', '104608.885000', '104609.345000', '104609.805000', '104610.265000', '104610.725000', '104611.185000', '104611.645000', '104612.105000', '104612.565000', '104613.025000', '104613.485000', '104613.945000', '104614.405000', '104614.865000', '104615.325000', '104615.785000', '104616.245000', '104616.705000', '104617.165000', '104617.625000', '104618.085000', '104618.545000', '104619.005000', '104619.465000', '104619.925000', '104620.385000', '104620.845000', '104621.305000', '104621.765000', '104622.225000', '104622.685000', '104623.145000', '104623.605000', '104624.065000', '104624.525000', '104624.985000', '104625.445000', '104625.905000', '104626.365000', '104626.825000', '104627.285000', '104627.745000', '104628.205000', '104628.665000', '104629.125000', '104629.585000', '104630.045000', '104630.505000', '104630.965000', '104631.425000', '104631.885000', '104632.345000'], 'ContentTime': ['104018.356000', '104018.359000', '104018.362000', '104018.364000', '104018.367000', '104018.370000', '104018.372000', '104018.375000', '104018.377000', '104018.380000', '104018.382000', '104018.385000', '104018.387000', '104018.390000', '104018.392000', '104018.395000', '104018.398000', '104018.400000', '104018.403000', '104018.405000', '104018.410000', '104018.413000', '104018.415000', '104018.418000', '104018.420000', '104018.423000', '104018.425000', '104018.428000', '104018.431000', '104018.433000', '104018.436000', '104018.438000', '104018.441000', '104018.443000', '104018.446000', '104018.448000', '104018.451000', '104018.453000', '104018.456000', '104018.459000', '104018.461000', '104018.464000', '104018.466000', '104018.469000', '104018.471000', '104018.474000', '104018.476000', '104018.479000', '104018.481000', '104018.484000', '104018.487000', '104018.489000', '104018.492000', '104018.494000', '104018.497000', '104018.499000', '104038.294000', '104038.297000', '104038.300000', '104038.302000', '104038.305000', '104038.307000', '104038.310000', '104038.312000', '104038.315000', '104038.317000', '104038.320000', '104038.322000', '104038.325000', '104038.328000', '104038.330000', '104038.333000', '104038.335000', '104038.338000', '104038.340000', '104038.343000', '104038.345000', '104038.348000', '104038.350000', '104038.353000', '104038.357000', '104038.359000', '104038.362000', '104038.364000', '104038.367000', '104038.369000', '104038.372000', '104038.374000', '104038.377000', '104038.380000', '104038.382000', '104038.385000', '104038.387000', '104038.390000', '104038.392000', '104038.395000', '104038.397000', '104038.400000', '104038.425000', '104058.294000', '104058.297000', '104058.300000', '104058.302000', '104058.305000', '104058.307000', '104058.310000', '104058.313000', '104058.315000', '104058.318000', '104058.320000', '104058.323000', '104058.331000', '104058.334000', '104058.336000', '104058.339000', '104058.341000', '104058.344000', '104058.347000', '104058.349000', '104058.352000', '104058.354000', '104058.357000', '104058.359000', '104058.362000', '104058.364000', '104058.367000', '104058.369000', '104058.372000', '104058.374000', '104058.377000', '104058.379000', '104058.382000', '104058.385000', '104058.387000', '104058.390000', '104058.392000', '104058.395000', '104058.397000', '104058.400000', '104058.402000', '104058.405000', '104058.407000', '104058.410000', '104118.294000', '104118.315000', '104118.317000', '104118.320000', '104118.322000', '104118.325000', '104118.327000', '104118.330000', '104118.333000', '104118.336000', '104118.339000', '104118.342000', '104118.345000', '104118.347000', '104118.350000', '104118.352000', '104118.355000', '104118.357000', '104118.360000', '104118.362000', '104118.365000', '104118.368000', '104118.370000', '104118.373000', '104118.375000', '104118.378000', '104118.380000', '104118.383000', '104118.386000', '104118.388000', '104118.391000', '104118.393000', '104118.396000', '104118.398000', '104118.401000', '104118.403000', '104118.406000', '104118.408000', '104118.411000', '104118.414000', '104118.416000', '104118.419000', '104118.421000', '104138.295000', '104138.297000', '104138.300000', '104138.302000', '104138.305000', '104138.308000', '104138.310000', '104138.313000', '104138.315000', '104138.318000', '104138.320000', '104138.323000', '104138.326000', '104138.328000', '104138.331000', '104138.333000', '104138.336000', '104138.338000', '104138.341000', '104138.344000', '104138.346000', '104138.349000', '104138.351000', '104138.354000', '104138.356000', '104138.359000', '104138.361000', '104138.370000', '104138.373000', '104138.376000', '104138.378000', '104138.381000', '104138.383000', '104138.386000', '104138.388000', '104138.391000', '104138.394000', '104138.396000', '104138.399000', '104138.401000', '104138.404000', '104138.407000', '104138.409000', '104138.412000', '104158.293000', '104158.296000', '104158.299000', '104158.301000', '104158.304000', '104158.306000', '104158.309000', '104158.312000', '104158.314000', '104158.317000', '104158.319000', '104158.322000', '104158.324000', '104158.327000', '104158.330000', '104158.332000', '104158.335000', '104158.337000', '104158.340000', '104158.342000', '104158.345000', '104158.347000', '104158.350000', '104158.352000', '104158.355000', '104158.358000', '104158.360000', '104158.363000', '104158.365000', '104158.368000', '104158.371000', '104158.373000', '104158.376000', '104158.379000', '104158.382000', '104158.384000', '104158.387000', '104158.390000', '104158.393000', '104158.396000', '104158.399000', '104158.402000', '104158.404000', '104218.294000', '104218.297000', '104218.300000', '104218.302000', '104218.305000', '104218.307000', '104218.310000', '104218.312000', '104218.315000', '104218.318000', '104218.320000', '104218.323000', '104218.325000', '104218.328000', '104218.331000', '104218.333000', '104218.336000', '104218.338000', '104218.341000', '104218.343000', '104218.346000', '104218.348000', '104218.351000', '104218.353000', '104218.356000', '104218.359000', '104218.361000', '104218.364000', '104218.366000', '104218.369000', '104218.371000', '104218.374000', '104218.376000', '104218.379000', '104218.381000', '104218.384000', '104218.386000', '104218.389000', '104218.400000', '104218.402000', '104218.405000', '104218.407000', '104218.410000', '104218.412000', '104238.294000', '104238.297000', '104238.300000', '104238.302000', '104238.305000', '104238.308000', '104238.310000', '104238.313000', '104238.316000', '104238.318000', '104238.321000', '104238.323000', '104238.326000', '104238.328000', '104238.331000', '104238.334000', '104238.336000', '104238.339000', '104238.341000', '104238.344000', '104238.347000', '104238.349000', '104238.352000', '104238.354000', '104238.357000', '104238.360000', '104238.363000', '104238.366000', '104238.369000', '104238.371000', '104238.374000', '104238.376000', '104238.379000', '104238.382000', '104238.384000', '104238.387000', '104238.389000', '104238.392000', '104238.395000', '104238.397000', '104238.400000', '104238.402000', '104238.405000', '104258.294000', '104258.297000', '104258.300000', '104258.302000', '104258.305000', '104258.308000', '104258.310000', '104258.313000', '104258.315000', '104258.318000', '104258.320000', '104258.323000', '104258.325000', '104258.328000', '104258.331000', '104258.333000', '104258.336000', '104258.338000', '104258.341000', '104258.343000', '104258.346000', '104258.348000', '104258.351000', '104258.354000', '104258.356000', '104258.359000', '104258.361000', '104258.364000', '104258.366000', '104258.369000', '104258.372000', '104258.374000', '104258.377000', '104258.379000', '104258.382000', '104258.384000', '104258.387000', '104258.390000', '104258.392000', '104258.395000', '104258.398000', '104258.400000', '104258.403000', '104258.405000', '104318.294000', '104318.297000', '104318.300000', '104318.302000', '104318.305000', '104318.308000', '104318.310000', '104318.313000', '104318.315000', '104318.318000', '104318.321000', '104318.323000', '104318.326000', '104318.328000', '104318.331000', '104318.333000', '104318.336000', '104318.339000', '104318.341000', '104318.344000', '104318.346000', '104318.349000', '104318.352000', '104318.354000', '104318.357000', '104318.359000', '104318.362000', '104318.365000', '104318.367000', '104318.370000', '104318.373000', '104318.375000', '104318.378000', '104318.381000', '104318.383000', '104318.386000', '104318.388000', '104318.399000', '104318.401000', '104318.404000', '104318.407000', '104318.409000', '104318.412000', '104338.295000', '104338.297000', '104338.300000', '104338.303000', '104338.305000', '104338.308000', '104338.311000', '104338.313000', '104338.316000', '104338.318000', '104338.321000', '104338.323000', '104338.326000', '104338.329000', '104338.331000', '104338.334000', '104338.337000', '104338.339000', '104338.342000', '104338.344000', '104338.347000', '104338.350000', '104338.352000', '104338.355000', '104338.357000', '104338.360000', '104338.363000', '104338.365000', '104338.368000', '104338.370000', '104338.373000', '104338.376000', '104338.378000', '104338.381000', '104338.384000', '104338.386000', '104338.389000', '104338.392000', '104338.394000', '104338.397000', '104338.399000', '104338.402000', '104338.405000', '104338.407000', '104358.295000', '104358.297000', '104358.300000', '104358.302000', '104358.305000', '104358.308000', '104358.310000', '104358.313000', '104358.315000', '104358.318000', '104358.320000', '104358.323000', '104358.326000', '104358.329000', '104358.331000', '104358.334000', '104358.336000', '104358.339000', '104358.342000', '104358.369000', '104358.371000', '104358.374000', '104358.377000', '104358.379000', '104358.382000', '104358.384000', '104358.387000', '104358.390000', '104358.392000', '104358.395000', '104358.397000', '104358.400000', '104358.403000', '104358.406000', '104358.409000', '104358.411000', '104358.414000', '104358.416000', '104358.419000', '104358.422000', '104358.424000', '104358.427000', '104358.429000', '104418.294000', '104418.296000', '104418.299000', '104418.302000', '104418.304000', '104418.307000', '104418.309000', '104418.312000', '104418.315000', '104418.317000', '104418.320000', '104418.323000', '104418.326000', '104418.328000', '104418.331000', '104418.333000', '104418.336000', '104418.339000', '104418.341000', '104418.344000', '104418.347000', '104418.349000', '104418.352000', '104418.354000', '104418.357000', '104418.359000', '104418.362000', '104418.365000', '104418.367000', '104418.370000', '104418.372000', '104418.375000', '104418.377000', '104418.380000', '104418.383000', '104418.385000', '104418.388000', '104418.390000', '104418.393000', '104418.396000', '104418.398000', '104418.401000', '104418.404000', '104418.406000', '104438.295000', '104438.297000', '104438.300000', '104438.303000', '104438.306000', '104438.308000', '104438.311000', '104438.313000', '104438.317000', '104438.319000', '104438.322000', '104438.324000', '104438.327000', '104438.330000', '104438.333000', '104438.335000', '104438.338000', '104438.340000', '104438.343000', '104438.346000', '104438.348000', '104438.351000', '104438.353000', '104438.356000', '104438.359000', '104438.361000', '104438.364000', '104438.366000', '104438.369000', '104438.371000', '104438.374000', '104438.377000', '104438.379000', '104438.382000', '104438.384000', '104438.387000', '104438.390000', '104438.392000', '104438.395000', '104438.397000', '104438.400000', '104438.402000', '104438.405000', '104458.294000', '104458.297000', '104458.300000', '104458.302000', '104458.305000', '104458.308000', '104458.310000', '104458.313000', '104458.315000', '104458.318000', '104458.321000', '104458.323000', '104458.326000', '104458.328000', '104458.331000', '104458.334000', '104458.336000', '104458.339000', '104458.341000', '104458.344000', '104458.346000', '104458.349000', '104458.352000', '104458.354000', '104458.357000', '104458.360000', '104458.362000', '104458.365000', '104458.367000', '104458.370000', '104458.372000', '104458.375000', '104458.378000', '104458.380000', '104458.383000', '104458.385000', '104458.388000', '104458.391000', '104458.393000', '104458.396000', '104458.398000', '104458.401000', '104458.404000', '104458.406000', '104518.294000', '104518.297000', '104518.300000', '104518.303000', '104518.305000', '104518.308000', '104518.311000', '104518.313000', '104518.316000', '104518.319000', '104518.321000', '104518.324000', '104518.327000', '104518.329000', '104518.332000', '104518.335000', '104518.337000', '104518.340000', '104518.342000', '104518.345000', '104518.347000', '104518.350000', '104518.353000', '104518.355000', '104518.358000', '104518.360000', '104518.363000', '104518.365000', '104518.368000', '104518.371000', '104518.373000', '104518.376000', '104518.378000', '104518.381000', '104518.383000', '104518.386000', '104518.389000', '104518.391000', '104518.394000', '104518.397000', '104518.399000', '104518.402000', '104518.404000', '104538.294000', '104538.297000', '104538.300000', '104538.302000', '104538.305000', '104538.308000', '104538.310000', '104538.313000', '104538.315000', '104538.318000', '104538.320000', '104538.323000', '104538.326000', '104538.329000', '104538.331000', '104538.334000', '104538.336000', '104538.339000', '104538.342000', '104538.344000', '104538.347000', '104538.349000', '104538.352000', '104538.354000', '104538.357000', '104538.359000', '104538.362000', '104538.365000', '104538.367000', '104538.370000', '104538.372000', '104538.375000', '104538.382000', '104538.385000', '104538.387000', '104538.390000', '104538.393000', '104538.395000', '104538.398000', '104538.400000', '104538.403000', '104538.406000', '104538.408000', '104538.411000', '104558.295000', '104558.297000', '104558.300000', '104558.302000', '104558.305000', '104558.308000', '104558.310000', '104558.313000', '104558.316000', '104558.318000', '104558.321000', '104558.323000', '104558.326000', '104558.328000', '104558.331000', '104558.334000', '104558.336000', '104558.339000', '104558.341000', '104558.344000', '104558.347000', '104558.349000', '104558.352000', '104558.354000', '104558.357000', '104558.359000', '104558.362000', '104558.364000', '104558.367000', '104558.370000', '104558.372000', '104558.375000', '104558.377000', '104558.380000', '104558.383000', '104558.385000', '104558.388000', '104558.390000', '104558.393000', '104558.396000', '104558.398000', '104558.401000', '104558.403000', '104618.294000', '104618.297000', '104618.300000', '104618.302000', '104618.305000', '104618.307000', '104618.310000', '104618.312000', '104618.315000', '104618.318000', '104618.320000', '104618.323000', '104618.325000', '104618.328000', '104618.331000', '104618.333000', '104618.336000', '104618.338000', '104618.341000', '104618.343000', '104618.346000', '104618.349000', '104618.351000', '104618.354000', '104618.356000', '104618.359000', '104618.361000', '104618.364000', '104618.367000', '104618.369000', '104618.372000', '104618.374000', '104618.377000', '104618.379000', '104618.382000', '104618.385000', '104618.387000', '104618.390000', '104618.392000', '104618.395000', '104618.397000', '104618.400000', '104618.402000', '104618.405000', '104633.444000', '104633.447000', '104633.450000', '104633.452000', '104633.455000', '104633.458000', '104633.461000', '104633.463000', '104633.466000', '104633.469000', '104633.471000', '104633.474000', '104633.477000', '104633.479000', '104633.482000', '104633.485000', '104633.488000', '104633.491000', '104633.495000', '104633.498000', '104633.502000', '104633.505000', '104633.507000', '104633.511000', '104633.515000', '104633.519000', '104633.522000', '104633.525000', '104633.528000', '104633.531000', '104633.533000', '104633.536000', '104633.538000'], 'InstanceCreationTime': ['104018.356000', '104018.359000', '104018.362000', '104018.364000', '104018.367000', '104018.370000', '104018.372000', '104018.375000', '104018.377000', '104018.380000', '104018.382000', '104018.385000', '104018.387000', '104018.390000', '104018.392000', '104018.395000', '104018.398000', '104018.400000', '104018.403000', '104018.405000', '104018.410000', '104018.413000', '104018.415000', '104018.418000', '104018.420000', '104018.423000', '104018.425000', '104018.428000', '104018.431000', '104018.433000', '104018.436000', '104018.438000', '104018.441000', '104018.443000', '104018.446000', '104018.448000', '104018.451000', '104018.453000', '104018.456000', '104018.459000', '104018.461000', '104018.464000', '104018.466000', '104018.469000', '104018.471000', '104018.474000', '104018.476000', '104018.479000', '104018.481000', '104018.484000', '104018.487000', '104018.489000', '104018.492000', '104018.494000', '104018.497000', '104018.499000', '104038.294000', '104038.297000', '104038.300000', '104038.302000', '104038.305000', '104038.307000', '104038.310000', '104038.312000', '104038.315000', '104038.317000', '104038.320000', '104038.322000', '104038.325000', '104038.328000', '104038.330000', '104038.333000', '104038.335000', '104038.338000', '104038.340000', '104038.343000', '104038.345000', '104038.348000', '104038.350000', '104038.353000', '104038.357000', '104038.359000', '104038.362000', '104038.364000', '104038.367000', '104038.369000', '104038.372000', '104038.374000', '104038.377000', '104038.380000', '104038.382000', '104038.385000', '104038.387000', '104038.390000', '104038.392000', '104038.395000', '104038.397000', '104038.400000', '104038.425000', '104058.294000', '104058.297000', '104058.300000', '104058.302000', '104058.305000', '104058.307000', '104058.310000', '104058.313000', '104058.315000', '104058.318000', '104058.320000', '104058.323000', '104058.331000', '104058.334000', '104058.336000', '104058.339000', '104058.341000', '104058.344000', '104058.347000', '104058.349000', '104058.352000', '104058.354000', '104058.357000', '104058.359000', '104058.362000', '104058.364000', '104058.367000', '104058.369000', '104058.372000', '104058.374000', '104058.377000', '104058.379000', '104058.382000', '104058.385000', '104058.387000', '104058.390000', '104058.392000', '104058.395000', '104058.397000', '104058.400000', '104058.402000', '104058.405000', '104058.407000', '104058.410000', '104118.294000', '104118.315000', '104118.317000', '104118.320000', '104118.322000', '104118.325000', '104118.327000', '104118.330000', '104118.333000', '104118.336000', '104118.339000', '104118.342000', '104118.345000', '104118.347000', '104118.350000', '104118.352000', '104118.355000', '104118.357000', '104118.360000', '104118.362000', '104118.365000', '104118.368000', '104118.370000', '104118.373000', '104118.375000', '104118.378000', '104118.380000', '104118.383000', '104118.386000', '104118.388000', '104118.391000', '104118.393000', '104118.396000', '104118.398000', '104118.401000', '104118.403000', '104118.406000', '104118.408000', '104118.411000', '104118.414000', '104118.416000', '104118.419000', '104118.421000', '104138.295000', '104138.297000', '104138.300000', '104138.302000', '104138.305000', '104138.308000', '104138.310000', '104138.313000', '104138.315000', '104138.318000', '104138.320000', '104138.323000', '104138.326000', '104138.328000', '104138.331000', '104138.333000', '104138.336000', '104138.338000', '104138.341000', '104138.344000', '104138.346000', '104138.349000', '104138.351000', '104138.354000', '104138.356000', '104138.359000', '104138.361000', '104138.370000', '104138.373000', '104138.376000', '104138.378000', '104138.381000', '104138.383000', '104138.386000', '104138.388000', '104138.391000', '104138.394000', '104138.396000', '104138.399000', '104138.401000', '104138.404000', '104138.407000', '104138.409000', '104138.412000', '104158.293000', '104158.296000', '104158.299000', '104158.301000', '104158.304000', '104158.306000', '104158.309000', '104158.312000', '104158.314000', '104158.317000', '104158.319000', '104158.322000', '104158.324000', '104158.327000', '104158.330000', '104158.332000', '104158.335000', '104158.337000', '104158.340000', '104158.342000', '104158.345000', '104158.347000', '104158.350000', '104158.352000', '104158.355000', '104158.358000', '104158.360000', '104158.363000', '104158.365000', '104158.368000', '104158.371000', '104158.373000', '104158.376000', '104158.379000', '104158.382000', '104158.384000', '104158.387000', '104158.390000', '104158.393000', '104158.396000', '104158.399000', '104158.402000', '104158.404000', '104218.294000', '104218.297000', '104218.300000', '104218.302000', '104218.305000', '104218.307000', '104218.310000', '104218.312000', '104218.315000', '104218.318000', '104218.320000', '104218.323000', '104218.325000', '104218.328000', '104218.331000', '104218.333000', '104218.336000', '104218.338000', '104218.341000', '104218.343000', '104218.346000', '104218.348000', '104218.351000', '104218.353000', '104218.356000', '104218.359000', '104218.361000', '104218.364000', '104218.366000', '104218.369000', '104218.371000', '104218.374000', '104218.376000', '104218.379000', '104218.381000', '104218.384000', '104218.386000', '104218.389000', '104218.400000', '104218.402000', '104218.405000', '104218.407000', '104218.410000', '104218.412000', '104238.294000', '104238.297000', '104238.300000', '104238.302000', '104238.305000', '104238.308000', '104238.310000', '104238.313000', '104238.316000', '104238.318000', '104238.321000', '104238.323000', '104238.326000', '104238.328000', '104238.331000', '104238.334000', '104238.336000', '104238.339000', '104238.341000', '104238.344000', '104238.347000', '104238.349000', '104238.352000', '104238.354000', '104238.357000', '104238.360000', '104238.363000', '104238.366000', '104238.369000', '104238.371000', '104238.374000', '104238.376000', '104238.379000', '104238.382000', '104238.384000', '104238.387000', '104238.389000', '104238.392000', '104238.395000', '104238.397000', '104238.400000', '104238.402000', '104238.405000', '104258.294000', '104258.297000', '104258.300000', '104258.302000', '104258.305000', '104258.308000', '104258.310000', '104258.313000', '104258.315000', '104258.318000', '104258.320000', '104258.323000', '104258.325000', '104258.328000', '104258.331000', '104258.333000', '104258.336000', '104258.338000', '104258.341000', '104258.343000', '104258.346000', '104258.348000', '104258.351000', '104258.354000', '104258.356000', '104258.359000', '104258.361000', '104258.364000', '104258.366000', '104258.369000', '104258.372000', '104258.374000', '104258.377000', '104258.379000', '104258.382000', '104258.384000', '104258.387000', '104258.390000', '104258.392000', '104258.395000', '104258.398000', '104258.400000', '104258.403000', '104258.405000', '104318.294000', '104318.297000', '104318.300000', '104318.302000', '104318.305000', '104318.308000', '104318.310000', '104318.313000', '104318.315000', '104318.318000', '104318.321000', '104318.323000', '104318.326000', '104318.328000', '104318.331000', '104318.333000', '104318.336000', '104318.339000', '104318.341000', '104318.344000', '104318.346000', '104318.349000', '104318.352000', '104318.354000', '104318.357000', '104318.359000', '104318.362000', '104318.365000', '104318.367000', '104318.370000', '104318.373000', '104318.375000', '104318.378000', '104318.381000', '104318.383000', '104318.386000', '104318.388000', '104318.399000', '104318.401000', '104318.404000', '104318.407000', '104318.409000', '104318.412000', '104338.295000', '104338.297000', '104338.300000', '104338.303000', '104338.305000', '104338.308000', '104338.311000', '104338.313000', '104338.316000', '104338.318000', '104338.321000', '104338.323000', '104338.326000', '104338.329000', '104338.331000', '104338.334000', '104338.337000', '104338.339000', '104338.342000', '104338.344000', '104338.347000', '104338.350000', '104338.352000', '104338.355000', '104338.357000', '104338.360000', '104338.363000', '104338.365000', '104338.368000', '104338.370000', '104338.373000', '104338.376000', '104338.378000', '104338.381000', '104338.384000', '104338.386000', '104338.389000', '104338.392000', '104338.394000', '104338.397000', '104338.399000', '104338.402000', '104338.405000', '104338.407000', '104358.295000', '104358.297000', '104358.300000', '104358.302000', '104358.305000', '104358.308000', '104358.310000', '104358.313000', '104358.315000', '104358.318000', '104358.320000', '104358.323000', '104358.326000', '104358.329000', '104358.331000', '104358.334000', '104358.336000', '104358.339000', '104358.342000', '104358.369000', '104358.371000', '104358.374000', '104358.377000', '104358.379000', '104358.382000', '104358.384000', '104358.387000', '104358.390000', '104358.392000', '104358.395000', '104358.397000', '104358.400000', '104358.403000', '104358.406000', '104358.409000', '104358.411000', '104358.414000', '104358.416000', '104358.419000', '104358.422000', '104358.424000', '104358.427000', '104358.429000', '104418.294000', '104418.296000', '104418.299000', '104418.302000', '104418.304000', '104418.307000', '104418.309000', '104418.312000', '104418.315000', '104418.317000', '104418.320000', '104418.323000', '104418.326000', '104418.328000', '104418.331000', '104418.333000', '104418.336000', '104418.339000', '104418.341000', '104418.344000', '104418.347000', '104418.349000', '104418.352000', '104418.354000', '104418.357000', '104418.359000', '104418.362000', '104418.365000', '104418.367000', '104418.370000', '104418.372000', '104418.375000', '104418.377000', '104418.380000', '104418.383000', '104418.385000', '104418.388000', '104418.390000', '104418.393000', '104418.396000', '104418.398000', '104418.401000', '104418.404000', '104418.406000', '104438.295000', '104438.297000', '104438.300000', '104438.303000', '104438.306000', '104438.308000', '104438.311000', '104438.313000', '104438.317000', '104438.319000', '104438.322000', '104438.324000', '104438.327000', '104438.330000', '104438.333000', '104438.335000', '104438.338000', '104438.340000', '104438.343000', '104438.346000', '104438.348000', '104438.351000', '104438.353000', '104438.356000', '104438.359000', '104438.361000', '104438.364000', '104438.366000', '104438.369000', '104438.371000', '104438.374000', '104438.377000', '104438.379000', '104438.382000', '104438.384000', '104438.387000', '104438.390000', '104438.392000', '104438.395000', '104438.397000', '104438.400000', '104438.402000', '104438.405000', '104458.294000', '104458.297000', '104458.300000', '104458.302000', '104458.305000', '104458.308000', '104458.310000', '104458.313000', '104458.315000', '104458.318000', '104458.321000', '104458.323000', '104458.326000', '104458.328000', '104458.331000', '104458.334000', '104458.336000', '104458.339000', '104458.341000', '104458.344000', '104458.346000', '104458.349000', '104458.352000', '104458.354000', '104458.357000', '104458.360000', '104458.362000', '104458.365000', '104458.367000', '104458.370000', '104458.372000', '104458.375000', '104458.378000', '104458.380000', '104458.383000', '104458.385000', '104458.388000', '104458.391000', '104458.393000', '104458.396000', '104458.398000', '104458.401000', '104458.404000', '104458.406000', '104518.294000', '104518.297000', '104518.300000', '104518.303000', '104518.305000', '104518.308000', '104518.311000', '104518.313000', '104518.316000', '104518.319000', '104518.321000', '104518.324000', '104518.327000', '104518.329000', '104518.332000', '104518.335000', '104518.337000', '104518.340000', '104518.342000', '104518.345000', '104518.347000', '104518.350000', '104518.353000', '104518.355000', '104518.358000', '104518.360000', '104518.363000', '104518.365000', '104518.368000', '104518.371000', '104518.373000', '104518.376000', '104518.378000', '104518.381000', '104518.383000', '104518.386000', '104518.389000', '104518.391000', '104518.394000', '104518.397000', '104518.399000', '104518.402000', '104518.404000', '104538.294000', '104538.297000', '104538.300000', '104538.302000', '104538.305000', '104538.308000', '104538.310000', '104538.313000', '104538.315000', '104538.318000', '104538.320000', '104538.323000', '104538.326000', '104538.329000', '104538.331000', '104538.334000', '104538.336000', '104538.339000', '104538.342000', '104538.344000', '104538.347000', '104538.349000', '104538.352000', '104538.354000', '104538.357000', '104538.359000', '104538.362000', '104538.365000', '104538.367000', '104538.370000', '104538.372000', '104538.375000', '104538.382000', '104538.385000', '104538.387000', '104538.390000', '104538.393000', '104538.395000', '104538.398000', '104538.400000', '104538.403000', '104538.406000', '104538.408000', '104538.411000', '104558.295000', '104558.297000', '104558.300000', '104558.302000', '104558.305000', '104558.308000', '104558.310000', '104558.313000', '104558.316000', '104558.318000', '104558.321000', '104558.323000', '104558.326000', '104558.328000', '104558.331000', '104558.334000', '104558.336000', '104558.339000', '104558.341000', '104558.344000', '104558.347000', '104558.349000', '104558.352000', '104558.354000', '104558.357000', '104558.359000', '104558.362000', '104558.364000', '104558.367000', '104558.370000', '104558.372000', '104558.375000', '104558.377000', '104558.380000', '104558.383000', '104558.385000', '104558.388000', '104558.390000', '104558.393000', '104558.396000', '104558.398000', '104558.401000', '104558.403000', '104618.294000', '104618.297000', '104618.300000', '104618.302000', '104618.305000', '104618.307000', '104618.310000', '104618.312000', '104618.315000', '104618.318000', '104618.320000', '104618.323000', '104618.325000', '104618.328000', '104618.331000', '104618.333000', '104618.336000', '104618.338000', '104618.341000', '104618.343000', '104618.346000', '104618.349000', '104618.351000', '104618.354000', '104618.356000', '104618.359000', '104618.361000', '104618.364000', '104618.367000', '104618.369000', '104618.372000', '104618.374000', '104618.377000', '104618.379000', '104618.382000', '104618.385000', '104618.387000', '104618.390000', '104618.392000', '104618.395000', '104618.397000', '104618.400000', '104618.402000', '104618.405000', '104633.444000', '104633.447000', '104633.450000', '104633.452000', '104633.455000', '104633.458000', '104633.461000', '104633.463000', '104633.466000', '104633.469000', '104633.471000', '104633.474000', '104633.477000', '104633.479000', '104633.482000', '104633.485000', '104633.488000', '104633.491000', '104633.495000', '104633.498000', '104633.502000', '104633.505000', '104633.507000', '104633.511000', '104633.515000', '104633.519000', '104633.522000', '104633.525000', '104633.528000', '104633.531000', '104633.533000', '104633.536000', '104633.538000'], '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': [10497, 7827, 7476, 8782, 6856, 6707, 7997, 6937, 11436, 8089, 6648, 7977, 6759, 11722, 7919, 6349, 8524, 6741, 9276, 7810, 5842, 8595, 6930, 9011, 7804, 6170, 7645, 7478, 6927, 10185, 7992, 6221, 9347, 7469, 7044, 10669, 7282, 6050, 8829, 7372, 6837, 7979, 6365, 9780, 7347, 11622, 7961, 6474, 7992, 6203, 9724, 7900, 6608, 8373, 6799, 9853, 7730, 9389, 7815, 5864, 9131, 6843, 10866, 8366, 6693, 7886, 6043, 9784, 7926, 7466, 7758, 5926, 9002, 7661, 9986, 7568, 6406, 8083, 6889, 8820, 7099, 9549, 7181, 9263, 7609, 7495, 8231, 6131, 9453, 7009, 10609, 8496, 7390, 7861, 7532, 8251, 9405, 8786, 6448, 8803, 6845, 10054, 7941, 6593, 8343, 6595, 9062, 6993, 9866, 7353, 9081, 7150, 10258, 8196, 7151, 7921, 6536, 8564, 7075, 9990, 7699, 8871, 7260, 7187, 8721, 7021, 8988, 6924, 9443, 7345, 10606, 8324, 6801, 8023, 5980, 9046, 7282, 9975, 7499, 6150, 8335, 6934, 10490, 7976, 7401, 7641, 6677, 8916, 7328, 10089, 7429, 8183, 7763, 8502, 8939, 6806, 9443, 7355, 8879, 7700, 7055, 8893, 6791, 8763, 6774, 8335, 8240, 6429, 8973, 6977, 9390, 7756, 7655, 8186, 6310, 9455, 7386, 11946, 8831, 6900, 8594, 6733, 9684, 8038, 10330, 8035, 6405, 8442, 6537, 9854, 7447, 8196, 7511, 6477, 8422, 6941, 9006, 6560, 8009, 7142, 9148, 8425, 6999, 8335, 6382, 9014, 7550, 9188, 6594, 9147, 6943, 10280, 8234, 7731, 7686, 6171, 9489, 7873, 7414, 8149, 6185, 9027, 6660, 9307, 7560, 9167, 7300, 9786, 7482, 9507, 8175, 6052, 9114, 7020, 10082, 8096, 6871, 8947, 7315, 8366, 7681, 7366, 10530, 7491, 8199, 7680, 6538, 10029, 8038, 6837, 8250, 6314, 9481, 7586, 11818, 7645, 9297, 7458, 7671, 8257, 7277, 9172, 7007, 5809, 8184, 6923, 9641, 7507, 5834, 8586, 6359, 9470, 7920, 6955, 7943, 6538, 9901, 7287, 7461, 8271, 6406, 8991, 6961, 7668, 8456, 6699, 9942, 7344, 8356, 8145, 7461, 9916, 7117, 6173, 8033, 6820, 11010, 7819, 5939, 8376, 6206, 9882, 8096, 6901, 7567, 6357, 8932, 7308, 7653, 8862, 6781, 6259, 7934, 6234, 10188, 8099, 6247, 8395, 6692, 10431, 8033, 6971, 8687, 6739, 6473, 7937, 7211, 10321, 7387, 7205, 7591, 6722, 9108, 7297, 9946, 7273, 6565, 8298, 6960, 10172, 7283, 5847, 8829, 6926, 8928, 7897, 5994, 7996, 7022, 6607, 9651, 7360, 6150, 7916, 6388, 9381, 7868, 7225, 8048, 6517, 6322, 8506, 7413, 9320, 7467, 6165, 8985, 7212, 10103, 8396, 6386, 9817, 7054, 9435, 7708, 7598, 8495, 6580, 7195, 7651, 6178, 10089, 7996, 6274, 8388, 6324, 9523, 7633, 9912, 7949, 6610, 8898, 6994, 10313, 8293, 7190, 8155, 6123, 9115, 6775, 10795, 8134, 6330, 8046, 6126, 9538, 7563, 10499, 7548, 6351, 8057, 7124, 8661, 6986, 9509, 7042, 6710, 8004, 7653, 8780, 6482, 9782, 6917, 10167, 8306, 6853, 8019, 6052, 9410, 7129, 10716, 8490, 6571, 8205, 6348, 8889, 7338, 10982, 7659, 7126, 8020, 7257, 9356, 7291, 6492, 8144, 6352, 10834, 8650, 6982, 9126, 6885, 9192, 7495, 7584, 8900, 6865, 8888, 7242, 6251, 8501, 7052, 10063, 7221, 6074, 7993, 6514, 9222, 7328, 9698, 7207, 10390, 7525, 7934, 8479, 6482, 7759, 7386, 6074, 9811, 7961, 8189, 7727, 5943, 9323, 6522, 9963, 8035, 8360, 7198, 5919, 9365, 7460, 10230, 7955, 6567, 8150, 6092, 9177, 7566, 10158, 7248, 6088, 8443, 6271, 10932, 8444, 5868, 8395, 6321, 10628, 8218, 6700, 8430, 6874, 6141, 8170, 7246, 10710, 7400, 5974, 8038, 6881, 8914, 7431, 10101, 7417, 6134, 8436, 6865, 10942, 7665, 5902, 8898, 7018, 8814, 5723, 7401, 9955, 9674, 6590, 7508, 8632, 7140, 9655, 12134, 8429, 6289, 9901, 6964, 8881, 8250, 7672, 10934, 7462, 5782, 8473, 6615, 10871, 7921, 6421, 9295, 6937, 6037, 8978, 7790, 10731, 7987, 8664, 7638, 6450, 8745, 7781, 9851, 7135, 7319, 8134, 6426, 6673, 7870, 6132, 11331, 7674, 11430, 8038, 9952, 7264, 10858, 7817, 6789, 8443, 6287, 9274, 6857, 10596, 8679, 11193, 7796, 6881, 8540, 7233, 9853, 7171, 6967, 8101, 8348, 8637, 7881, 9169, 6292, 9377, 6621, 10113, 7847, 10119, 7610, 6041, 8682, 6014, 9383, 7560, 7783, 7567, 5947, 9356, 6550, 10007, 8030, 7288, 8029, 6208, 9183, 7496, 10997, 7691, 6261, 8695, 6355, 10202, 8047, 7568, 7955, 6020, 8661, 6640, 10530, 8247, 6999, 7564, 5867, 8818, 7377, 11266, 7601, 5755, 8880, 6741, 10023, 8097, 6977, 8825, 6541, 9978, 8014, 11309, 7740, 6430, 8181, 6558, 8860, 7048, 9325, 6798, 5864, 8778, 7277, 8752, 7848, 6112, 9586, 7298, 10855, 9098, 8054, 7780, 6500, 8997, 7121, 11246, 8054, 6325, 8194, 5965, 9708, 7676, 10977, 7474, 9583, 7155, 11758, 8762, 8391, 8012, 5993, 9609, 7331, 10669, 8587, 6293, 9324, 6969, 10498, 8472, 8564, 8148, 6145, 9751, 6787, 10874, 8435, 6506, 8115, 6352, 8614, 7753, 9002, 7509, 8791, 6107, 8870, 7174, 10140, 7233, 8412, 7338, 6398, 8624, 7497, 9308, 6836, 6362, 8296, 6303, 10842, 8700, 6616, 8298, 6877, 10077, 8192, 9644, 8363, 6382, 7710, 7018, 6271, 11018, 8318, 6162, 9218, 6869, 10521, 8545, 8791, 7811, 6168, 8834, 6661, 10253, 8398, 7964, 8001, 6196, 10604, 8163, 6776, 8930, 6696, 6271, 8056, 7010, 10527, 7461, 8288, 7745, 7870, 8637, 7687, 9654, 7046, 7894, 7451, 6356, 9468, 7250, 10482, 7004, 10023, 7072, 11423, 8679, 5898, 8755, 6357, 10178, 7994, 9976, 7647, 6016, 8219, 6937, 10933, 7837, 8081, 7205, 7720, 8326, 7941, 9466, 7090, 8698, 7353, 6754, 9171, 7297, 9376, 7149, 6952, 8200, 8691, 9228, 6467, 10143, 7268, 7922, 7868, 7160, 9142, 6891, 9984, 7026, 10265, 8038, 11082, 7437, 10237, 6915, 10155, 8242, 6736, 8854, 6642, 8534, 7766, 7246, 10425, 7269, 6896, 7964, 6459, 9115, 7643, 10983, 7585, 7881, 7519, 7110, 9541, 7256, 9875, 7498, 8882], 'WindowCenter': [3636.0, 3601.0, 3588.0, 3599.0, 3576.0, 3576.0, 3585.0, 3574.0, 3619.0, 3586.0, 3574.0, 3586.0, 3564.0, 3606.0, 3584.0, 3563.0, 3583.0, 3563.0, 3594.0, 3574.0, 3553.0, 3584.0, 3575.0, 3596.0, 3585.0, 3565.0, 3585.0, 3574.0, 3575.0, 3607.0, 3585.0, 3565.0, 3594.0, 3574.0, 3575.0, 3605.0, 3573.0, 3551.0, 3582.0, 3561.0, 3561.0, 3570.0, 3551.0, 3592.0, 3570.0, 3603.0, 3571.0, 3549.0, 3570.0, 3550.0, 3580.0, 3572.0, 3561.0, 3583.0, 3562.0, 3592.0, 3572.0, 3582.0, 3571.0, 3540.0, 3581.0, 3559.0, 3591.0, 3571.0, 3549.0, 3570.0, 3538.0, 3591.0, 3572.0, 3561.0, 3571.0, 3551.0, 3583.0, 3572.0, 3594.0, 3573.0, 3562.0, 3572.0, 3560.0, 3583.0, 3561.0, 3582.0, 3562.0, 3581.0, 3572.0, 3572.0, 3583.0, 3552.0, 3594.0, 3573.0, 3594.0, 3585.0, 3573.0, 3573.0, 3571.0, 3572.0, 3579.0, 3571.0, 3538.0, 3580.0, 3549.0, 3580.0, 3571.0, 3549.0, 3571.0, 3561.0, 3581.0, 3560.0, 3581.0, 3561.0, 3581.0, 3561.0, 3591.0, 3572.0, 3560.0, 3571.0, 3548.0, 3570.0, 3558.0, 3582.0, 3571.0, 3580.0, 3560.0, 3547.0, 3570.0, 3559.0, 3581.0, 3560.0, 3580.0, 3560.0, 3592.0, 3583.0, 3561.0, 3571.0, 3550.0, 3582.0, 3573.0, 3592.0, 3571.0, 3551.0, 3571.0, 3561.0, 3593.0, 3573.0, 3571.0, 3572.0, 3550.0, 3582.0, 3561.0, 3592.0, 3561.0, 3570.0, 3560.0, 3570.0, 3570.0, 3549.0, 3580.0, 3561.0, 3568.0, 3559.0, 3560.0, 3581.0, 3562.0, 3582.0, 3562.0, 3583.0, 3583.0, 3563.0, 3594.0, 3574.0, 3582.0, 3574.0, 3573.0, 3583.0, 3562.0, 3593.0, 3562.0, 3593.0, 3583.0, 3561.0, 3571.0, 3550.0, 3581.0, 3571.0, 3581.0, 3570.0, 3549.0, 3569.0, 3537.0, 3580.0, 3560.0, 3569.0, 3560.0, 3549.0, 3571.0, 3560.0, 3582.0, 3562.0, 3582.0, 3562.0, 3593.0, 3585.0, 3562.0, 3584.0, 3550.0, 3583.0, 3560.0, 3582.0, 3550.0, 3581.0, 3559.0, 3593.0, 3573.0, 3570.0, 3571.0, 3550.0, 3593.0, 3584.0, 3573.0, 3584.0, 3554.0, 3585.0, 3561.0, 3584.0, 3571.0, 3582.0, 3562.0, 3581.0, 3560.0, 3581.0, 3585.0, 3551.0, 3583.0, 3561.0, 3593.0, 3573.0, 3563.0, 3583.0, 3574.0, 3583.0, 3572.0, 3561.0, 3594.0, 3561.0, 3571.0, 3560.0, 3549.0, 3582.0, 3571.0, 3550.0, 3571.0, 3549.0, 3581.0, 3559.0, 3592.0, 3560.0, 3579.0, 3560.0, 3559.0, 3569.0, 3559.0, 3581.0, 3560.0, 3538.0, 3569.0, 3560.0, 3593.0, 3572.0, 3541.0, 3583.0, 3550.0, 3582.0, 3571.0, 3561.0, 3572.0, 3551.0, 3592.0, 3572.0, 3574.0, 3584.0, 3563.0, 3594.0, 3573.0, 3572.0, 3585.0, 3564.0, 3606.0, 3574.0, 3571.0, 3571.0, 3561.0, 3582.0, 3561.0, 3539.0, 3569.0, 3549.0, 3592.0, 3571.0, 3539.0, 3570.0, 3538.0, 3581.0, 3572.0, 3562.0, 3572.0, 3552.0, 3582.0, 3572.0, 3571.0, 3583.0, 3563.0, 3561.0, 3573.0, 3550.0, 3594.0, 3584.0, 3551.0, 3584.0, 3563.0, 3592.0, 3573.0, 3562.0, 3583.0, 3562.0, 3550.0, 3571.0, 3560.0, 3591.0, 3560.0, 3559.0, 3559.0, 3548.0, 3581.0, 3559.0, 3591.0, 3560.0, 3549.0, 3570.0, 3560.0, 3592.0, 3571.0, 3540.0, 3583.0, 3573.0, 3583.0, 3583.0, 3552.0, 3584.0, 3561.0, 3561.0, 3593.0, 3573.0, 3551.0, 3583.0, 3562.0, 3583.0, 3573.0, 3572.0, 3571.0, 3563.0, 3562.0, 3583.0, 3573.0, 3595.0, 3574.0, 3553.0, 3595.0, 3574.0, 3594.0, 3583.0, 3551.0, 3593.0, 3562.0, 3581.0, 3559.0, 3559.0, 3571.0, 3549.0, 3560.0, 3572.0, 3551.0, 3593.0, 3584.0, 3563.0, 3584.0, 3563.0, 3594.0, 3573.0, 3593.0, 3572.0, 3551.0, 3582.0, 3561.0, 3581.0, 3570.0, 3560.0, 3570.0, 3539.0, 3579.0, 3549.0, 3591.0, 3572.0, 3551.0, 3583.0, 3552.0, 3594.0, 3573.0, 3604.0, 3574.0, 3552.0, 3573.0, 3561.0, 3583.0, 3561.0, 3593.0, 3562.0, 3561.0, 3572.0, 3572.0, 3583.0, 3552.0, 3594.0, 3563.0, 3592.0, 3584.0, 3562.0, 3573.0, 3552.0, 3593.0, 3562.0, 3593.0, 3583.0, 3562.0, 3583.0, 3550.0, 3582.0, 3560.0, 3592.0, 3571.0, 3560.0, 3571.0, 3560.0, 3581.0, 3560.0, 3550.0, 3582.0, 3550.0, 3592.0, 3582.0, 3562.0, 3583.0, 3561.0, 3582.0, 3561.0, 3560.0, 3581.0, 3550.0, 3580.0, 3560.0, 3548.0, 3570.0, 3560.0, 3592.0, 3572.0, 3551.0, 3572.0, 3549.0, 3582.0, 3561.0, 3582.0, 3572.0, 3592.0, 3571.0, 3570.0, 3571.0, 3550.0, 3571.0, 3572.0, 3550.0, 3592.0, 3572.0, 3581.0, 3572.0, 3551.0, 3582.0, 3550.0, 3592.0, 3572.0, 3570.0, 3560.0, 3539.0, 3581.0, 3572.0, 3592.0, 3583.0, 3562.0, 3572.0, 3539.0, 3581.0, 3572.0, 3592.0, 3571.0, 3551.0, 3582.0, 3551.0, 3604.0, 3583.0, 3541.0, 3584.0, 3562.0, 3603.0, 3585.0, 3564.0, 3585.0, 3575.0, 3554.0, 3586.0, 3575.0, 3607.0, 3576.0, 3565.0, 3586.0, 3562.0, 3585.0, 3573.0, 3594.0, 3574.0, 3552.0, 3583.0, 3562.0, 3606.0, 3585.0, 3554.0, 3595.0, 3575.0, 3596.0, 3555.0, 3576.0, 3596.0, 3596.0, 3564.0, 3574.0, 3585.0, 3563.0, 3595.0, 3607.0, 3585.0, 3552.0, 3593.0, 3562.0, 3580.0, 3569.0, 3559.0, 3591.0, 3559.0, 3539.0, 3571.0, 3560.0, 3592.0, 3572.0, 3550.0, 3593.0, 3562.0, 3551.0, 3583.0, 3572.0, 3605.0, 3573.0, 3582.0, 3572.0, 3538.0, 3571.0, 3559.0, 3581.0, 3559.0, 3561.0, 3571.0, 3552.0, 3563.0, 3584.0, 3553.0, 3604.0, 3572.0, 3591.0, 3570.0, 3579.0, 3559.0, 3590.0, 3560.0, 3560.0, 3570.0, 3548.0, 3579.0, 3535.0, 3577.0, 3568.0, 3577.0, 3556.0, 3545.0, 3566.0, 3557.0, 3579.0, 3559.0, 3547.0, 3569.0, 3556.0, 3568.0, 3557.0, 3568.0, 3536.0, 3567.0, 3545.0, 3577.0, 3558.0, 3579.0, 3558.0, 3538.0, 3581.0, 3538.0, 3581.0, 3572.0, 3572.0, 3572.0, 3553.0, 3595.0, 3551.0, 3594.0, 3584.0, 3573.0, 3572.0, 3552.0, 3594.0, 3573.0, 3605.0, 3573.0, 3562.0, 3583.0, 3552.0, 3593.0, 3584.0, 3574.0, 3585.0, 3553.0, 3584.0, 3562.0, 3603.0, 3584.0, 3562.0, 3573.0, 3552.0, 3593.0, 3574.0, 3606.0, 3585.0, 3554.0, 3596.0, 3575.0, 3606.0, 3586.0, 3575.0, 3596.0, 3564.0, 3595.0, 3585.0, 3605.0, 3573.0, 3551.0, 3583.0, 3550.0, 3583.0, 3562.0, 3583.0, 3562.0, 3541.0, 3584.0, 3585.0, 3597.0, 3586.0, 3566.0, 3596.0, 3575.0, 3605.0, 3596.0, 3573.0, 3573.0, 3550.0, 3582.0, 3560.0, 3592.0, 3571.0, 3550.0, 3571.0, 3539.0, 3592.0, 3572.0, 3604.0, 3573.0, 3593.0, 3562.0, 3604.0, 3582.0, 3582.0, 3571.0, 3551.0, 3592.0, 3572.0, 3593.0, 3584.0, 3563.0, 3595.0, 3574.0, 3593.0, 3582.0, 3582.0, 3571.0, 3551.0, 3592.0, 3561.0, 3592.0, 3583.0, 3550.0, 3583.0, 3551.0, 3583.0, 3571.0, 3583.0, 3560.0, 3582.0, 3550.0, 3581.0, 3560.0, 3592.0, 3572.0, 3582.0, 3572.0, 3550.0, 3583.0, 3573.0, 3594.0, 3563.0, 3563.0, 3585.0, 3563.0, 3606.0, 3597.0, 3564.0, 3585.0, 3575.0, 3595.0, 3584.0, 3594.0, 3583.0, 3551.0, 3573.0, 3560.0, 3551.0, 3605.0, 3585.0, 3553.0, 3595.0, 3563.0, 3605.0, 3584.0, 3582.0, 3573.0, 3551.0, 3582.0, 3549.0, 3591.0, 3571.0, 3570.0, 3570.0, 3550.0, 3591.0, 3582.0, 3561.0, 3581.0, 3562.0, 3550.0, 3572.0, 3561.0, 3594.0, 3573.0, 3582.0, 3572.0, 3570.0, 3571.0, 3559.0, 3581.0, 3560.0, 3570.0, 3560.0, 3548.0, 3592.0, 3572.0, 3604.0, 3573.0, 3592.0, 3562.0, 3602.0, 3583.0, 3541.0, 3594.0, 3563.0, 3604.0, 3584.0, 3594.0, 3573.0, 3552.0, 3583.0, 3562.0, 3605.0, 3574.0, 3584.0, 3574.0, 3572.0, 3583.0, 3572.0, 3594.0, 3563.0, 3583.0, 3573.0, 3561.0, 3594.0, 3572.0, 3594.0, 3574.0, 3573.0, 3583.0, 3582.0, 3594.0, 3563.0, 3605.0, 3574.0, 3572.0, 3573.0, 3562.0, 3594.0, 3574.0, 3594.0, 3562.0, 3593.0, 3583.0, 3603.0, 3572.0, 3592.0, 3561.0, 3591.0, 3582.0, 3561.0, 3583.0, 3562.0, 3581.0, 3572.0, 3573.0, 3605.0, 3574.0, 3572.0, 3584.0, 3550.0, 3584.0, 3573.0, 3604.0, 3573.0, 3572.0, 3572.0, 3561.0, 3594.0, 3573.0, 3594.0, 3573.0, 3582.0], 'WindowWidth': [8205.0, 8151.0, 8129.0, 8143.0, 8108.0, 8107.0, 8117.0, 8103.0, 8168.0, 8121.0, 8104.0, 8119.0, 8087.0, 8145.0, 8115.0, 8086.0, 8111.0, 8084.0, 8127.0, 8100.0, 8073.0, 8113.0, 8103.0, 8133.0, 8117.0, 8092.0, 8117.0, 8101.0, 8104.0, 8150.0, 8117.0, 8091.0, 8128.0, 8102.0, 8102.0, 8144.0, 8098.0, 8065.0, 8106.0, 8079.0, 8078.0, 8089.0, 8065.0, 8119.0, 8090.0, 8136.0, 8092.0, 8060.0, 8087.0, 8062.0, 8104.0, 8095.0, 8080.0, 8110.0, 8083.0, 8121.0, 8094.0, 8107.0, 8090.0, 8048.0, 8104.0, 8073.0, 8116.0, 8092.0, 8059.0, 8088.0, 8045.0, 8116.0, 8094.0, 8077.0, 8092.0, 8066.0, 8109.0, 8096.0, 8125.0, 8097.0, 8083.0, 8096.0, 8076.0, 8108.0, 8079.0, 8105.0, 8081.0, 8104.0, 8092.0, 8093.0, 8109.0, 8071.0, 8127.0, 8099.0, 8127.0, 8116.0, 8096.0, 8098.0, 8091.0, 8092.0, 8099.0, 8089.0, 8044.0, 8100.0, 8058.0, 8100.0, 8091.0, 8059.0, 8091.0, 8079.0, 8105.0, 8074.0, 8105.0, 8077.0, 8104.0, 8077.0, 8118.0, 8093.0, 8076.0, 8090.0, 8057.0, 8088.0, 8069.0, 8106.0, 8090.0, 8100.0, 8073.0, 8053.0, 8089.0, 8072.0, 8101.0, 8075.0, 8101.0, 8076.0, 8119.0, 8110.0, 8078.0, 8093.0, 8064.0, 8107.0, 8096.0, 8120.0, 8092.0, 8065.0, 8091.0, 8078.0, 8124.0, 8098.0, 8092.0, 8095.0, 8062.0, 8108.0, 8077.0, 8120.0, 8078.0, 8088.0, 8075.0, 8087.0, 8088.0, 8058.0, 8101.0, 8076.0, 8081.0, 8071.0, 8073.0, 8104.0, 8080.0, 8107.0, 8081.0, 8110.0, 8110.0, 8083.0, 8127.0, 8101.0, 8107.0, 8099.0, 8097.0, 8111.0, 8084.0, 8123.0, 8079.0, 8122.0, 8109.0, 8076.0, 8091.0, 8062.0, 8101.0, 8090.0, 8102.0, 8088.0, 8058.0, 8083.0, 8038.0, 8100.0, 8073.0, 8085.0, 8074.0, 8057.0, 8089.0, 8073.0, 8105.0, 8081.0, 8108.0, 8082.0, 8123.0, 8117.0, 8081.0, 8114.0, 8064.0, 8110.0, 8074.0, 8104.0, 8060.0, 8102.0, 8072.0, 8121.0, 8095.0, 8087.0, 8092.0, 8063.0, 8122.0, 8114.0, 8099.0, 8113.0, 8075.0, 8116.0, 8077.0, 8112.0, 8091.0, 8106.0, 8079.0, 8104.0, 8076.0, 8104.0, 8116.0, 8066.0, 8111.0, 8079.0, 8123.0, 8097.0, 8083.0, 8111.0, 8101.0, 8109.0, 8094.0, 8077.0, 8125.0, 8077.0, 8091.0, 8075.0, 8060.0, 8105.0, 8091.0, 8062.0, 8091.0, 8059.0, 8102.0, 8073.0, 8118.0, 8075.0, 8099.0, 8076.0, 8070.0, 8085.0, 8071.0, 8102.0, 8076.0, 8046.0, 8087.0, 8077.0, 8124.0, 8095.0, 8053.0, 8111.0, 8062.0, 8108.0, 8093.0, 8078.0, 8092.0, 8066.0, 8119.0, 8094.0, 8101.0, 8114.0, 8087.0, 8127.0, 8097.0, 8096.0, 8116.0, 8089.0, 8147.0, 8101.0, 8091.0, 8093.0, 8078.0, 8106.0, 8077.0, 8047.0, 8086.0, 8059.0, 8120.0, 8091.0, 8047.0, 8089.0, 8044.0, 8104.0, 8094.0, 8081.0, 8094.0, 8068.0, 8106.0, 8093.0, 8093.0, 8112.0, 8084.0, 8080.0, 8096.0, 8064.0, 8127.0, 8114.0, 8067.0, 8113.0, 8083.0, 8122.0, 8099.0, 8081.0, 8109.0, 8081.0, 8062.0, 8091.0, 8075.0, 8119.0, 8075.0, 8073.0, 8072.0, 8055.0, 8103.0, 8073.0, 8117.0, 8073.0, 8058.0, 8087.0, 8073.0, 8119.0, 8091.0, 8051.0, 8110.0, 8097.0, 8111.0, 8111.0, 8071.0, 8113.0, 8080.0, 8079.0, 8126.0, 8098.0, 8067.0, 8110.0, 8081.0, 8110.0, 8097.0, 8094.0, 8093.0, 8085.0, 8082.0, 8110.0, 8098.0, 8128.0, 8100.0, 8074.0, 8129.0, 8099.0, 8125.0, 8109.0, 8065.0, 8122.0, 8080.0, 8102.0, 8072.0, 8072.0, 8090.0, 8060.0, 8076.0, 8095.0, 8065.0, 8124.0, 8114.0, 8085.0, 8115.0, 8085.0, 8126.0, 8097.0, 8123.0, 8093.0, 8065.0, 8106.0, 8075.0, 8103.0, 8087.0, 8073.0, 8088.0, 8047.0, 8099.0, 8060.0, 8117.0, 8094.0, 8066.0, 8111.0, 8069.0, 8126.0, 8099.0, 8139.0, 8100.0, 8069.0, 8098.0, 8076.0, 8109.0, 8077.0, 8123.0, 8082.0, 8079.0, 8095.0, 8094.0, 8111.0, 8069.0, 8126.0, 8085.0, 8121.0, 8112.0, 8081.0, 8096.0, 8069.0, 8124.0, 8082.0, 8125.0, 8111.0, 8080.0, 8110.0, 8063.0, 8105.0, 8076.0, 8120.0, 8091.0, 8073.0, 8089.0, 8074.0, 8104.0, 8076.0, 8063.0, 8106.0, 8063.0, 8122.0, 8109.0, 8080.0, 8110.0, 8079.0, 8106.0, 8076.0, 8073.0, 8104.0, 8060.0, 8101.0, 8076.0, 8057.0, 8088.0, 8075.0, 8122.0, 8094.0, 8066.0, 8093.0, 8060.0, 8107.0, 8078.0, 8107.0, 8095.0, 8122.0, 8091.0, 8089.0, 8090.0, 8064.0, 8093.0, 8095.0, 8062.0, 8121.0, 8095.0, 8105.0, 8093.0, 8066.0, 8108.0, 8061.0, 8119.0, 8092.0, 8089.0, 8076.0, 8049.0, 8104.0, 8095.0, 8121.0, 8111.0, 8081.0, 8095.0, 8048.0, 8105.0, 8092.0, 8120.0, 8092.0, 8065.0, 8106.0, 8064.0, 8139.0, 8111.0, 8053.0, 8113.0, 8084.0, 8139.0, 8117.0, 8087.0, 8117.0, 8106.0, 8075.0, 8119.0, 8105.0, 8151.0, 8107.0, 8091.0, 8120.0, 8082.0, 8115.0, 8098.0, 8127.0, 8099.0, 8068.0, 8111.0, 8083.0, 8145.0, 8117.0, 8076.0, 8131.0, 8104.0, 8134.0, 8079.0, 8107.0, 8130.0, 8132.0, 8088.0, 8102.0, 8117.0, 8086.0, 8130.0, 8148.0, 8115.0, 8067.0, 8124.0, 8080.0, 8100.0, 8085.0, 8070.0, 8117.0, 8073.0, 8046.0, 8091.0, 8077.0, 8121.0, 8093.0, 8064.0, 8125.0, 8081.0, 8066.0, 8112.0, 8096.0, 8143.0, 8098.0, 8108.0, 8092.0, 8042.0, 8089.0, 8072.0, 8102.0, 8071.0, 8077.0, 8092.0, 8069.0, 8085.0, 8114.0, 8071.0, 8140.0, 8093.0, 8118.0, 8086.0, 8098.0, 8070.0, 8113.0, 8074.0, 8075.0, 8090.0, 8057.0, 8096.0, 8032.0, 8091.0, 8080.0, 8091.0, 8060.0, 8045.0, 8075.0, 8066.0, 8097.0, 8071.0, 8054.0, 8083.0, 8061.0, 8079.0, 8064.0, 8080.0, 8037.0, 8079.0, 8048.0, 8092.0, 8067.0, 8096.0, 8069.0, 8043.0, 8103.0, 8043.0, 8104.0, 8095.0, 8095.0, 8097.0, 8074.0, 8130.0, 8067.0, 8125.0, 8113.0, 8096.0, 8095.0, 8070.0, 8125.0, 8098.0, 8141.0, 8099.0, 8082.0, 8112.0, 8070.0, 8126.0, 8115.0, 8100.0, 8115.0, 8073.0, 8112.0, 8082.0, 8138.0, 8114.0, 8082.0, 8100.0, 8070.0, 8125.0, 8100.0, 8146.0, 8116.0, 8076.0, 8132.0, 8105.0, 8146.0, 8121.0, 8103.0, 8134.0, 8090.0, 8128.0, 8115.0, 8141.0, 8098.0, 8067.0, 8110.0, 8062.0, 8111.0, 8080.0, 8109.0, 8083.0, 8054.0, 8113.0, 8119.0, 8135.0, 8121.0, 8095.0, 8134.0, 8105.0, 8143.0, 8131.0, 8095.0, 8095.0, 8062.0, 8105.0, 8075.0, 8120.0, 8091.0, 8062.0, 8091.0, 8047.0, 8121.0, 8095.0, 8139.0, 8099.0, 8124.0, 8083.0, 8138.0, 8108.0, 8106.0, 8092.0, 8065.0, 8121.0, 8094.0, 8123.0, 8113.0, 8084.0, 8129.0, 8100.0, 8123.0, 8107.0, 8108.0, 8092.0, 8065.0, 8121.0, 8079.0, 8121.0, 8111.0, 8064.0, 8112.0, 8068.0, 8112.0, 8090.0, 8109.0, 8075.0, 8106.0, 8063.0, 8104.0, 8076.0, 8122.0, 8095.0, 8109.0, 8096.0, 8063.0, 8112.0, 8099.0, 8128.0, 8086.0, 8087.0, 8116.0, 8087.0, 8147.0, 8135.0, 8089.0, 8119.0, 8105.0, 8129.0, 8113.0, 8125.0, 8110.0, 8065.0, 8097.0, 8078.0, 8067.0, 8145.0, 8118.0, 8074.0, 8131.0, 8086.0, 8142.0, 8114.0, 8108.0, 8097.0, 8065.0, 8109.0, 8061.0, 8117.0, 8091.0, 8088.0, 8090.0, 8062.0, 8119.0, 8106.0, 8078.0, 8106.0, 8081.0, 8065.0, 8093.0, 8078.0, 8126.0, 8097.0, 8109.0, 8096.0, 8088.0, 8090.0, 8073.0, 8103.0, 8075.0, 8089.0, 8074.0, 8059.0, 8122.0, 8095.0, 8139.0, 8099.0, 8122.0, 8081.0, 8136.0, 8111.0, 8053.0, 8128.0, 8085.0, 8141.0, 8115.0, 8126.0, 8098.0, 8070.0, 8111.0, 8082.0, 8142.0, 8101.0, 8114.0, 8100.0, 8094.0, 8111.0, 8096.0, 8127.0, 8084.0, 8111.0, 8097.0, 8080.0, 8127.0, 8096.0, 8127.0, 8102.0, 8098.0, 8112.0, 8109.0, 8128.0, 8084.0, 8142.0, 8100.0, 8094.0, 8097.0, 8083.0, 8128.0, 8101.0, 8128.0, 8082.0, 8124.0, 8110.0, 8137.0, 8095.0, 8121.0, 8078.0, 8118.0, 8107.0, 8078.0, 8109.0, 8084.0, 8105.0, 8095.0, 8097.0, 8144.0, 8101.0, 8097.0, 8115.0, 8065.0, 8113.0, 8098.0, 8141.0, 8099.0, 8095.0, 8095.0, 8080.0, 8127.0, 8098.0, 8127.0, 8100.0, 8108.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.00012540757749712975</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02353229758897819</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.02747569034484</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1251480039425286</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.972489182620688</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4604</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6273.3735</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09355983154919384</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.296211251435132</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5701171320778293</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5755118476859216</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8042284785965284</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3306110699510385</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00600552</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008866598829627037</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.021088387817144394</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</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.870154667640034</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>36.0172</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.1772</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>127.3201</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303030.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>556.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>253.3512</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3475</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>438.7744</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2794.3748</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>2975.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73514.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>902.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3634.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>768.6979</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>39.6611962368479</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> |