=== 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-0132 --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-0132",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0132_ses-04_task-social_acq-mb8_run-04_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-0132_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0132_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-04_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-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0132/figures/sub-0132_ses-04_task-social_acq-mb8_run-04_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-0132/ses-04/func/sub-0132_ses-04_task-social_acq-mb8_run-04_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>903914a54b94f5095e55fa0db5f5799f</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>17:54:42.927500</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.998387, 0.055141, -0.0135254, -0.0551194, 0.998478, 0.00196478]</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-04_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.083023</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4225, -7735, -7255, 334, -107, -21, 98, 94]</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>233.349</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>dc9634da-bc3c-489e-8ba7-b7b6e9a4c936||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.6785993576049805, -0.14788125455379486, -0.036755383014678955, 119.82816314697266], [-0.14793920516967773, 2.6788430213928223, 0.0032834799494594336, -102.79147338867188], [-0.03628753125667572, -0.005271366331726313, 2.6997478008270264, -68.75568389892578], [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': ['175442.927500', '175443.387500', '175443.847500', '175444.307500', '175444.767500', '175445.227500', '175445.687500', '175446.147500', '175446.607500', '175447.067500', '175447.527500', '175447.987500', '175448.447500', '175448.907500', '175449.367500', '175449.827500', '175450.287500', '175450.747500', '175451.207500', '175451.667500', '175452.127500', '175452.587500', '175453.047500', '175453.507500', '175453.967500', '175454.427500', '175454.887500', '175455.347500', '175455.807500', '175456.267500', '175456.727500', '175457.187500', '175457.647500', '175458.107500', '175458.567500', '175459.027500', '175459.487500', '175459.947500', '175500.407500', '175500.867500', '175501.327500', '175501.787500', '175502.247500', '175502.707500', '175503.167500', '175503.627500', '175504.087500', '175504.547500', '175505.007500', '175505.467500', '175505.927500', '175506.387500', '175506.847500', '175507.307500', '175507.767500', '175508.227500', '175508.687500', '175509.147500', '175509.607500', '175510.067500', '175510.527500', '175510.987500', '175511.447500', '175511.907500', '175512.367500', '175512.827500', '175513.287500', '175513.747500', '175514.207500', '175514.667500', '175515.127500', '175515.587500', '175516.047500', '175516.507500', '175516.967500', '175517.427500', '175517.887500', '175518.347500', '175518.807500', '175519.267500', '175519.727500', '175520.187500', '175520.647500', '175521.107500', '175521.567500', '175522.027500', '175522.487500', '175522.947500', '175523.407500', '175523.867500', '175524.327500', '175524.787500', '175525.247500', '175525.707500', '175526.167500', '175526.627500', '175527.087500', '175527.547500', '175528.007500', '175528.467500', '175528.927500', '175529.387500', '175529.847500', '175530.307500', '175530.767500', '175531.227500', '175531.687500', '175532.147500', '175532.607500', '175533.067500', '175533.527500', '175533.987500', '175534.447500', '175534.907500', '175535.367500', '175535.827500', '175536.287500', '175536.747500', '175537.207500', '175537.667500', '175538.127500', '175538.587500', '175539.047500', '175539.507500', '175539.967500', '175540.427500', '175540.887500', '175541.347500', '175541.807500', '175542.267500', '175542.727500', '175543.187500', '175543.647500', '175544.107500', '175544.567500', '175545.027500', '175545.487500', '175545.947500', '175546.407500', '175546.867500', '175547.327500', '175547.787500', '175548.247500', '175548.707500', '175549.167500', '175549.627500', '175550.087500', '175550.547500', '175551.007500', '175551.467500', '175551.927500', '175552.387500', '175552.847500', '175553.307500', '175553.767500', '175554.227500', '175554.687500', '175555.147500', '175555.607500', '175556.067500', '175556.527500', '175556.987500', '175557.447500', '175557.907500', '175558.367500', '175558.827500', '175559.287500', '175559.747500', '175600.207500', '175600.667500', '175601.127500', '175601.587500', '175602.047500', '175602.507500', '175602.967500', '175603.427500', '175603.887500', '175604.347500', '175604.807500', '175605.267500', '175605.727500', '175606.187500', '175606.647500', '175607.107500', '175607.567500', '175608.027500', '175608.487500', '175608.947500', '175609.407500', '175609.867500', '175610.327500', '175610.787500', '175611.247500', '175611.707500', '175612.167500', '175612.627500', '175613.087500', '175613.547500', '175614.007500', '175614.467500', '175614.927500', '175615.387500', '175615.847500', '175616.307500', '175616.767500', '175617.227500', '175617.687500', '175618.147500', '175618.607500', '175619.067500', '175619.527500', '175619.987500', '175620.447500', '175620.907500', '175621.367500', '175621.827500', '175622.287500', '175622.747500', '175623.207500', '175623.667500', '175624.127500', '175624.587500', '175625.047500', '175625.507500', '175625.967500', '175626.427500', '175626.887500', '175627.347500', '175627.807500', '175628.267500', '175628.727500', '175629.187500', '175629.647500', '175630.107500', '175630.567500', '175631.027500', '175631.487500', '175631.947500', '175632.407500', '175632.867500', '175633.327500', '175633.787500', '175634.247500', '175634.707500', '175635.167500', '175635.627500', '175636.087500', '175636.547500', '175637.007500', '175637.467500', '175637.927500', '175638.387500', '175638.847500', '175639.307500', '175639.767500', '175640.227500', '175640.687500', '175641.147500', '175641.607500', '175642.067500', '175642.527500', '175642.987500', '175643.447500', '175643.907500', '175644.367500', '175644.827500', '175645.287500', '175645.747500', '175646.207500', '175646.667500', '175647.127500', '175647.587500', '175648.047500', '175648.507500', '175648.967500', '175649.427500', '175649.887500', '175650.347500', '175650.807500', '175651.267500', '175651.727500', '175652.187500', '175652.647500', '175653.107500', '175653.567500', '175654.027500', '175654.487500', '175654.947500', '175655.407500', '175655.867500', '175656.327500', '175656.787500', '175657.247500', '175657.707500', '175658.167500', '175658.627500', '175659.087500', '175659.547500', '175700.007500', '175700.467500', '175700.927500', '175701.387500', '175701.847500', '175702.307500', '175702.767500', '175703.227500', '175703.687500', '175704.147500', '175704.607500', '175705.067500', '175705.527500', '175705.987500', '175706.447500', '175706.907500', '175707.367500', '175707.827500', '175708.287500', '175708.747500', '175709.207500', '175709.667500', '175710.127500', '175710.587500', '175711.047500', '175711.507500', '175711.967500', '175712.427500', '175712.887500', '175713.347500', '175713.807500', '175714.267500', '175714.727500', '175715.187500', '175715.647500', '175716.107500', '175716.567500', '175717.027500', '175717.487500', '175717.947500', '175718.407500', '175718.867500', '175719.327500', '175719.787500', '175720.247500', '175720.707500', '175721.167500', '175721.627500', '175722.087500', '175722.547500', '175723.007500', '175723.467500', '175723.927500', '175724.387500', '175724.847500', '175725.307500', '175725.767500', '175726.227500', '175726.687500', '175727.147500', '175727.607500', '175728.067500', '175728.527500', '175728.987500', '175729.447500', '175729.907500', '175730.367500', '175730.827500', '175731.287500', '175731.747500', '175732.207500', '175732.667500', '175733.127500', '175733.587500', '175734.047500', '175734.507500', '175734.967500', '175735.427500', '175735.887500', '175736.347500', '175736.807500', '175737.267500', '175737.727500', '175738.187500', '175738.647500', '175739.107500', '175739.567500', '175740.027500', '175740.487500', '175740.947500', '175741.407500', '175741.867500', '175742.327500', '175742.787500', '175743.247500', '175743.707500', '175744.167500', '175744.627500', '175745.087500', '175745.547500', '175746.007500', '175746.467500', '175746.927500', '175747.387500', '175747.847500', '175748.307500', '175748.767500', '175749.227500', '175749.687500', '175750.147500', '175750.607500', '175751.067500', '175751.527500', '175751.987500', '175752.447500', '175752.907500', '175753.367500', '175753.827500', '175754.287500', '175754.747500', '175755.207500', '175755.667500', '175756.127500', '175756.587500', '175757.047500', '175757.507500', '175757.967500', '175758.427500', '175758.887500', '175759.347500', '175759.807500', '175800.267500', '175800.727500', '175801.187500', '175801.647500', '175802.107500', '175802.567500', '175803.027500', '175803.487500', '175803.947500', '175804.407500', '175804.867500', '175805.327500', '175805.787500', '175806.247500', '175806.707500', '175807.167500', '175807.627500', '175808.087500', '175808.547500', '175809.007500', '175809.467500', '175809.927500', '175810.387500', '175810.847500', '175811.307500', '175811.767500', '175812.227500', '175812.687500', '175813.147500', '175813.607500', '175814.067500', '175814.527500', '175814.987500', '175815.447500', '175815.907500', '175816.367500', '175816.827500', '175817.287500', '175817.747500', '175818.207500', '175818.667500', '175819.127500', '175819.587500', '175820.047500', '175820.507500', '175820.967500', '175821.427500', '175821.887500', '175822.347500', '175822.807500', '175823.267500', '175823.727500', '175824.187500', '175824.647500', '175825.107500', '175825.567500', '175826.027500', '175826.487500', '175826.947500', '175827.407500', '175827.867500', '175828.327500', '175828.787500', '175829.247500', '175829.707500', '175830.167500', '175830.627500', '175831.087500', '175831.547500', '175832.007500', '175832.467500', '175832.927500', '175833.387500', '175833.847500', '175834.307500', '175834.767500', '175835.227500', '175835.687500', '175836.147500', '175836.607500', '175837.067500', '175837.527500', '175837.987500', '175838.447500', '175838.907500', '175839.367500', '175839.827500', '175840.287500', '175840.747500', '175841.207500', '175841.667500', '175842.127500', '175842.587500', '175843.047500', '175843.507500', '175843.967500', '175844.427500', '175844.887500', '175845.347500', '175845.807500', '175846.267500', '175846.727500', '175847.187500', '175847.647500', '175848.107500', '175848.567500', '175849.027500', '175849.487500', '175849.947500', '175850.407500', '175850.867500', '175851.327500', '175851.787500', '175852.247500', '175852.707500', '175853.167500', '175853.627500', '175854.087500', '175854.547500', '175855.007500', '175855.467500', '175855.927500', '175856.387500', '175856.847500', '175857.307500', '175857.767500', '175858.227500', '175858.687500', '175859.147500', '175859.607500', '175900.067500', '175900.527500', '175900.987500', '175901.447500', '175901.907500', '175902.367500', '175902.827500', '175903.287500', '175903.747500', '175904.207500', '175904.667500', '175905.127500', '175905.587500', '175906.047500', '175906.507500', '175906.967500', '175907.427500', '175907.887500', '175908.347500', '175908.807500', '175909.267500', '175909.727500', '175910.187500', '175910.647500', '175911.107500', '175911.567500', '175912.027500', '175912.487500', '175912.947500', '175913.407500', '175913.867500', '175914.327500', '175914.787500', '175915.247500', '175915.707500', '175916.167500', '175916.627500', '175917.087500', '175917.547500', '175918.007500', '175918.467500', '175918.927500', '175919.387500', '175919.847500', '175920.307500', '175920.767500', '175921.227500', '175921.687500', '175922.147500', '175922.607500', '175923.067500', '175923.527500', '175923.987500', '175924.447500', '175924.907500', '175925.367500', '175925.827500', '175926.287500', '175926.747500', '175927.207500', '175927.667500', '175928.127500', '175928.587500', '175929.047500', '175929.507500', '175929.967500', '175930.427500', '175930.887500', '175931.347500', '175931.807500', '175932.267500', '175932.727500', '175933.187500', '175933.647500', '175934.107500', '175934.567500', '175935.027500', '175935.487500', '175935.947500', '175936.407500', '175936.867500', '175937.327500', '175937.787500', '175938.247500', '175938.707500', '175939.167500', '175939.627500', '175940.087500', '175940.547500', '175941.007500', '175941.467500', '175941.927500', '175942.387500', '175942.847500', '175943.307500', '175943.767500', '175944.227500', '175944.687500', '175945.147500', '175945.607500', '175946.067500', '175946.527500', '175946.987500', '175947.447500', '175947.907500', '175948.367500', '175948.827500', '175949.287500', '175949.747500', '175950.207500', '175950.667500', '175951.127500', '175951.587500', '175952.047500', '175952.507500', '175952.967500', '175953.427500', '175953.887500', '175954.347500', '175954.807500', '175955.267500', '175955.727500', '175956.187500', '175956.647500', '175957.107500', '175957.567500', '175958.027500', '175958.487500', '175958.947500', '175959.407500', '175959.867500', '180000.327500', '180000.787500', '180001.247500', '180001.707500', '180002.167500', '180002.627500', '180003.087500', '180003.547500', '180004.007500', '180004.467500', '180004.927500', '180005.387500', '180005.847500', '180006.307500', '180006.767500', '180007.227500', '180007.687500', '180008.147500', '180008.607500', '180009.067500', '180009.527500', '180009.987500', '180010.447500', '180010.907500', '180011.367500', '180011.827500', '180012.287500', '180012.747500', '180013.207500', '180013.667500', '180014.127500', '180014.587500', '180015.047500', '180015.507500', '180015.967500', '180016.427500', '180016.887500', '180017.347500', '180017.807500', '180018.267500', '180018.727500', '180019.187500', '180019.647500', '180020.107500', '180020.567500', '180021.027500', '180021.487500', '180021.947500', '180022.407500', '180022.867500', '180023.327500', '180023.787500', '180024.247500', '180024.707500', '180025.167500', '180025.627500', '180026.087500', '180026.547500', '180027.007500', '180027.467500', '180027.927500', '180028.387500', '180028.847500', '180029.307500', '180029.767500', '180030.227500', '180030.687500', '180031.147500', '180031.607500', '180032.067500', '180032.527500', '180032.987500', '180033.447500', '180033.907500', '180034.367500', '180034.827500', '180035.287500', '180035.747500', '180036.207500', '180036.667500', '180037.127500', '180037.587500', '180038.047500', '180038.507500', '180038.967500', '180039.427500', '180039.887500', '180040.347500', '180040.807500', '180041.267500', '180041.727500', '180042.187500', '180042.647500', '180043.107500', '180043.567500', '180044.027500', '180044.487500', '180044.947500', '180045.407500', '180045.867500', '180046.327500', '180046.787500', '180047.247500', '180047.707500', '180048.167500', '180048.627500', '180049.087500', '180049.547500', '180050.007500', '180050.467500', '180050.927500', '180051.387500', '180051.847500', '180052.307500', '180052.767500', '180053.227500', '180053.687500', '180054.147500', '180054.607500', '180055.067500', '180055.527500', '180055.987500', '180056.447500', '180056.907500', '180057.367500', '180057.827500', '180058.287500', '180058.747500', '180059.207500', '180059.667500', '180100.127500', '180100.587500', '180101.047500', '180101.507500', '180101.967500', '180102.427500', '180102.887500', '180103.347500', '180103.807500', '180104.267500', '180104.727500', '180105.187500', '180105.647500', '180106.107500', '180106.567500', '180107.027500', '180107.487500', '180107.947500', '180108.407500', '180108.867500', '180109.327500', '180109.787500', '180110.247500', '180110.707500', '180111.167500', '180111.627500', '180112.087500', '180112.547500', '180113.007500', '180113.467500', '180113.927500', '180114.387500', '180114.847500', '180115.307500', '180115.767500', '180116.227500', '180116.687500', '180117.147500', '180117.607500', '180118.067500', '180118.527500', '180118.987500', '180119.447500', '180119.907500', '180120.367500', '180120.827500', '180121.287500', '180121.747500', '180122.207500', '180122.667500', '180123.127500', '180123.587500'], 'ContentTime': ['175459.567000', '175459.570000', '175459.572000', '175459.575000', '175459.578000', '175459.580000', '175459.583000', '175459.585000', '175459.588000', '175459.590000', '175459.593000', '175459.595000', '175459.598000', '175459.601000', '175459.608000', '175459.611000', '175459.613000', '175459.616000', '175459.618000', '175459.621000', '175459.623000', '175459.632000', '175459.635000', '175459.638000', '175459.640000', '175459.643000', '175459.646000', '175459.648000', '175459.651000', '175459.653000', '175459.656000', '175459.659000', '175459.661000', '175519.532000', '175519.535000', '175519.538000', '175519.540000', '175519.543000', '175519.545000', '175519.548000', '175519.551000', '175519.553000', '175519.556000', '175519.558000', '175519.561000', '175519.563000', '175519.566000', '175519.574000', '175519.576000', '175519.579000', '175519.581000', '175519.584000', '175519.586000', '175519.589000', '175519.591000', '175519.594000', '175519.597000', '175519.599000', '175519.602000', '175519.605000', '175519.607000', '175519.610000', '175519.612000', '175519.615000', '175519.617000', '175519.620000', '175519.622000', '175519.625000', '175519.628000', '175519.668000', '175519.671000', '175519.673000', '175519.676000', '175519.678000', '175519.681000', '175519.684000', '175519.686000', '175539.533000', '175539.535000', '175539.538000', '175539.541000', '175539.543000', '175539.546000', '175539.548000', '175539.551000', '175539.554000', '175539.556000', '175539.559000', '175539.562000', '175539.565000', '175539.568000', '175539.571000', '175539.573000', '175539.576000', '175539.578000', '175539.581000', '175539.584000', '175539.586000', '175539.589000', '175539.591000', '175539.594000', '175539.596000', '175539.599000', '175539.602000', '175539.604000', '175539.607000', '175539.609000', '175539.612000', '175539.615000', '175539.617000', '175539.620000', '175539.622000', '175539.627000', '175539.629000', '175539.632000', '175539.635000', '175539.637000', '175539.640000', '175539.642000', '175539.645000', '175559.532000', '175559.535000', '175559.538000', '175559.540000', '175559.543000', '175559.545000', '175559.548000', '175559.551000', '175559.553000', '175559.556000', '175559.558000', '175559.561000', '175559.564000', '175559.566000', '175559.569000', '175559.571000', '175559.574000', '175559.576000', '175559.579000', '175559.581000', '175559.584000', '175559.587000', '175559.589000', '175559.592000', '175559.594000', '175559.597000', '175559.600000', '175559.602000', '175559.605000', '175559.607000', '175559.610000', '175559.612000', '175559.615000', '175559.618000', '175559.620000', '175559.623000', '175559.625000', '175559.628000', '175559.630000', '175559.633000', '175559.636000', '175559.638000', '175559.641000', '175559.645000', '175619.532000', '175619.534000', '175619.537000', '175619.539000', '175619.542000', '175619.545000', '175619.547000', '175619.550000', '175619.552000', '175619.555000', '175619.558000', '175619.560000', '175619.563000', '175619.565000', '175619.568000', '175619.570000', '175619.573000', '175619.576000', '175619.578000', '175619.581000', '175619.583000', '175619.587000', '175619.590000', '175619.593000', '175619.596000', '175619.598000', '175619.601000', '175619.603000', '175619.606000', '175619.609000', '175619.611000', '175619.614000', '175619.617000', '175619.619000', '175619.622000', '175619.625000', '175619.627000', '175619.630000', '175619.632000', '175619.635000', '175619.638000', '175619.640000', '175619.643000', '175639.532000', '175639.534000', '175639.537000', '175639.540000', '175639.542000', '175639.545000', '175639.548000', '175639.550000', '175639.553000', '175639.555000', '175639.558000', '175639.561000', '175639.563000', '175639.566000', '175639.568000', '175639.571000', '175639.574000', '175639.576000', '175639.579000', '175639.582000', '175639.584000', '175639.587000', '175639.589000', '175639.592000', '175639.595000', '175639.597000', '175639.600000', '175639.603000', '175639.605000', '175639.608000', '175639.610000', '175639.613000', '175639.616000', '175639.618000', '175639.621000', '175639.623000', '175639.626000', '175639.628000', '175639.631000', '175639.634000', '175639.636000', '175639.639000', '175639.641000', '175639.644000', '175659.532000', '175659.535000', '175659.538000', '175659.540000', '175659.543000', '175659.546000', '175659.548000', '175659.551000', '175659.554000', '175659.556000', '175659.559000', '175659.561000', '175659.564000', '175659.567000', '175659.569000', '175659.572000', '175659.579000', '175659.581000', '175659.584000', '175659.587000', '175659.589000', '175659.592000', '175659.594000', '175659.597000', '175659.600000', '175659.602000', '175659.605000', '175659.607000', '175659.610000', '175659.613000', '175659.615000', '175659.627000', '175659.630000', '175659.632000', '175659.635000', '175659.637000', '175659.640000', '175659.643000', '175659.645000', '175659.648000', '175659.650000', '175659.656000', '175659.659000', '175719.533000', '175719.535000', '175719.538000', '175719.541000', '175719.543000', '175719.546000', '175719.548000', '175719.551000', '175719.553000', '175719.556000', '175719.559000', '175719.561000', '175719.564000', '175719.566000', '175719.569000', '175719.572000', '175719.574000', '175719.577000', '175719.579000', '175719.582000', '175719.585000', '175719.587000', '175719.590000', '175719.592000', '175719.595000', '175719.598000', '175719.600000', '175719.603000', '175719.606000', '175719.608000', '175719.611000', '175719.613000', '175719.616000', '175719.619000', '175719.621000', '175719.624000', '175719.626000', '175719.629000', '175719.632000', '175719.634000', '175719.637000', '175719.639000', '175719.642000', '175719.645000', '175739.532000', '175739.535000', '175739.538000', '175739.541000', '175739.543000', '175739.546000', '175739.548000', '175739.551000', '175739.554000', '175739.556000', '175739.559000', '175739.561000', '175739.564000', '175739.567000', '175739.569000', '175739.572000', '175739.575000', '175739.577000', '175739.580000', '175739.583000', '175739.585000', '175739.588000', '175739.590000', '175739.593000', '175739.595000', '175739.598000', '175739.600000', '175739.603000', '175739.606000', '175739.608000', '175739.611000', '175739.613000', '175739.616000', '175739.619000', '175739.621000', '175739.624000', '175739.627000', '175739.630000', '175739.633000', '175739.635000', '175739.638000', '175739.640000', '175739.643000', '175759.532000', '175759.535000', '175759.538000', '175759.541000', '175759.543000', '175759.546000', '175759.548000', '175759.551000', '175759.554000', '175759.556000', '175759.559000', '175759.562000', '175759.564000', '175759.567000', '175759.569000', '175759.572000', '175759.575000', '175759.577000', '175759.580000', '175759.582000', '175759.585000', '175759.587000', '175759.590000', '175759.593000', '175759.595000', '175759.598000', '175759.601000', '175759.603000', '175759.606000', '175759.609000', '175759.611000', '175759.614000', '175759.616000', '175759.619000', '175759.622000', '175759.624000', '175759.627000', '175759.629000', '175759.632000', '175759.635000', '175759.637000', '175759.640000', '175759.643000', '175759.645000', '175819.532000', '175819.535000', '175819.538000', '175819.541000', '175819.543000', '175819.546000', '175819.548000', '175819.551000', '175819.553000', '175819.556000', '175819.559000', '175819.561000', '175819.564000', '175819.566000', '175819.569000', '175819.571000', '175819.574000', '175819.577000', '175819.579000', '175819.582000', '175819.584000', '175819.587000', '175819.589000', '175819.592000', '175819.594000', '175819.597000', '175819.600000', '175819.602000', '175819.605000', '175819.608000', '175819.610000', '175819.613000', '175819.615000', '175819.618000', '175819.621000', '175819.623000', '175819.626000', '175819.628000', '175819.631000', '175819.633000', '175819.636000', '175819.638000', '175819.641000', '175839.532000', '175839.534000', '175839.537000', '175839.539000', '175839.542000', '175839.545000', '175839.547000', '175839.550000', '175839.552000', '175839.555000', '175839.558000', '175839.560000', '175839.563000', '175839.578000', '175839.581000', '175839.583000', '175839.586000', '175839.588000', '175839.591000', '175839.594000', '175839.596000', '175839.599000', '175839.602000', '175839.604000', '175839.607000', '175839.609000', '175839.612000', '175839.615000', '175839.618000', '175839.620000', '175839.623000', '175839.625000', '175839.628000', '175839.630000', '175839.633000', '175839.636000', '175839.638000', '175839.641000', '175839.643000', '175839.646000', '175839.649000', '175839.651000', '175839.654000', '175839.656000', '175859.531000', '175859.534000', '175859.537000', '175859.539000', '175859.542000', '175859.545000', '175859.547000', '175859.550000', '175859.552000', '175859.555000', '175859.558000', '175859.560000', '175859.563000', '175859.565000', '175859.568000', '175859.571000', '175859.573000', '175859.576000', '175859.578000', '175859.581000', '175859.584000', '175859.586000', '175859.589000', '175859.591000', '175859.594000', '175859.597000', '175859.600000', '175859.602000', '175859.605000', '175859.607000', '175859.610000', '175859.613000', '175859.615000', '175859.618000', '175859.620000', '175859.623000', '175859.626000', '175859.628000', '175859.631000', '175859.633000', '175859.636000', '175859.639000', '175859.641000', '175919.532000', '175919.535000', '175919.538000', '175919.541000', '175919.543000', '175919.546000', '175919.549000', '175919.551000', '175919.554000', '175919.556000', '175919.559000', '175919.562000', '175919.564000', '175919.567000', '175919.570000', '175919.572000', '175919.575000', '175919.577000', '175919.580000', '175919.583000', '175919.585000', '175919.588000', '175919.590000', '175919.593000', '175919.596000', '175919.598000', '175919.601000', '175919.604000', '175919.606000', '175919.609000', '175919.612000', '175919.614000', '175919.617000', '175919.619000', '175919.622000', '175919.625000', '175919.627000', '175919.630000', '175919.632000', '175919.635000', '175919.638000', '175919.640000', '175919.643000', '175919.646000', '175939.532000', '175939.535000', '175939.538000', '175939.540000', '175939.543000', '175939.546000', '175939.548000', '175939.551000', '175939.553000', '175939.556000', '175939.559000', '175939.561000', '175939.564000', '175939.566000', '175939.569000', '175939.572000', '175939.574000', '175939.577000', '175939.579000', '175939.582000', '175939.584000', '175939.587000', '175939.590000', '175939.592000', '175939.595000', '175939.598000', '175939.600000', '175939.603000', '175939.605000', '175939.608000', '175939.611000', '175939.613000', '175939.616000', '175939.618000', '175939.621000', '175939.623000', '175939.626000', '175939.628000', '175939.631000', '175939.634000', '175939.636000', '175939.639000', '175939.641000', '175959.533000', '175959.535000', '175959.538000', '175959.541000', '175959.544000', '175959.546000', '175959.549000', '175959.551000', '175959.554000', '175959.556000', '175959.559000', '175959.562000', '175959.564000', '175959.567000', '175959.570000', '175959.572000', '175959.575000', '175959.577000', '175959.580000', '175959.582000', '175959.585000', '175959.588000', '175959.590000', '175959.593000', '175959.595000', '175959.598000', '175959.601000', '175959.603000', '175959.606000', '175959.609000', '175959.611000', '175959.614000', '175959.618000', '175959.620000', '175959.623000', '175959.625000', '175959.628000', '175959.630000', '175959.645000', '175959.647000', '175959.650000', '175959.653000', '175959.655000', '175959.658000', '180019.532000', '180019.535000', '180019.538000', '180019.540000', '180019.543000', '180019.546000', '180019.548000', '180019.551000', '180019.553000', '180019.556000', '180019.559000', '180019.561000', '180019.564000', '180019.566000', '180019.569000', '180019.571000', '180019.574000', '180019.576000', '180019.579000', '180019.582000', '180019.584000', '180019.587000', '180019.589000', '180019.592000', '180019.595000', '180019.597000', '180019.600000', '180019.603000', '180019.605000', '180019.620000', '180019.622000', '180019.625000', '180019.628000', '180019.630000', '180019.633000', '180019.635000', '180019.638000', '180019.640000', '180019.643000', '180019.646000', '180019.648000', '180019.651000', '180019.653000', '180039.534000', '180039.537000', '180039.540000', '180039.543000', '180039.546000', '180039.549000', '180039.552000', '180039.555000', '180039.558000', '180039.560000', '180039.563000', '180039.566000', '180039.568000', '180039.571000', '180039.574000', '180039.576000', '180039.579000', '180039.581000', '180039.584000', '180039.586000', '180039.589000', '180039.592000', '180039.594000', '180039.597000', '180039.599000', '180039.602000', '180039.605000', '180039.607000', '180039.610000', '180039.613000', '180039.615000', '180039.618000', '180039.620000', '180039.623000', '180039.625000', '180039.628000', '180039.631000', '180039.633000', '180039.636000', '180039.638000', '180039.641000', '180039.643000', '180039.646000', '180059.532000', '180059.534000', '180059.537000', '180059.540000', '180059.542000', '180059.545000', '180059.547000', '180059.550000', '180059.553000', '180059.555000', '180059.558000', '180059.561000', '180059.563000', '180059.566000', '180059.568000', '180059.571000', '180059.573000', '180059.576000', '180059.579000', '180059.581000', '180059.584000', '180059.586000', '180059.589000', '180059.592000', '180059.594000', '180059.597000', '180059.599000', '180059.602000', '180059.605000', '180059.607000', '180059.610000', '180059.612000', '180059.615000', '180059.618000', '180059.620000', '180059.623000', '180059.625000', '180059.628000', '180059.631000', '180059.633000', '180059.636000', '180059.638000', '180059.641000', '180059.644000', '180119.532000', '180119.535000', '180119.537000', '180119.540000', '180119.542000', '180119.545000', '180119.548000', '180119.550000', '180119.553000', '180119.556000', '180119.558000', '180119.561000', '180119.564000', '180119.566000', '180119.569000', '180119.572000', '180119.574000', '180119.577000', '180119.579000', '180119.582000', '180119.585000', '180119.587000', '180119.590000', '180119.592000', '180119.595000', '180119.597000', '180119.600000', '180119.603000', '180119.605000', '180119.608000', '180119.610000', '180119.613000', '180119.616000', '180119.618000', '180119.621000', '180119.623000', '180119.626000', '180119.629000', '180119.631000', '180119.634000', '180119.636000', '180119.639000', '180119.642000', '180119.644000', '180125.023000', '180125.026000', '180125.029000', '180125.032000', '180125.034000', '180125.055000', '180125.057000', '180125.060000', '180125.063000', '180125.066000', '180125.068000', '180125.071000'], 'InstanceCreationTime': ['175459.567000', '175459.570000', '175459.572000', '175459.575000', '175459.578000', '175459.580000', '175459.583000', '175459.585000', '175459.588000', '175459.590000', '175459.593000', '175459.595000', '175459.598000', '175459.601000', '175459.608000', '175459.611000', '175459.613000', '175459.616000', '175459.618000', '175459.621000', '175459.623000', '175459.632000', '175459.635000', '175459.638000', '175459.640000', '175459.643000', '175459.646000', '175459.648000', '175459.651000', '175459.653000', '175459.656000', '175459.659000', '175459.661000', '175519.532000', '175519.535000', '175519.538000', '175519.540000', '175519.543000', '175519.545000', '175519.548000', '175519.551000', '175519.553000', '175519.556000', '175519.558000', '175519.561000', '175519.563000', '175519.566000', '175519.574000', '175519.576000', '175519.579000', '175519.581000', '175519.584000', '175519.586000', '175519.589000', '175519.591000', '175519.594000', '175519.597000', '175519.599000', '175519.602000', '175519.605000', '175519.607000', '175519.610000', '175519.612000', '175519.615000', '175519.617000', '175519.620000', '175519.622000', '175519.625000', '175519.628000', '175519.668000', '175519.671000', '175519.673000', '175519.676000', '175519.678000', '175519.681000', '175519.684000', '175519.686000', '175539.533000', '175539.535000', '175539.538000', '175539.541000', '175539.543000', '175539.546000', '175539.548000', '175539.551000', '175539.554000', '175539.556000', '175539.559000', '175539.562000', '175539.565000', '175539.568000', '175539.571000', '175539.573000', '175539.576000', '175539.578000', '175539.581000', '175539.584000', '175539.586000', '175539.589000', '175539.591000', '175539.594000', '175539.596000', '175539.599000', '175539.602000', '175539.604000', '175539.607000', '175539.609000', '175539.612000', '175539.615000', '175539.617000', '175539.620000', '175539.622000', '175539.627000', '175539.629000', '175539.632000', '175539.635000', '175539.637000', '175539.640000', '175539.642000', '175539.645000', '175559.532000', '175559.535000', '175559.538000', '175559.540000', '175559.543000', '175559.545000', '175559.548000', '175559.551000', '175559.553000', '175559.556000', '175559.558000', '175559.561000', '175559.564000', '175559.566000', '175559.569000', '175559.571000', '175559.574000', '175559.576000', '175559.579000', '175559.581000', '175559.584000', '175559.587000', '175559.589000', '175559.592000', '175559.594000', '175559.597000', '175559.600000', '175559.602000', '175559.605000', '175559.607000', '175559.610000', '175559.612000', '175559.615000', '175559.618000', '175559.620000', '175559.623000', '175559.625000', '175559.628000', '175559.630000', '175559.633000', '175559.636000', '175559.638000', '175559.641000', '175559.645000', '175619.532000', '175619.534000', '175619.537000', '175619.539000', '175619.542000', '175619.545000', '175619.547000', '175619.550000', '175619.552000', '175619.555000', '175619.558000', '175619.560000', '175619.563000', '175619.565000', '175619.568000', '175619.570000', '175619.573000', '175619.576000', '175619.578000', '175619.581000', '175619.583000', '175619.587000', '175619.590000', '175619.593000', '175619.596000', '175619.598000', '175619.601000', '175619.603000', '175619.606000', '175619.609000', '175619.611000', '175619.614000', '175619.617000', '175619.619000', '175619.622000', '175619.625000', '175619.627000', '175619.630000', '175619.632000', '175619.635000', '175619.638000', '175619.640000', '175619.643000', '175639.532000', '175639.534000', '175639.537000', '175639.540000', '175639.542000', '175639.545000', '175639.548000', '175639.550000', '175639.553000', '175639.555000', '175639.558000', '175639.561000', '175639.563000', '175639.566000', '175639.568000', '175639.571000', '175639.574000', '175639.576000', '175639.579000', '175639.582000', '175639.584000', '175639.587000', '175639.589000', '175639.592000', '175639.595000', '175639.597000', '175639.600000', '175639.603000', '175639.605000', '175639.608000', '175639.610000', '175639.613000', '175639.616000', '175639.618000', '175639.621000', '175639.623000', '175639.626000', '175639.628000', '175639.631000', '175639.634000', '175639.636000', '175639.639000', '175639.641000', '175639.644000', '175659.532000', '175659.535000', '175659.538000', '175659.540000', '175659.543000', '175659.546000', '175659.548000', '175659.551000', '175659.554000', '175659.556000', '175659.559000', '175659.561000', '175659.564000', '175659.567000', '175659.569000', '175659.572000', '175659.579000', '175659.581000', '175659.584000', '175659.587000', '175659.589000', '175659.592000', '175659.594000', '175659.597000', '175659.600000', '175659.602000', '175659.605000', '175659.607000', '175659.610000', '175659.613000', '175659.615000', '175659.627000', '175659.630000', '175659.632000', '175659.635000', '175659.637000', '175659.640000', '175659.643000', '175659.645000', '175659.648000', '175659.650000', '175659.656000', '175659.659000', '175719.533000', '175719.535000', '175719.538000', '175719.541000', '175719.543000', '175719.546000', '175719.548000', '175719.551000', '175719.553000', '175719.556000', '175719.559000', '175719.561000', '175719.564000', '175719.566000', '175719.569000', '175719.572000', '175719.574000', '175719.577000', '175719.579000', '175719.582000', '175719.585000', '175719.587000', '175719.590000', '175719.592000', '175719.595000', '175719.598000', '175719.600000', '175719.603000', '175719.606000', '175719.608000', '175719.611000', '175719.613000', '175719.616000', '175719.619000', '175719.621000', '175719.624000', '175719.626000', '175719.629000', '175719.632000', '175719.634000', '175719.637000', '175719.639000', '175719.642000', '175719.645000', '175739.532000', '175739.535000', '175739.538000', '175739.541000', '175739.543000', '175739.546000', '175739.548000', '175739.551000', '175739.554000', '175739.556000', '175739.559000', '175739.561000', '175739.564000', '175739.567000', '175739.569000', '175739.572000', '175739.575000', '175739.577000', '175739.580000', '175739.583000', '175739.585000', '175739.588000', '175739.590000', '175739.593000', '175739.595000', '175739.598000', '175739.600000', '175739.603000', '175739.606000', '175739.608000', '175739.611000', '175739.613000', '175739.616000', '175739.619000', '175739.621000', '175739.624000', '175739.627000', '175739.630000', '175739.633000', '175739.635000', '175739.638000', '175739.640000', '175739.643000', '175759.532000', '175759.535000', '175759.538000', '175759.541000', '175759.543000', '175759.546000', '175759.548000', '175759.551000', '175759.554000', '175759.556000', '175759.559000', '175759.562000', '175759.564000', '175759.567000', '175759.569000', '175759.572000', '175759.575000', '175759.577000', '175759.580000', '175759.582000', '175759.585000', '175759.587000', '175759.590000', '175759.593000', '175759.595000', '175759.598000', '175759.601000', '175759.603000', '175759.606000', '175759.609000', '175759.611000', '175759.614000', '175759.616000', '175759.619000', '175759.622000', '175759.624000', '175759.627000', '175759.629000', '175759.632000', '175759.635000', '175759.637000', '175759.640000', '175759.643000', '175759.645000', '175819.532000', '175819.535000', '175819.538000', '175819.541000', '175819.543000', '175819.546000', '175819.548000', '175819.551000', '175819.553000', '175819.556000', '175819.559000', '175819.561000', '175819.564000', '175819.566000', '175819.569000', '175819.571000', '175819.574000', '175819.577000', '175819.579000', '175819.582000', '175819.584000', '175819.587000', '175819.589000', '175819.592000', '175819.594000', '175819.597000', '175819.600000', '175819.602000', '175819.605000', '175819.608000', '175819.610000', '175819.613000', '175819.615000', '175819.618000', '175819.621000', '175819.623000', '175819.626000', '175819.628000', '175819.631000', '175819.633000', '175819.636000', '175819.638000', '175819.641000', '175839.532000', '175839.534000', '175839.537000', '175839.539000', '175839.542000', '175839.545000', '175839.547000', '175839.550000', '175839.552000', '175839.555000', '175839.558000', '175839.560000', '175839.563000', '175839.578000', '175839.581000', '175839.583000', '175839.586000', '175839.588000', '175839.591000', '175839.594000', '175839.596000', '175839.599000', '175839.602000', '175839.604000', '175839.607000', '175839.609000', '175839.612000', '175839.615000', '175839.618000', '175839.620000', '175839.623000', '175839.625000', '175839.628000', '175839.630000', '175839.633000', '175839.636000', '175839.638000', '175839.641000', '175839.643000', '175839.646000', '175839.649000', '175839.651000', '175839.654000', '175839.656000', '175859.531000', '175859.534000', '175859.537000', '175859.539000', '175859.542000', '175859.545000', '175859.547000', '175859.550000', '175859.552000', '175859.555000', '175859.558000', '175859.560000', '175859.563000', '175859.565000', '175859.568000', '175859.571000', '175859.573000', '175859.576000', '175859.578000', '175859.581000', '175859.584000', '175859.586000', '175859.589000', '175859.591000', '175859.594000', '175859.597000', '175859.600000', '175859.602000', '175859.605000', '175859.607000', '175859.610000', '175859.613000', '175859.615000', '175859.618000', '175859.620000', '175859.623000', '175859.626000', '175859.628000', '175859.631000', '175859.633000', '175859.636000', '175859.639000', '175859.641000', '175919.532000', '175919.535000', '175919.538000', '175919.541000', '175919.543000', '175919.546000', '175919.549000', '175919.551000', '175919.554000', '175919.556000', '175919.559000', '175919.562000', '175919.564000', '175919.567000', '175919.570000', '175919.572000', '175919.575000', '175919.577000', '175919.580000', '175919.583000', '175919.585000', '175919.588000', '175919.590000', '175919.593000', '175919.596000', '175919.598000', '175919.601000', '175919.604000', '175919.606000', '175919.609000', '175919.612000', '175919.614000', '175919.617000', '175919.619000', '175919.622000', '175919.625000', '175919.627000', '175919.630000', '175919.632000', '175919.635000', '175919.638000', '175919.640000', '175919.643000', '175919.646000', '175939.532000', '175939.535000', '175939.538000', '175939.540000', '175939.543000', '175939.546000', '175939.548000', '175939.551000', '175939.553000', '175939.556000', '175939.559000', '175939.561000', '175939.564000', '175939.566000', '175939.569000', '175939.572000', '175939.574000', '175939.577000', '175939.579000', '175939.582000', '175939.584000', '175939.587000', '175939.590000', '175939.592000', '175939.595000', '175939.598000', '175939.600000', '175939.603000', '175939.605000', '175939.608000', '175939.611000', '175939.613000', '175939.616000', '175939.618000', '175939.621000', '175939.623000', '175939.626000', '175939.628000', '175939.631000', '175939.634000', '175939.636000', '175939.639000', '175939.641000', '175959.533000', '175959.535000', '175959.538000', '175959.541000', '175959.544000', '175959.546000', '175959.549000', '175959.551000', '175959.554000', '175959.556000', '175959.559000', '175959.562000', '175959.564000', '175959.567000', '175959.570000', '175959.572000', '175959.575000', '175959.577000', '175959.580000', '175959.582000', '175959.585000', '175959.588000', '175959.590000', '175959.593000', '175959.595000', '175959.598000', '175959.601000', '175959.603000', '175959.606000', '175959.609000', '175959.611000', '175959.614000', '175959.618000', '175959.620000', '175959.623000', '175959.625000', '175959.628000', '175959.630000', '175959.645000', '175959.647000', '175959.650000', '175959.653000', '175959.655000', '175959.658000', '180019.532000', '180019.535000', '180019.538000', '180019.540000', '180019.543000', '180019.546000', '180019.548000', '180019.551000', '180019.553000', '180019.556000', '180019.559000', '180019.561000', '180019.564000', '180019.566000', '180019.569000', '180019.571000', '180019.574000', '180019.576000', '180019.579000', '180019.582000', '180019.584000', '180019.587000', '180019.589000', '180019.592000', '180019.595000', '180019.597000', '180019.600000', '180019.603000', '180019.605000', '180019.620000', '180019.622000', '180019.625000', '180019.628000', '180019.630000', '180019.633000', '180019.635000', '180019.638000', '180019.640000', '180019.643000', '180019.646000', '180019.648000', '180019.651000', '180019.653000', '180039.534000', '180039.537000', '180039.540000', '180039.543000', '180039.546000', '180039.549000', '180039.552000', '180039.555000', '180039.558000', '180039.560000', '180039.563000', '180039.566000', '180039.568000', '180039.571000', '180039.574000', '180039.576000', '180039.579000', '180039.581000', '180039.584000', '180039.586000', '180039.589000', '180039.592000', '180039.594000', '180039.597000', '180039.599000', '180039.602000', '180039.605000', '180039.607000', '180039.610000', '180039.613000', '180039.615000', '180039.618000', '180039.620000', '180039.623000', '180039.625000', '180039.628000', '180039.631000', '180039.633000', '180039.636000', '180039.638000', '180039.641000', '180039.643000', '180039.646000', '180059.532000', '180059.534000', '180059.537000', '180059.540000', '180059.542000', '180059.545000', '180059.547000', '180059.550000', '180059.553000', '180059.555000', '180059.558000', '180059.561000', '180059.563000', '180059.566000', '180059.568000', '180059.571000', '180059.573000', '180059.576000', '180059.579000', '180059.581000', '180059.584000', '180059.586000', '180059.589000', '180059.592000', '180059.594000', '180059.597000', '180059.599000', '180059.602000', '180059.605000', '180059.607000', '180059.610000', '180059.612000', '180059.615000', '180059.618000', '180059.620000', '180059.623000', '180059.625000', '180059.628000', '180059.631000', '180059.633000', '180059.636000', '180059.638000', '180059.641000', '180059.644000', '180119.532000', '180119.535000', '180119.537000', '180119.540000', '180119.542000', '180119.545000', '180119.548000', '180119.550000', '180119.553000', '180119.556000', '180119.558000', '180119.561000', '180119.564000', '180119.566000', '180119.569000', '180119.572000', '180119.574000', '180119.577000', '180119.579000', '180119.582000', '180119.585000', '180119.587000', '180119.590000', '180119.592000', '180119.595000', '180119.597000', '180119.600000', '180119.603000', '180119.605000', '180119.608000', '180119.610000', '180119.613000', '180119.616000', '180119.618000', '180119.621000', '180119.623000', '180119.626000', '180119.629000', '180119.631000', '180119.634000', '180119.636000', '180119.639000', '180119.642000', '180119.644000', '180125.023000', '180125.026000', '180125.029000', '180125.032000', '180125.034000', '180125.055000', '180125.057000', '180125.060000', '180125.063000', '180125.066000', '180125.068000', '180125.071000'], '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': [9401, 13356, 8795, 11915, 8598, 8720, 9545, 8883, 10456, 8690, 8737, 8662, 9249, 8710, 9502, 8093, 9430, 13359, 9409, 8789, 9027, 12148, 9089, 11872, 8893, 16337, 12388, 15531, 8741, 9854, 8208, 11671, 15527, 13958, 18269, 10183, 12054, 10036, 9101, 16083, 9194, 10000, 7858, 7424, 7601, 7932, 8420, 8380, 8478, 9120, 8036, 8593, 11680, 7817, 13293, 12094, 16553, 12020, 18631, 14522, 17721, 19944, 16796, 16725, 13253, 18471, 17004, 10572, 16196, 8073, 8787, 8270, 7993, 8940, 8614, 8146, 9575, 9421, 8855, 11609, 9759, 12349, 9434, 12691, 9472, 13275, 9623, 9534, 16651, 10380, 9293, 12288, 8716, 10513, 8699, 7815, 7354, 7547, 7812, 8026, 7781, 8972, 10032, 8376, 12566, 8239, 10111, 12598, 8384, 12105, 7661, 7555, 7591, 10426, 7299, 9969, 7111, 11998, 8025, 16173, 14409, 18600, 15104, 18732, 14244, 19709, 17781, 16840, 19762, 10776, 18472, 11716, 12065, 16874, 9355, 15855, 10153, 10948, 8300, 8494, 12723, 8331, 9290, 8208, 8943, 9750, 8823, 12699, 8645, 13447, 8543, 12968, 9015, 10705, 17829, 10219, 14563, 11056, 11355, 16422, 10275, 10345, 13940, 8560, 9374, 8969, 9720, 8270, 9236, 10312, 8953, 12836, 8516, 9405, 8946, 7438, 9695, 16719, 13265, 16274, 14015, 12344, 16966, 10166, 10900, 19536, 16509, 19944, 12608, 13295, 17976, 15061, 20429, 13662, 17298, 11741, 10559, 19835, 10977, 17194, 9804, 9380, 10478, 7838, 9231, 8127, 7561, 8168, 7699, 8802, 8603, 11842, 9025, 15361, 11210, 16756, 11259, 14913, 15110, 9253, 12300, 10141, 13640, 8090, 9849, 8076, 9416, 15899, 8932, 13944, 8280, 11450, 9290, 9907, 8245, 9811, 8801, 10317, 15595, 9724, 11849, 8411, 8788, 13962, 8764, 12475, 7885, 10321, 7992, 11939, 9307, 10178, 16232, 9877, 15577, 12440, 11925, 18405, 9798, 13075, 18941, 10078, 16959, 11609, 10497, 10104, 10041, 14994, 10024, 13536, 9361, 13322, 8201, 9811, 14274, 9136, 10919, 7498, 7783, 12702, 8406, 12008, 8872, 10160, 8587, 9274, 8270, 11313, 8372, 10675, 9279, 10493, 8182, 9679, 17065, 8984, 15400, 11838, 10855, 17898, 10786, 10416, 13783, 8898, 13337, 9455, 10119, 11504, 8084, 10662, 8092, 9050, 12276, 8130, 11867, 8185, 8974, 11687, 8922, 10081, 8064, 9151, 13120, 8156, 10222, 8247, 8788, 7870, 9201, 7826, 8675, 11867, 9271, 12989, 9660, 11101, 9182, 9428, 14880, 9091, 11171, 9768, 7725, 8547, 8531, 8898, 8123, 8863, 8163, 11419, 8949, 10088, 17153, 10279, 15562, 9189, 10116, 16505, 9726, 15176, 9194, 10172, 12866, 8644, 9779, 8780, 8571, 12649, 9243, 10705, 8784, 9067, 8940, 9855, 9057, 10123, 12996, 11281, 16321, 9446, 14748, 16154, 12363, 16556, 8824, 14979, 8763, 10543, 9060, 18629, 14142, 17439, 9537, 11324, 14967, 9680, 10585, 19690, 12126, 14691, 7880, 7665, 10757, 7881, 9598, 9183, 7984, 11007, 8376, 9116, 7998, 7901, 10438, 8889, 9662, 8296, 9128, 15122, 8896, 12388, 10412, 8240, 12593, 8715, 8426, 11951, 7958, 9414, 12615, 7776, 10034, 7684, 7804, 8006, 8482, 7787, 7617, 10560, 7763, 11208, 15298, 11110, 14859, 9516, 11785, 16505, 10871, 12686, 17258, 9380, 15986, 12560, 11126, 14524, 9405, 9679, 18618, 8192, 10461, 7885, 7822, 11595, 7509, 8710, 8066, 10300, 9239, 7587, 7629, 9648, 8390, 7831, 12046, 7720, 12882, 8879, 9125, 14671, 8635, 13045, 8109, 9246, 7774, 8226, 12527, 7972, 10204, 7654, 8576, 7627, 8087, 7441, 10620, 12155, 8067, 12444, 8335, 11081, 8449, 12250, 10248, 15235, 10627, 13437, 13615, 8281, 13540, 7969, 9290, 14138, 8166, 11539, 8759, 10487, 9769, 9026, 8192, 8139, 7892, 8387, 9316, 8212, 14044, 10863, 9696, 13451, 8629, 9831, 16582, 9554, 11354, 14270, 7768, 12203, 8717, 8653, 8343, 8920, 8064, 9904, 8878, 8624, 12894, 7717, 12067, 8733, 10156, 7686, 10026, 9731, 9167, 10294, 7785, 11984, 7625, 11780, 8351, 10391, 7292, 8993, 11948, 7859, 10593, 7377, 9136, 7660, 9059, 10337, 7565, 12159, 7958, 9797, 7867, 10325, 9320, 9923, 12126, 7871, 13561, 8595, 9466, 10118, 10643, 13497, 8649, 8541, 8803, 13172, 11519, 11426, 9545, 7829, 8723, 8058, 9574, 15755, 11212, 11394, 16799, 9217, 14380, 9507, 12058, 8738, 10907, 15677, 14202, 11214, 9995, 11664, 10156, 16369, 11884, 7536, 8044, 13482, 7861, 10615, 10915, 9518, 10973, 9916, 9303, 12899, 8512, 12857, 8109, 12351, 8330, 10015, 7596, 9109, 8078, 9204, 7537, 8573, 7962, 9558, 7854, 12900, 8818, 10187, 10824, 8872, 12238, 8634, 11659, 7955, 7857, 7527, 10392, 8208, 8068, 12190, 8499, 10515, 8473, 11283, 8417, 9197, 14131, 11830, 16561, 8188, 13851, 7840, 13751, 9321, 13796, 18399, 10028, 16463, 7936, 9082, 13067, 8462, 13046, 8371, 9661, 7934, 8729, 11580, 8365, 12499, 8230, 9780, 14167, 8365, 12872, 8452, 9314, 11443, 8430, 11590, 8528, 9281, 7656, 7989, 12139, 8618, 9344, 7848, 8970, 12246, 8349, 10823, 8468, 9228, 12651, 8371, 7060, 8919, 6951, 11876, 7144, 12677, 7773, 12311, 15050, 12059, 18846, 12696, 14748, 21684, 16633, 19353, 11935, 13396, 20197, 15635, 22381, 16740, 19449, 14410, 19938, 12482, 16601, 8884, 12047, 8313, 13599, 9603, 14083, 9056, 13712, 8964, 14358, 9412, 14482, 9270, 14607, 9101, 14157, 9292, 14577, 9148, 14068, 8422, 13492, 8487, 13423, 8508, 13384, 9109, 11349, 9309, 9937, 14792, 9016, 16435, 9700, 12091, 10118, 8564, 14434, 8816, 10365, 14378, 9058, 13297, 8083, 10636, 12955, 8479, 14721, 8169, 10280, 13295, 8264, 10208, 8431, 8555, 8676, 7334, 13142, 12713, 14075, 10873, 14063, 19587, 11740, 17066, 17967, 15003, 19482, 11098, 14084, 17121, 9874, 16324, 11818, 11435, 8053, 12412, 9431, 11531, 8474, 12439, 9448, 10370, 11197, 10237, 17583, 8728, 14969, 10481, 10993, 17739, 8355, 11647, 7943, 10048, 8928, 9694, 8114, 8730, 8308, 9348, 7986, 9658, 7901, 8962, 14340, 9929, 13617, 11814, 11139, 16625, 10251, 11259, 16903, 9747, 13075, 7957, 8663, 12774, 7596, 11244, 8932, 11518, 7731, 9345, 13376, 7651, 15272, 10657, 14782, 8749, 11049, 19318, 14570, 15781], 'WindowCenter': [4354.0, 4365.0, 4311.0, 4329.0, 4285.0, 4308.0, 4303.0, 4296.0, 4315.0, 4296.0, 4295.0, 4308.0, 4307.0, 4308.0, 4318.0, 4286.0, 4320.0, 4349.0, 4308.0, 4304.0, 4309.0, 4337.0, 4297.0, 4353.0, 4299.0, 4347.0, 4328.0, 4347.0, 4284.0, 4305.0, 4284.0, 4316.0, 4335.0, 4325.0, 4343.0, 4290.0, 4309.0, 4278.0, 4278.0, 4329.0, 4269.0, 4280.0, 4277.0, 4279.0, 4276.0, 4276.0, 4300.0, 4269.0, 4302.0, 4327.0, 4305.0, 4315.0, 4356.0, 4320.0, 4380.0, 4361.0, 4380.0, 4350.0, 4368.0, 4308.0, 4346.0, 4332.0, 4319.0, 4318.0, 4296.0, 4303.0, 4290.0, 4250.0, 4291.0, 4233.0, 4240.0, 4243.0, 4241.0, 4265.0, 4256.0, 4256.0, 4280.0, 4291.0, 4296.0, 4338.0, 4308.0, 4326.0, 4305.0, 4323.0, 4304.0, 4335.0, 4292.0, 4292.0, 4333.0, 4290.0, 4293.0, 4299.0, 4283.0, 4303.0, 4282.0, 4271.0, 4261.0, 4286.0, 4288.0, 4299.0, 4289.0, 4321.0, 4318.0, 4310.0, 4351.0, 4311.0, 4344.0, 4352.0, 4296.0, 4323.0, 4271.0, 4255.0, 4279.0, 4280.0, 4262.0, 4291.0, 4265.0, 4313.0, 4275.0, 4334.0, 4325.0, 4342.0, 4334.0, 4346.0, 4333.0, 4370.0, 4340.0, 4346.0, 4340.0, 4295.0, 4333.0, 4287.0, 4298.0, 4316.0, 4267.0, 4331.0, 4287.0, 4299.0, 4255.0, 4266.0, 4306.0, 4268.0, 4291.0, 4267.0, 4278.0, 4287.0, 4292.0, 4346.0, 4306.0, 4328.0, 4307.0, 4342.0, 4296.0, 4318.0, 4367.0, 4329.0, 4335.0, 4303.0, 4315.0, 4344.0, 4307.0, 4305.0, 4322.0, 4271.0, 4280.0, 4282.0, 4293.0, 4285.0, 4305.0, 4303.0, 4316.0, 4329.0, 4286.0, 4296.0, 4304.0, 4267.0, 4298.0, 4348.0, 4327.0, 4358.0, 4325.0, 4315.0, 4342.0, 4283.0, 4300.0, 4336.0, 4333.0, 4343.0, 4311.0, 4319.0, 4328.0, 4318.0, 4327.0, 4295.0, 4316.0, 4271.0, 4261.0, 4311.0, 4259.0, 4301.0, 4246.0, 4264.0, 4271.0, 4231.0, 4247.0, 4230.0, 4229.0, 4253.0, 4257.0, 4277.0, 4279.0, 4311.0, 4279.0, 4327.0, 4301.0, 4329.0, 4301.0, 4330.0, 4318.0, 4277.0, 4309.0, 4289.0, 4309.0, 4268.0, 4288.0, 4269.0, 4291.0, 4324.0, 4283.0, 4337.0, 4282.0, 4312.0, 4285.0, 4303.0, 4294.0, 4319.0, 4292.0, 4304.0, 4340.0, 4298.0, 4326.0, 4278.0, 4277.0, 4327.0, 4276.0, 4305.0, 4279.0, 4309.0, 4291.0, 4327.0, 4295.0, 4310.0, 4338.0, 4298.0, 4335.0, 4306.0, 4301.0, 4324.0, 4272.0, 4310.0, 4317.0, 4258.0, 4315.0, 4283.0, 4277.0, 4267.0, 4268.0, 4298.0, 4274.0, 4305.0, 4264.0, 4295.0, 4243.0, 4275.0, 4294.0, 4266.0, 4277.0, 4233.0, 4259.0, 4291.0, 4256.0, 4296.0, 4267.0, 4299.0, 4280.0, 4279.0, 4281.0, 4313.0, 4294.0, 4315.0, 4305.0, 4311.0, 4284.0, 4318.0, 4350.0, 4287.0, 4328.0, 4299.0, 4290.0, 4330.0, 4288.0, 4288.0, 4309.0, 4262.0, 4309.0, 4278.0, 4288.0, 4286.0, 4252.0, 4286.0, 4257.0, 4278.0, 4297.0, 4269.0, 4310.0, 4270.0, 4281.0, 4299.0, 4275.0, 4301.0, 4270.0, 4293.0, 4348.0, 4258.0, 4344.0, 4303.0, 4303.0, 4307.0, 4311.0, 4290.0, 4302.0, 4325.0, 4300.0, 4330.0, 4300.0, 4320.0, 4303.0, 4305.0, 4351.0, 4292.0, 4326.0, 4295.0, 4265.0, 4276.0, 4288.0, 4274.0, 4258.0, 4262.0, 4270.0, 4311.0, 4280.0, 4304.0, 4344.0, 4286.0, 4327.0, 4293.0, 4299.0, 4341.0, 4319.0, 4358.0, 4304.0, 4315.0, 4321.0, 4281.0, 4304.0, 4280.0, 4282.0, 4322.0, 4304.0, 4340.0, 4310.0, 4308.0, 4318.0, 4330.0, 4319.0, 4331.0, 4349.0, 4340.0, 4356.0, 4307.0, 4348.0, 4345.0, 4326.0, 4358.0, 4291.0, 4329.0, 4282.0, 4297.0, 4282.0, 4345.0, 4322.0, 4344.0, 4278.0, 4300.0, 4318.0, 4267.0, 4287.0, 4328.0, 4285.0, 4305.0, 4243.0, 4244.0, 4274.0, 4243.0, 4274.0, 4277.0, 4256.0, 4283.0, 4257.0, 4276.0, 4256.0, 4268.0, 4297.0, 4293.0, 4291.0, 4271.0, 4290.0, 4330.0, 4281.0, 4323.0, 4300.0, 4269.0, 4310.0, 4269.0, 4269.0, 4293.0, 4258.0, 4279.0, 4309.0, 4271.0, 4304.0, 4283.0, 4283.0, 4271.0, 4283.0, 4282.0, 4283.0, 4312.0, 4284.0, 4338.0, 4357.0, 4339.0, 4342.0, 4298.0, 4325.0, 4351.0, 4315.0, 4320.0, 4343.0, 4287.0, 4343.0, 4308.0, 4299.0, 4321.0, 4279.0, 4279.0, 4328.0, 4257.0, 4287.0, 4256.0, 4272.0, 4299.0, 4247.0, 4282.0, 4283.0, 4315.0, 4282.0, 4272.0, 4282.0, 4305.0, 4296.0, 4287.0, 4335.0, 4286.0, 4337.0, 4296.0, 4307.0, 4346.0, 4296.0, 4323.0, 4284.0, 4305.0, 4283.0, 4295.0, 4328.0, 4284.0, 4315.0, 4286.0, 4295.0, 4286.0, 4285.0, 4273.0, 4339.0, 4338.0, 4298.0, 4350.0, 4310.0, 4328.0, 4310.0, 4338.0, 4331.0, 4358.0, 4318.0, 4336.0, 4323.0, 4284.0, 4325.0, 4282.0, 4305.0, 4332.0, 4282.0, 4320.0, 4292.0, 4311.0, 4302.0, 4280.0, 4281.0, 4284.0, 4284.0, 4307.0, 4318.0, 4308.0, 4347.0, 4315.0, 4320.0, 4335.0, 4283.0, 4304.0, 4332.0, 4291.0, 4315.0, 4319.0, 4263.0, 4312.0, 4283.0, 4269.0, 4271.0, 4282.0, 4260.0, 4291.0, 4280.0, 4283.0, 4321.0, 4272.0, 4322.0, 4282.0, 4301.0, 4272.0, 4303.0, 4291.0, 4293.0, 4302.0, 4273.0, 4312.0, 4274.0, 4315.0, 4285.0, 4316.0, 4272.0, 4309.0, 4326.0, 4286.0, 4316.0, 4274.0, 4305.0, 4285.0, 4309.0, 4317.0, 4288.0, 4337.0, 4300.0, 4317.0, 4299.0, 4330.0, 4309.0, 4332.0, 4341.0, 4298.0, 4339.0, 4298.0, 4304.0, 4308.0, 4308.0, 4326.0, 4299.0, 4296.0, 4322.0, 4337.0, 4326.0, 4312.0, 4305.0, 4274.0, 4283.0, 4299.0, 4316.0, 4347.0, 4313.0, 4313.0, 4326.0, 4293.0, 4323.0, 4292.0, 4314.0, 4270.0, 4300.0, 4320.0, 4309.0, 4287.0, 4279.0, 4287.0, 4279.0, 4319.0, 4312.0, 4261.0, 4262.0, 4296.0, 4256.0, 4276.0, 4300.0, 4281.0, 4302.0, 4293.0, 4283.0, 4310.0, 4281.0, 4321.0, 4270.0, 4310.0, 4270.0, 4278.0, 4259.0, 4268.0, 4270.0, 4293.0, 4272.0, 4282.0, 4284.0, 4291.0, 4271.0, 4323.0, 4282.0, 4304.0, 4300.0, 4281.0, 4309.0, 4280.0, 4311.0, 4271.0, 4272.0, 4285.0, 4313.0, 4283.0, 4285.0, 4323.0, 4306.0, 4327.0, 4297.0, 4338.0, 4298.0, 4321.0, 4349.0, 4341.0, 4359.0, 4300.0, 4350.0, 4300.0, 4348.0, 4308.0, 4350.0, 4359.0, 4306.0, 4350.0, 4284.0, 4294.0, 4323.0, 4285.0, 4323.0, 4284.0, 4293.0, 4272.0, 4307.0, 4328.0, 4297.0, 4326.0, 4296.0, 4318.0, 4346.0, 4298.0, 4336.0, 4296.0, 4308.0, 4325.0, 4310.0, 4338.0, 4310.0, 4318.0, 4286.0, 4297.0, 4335.0, 4295.0, 4307.0, 4285.0, 4297.0, 4326.0, 4294.0, 4339.0, 4310.0, 4320.0, 4302.0, 4282.0, 4249.0, 4260.0, 4242.0, 4301.0, 4253.0, 4302.0, 4252.0, 4324.0, 4323.0, 4310.0, 4344.0, 4311.0, 4322.0, 4341.0, 4318.0, 4316.0, 4271.0, 4294.0, 4314.0, 4303.0, 4313.0, 4300.0, 4298.0, 4279.0, 4299.0, 4269.0, 4277.0, 4227.0, 4246.0, 4225.0, 4265.0, 4237.0, 4266.0, 4236.0, 4265.0, 4237.0, 4277.0, 4237.0, 4278.0, 4250.0, 4289.0, 4251.0, 4290.0, 4252.0, 4290.0, 4262.0, 4303.0, 4265.0, 4305.0, 4265.0, 4304.0, 4265.0, 4306.0, 4265.0, 4286.0, 4265.0, 4288.0, 4310.0, 4277.0, 4329.0, 4277.0, 4308.0, 4276.0, 4269.0, 4318.0, 4277.0, 4282.0, 4312.0, 4279.0, 4318.0, 4269.0, 4301.0, 4313.0, 4275.0, 4336.0, 4277.0, 4299.0, 4308.0, 4256.0, 4276.0, 4265.0, 4260.0, 4261.0, 4253.0, 4326.0, 4324.0, 4327.0, 4307.0, 4330.0, 4349.0, 4308.0, 4361.0, 4346.0, 4336.0, 4347.0, 4300.0, 4323.0, 4325.0, 4290.0, 4320.0, 4297.0, 4288.0, 4257.0, 4297.0, 4278.0, 4297.0, 4259.0, 4309.0, 4279.0, 4293.0, 4295.0, 4284.0, 4328.0, 4268.0, 4320.0, 4288.0, 4290.0, 4318.0, 4248.0, 4286.0, 4256.0, 4292.0, 4279.0, 4291.0, 4259.0, 4282.0, 4283.0, 4293.0, 4278.0, 4304.0, 4277.0, 4295.0, 4328.0, 4304.0, 4336.0, 4318.0, 4335.0, 4349.0, 4296.0, 4305.0, 4336.0, 4287.0, 4320.0, 4270.0, 4292.0, 4322.0, 4278.0, 4336.0, 4307.0, 4331.0, 4289.0, 4319.0, 4340.0, 4295.0, 4366.0, 4330.0, 4361.0, 4302.0, 4330.0, 4362.0, 4341.0, 4348.0], 'WindowWidth': [9630.0, 9624.0, 9541.0, 9560.0, 9493.0, 9529.0, 9515.0, 9507.0, 9531.0, 9507.0, 9505.0, 9526.0, 9526.0, 9526.0, 9541.0, 9494.0, 9547.0, 9584.0, 9527.0, 9518.0, 9531.0, 9563.0, 9510.0, 9596.0, 9514.0, 9577.0, 9550.0, 9577.0, 9483.0, 9513.0, 9484.0, 9530.0, 9556.0, 9538.0, 9564.0, 9485.0, 9511.0, 9465.0, 9466.0, 9536.0, 9452.0, 9467.0, 9474.0, 9488.0, 9476.0, 9473.0, 9514.0, 9454.0, 9520.0, 9562.0, 9532.0, 9542.0, 9599.0, 9563.0, 9645.0, 9611.0, 9632.0, 9588.0, 9622.0, 9503.0, 9577.0, 9552.0, 9523.0, 9524.0, 9484.0, 9491.0, 9465.0, 9409.0, 9467.0, 9389.0, 9397.0, 9406.0, 9401.0, 9443.0, 9428.0, 9432.0, 9470.0, 9490.0, 9505.0, 9566.0, 9521.0, 9541.0, 9516.0, 9534.0, 9514.0, 9556.0, 9491.0, 9494.0, 9549.0, 9486.0, 9494.0, 9496.0, 9479.0, 9508.0, 9479.0, 9464.0, 9447.0, 9494.0, 9496.0, 9518.0, 9501.0, 9548.0, 9543.0, 9533.0, 9591.0, 9533.0, 9589.0, 9594.0, 9511.0, 9538.0, 9463.0, 9433.0, 9475.0, 9464.0, 9447.0, 9482.0, 9454.0, 9518.0, 9467.0, 9546.0, 9535.0, 9556.0, 9547.0, 9570.0, 9551.0, 9624.0, 9563.0, 9574.0, 9555.0, 9488.0, 9549.0, 9475.0, 9488.0, 9511.0, 9446.0, 9545.0, 9477.0, 9496.0, 9430.0, 9446.0, 9505.0, 9453.0, 9489.0, 9450.0, 9468.0, 9478.0, 9496.0, 9576.0, 9521.0, 9543.0, 9527.0, 9568.0, 9506.0, 9538.0, 9606.0, 9558.0, 9561.0, 9508.0, 9527.0, 9570.0, 9519.0, 9511.0, 9528.0, 9457.0, 9467.0, 9475.0, 9494.0, 9488.0, 9518.0, 9512.0, 9539.0, 9547.0, 9484.0, 9496.0, 9515.0, 9459.0, 9501.0, 9571.0, 9538.0, 9596.0, 9532.0, 9520.0, 9561.0, 9471.0, 9499.0, 9556.0, 9550.0, 9567.0, 9515.0, 9526.0, 9535.0, 9520.0, 9537.0, 9483.0, 9514.0, 9442.0, 9429.0, 9498.0, 9423.0, 9484.0, 9401.0, 9440.0, 9443.0, 9390.0, 9404.0, 9385.0, 9385.0, 9426.0, 9436.0, 9463.0, 9472.0, 9516.0, 9474.0, 9533.0, 9502.0, 9539.0, 9500.0, 9542.0, 9519.0, 9464.0, 9510.0, 9483.0, 9508.0, 9454.0, 9483.0, 9458.0, 9491.0, 9530.0, 9481.0, 9553.0, 9482.0, 9521.0, 9480.0, 9511.0, 9500.0, 9543.0, 9495.0, 9513.0, 9561.0, 9500.0, 9546.0, 9474.0, 9470.0, 9534.0, 9466.0, 9501.0, 9477.0, 9517.0, 9496.0, 9548.0, 9502.0, 9520.0, 9556.0, 9500.0, 9558.0, 9505.0, 9502.0, 9532.0, 9453.0, 9509.0, 9518.0, 9426.0, 9513.0, 9463.0, 9461.0, 9435.0, 9441.0, 9482.0, 9456.0, 9498.0, 9442.0, 9482.0, 9409.0, 9457.0, 9477.0, 9444.0, 9460.0, 9396.0, 9444.0, 9475.0, 9435.0, 9486.0, 9449.0, 9499.0, 9475.0, 9470.0, 9475.0, 9524.0, 9502.0, 9534.0, 9519.0, 9525.0, 9487.0, 9540.0, 9577.0, 9485.0, 9542.0, 9497.0, 9485.0, 9538.0, 9479.0, 9479.0, 9508.0, 9441.0, 9510.0, 9468.0, 9480.0, 9472.0, 9426.0, 9474.0, 9437.0, 9468.0, 9490.0, 9458.0, 9512.0, 9460.0, 9477.0, 9497.0, 9464.0, 9504.0, 9461.0, 9497.0, 9580.0, 9437.0, 9587.0, 9518.0, 9518.0, 9528.0, 9527.0, 9497.0, 9516.0, 9545.0, 9509.0, 9550.0, 9508.0, 9536.0, 9513.0, 9521.0, 9580.0, 9497.0, 9548.0, 9492.0, 9452.0, 9467.0, 9490.0, 9461.0, 9439.0, 9437.0, 9458.0, 9516.0, 9474.0, 9511.0, 9565.0, 9478.0, 9537.0, 9496.0, 9502.0, 9563.0, 9545.0, 9598.0, 9519.0, 9531.0, 9532.0, 9477.0, 9513.0, 9474.0, 9481.0, 9533.0, 9515.0, 9575.0, 9534.0, 9531.0, 9543.0, 9562.0, 9548.0, 9565.0, 9583.0, 9573.0, 9589.0, 9522.0, 9582.0, 9572.0, 9547.0, 9592.0, 9493.0, 9543.0, 9480.0, 9495.0, 9478.0, 9573.0, 9533.0, 9571.0, 9469.0, 9499.0, 9521.0, 9448.0, 9477.0, 9537.0, 9470.0, 9498.0, 9408.0, 9414.0, 9453.0, 9411.0, 9455.0, 9461.0, 9435.0, 9468.0, 9438.0, 9463.0, 9433.0, 9455.0, 9493.0, 9496.0, 9492.0, 9462.0, 9490.0, 9541.0, 9477.0, 9537.0, 9499.0, 9459.0, 9515.0, 9456.0, 9456.0, 9485.0, 9442.0, 9472.0, 9509.0, 9464.0, 9515.0, 9487.0, 9485.0, 9464.0, 9482.0, 9484.0, 9488.0, 9522.0, 9492.0, 9570.0, 9597.0, 9572.0, 9568.0, 9502.0, 9546.0, 9579.0, 9530.0, 9534.0, 9564.0, 9482.0, 9568.0, 9508.0, 9497.0, 9530.0, 9469.0, 9469.0, 9534.0, 9437.0, 9478.0, 9433.0, 9466.0, 9496.0, 9426.0, 9480.0, 9482.0, 9531.0, 9475.0, 9466.0, 9482.0, 9517.0, 9508.0, 9498.0, 9558.0, 9496.0, 9565.0, 9505.0, 9525.0, 9575.0, 9506.0, 9537.0, 9485.0, 9518.0, 9488.0, 9504.0, 9543.0, 9486.0, 9530.0, 9495.0, 9504.0, 9492.0, 9490.0, 9471.0, 9572.0, 9566.0, 9515.0, 9587.0, 9534.0, 9555.0, 9534.0, 9568.0, 9562.0, 9596.0, 9537.0, 9559.0, 9536.0, 9484.0, 9540.0, 9482.0, 9516.0, 9549.0, 9482.0, 9534.0, 9495.0, 9521.0, 9510.0, 9476.0, 9477.0, 9487.0, 9491.0, 9528.0, 9541.0, 9530.0, 9583.0, 9532.0, 9547.0, 9559.0, 9483.0, 9511.0, 9548.0, 9489.0, 9527.0, 9525.0, 9454.0, 9518.0, 9480.0, 9456.0, 9462.0, 9475.0, 9442.0, 9488.0, 9471.0, 9481.0, 9531.0, 9468.0, 9533.0, 9478.0, 9504.0, 9466.0, 9510.0, 9488.0, 9495.0, 9505.0, 9469.0, 9518.0, 9473.0, 9526.0, 9487.0, 9531.0, 9467.0, 9525.0, 9544.0, 9490.0, 9530.0, 9472.0, 9514.0, 9488.0, 9528.0, 9534.0, 9497.0, 9563.0, 9519.0, 9535.0, 9515.0, 9558.0, 9529.0, 9566.0, 9575.0, 9515.0, 9568.0, 9509.0, 9515.0, 9522.0, 9520.0, 9542.0, 9511.0, 9509.0, 9551.0, 9564.0, 9544.0, 9520.0, 9513.0, 9470.0, 9484.0, 9518.0, 9536.0, 9581.0, 9523.0, 9520.0, 9531.0, 9494.0, 9535.0, 9490.0, 9523.0, 9458.0, 9499.0, 9523.0, 9508.0, 9474.0, 9465.0, 9473.0, 9465.0, 9521.0, 9519.0, 9445.0, 9449.0, 9485.0, 9432.0, 9458.0, 9495.0, 9473.0, 9506.0, 9491.0, 9479.0, 9510.0, 9474.0, 9529.0, 9460.0, 9512.0, 9456.0, 9464.0, 9441.0, 9452.0, 9460.0, 9493.0, 9465.0, 9478.0, 9485.0, 9489.0, 9465.0, 9536.0, 9479.0, 9509.0, 9500.0, 9476.0, 9510.0, 9473.0, 9516.0, 9462.0, 9465.0, 9490.0, 9526.0, 9484.0, 9493.0, 9539.0, 9522.0, 9550.0, 9512.0, 9567.0, 9514.0, 9550.0, 9586.0, 9573.0, 9595.0, 9517.0, 9582.0, 9517.0, 9582.0, 9526.0, 9587.0, 9599.0, 9520.0, 9578.0, 9491.0, 9502.0, 9536.0, 9488.0, 9536.0, 9485.0, 9496.0, 9466.0, 9523.0, 9553.0, 9508.0, 9546.0, 9508.0, 9539.0, 9573.0, 9512.0, 9561.0, 9508.0, 9524.0, 9546.0, 9532.0, 9570.0, 9533.0, 9540.0, 9496.0, 9512.0, 9560.0, 9506.0, 9524.0, 9488.0, 9508.0, 9544.0, 9501.0, 9572.0, 9536.0, 9548.0, 9497.0, 9482.0, 9430.0, 9435.0, 9413.0, 9493.0, 9432.0, 9495.0, 9429.0, 9541.0, 9526.0, 9511.0, 9574.0, 9515.0, 9534.0, 9563.0, 9517.0, 9519.0, 9442.0, 9479.0, 9508.0, 9487.0, 9507.0, 9479.0, 9476.0, 9450.0, 9479.0, 9433.0, 9440.0, 9369.0, 9395.0, 9368.0, 9422.0, 9388.0, 9424.0, 9384.0, 9422.0, 9388.0, 9442.0, 9389.0, 9445.0, 9410.0, 9463.0, 9415.0, 9466.0, 9417.0, 9467.0, 9433.0, 9491.0, 9444.0, 9496.0, 9443.0, 9493.0, 9443.0, 9499.0, 9444.0, 9474.0, 9444.0, 9480.0, 9500.0, 9464.0, 9535.0, 9462.0, 9505.0, 9460.0, 9454.0, 9520.0, 9463.0, 9468.0, 9505.0, 9469.0, 9520.0, 9455.0, 9503.0, 9511.0, 9467.0, 9549.0, 9473.0, 9502.0, 9504.0, 9430.0, 9457.0, 9448.0, 9435.0, 9437.0, 9431.0, 9538.0, 9538.0, 9541.0, 9511.0, 9548.0, 9576.0, 9512.0, 9604.0, 9571.0, 9554.0, 9567.0, 9498.0, 9535.0, 9527.0, 9484.0, 9524.0, 9487.0, 9477.0, 9433.0, 9490.0, 9465.0, 9488.0, 9439.0, 9508.0, 9466.0, 9488.0, 9485.0, 9470.0, 9533.0, 9452.0, 9527.0, 9478.0, 9480.0, 9511.0, 9419.0, 9467.0, 9433.0, 9491.0, 9468.0, 9487.0, 9442.0, 9478.0, 9482.0, 9496.0, 9472.0, 9515.0, 9473.0, 9503.0, 9543.0, 9513.0, 9561.0, 9527.0, 9561.0, 9574.0, 9493.0, 9505.0, 9546.0, 9482.0, 9528.0, 9460.0, 9495.0, 9534.0, 9476.0, 9563.0, 9524.0, 9551.0, 9496.0, 9542.0, 9561.0, 9510.0, 9609.0, 9559.0, 9602.0, 9515.0, 9559.0, 9598.0, 9562.0, 9580.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.006681251435132031</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.08442148231917337</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.59412038512645</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.154039378747125</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0217960480459762</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4508</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7940.9395</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.23473251140294438</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>313</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>35.93570608495982</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.50425988360642</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.378883306919366</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.687281572293851</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.446614771606043</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0120249</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019809748977422714</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026313258334994316</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>4.222530131008981</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>28.3068</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.8148</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.3884</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308303.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>786.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.2002</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5892</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>525.7179</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3576.5297</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3762.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68241.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1449.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4607.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>890.9285</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>23.43803888466209</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> |