=== 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-0005 --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-0005",
"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-0005_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0005_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0005_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-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0005/ses-04/func/sub-0005_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>ea2085561a64b769e1f62164c18d340e</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>15:52:18.772500</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_VE11C_LATEST_20160120</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.998353, 0.0458107, -0.034534, -0.0456842, 0.998946, 0.00444425]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0921018</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4131, -7765, -7209, 519, -60, 29, -87, 71]</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>275.651</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>638ff92d-cebe-4a7a-bad8-ce676136d0ca||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6785082817077637, -0.12256724387407303, -0.09369317442178726, 120.54108428955078], [-0.12290668487548828, 2.6800992488861084, 0.007720031775534153, -81.15885162353516], [-0.09265214204788208, -0.011923587881028652, 2.6983628273010254, -28.326190948486328], [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': ['155218.772500', '155219.232500', '155219.692500', '155220.152500', '155220.612500', '155221.072500', '155221.532500', '155221.992500', '155222.452500', '155222.912500', '155223.372500', '155223.832500', '155224.292500', '155224.752500', '155225.212500', '155225.672500', '155226.132500', '155226.592500', '155227.052500', '155227.512500', '155227.972500', '155228.432500', '155228.892500', '155229.352500', '155229.812500', '155230.272500', '155230.732500', '155231.192500', '155231.652500', '155232.112500', '155232.572500', '155233.032500', '155233.492500', '155233.952500', '155234.412500', '155234.872500', '155235.332500', '155235.792500', '155236.252500', '155236.712500', '155237.172500', '155237.632500', '155238.092500', '155238.552500', '155239.012500', '155239.472500', '155239.932500', '155240.392500', '155240.852500', '155241.312500', '155241.772500', '155242.232500', '155242.692500', '155243.152500', '155243.612500', '155244.072500', '155244.532500', '155244.992500', '155245.452500', '155245.912500', '155246.372500', '155246.832500', '155247.292500', '155247.752500', '155248.212500', '155248.672500', '155249.132500', '155249.592500', '155250.052500', '155250.512500', '155250.972500', '155251.432500', '155251.892500', '155252.352500', '155252.812500', '155253.272500', '155253.732500', '155254.192500', '155254.652500', '155255.112500', '155255.572500', '155256.032500', '155256.492500', '155256.952500', '155257.412500', '155257.872500', '155258.332500', '155258.792500', '155259.252500', '155259.712500', '155300.172500', '155300.632500', '155301.092500', '155301.552500', '155302.012500', '155302.472500', '155302.932500', '155303.392500', '155303.852500', '155304.312500', '155304.772500', '155305.232500', '155305.692500', '155306.152500', '155306.612500', '155307.072500', '155307.532500', '155307.992500', '155308.452500', '155308.912500', '155309.372500', '155309.832500', '155310.292500', '155310.752500', '155311.212500', '155311.672500', '155312.132500', '155312.592500', '155313.052500', '155313.512500', '155313.972500', '155314.432500', '155314.892500', '155315.352500', '155315.812500', '155316.272500', '155316.732500', '155317.192500', '155317.652500', '155318.112500', '155318.572500', '155319.032500', '155319.492500', '155319.952500', '155320.412500', '155320.872500', '155321.332500', '155321.792500', '155322.252500', '155322.712500', '155323.172500', '155323.632500', '155324.092500', '155324.552500', '155325.012500', '155325.472500', '155325.932500', '155326.392500', '155326.852500', '155327.312500', '155327.772500', '155328.232500', '155328.692500', '155329.152500', '155329.612500', '155330.072500', '155330.532500', '155330.992500', '155331.452500', '155331.912500', '155332.372500', '155332.832500', '155333.292500', '155333.752500', '155334.212500', '155334.672500', '155335.132500', '155335.592500', '155336.052500', '155336.512500', '155336.972500', '155337.432500', '155337.892500', '155338.352500', '155338.812500', '155339.272500', '155339.732500', '155340.192500', '155340.652500', '155341.112500', '155341.572500', '155342.032500', '155342.492500', '155342.952500', '155343.412500', '155343.872500', '155344.332500', '155344.792500', '155345.252500', '155345.712500', '155346.172500', '155346.632500', '155347.092500', '155347.552500', '155348.012500', '155348.472500', '155348.932500', '155349.392500', '155349.852500', '155350.312500', '155350.772500', '155351.232500', '155351.692500', '155352.152500', '155352.612500', '155353.072500', '155353.532500', '155353.992500', '155354.452500', '155354.912500', '155355.372500', '155355.832500', '155356.292500', '155356.752500', '155357.212500', '155357.672500', '155358.132500', '155358.592500', '155359.052500', '155359.512500', '155359.972500', '155400.432500', '155400.892500', '155401.352500', '155401.812500', '155402.272500', '155402.732500', '155403.192500', '155403.652500', '155404.112500', '155404.572500', '155405.032500', '155405.492500', '155405.952500', '155406.412500', '155406.872500', '155407.332500', '155407.792500', '155408.252500', '155408.712500', '155409.172500', '155409.632500', '155410.092500', '155410.552500', '155411.012500', '155411.472500', '155411.932500', '155412.392500', '155412.852500', '155413.312500', '155413.772500', '155414.232500', '155414.692500', '155415.152500', '155415.612500', '155416.072500', '155416.532500', '155416.992500', '155417.452500', '155417.912500', '155418.372500', '155418.832500', '155419.292500', '155419.752500', '155420.212500', '155420.672500', '155421.132500', '155421.592500', '155422.052500', '155422.512500', '155422.972500', '155423.432500', '155423.892500', '155424.352500', '155424.812500', '155425.272500', '155425.732500', '155426.192500', '155426.652500', '155427.112500', '155427.572500', '155428.032500', '155428.492500', '155428.952500', '155429.412500', '155429.872500', '155430.332500', '155430.792500', '155431.252500', '155431.712500', '155432.172500', '155432.632500', '155433.092500', '155433.552500', '155434.012500', '155434.472500', '155434.932500', '155435.392500', '155435.852500', '155436.312500', '155436.772500', '155437.232500', '155437.692500', '155438.152500', '155438.612500', '155439.072500', '155439.532500', '155439.992500', '155440.452500', '155440.912500', '155441.372500', '155441.832500', '155442.292500', '155442.752500', '155443.212500', '155443.672500', '155444.132500', '155444.592500', '155445.052500', '155445.512500', '155445.972500', '155446.432500', '155446.892500', '155447.352500', '155447.812500', '155448.272500', '155448.732500', '155449.192500', '155449.652500', '155450.112500', '155450.572500', '155451.032500', '155451.492500', '155451.952500', '155452.412500', '155452.872500', '155453.332500', '155453.792500', '155454.252500', '155454.712500', '155455.172500', '155455.632500', '155456.092500', '155456.552500', '155457.012500', '155457.472500', '155457.932500', '155458.392500', '155458.852500', '155459.312500', '155459.772500', '155500.232500', '155500.692500', '155501.152500', '155501.612500', '155502.072500', '155502.532500', '155502.992500', '155503.452500', '155503.912500', '155504.372500', '155504.832500', '155505.292500', '155505.752500', '155506.212500', '155506.672500', '155507.132500', '155507.592500', '155508.052500', '155508.512500', '155508.972500', '155509.432500', '155509.892500', '155510.352500', '155510.812500', '155511.272500', '155511.732500', '155512.192500', '155512.652500', '155513.112500', '155513.572500', '155514.032500', '155514.492500', '155514.952500', '155515.412500', '155515.872500', '155516.332500', '155516.792500', '155517.252500', '155517.712500', '155518.172500', '155518.632500', '155519.092500', '155519.552500', '155520.012500', '155520.472500', '155520.932500', '155521.392500', '155521.852500', '155522.312500', '155522.772500', '155523.232500', '155523.692500', '155524.152500', '155524.612500', '155525.072500', '155525.532500', '155525.992500', '155526.452500', '155526.912500', '155527.372500', '155527.832500', '155528.292500', '155528.752500', '155529.212500', '155529.672500', '155530.132500', '155530.592500', '155531.052500', '155531.512500', '155531.972500', '155532.432500', '155532.892500', '155533.352500', '155533.812500', '155534.272500', '155534.732500', '155535.192500', '155535.652500', '155536.112500', '155536.572500', '155537.032500', '155537.492500', '155537.952500', '155538.412500', '155538.872500', '155539.332500', '155539.792500', '155540.252500', '155540.712500', '155541.172500', '155541.632500', '155542.092500', '155542.552500', '155543.012500', '155543.472500', '155543.932500', '155544.392500', '155544.852500', '155545.312500', '155545.772500', '155546.232500', '155546.692500', '155547.152500', '155547.612500', '155548.072500', '155548.532500', '155548.992500', '155549.452500', '155549.912500', '155550.372500', '155550.832500', '155551.292500', '155551.752500', '155552.212500', '155552.672500', '155553.132500', '155553.592500', '155554.052500', '155554.512500', '155554.972500', '155555.432500', '155555.892500', '155556.352500', '155556.812500', '155557.272500', '155557.732500', '155558.192500', '155558.652500', '155559.112500', '155559.572500', '155600.032500', '155600.492500', '155600.952500', '155601.412500', '155601.872500', '155602.332500', '155602.792500', '155603.252500', '155603.712500', '155604.172500', '155604.632500', '155605.092500', '155605.552500', '155606.012500', '155606.472500', '155606.932500', '155607.392500', '155607.852500', '155608.312500', '155608.772500', '155609.232500', '155609.692500', '155610.152500', '155610.612500', '155611.072500', '155611.532500', '155611.992500', '155612.452500', '155612.912500', '155613.372500', '155613.832500', '155614.292500', '155614.752500', '155615.212500', '155615.672500', '155616.132500', '155616.592500', '155617.052500', '155617.512500', '155617.972500', '155618.432500', '155618.892500', '155619.352500', '155619.812500', '155620.272500', '155620.732500', '155621.192500', '155621.652500', '155622.112500', '155622.572500', '155623.032500', '155623.492500', '155623.952500', '155624.412500', '155624.872500', '155625.332500', '155625.792500', '155626.252500', '155626.712500', '155627.172500', '155627.632500', '155628.092500', '155628.552500', '155629.012500', '155629.472500', '155629.932500', '155630.392500', '155630.852500', '155631.312500', '155631.772500', '155632.232500', '155632.692500', '155633.152500', '155633.612500', '155634.072500', '155634.532500', '155634.992500', '155635.452500', '155635.912500', '155636.372500', '155636.832500', '155637.292500', '155637.752500', '155638.212500', '155638.672500', '155639.132500', '155639.592500', '155640.052500', '155640.512500', '155640.972500', '155641.432500', '155641.892500', '155642.352500', '155642.812500', '155643.272500', '155643.732500', '155644.192500', '155644.652500', '155645.112500', '155645.572500', '155646.032500', '155646.492500', '155646.952500', '155647.412500', '155647.872500', '155648.332500', '155648.792500', '155649.252500', '155649.712500', '155650.172500', '155650.632500', '155651.092500', '155651.552500', '155652.012500', '155652.472500', '155652.932500', '155653.392500', '155653.852500', '155654.312500', '155654.772500', '155655.232500', '155655.692500', '155656.152500', '155656.612500', '155657.072500', '155657.532500', '155657.992500', '155658.452500', '155658.912500', '155659.372500', '155659.832500', '155700.292500', '155700.752500', '155701.212500', '155701.672500', '155702.132500', '155702.592500', '155703.052500', '155703.512500', '155703.972500', '155704.432500', '155704.892500', '155705.352500', '155705.812500', '155706.272500', '155706.732500', '155707.192500', '155707.652500', '155708.112500', '155708.572500', '155709.032500', '155709.492500', '155709.952500', '155710.412500', '155710.872500', '155711.332500', '155711.792500', '155712.252500', '155712.712500', '155713.172500', '155713.632500', '155714.092500', '155714.552500', '155715.012500', '155715.472500', '155715.932500', '155716.392500', '155716.852500', '155717.312500', '155717.772500', '155718.232500', '155718.692500', '155719.152500', '155719.612500', '155720.072500', '155720.532500', '155720.992500', '155721.452500', '155721.912500', '155722.372500', '155722.832500', '155723.292500', '155723.752500', '155724.212500', '155724.672500', '155725.132500', '155725.592500', '155726.052500', '155726.512500', '155726.972500', '155727.432500', '155727.892500', '155728.352500', '155728.812500', '155729.272500', '155729.732500', '155730.192500', '155730.652500', '155731.112500', '155731.572500', '155732.032500', '155732.492500', '155732.952500', '155733.412500', '155733.872500', '155734.332500', '155734.792500', '155735.252500', '155735.712500', '155736.172500', '155736.632500', '155737.092500', '155737.552500', '155738.012500', '155738.472500', '155738.932500', '155739.392500', '155739.852500', '155740.312500', '155740.772500', '155741.232500', '155741.692500', '155742.152500', '155742.612500', '155743.072500', '155743.532500', '155743.992500', '155744.452500', '155744.912500', '155745.372500', '155745.832500', '155746.292500', '155746.752500', '155747.212500', '155747.672500', '155748.132500', '155748.592500', '155749.052500', '155749.512500', '155749.972500', '155750.432500', '155750.892500', '155751.352500', '155751.812500', '155752.272500', '155752.732500', '155753.192500', '155753.652500', '155754.112500', '155754.572500', '155755.032500', '155755.492500', '155755.952500', '155756.412500', '155756.872500', '155757.332500', '155757.792500', '155758.252500', '155758.712500', '155759.172500', '155759.632500', '155800.092500', '155800.552500', '155801.012500', '155801.472500', '155801.932500', '155802.392500', '155802.852500', '155803.312500', '155803.772500', '155804.232500', '155804.692500', '155805.152500', '155805.612500', '155806.072500', '155806.532500', '155806.992500', '155807.452500', '155807.912500', '155808.372500', '155808.832500', '155809.292500', '155809.752500', '155810.212500', '155810.672500', '155811.132500', '155811.592500', '155812.052500', '155812.512500', '155812.972500', '155813.432500', '155813.892500', '155814.352500', '155814.812500', '155815.272500', '155815.732500', '155816.192500', '155816.652500', '155817.112500', '155817.572500', '155818.032500', '155818.492500', '155818.952500', '155819.412500', '155819.872500', '155820.332500', '155820.792500', '155821.252500', '155821.712500', '155822.172500', '155822.632500', '155823.092500', '155823.552500', '155824.012500', '155824.472500', '155824.932500', '155825.392500', '155825.852500', '155826.312500', '155826.772500', '155827.232500', '155827.692500', '155828.152500', '155828.612500', '155829.072500', '155829.532500', '155829.992500', '155830.452500', '155830.912500', '155831.372500', '155831.832500', '155832.292500', '155832.752500', '155833.212500', '155833.672500', '155834.132500', '155834.592500', '155835.052500', '155835.512500', '155835.972500', '155836.432500', '155836.892500', '155837.352500', '155837.812500', '155838.272500', '155838.732500', '155839.192500', '155839.652500', '155840.112500', '155840.572500', '155841.032500', '155841.492500', '155841.952500', '155842.412500', '155842.872500', '155843.332500', '155843.792500', '155844.252500', '155844.712500', '155845.172500', '155845.632500', '155846.092500', '155846.552500', '155847.012500', '155847.472500', '155847.932500', '155848.392500', '155848.852500', '155849.312500', '155849.772500', '155850.232500', '155850.692500', '155851.152500', '155851.612500', '155852.072500', '155852.532500', '155852.992500', '155853.452500', '155853.912500', '155854.372500', '155854.832500', '155855.292500', '155855.752500', '155856.212500', '155856.672500', '155857.132500', '155857.592500', '155858.052500', '155858.512500', '155858.972500', '155859.432500'], 'ContentTime': ['155238.726000', '155238.729000', '155238.733000', '155238.735000', '155238.742000', '155238.745000', '155238.748000', '155238.750000', '155238.753000', '155238.756000', '155238.759000', '155238.765000', '155238.768000', '155238.771000', '155238.774000', '155238.777000', '155238.779000', '155238.782000', '155238.785000', '155238.788000', '155238.791000', '155238.794000', '155238.797000', '155238.800000', '155238.803000', '155238.806000', '155238.809000', '155238.812000', '155238.815000', '155238.817000', '155238.820000', '155238.823000', '155238.826000', '155238.829000', '155238.832000', '155238.835000', '155238.838000', '155238.841000', '155238.844000', '155238.847000', '155238.849000', '155258.691000', '155258.694000', '155258.697000', '155258.700000', '155258.703000', '155258.706000', '155258.709000', '155258.712000', '155258.714000', '155258.717000', '155258.720000', '155258.723000', '155258.726000', '155258.729000', '155258.732000', '155258.735000', '155258.738000', '155258.741000', '155258.744000', '155258.747000', '155258.750000', '155258.752000', '155258.755000', '155258.758000', '155258.761000', '155258.764000', '155258.767000', '155258.770000', '155258.787000', '155258.790000', '155258.793000', '155258.796000', '155258.799000', '155258.801000', '155258.805000', '155258.807000', '155258.810000', '155258.813000', '155258.816000', '155258.819000', '155258.822000', '155258.825000', '155258.828000', '155258.831000', '155318.692000', '155318.695000', '155318.698000', '155318.701000', '155318.704000', '155318.707000', '155318.710000', '155318.713000', '155318.716000', '155318.719000', '155318.722000', '155318.725000', '155318.729000', '155318.734000', '155318.737000', '155318.740000', '155318.743000', '155318.746000', '155318.749000', '155318.752000', '155318.754000', '155318.757000', '155318.760000', '155318.763000', '155318.766000', '155318.769000', '155318.772000', '155318.775000', '155318.778000', '155318.781000', '155318.790000', '155318.793000', '155318.796000', '155318.799000', '155318.802000', '155318.805000', '155318.808000', '155318.810000', '155318.813000', '155318.816000', '155318.819000', '155318.822000', '155318.825000', '155338.692000', '155338.695000', '155338.698000', '155338.701000', '155338.704000', '155338.707000', '155338.710000', '155338.713000', '155338.715000', '155338.718000', '155338.721000', '155338.724000', '155338.727000', '155338.730000', '155338.733000', '155338.736000', '155338.739000', '155338.742000', '155338.745000', '155338.748000', '155338.751000', '155338.754000', '155338.757000', '155338.760000', '155338.762000', '155338.766000', '155338.768000', '155338.771000', '155338.774000', '155338.777000', '155338.780000', '155338.783000', '155338.786000', '155338.789000', '155338.792000', '155338.795000', '155338.797000', '155338.800000', '155338.803000', '155338.806000', '155338.809000', '155338.812000', '155338.815000', '155338.818000', '155358.692000', '155358.695000', '155358.698000', '155358.701000', '155358.704000', '155358.707000', '155358.710000', '155358.713000', '155358.716000', '155358.719000', '155358.721000', '155358.725000', '155358.728000', '155358.731000', '155358.734000', '155358.738000', '155358.740000', '155358.743000', '155358.746000', '155358.749000', '155358.752000', '155358.755000', '155358.758000', '155358.761000', '155358.764000', '155358.767000', '155358.770000', '155358.772000', '155358.775000', '155358.778000', '155358.781000', '155358.784000', '155358.787000', '155358.790000', '155358.793000', '155358.796000', '155358.799000', '155358.802000', '155358.804000', '155358.807000', '155358.810000', '155358.813000', '155358.816000', '155418.691000', '155418.694000', '155418.697000', '155418.700000', '155418.703000', '155418.706000', '155418.709000', '155418.712000', '155418.715000', '155418.718000', '155418.721000', '155418.724000', '155418.727000', '155418.730000', '155418.733000', '155418.735000', '155418.738000', '155418.741000', '155418.744000', '155418.747000', '155418.750000', '155418.753000', '155418.756000', '155418.759000', '155418.762000', '155418.765000', '155418.768000', '155418.770000', '155418.773000', '155418.776000', '155418.779000', '155418.782000', '155418.785000', '155418.788000', '155418.791000', '155418.794000', '155418.797000', '155418.800000', '155418.802000', '155418.805000', '155418.808000', '155418.811000', '155418.814000', '155418.817000', '155438.691000', '155438.694000', '155438.697000', '155438.727000', '155438.730000', '155438.733000', '155438.736000', '155438.739000', '155438.742000', '155438.745000', '155438.748000', '155438.751000', '155438.754000', '155438.757000', '155438.760000', '155438.763000', '155438.766000', '155438.771000', '155438.775000', '155438.778000', '155438.781000', '155438.784000', '155438.787000', '155438.790000', '155438.793000', '155438.796000', '155438.799000', '155438.802000', '155438.805000', '155438.808000', '155438.811000', '155438.813000', '155438.816000', '155438.819000', '155438.822000', '155438.825000', '155438.828000', '155438.831000', '155438.842000', '155438.845000', '155438.848000', '155438.851000', '155438.853000', '155458.691000', '155458.694000', '155458.697000', '155458.700000', '155458.703000', '155458.706000', '155458.709000', '155458.712000', '155458.715000', '155458.718000', '155458.720000', '155458.724000', '155458.726000', '155458.729000', '155458.732000', '155458.735000', '155458.738000', '155458.741000', '155458.744000', '155458.747000', '155458.750000', '155458.753000', '155458.756000', '155458.759000', '155458.762000', '155458.765000', '155458.767000', '155458.770000', '155458.773000', '155458.776000', '155458.779000', '155458.782000', '155458.785000', '155458.788000', '155458.795000', '155458.798000', '155458.800000', '155458.803000', '155458.806000', '155458.809000', '155458.812000', '155458.815000', '155458.818000', '155458.821000', '155518.691000', '155518.694000', '155518.697000', '155518.700000', '155518.703000', '155518.706000', '155518.709000', '155518.712000', '155518.715000', '155518.718000', '155518.721000', '155518.724000', '155518.727000', '155518.730000', '155518.733000', '155518.736000', '155518.739000', '155518.742000', '155518.744000', '155518.747000', '155518.750000', '155518.753000', '155518.756000', '155518.759000', '155518.762000', '155518.765000', '155518.770000', '155518.773000', '155518.776000', '155518.779000', '155518.782000', '155518.785000', '155518.787000', '155518.790000', '155518.793000', '155518.796000', '155518.799000', '155518.802000', '155518.805000', '155518.808000', '155518.811000', '155518.814000', '155518.817000', '155538.692000', '155538.695000', '155538.698000', '155538.701000', '155538.704000', '155538.707000', '155538.710000', '155538.713000', '155538.716000', '155538.719000', '155538.722000', '155538.725000', '155538.728000', '155538.731000', '155538.734000', '155538.737000', '155538.740000', '155538.742000', '155538.746000', '155538.748000', '155538.751000', '155538.754000', '155538.757000', '155538.760000', '155538.763000', '155538.766000', '155538.769000', '155538.772000', '155538.775000', '155538.778000', '155538.781000', '155538.784000', '155538.787000', '155538.790000', '155538.793000', '155538.796000', '155538.799000', '155538.801000', '155538.805000', '155538.807000', '155538.810000', '155538.813000', '155538.816000', '155538.819000', '155558.692000', '155558.695000', '155558.698000', '155558.701000', '155558.704000', '155558.707000', '155558.710000', '155558.714000', '155558.717000', '155558.720000', '155558.723000', '155558.726000', '155558.729000', '155558.732000', '155558.735000', '155558.738000', '155558.741000', '155558.744000', '155558.747000', '155558.749000', '155558.760000', '155558.763000', '155558.766000', '155558.769000', '155558.772000', '155558.775000', '155558.778000', '155558.782000', '155558.785000', '155558.788000', '155558.791000', '155558.793000', '155558.796000', '155558.799000', '155558.802000', '155558.810000', '155558.813000', '155558.816000', '155558.819000', '155558.822000', '155558.825000', '155558.828000', '155558.831000', '155618.692000', '155618.695000', '155618.698000', '155618.701000', '155618.704000', '155618.707000', '155618.710000', '155618.713000', '155618.716000', '155618.719000', '155618.722000', '155618.725000', '155618.728000', '155618.731000', '155618.733000', '155618.736000', '155618.739000', '155618.742000', '155618.745000', '155618.748000', '155618.765000', '155618.768000', '155618.771000', '155618.773000', '155618.776000', '155618.779000', '155618.782000', '155618.785000', '155618.788000', '155618.791000', '155618.794000', '155618.797000', '155618.800000', '155618.803000', '155618.806000', '155618.808000', '155618.811000', '155618.814000', '155618.817000', '155618.820000', '155618.823000', '155618.826000', '155618.829000', '155618.832000', '155638.691000', '155638.694000', '155638.697000', '155638.700000', '155638.703000', '155638.706000', '155638.709000', '155638.712000', '155638.715000', '155638.718000', '155638.721000', '155638.724000', '155638.727000', '155638.729000', '155638.732000', '155638.735000', '155638.738000', '155638.741000', '155638.744000', '155638.747000', '155638.750000', '155638.753000', '155638.756000', '155638.759000', '155638.762000', '155638.765000', '155638.767000', '155638.770000', '155638.773000', '155638.776000', '155638.779000', '155638.782000', '155638.785000', '155638.788000', '155638.791000', '155638.795000', '155638.801000', '155638.804000', '155638.807000', '155638.809000', '155638.812000', '155638.815000', '155638.818000', '155658.691000', '155658.694000', '155658.697000', '155658.700000', '155658.703000', '155658.706000', '155658.709000', '155658.712000', '155658.715000', '155658.718000', '155658.721000', '155658.723000', '155658.726000', '155658.729000', '155658.732000', '155658.735000', '155658.738000', '155658.741000', '155658.744000', '155658.747000', '155658.750000', '155658.753000', '155658.756000', '155658.759000', '155658.762000', '155658.765000', '155658.768000', '155658.771000', '155658.774000', '155658.776000', '155658.779000', '155658.782000', '155658.785000', '155658.788000', '155658.791000', '155658.794000', '155658.797000', '155658.800000', '155658.803000', '155658.806000', '155658.809000', '155658.812000', '155658.814000', '155658.817000', '155718.691000', '155718.694000', '155718.697000', '155718.700000', '155718.703000', '155718.706000', '155718.709000', '155718.712000', '155718.715000', '155718.718000', '155718.721000', '155718.724000', '155718.727000', '155718.729000', '155718.733000', '155718.735000', '155718.738000', '155718.741000', '155718.744000', '155718.747000', '155718.751000', '155718.754000', '155718.757000', '155718.760000', '155718.763000', '155718.766000', '155718.769000', '155718.772000', '155718.775000', '155718.778000', '155718.781000', '155718.784000', '155718.787000', '155718.790000', '155718.793000', '155718.795000', '155718.798000', '155718.801000', '155718.804000', '155718.807000', '155718.810000', '155718.815000', '155718.820000', '155738.691000', '155738.694000', '155738.697000', '155738.700000', '155738.703000', '155738.706000', '155738.709000', '155738.718000', '155738.721000', '155738.724000', '155738.727000', '155738.730000', '155738.733000', '155738.736000', '155738.739000', '155738.742000', '155738.745000', '155738.748000', '155738.751000', '155738.754000', '155738.757000', '155738.759000', '155738.762000', '155738.766000', '155738.768000', '155738.771000', '155738.774000', '155738.777000', '155738.780000', '155738.783000', '155738.793000', '155738.796000', '155738.799000', '155738.802000', '155738.805000', '155738.808000', '155738.811000', '155738.813000', '155738.816000', '155738.819000', '155738.822000', '155738.825000', '155738.828000', '155738.831000', '155758.692000', '155758.695000', '155758.698000', '155758.701000', '155758.704000', '155758.707000', '155758.710000', '155758.713000', '155758.716000', '155758.719000', '155758.722000', '155758.725000', '155758.728000', '155758.731000', '155758.734000', '155758.737000', '155758.739000', '155758.744000', '155758.747000', '155758.750000', '155758.753000', '155758.756000', '155758.759000', '155758.762000', '155758.765000', '155758.768000', '155758.771000', '155758.774000', '155758.777000', '155758.780000', '155758.783000', '155758.786000', '155758.788000', '155758.791000', '155758.794000', '155758.797000', '155758.800000', '155758.803000', '155758.806000', '155758.809000', '155758.812000', '155758.815000', '155758.818000', '155818.692000', '155818.695000', '155818.698000', '155818.701000', '155818.704000', '155818.707000', '155818.710000', '155818.713000', '155818.716000', '155818.719000', '155818.722000', '155818.725000', '155818.728000', '155818.730000', '155818.734000', '155818.736000', '155818.739000', '155818.742000', '155818.745000', '155818.748000', '155818.751000', '155818.754000', '155818.757000', '155818.760000', '155818.763000', '155818.766000', '155818.769000', '155818.772000', '155818.775000', '155818.778000', '155818.781000', '155818.784000', '155818.787000', '155818.790000', '155818.793000', '155818.795000', '155818.798000', '155818.801000', '155818.804000', '155818.807000', '155818.810000', '155818.813000', '155818.816000', '155818.819000', '155838.692000', '155838.695000', '155838.698000', '155838.701000', '155838.704000', '155838.707000', '155838.710000', '155838.713000', '155838.716000', '155838.719000', '155838.721000', '155838.724000', '155838.727000', '155838.730000', '155838.733000', '155838.736000', '155838.739000', '155838.742000', '155838.745000', '155838.748000', '155838.751000', '155838.754000', '155838.757000', '155838.760000', '155838.763000', '155838.766000', '155838.768000', '155838.771000', '155838.774000', '155838.777000', '155838.780000', '155838.783000', '155838.786000', '155838.791000', '155838.794000', '155838.797000', '155838.800000', '155838.803000', '155838.806000', '155838.808000', '155838.812000', '155838.814000', '155838.817000', '155858.691000', '155858.700000', '155858.703000', '155858.706000', '155858.709000', '155858.712000', '155858.715000', '155858.718000', '155858.721000', '155858.724000', '155858.727000', '155858.730000', '155858.733000', '155858.736000', '155858.739000', '155858.742000', '155858.745000', '155858.748000', '155858.751000', '155858.754000', '155858.757000', '155858.760000', '155858.763000', '155858.766000', '155858.769000', '155858.772000', '155858.775000', '155858.778000', '155858.781000', '155858.784000', '155858.787000', '155858.790000', '155858.793000', '155858.796000', '155858.799000', '155858.802000', '155858.804000', '155858.808000', '155858.810000', '155858.813000', '155858.816000', '155858.836000', '155858.839000', '155858.842000', '155900.522000', '155900.526000', '155900.529000', '155900.532000'], 'InstanceCreationTime': ['155238.726000', '155238.729000', '155238.733000', '155238.735000', '155238.742000', '155238.745000', '155238.748000', '155238.750000', '155238.753000', '155238.756000', '155238.759000', '155238.765000', '155238.768000', '155238.771000', '155238.774000', '155238.777000', '155238.779000', '155238.782000', '155238.785000', '155238.788000', '155238.791000', '155238.794000', '155238.797000', '155238.800000', '155238.803000', '155238.806000', '155238.809000', '155238.812000', '155238.815000', '155238.817000', '155238.820000', '155238.823000', '155238.826000', '155238.829000', '155238.832000', '155238.835000', '155238.838000', '155238.841000', '155238.844000', '155238.847000', '155238.849000', '155258.691000', '155258.694000', '155258.697000', '155258.700000', '155258.703000', '155258.706000', '155258.709000', '155258.712000', '155258.714000', '155258.717000', '155258.720000', '155258.723000', '155258.726000', '155258.729000', '155258.732000', '155258.735000', '155258.738000', '155258.741000', '155258.744000', '155258.747000', '155258.750000', '155258.752000', '155258.755000', '155258.758000', '155258.761000', '155258.764000', '155258.767000', '155258.770000', '155258.787000', '155258.790000', '155258.793000', '155258.796000', '155258.799000', '155258.801000', '155258.805000', '155258.807000', '155258.810000', '155258.813000', '155258.816000', '155258.819000', '155258.822000', '155258.825000', '155258.828000', '155258.831000', '155318.692000', '155318.695000', '155318.698000', '155318.701000', '155318.704000', '155318.707000', '155318.710000', '155318.713000', '155318.716000', '155318.719000', '155318.722000', '155318.725000', '155318.729000', '155318.734000', '155318.737000', '155318.740000', '155318.743000', '155318.746000', '155318.749000', '155318.752000', '155318.754000', '155318.757000', '155318.760000', '155318.763000', '155318.766000', '155318.769000', '155318.772000', '155318.775000', '155318.778000', '155318.781000', '155318.790000', '155318.793000', '155318.796000', '155318.799000', '155318.802000', '155318.805000', '155318.808000', '155318.810000', '155318.813000', '155318.816000', '155318.819000', '155318.822000', '155318.825000', '155338.692000', '155338.695000', '155338.698000', '155338.701000', '155338.704000', '155338.707000', '155338.710000', '155338.713000', '155338.715000', '155338.718000', '155338.721000', '155338.724000', '155338.727000', '155338.730000', '155338.733000', '155338.736000', '155338.739000', '155338.742000', '155338.745000', '155338.748000', '155338.751000', '155338.754000', '155338.757000', '155338.760000', '155338.762000', '155338.766000', '155338.768000', '155338.771000', '155338.774000', '155338.777000', '155338.780000', '155338.783000', '155338.786000', '155338.789000', '155338.792000', '155338.795000', '155338.797000', '155338.800000', '155338.803000', '155338.806000', '155338.809000', '155338.812000', '155338.815000', '155338.818000', '155358.692000', '155358.695000', '155358.698000', '155358.701000', '155358.704000', '155358.707000', '155358.710000', '155358.713000', '155358.716000', '155358.719000', '155358.721000', '155358.725000', '155358.728000', '155358.731000', '155358.734000', '155358.738000', '155358.740000', '155358.743000', '155358.746000', '155358.749000', '155358.752000', '155358.755000', '155358.758000', '155358.761000', '155358.764000', '155358.767000', '155358.770000', '155358.772000', '155358.775000', '155358.778000', '155358.781000', '155358.784000', '155358.787000', '155358.790000', '155358.793000', '155358.796000', '155358.799000', '155358.802000', '155358.804000', '155358.807000', '155358.810000', '155358.813000', '155358.816000', '155418.691000', '155418.694000', '155418.697000', '155418.700000', '155418.703000', '155418.706000', '155418.709000', '155418.712000', '155418.715000', '155418.718000', '155418.721000', '155418.724000', '155418.727000', '155418.730000', '155418.733000', '155418.735000', '155418.738000', '155418.741000', '155418.744000', '155418.747000', '155418.750000', '155418.753000', '155418.756000', '155418.759000', '155418.762000', '155418.765000', '155418.768000', '155418.770000', '155418.773000', '155418.776000', '155418.779000', '155418.782000', '155418.785000', '155418.788000', '155418.791000', '155418.794000', '155418.797000', '155418.800000', '155418.802000', '155418.805000', '155418.808000', '155418.811000', '155418.814000', '155418.817000', '155438.691000', '155438.694000', '155438.697000', '155438.727000', '155438.730000', '155438.733000', '155438.736000', '155438.739000', '155438.742000', '155438.745000', '155438.748000', '155438.751000', '155438.754000', '155438.757000', '155438.760000', '155438.763000', '155438.766000', '155438.771000', '155438.775000', '155438.778000', '155438.781000', '155438.784000', '155438.787000', '155438.790000', '155438.793000', '155438.796000', '155438.799000', '155438.802000', '155438.805000', '155438.808000', '155438.811000', '155438.813000', '155438.816000', '155438.819000', '155438.822000', '155438.825000', '155438.828000', '155438.831000', '155438.842000', '155438.845000', '155438.848000', '155438.851000', '155438.853000', '155458.691000', '155458.694000', '155458.697000', '155458.700000', '155458.703000', '155458.706000', '155458.709000', '155458.712000', '155458.715000', '155458.718000', '155458.720000', '155458.724000', '155458.726000', '155458.729000', '155458.732000', '155458.735000', '155458.738000', '155458.741000', '155458.744000', '155458.747000', '155458.750000', '155458.753000', '155458.756000', '155458.759000', '155458.762000', '155458.765000', '155458.767000', '155458.770000', '155458.773000', '155458.776000', '155458.779000', '155458.782000', '155458.785000', '155458.788000', '155458.795000', '155458.798000', '155458.800000', '155458.803000', '155458.806000', '155458.809000', '155458.812000', '155458.815000', '155458.818000', '155458.821000', '155518.691000', '155518.694000', '155518.697000', '155518.700000', '155518.703000', '155518.706000', '155518.709000', '155518.712000', '155518.715000', '155518.718000', '155518.721000', '155518.724000', '155518.727000', '155518.730000', '155518.733000', '155518.736000', '155518.739000', '155518.742000', '155518.744000', '155518.747000', '155518.750000', '155518.753000', '155518.756000', '155518.759000', '155518.762000', '155518.765000', '155518.770000', '155518.773000', '155518.776000', '155518.779000', '155518.782000', '155518.785000', '155518.787000', '155518.790000', '155518.793000', '155518.796000', '155518.799000', '155518.802000', '155518.805000', '155518.808000', '155518.811000', '155518.814000', '155518.817000', '155538.692000', '155538.695000', '155538.698000', '155538.701000', '155538.704000', '155538.707000', '155538.710000', '155538.713000', '155538.716000', '155538.719000', '155538.722000', '155538.725000', '155538.728000', '155538.731000', '155538.734000', '155538.737000', '155538.740000', '155538.742000', '155538.746000', '155538.748000', '155538.751000', '155538.754000', '155538.757000', '155538.760000', '155538.763000', '155538.766000', '155538.769000', '155538.772000', '155538.775000', '155538.778000', '155538.781000', '155538.784000', '155538.787000', '155538.790000', '155538.793000', '155538.796000', '155538.799000', '155538.801000', '155538.805000', '155538.807000', '155538.810000', '155538.813000', '155538.816000', '155538.819000', '155558.692000', '155558.695000', '155558.698000', '155558.701000', '155558.704000', '155558.707000', '155558.710000', '155558.714000', '155558.717000', '155558.720000', '155558.723000', '155558.726000', '155558.729000', '155558.732000', '155558.735000', '155558.738000', '155558.741000', '155558.744000', '155558.747000', '155558.749000', '155558.760000', '155558.763000', '155558.766000', '155558.769000', '155558.772000', '155558.775000', '155558.778000', '155558.782000', '155558.785000', '155558.788000', '155558.791000', '155558.793000', '155558.796000', '155558.799000', '155558.802000', '155558.810000', '155558.813000', '155558.816000', '155558.819000', '155558.822000', '155558.825000', '155558.828000', '155558.831000', '155618.692000', '155618.695000', '155618.698000', '155618.701000', '155618.704000', '155618.707000', '155618.710000', '155618.713000', '155618.716000', '155618.719000', '155618.722000', '155618.725000', '155618.728000', '155618.731000', '155618.733000', '155618.736000', '155618.739000', '155618.742000', '155618.745000', '155618.748000', '155618.765000', '155618.768000', '155618.771000', '155618.773000', '155618.776000', '155618.779000', '155618.782000', '155618.785000', '155618.788000', '155618.791000', '155618.794000', '155618.797000', '155618.800000', '155618.803000', '155618.806000', '155618.808000', '155618.811000', '155618.814000', '155618.817000', '155618.820000', '155618.823000', '155618.826000', '155618.829000', '155618.832000', '155638.691000', '155638.694000', '155638.697000', '155638.700000', '155638.703000', '155638.706000', '155638.709000', '155638.712000', '155638.715000', '155638.718000', '155638.721000', '155638.724000', '155638.727000', '155638.729000', '155638.732000', '155638.735000', '155638.738000', '155638.741000', '155638.744000', '155638.747000', '155638.750000', '155638.753000', '155638.756000', '155638.759000', '155638.762000', '155638.765000', '155638.767000', '155638.770000', '155638.773000', '155638.776000', '155638.779000', '155638.782000', '155638.785000', '155638.788000', '155638.791000', '155638.795000', '155638.801000', '155638.804000', '155638.807000', '155638.809000', '155638.812000', '155638.815000', '155638.818000', '155658.691000', '155658.694000', '155658.697000', '155658.700000', '155658.703000', '155658.706000', '155658.709000', '155658.712000', '155658.715000', '155658.718000', '155658.721000', '155658.723000', '155658.726000', '155658.729000', '155658.732000', '155658.735000', '155658.738000', '155658.741000', '155658.744000', '155658.747000', '155658.750000', '155658.753000', '155658.756000', '155658.759000', '155658.762000', '155658.765000', '155658.768000', '155658.771000', '155658.774000', '155658.776000', '155658.779000', '155658.782000', '155658.785000', '155658.788000', '155658.791000', '155658.794000', '155658.797000', '155658.800000', '155658.803000', '155658.806000', '155658.809000', '155658.812000', '155658.814000', '155658.817000', '155718.691000', '155718.694000', '155718.697000', '155718.700000', '155718.703000', '155718.706000', '155718.709000', '155718.712000', '155718.715000', '155718.718000', '155718.721000', '155718.724000', '155718.727000', '155718.729000', '155718.733000', '155718.735000', '155718.738000', '155718.741000', '155718.744000', '155718.747000', '155718.751000', '155718.754000', '155718.757000', '155718.760000', '155718.763000', '155718.766000', '155718.769000', '155718.772000', '155718.775000', '155718.778000', '155718.781000', '155718.784000', '155718.787000', '155718.790000', '155718.793000', '155718.795000', '155718.798000', '155718.801000', '155718.804000', '155718.807000', '155718.810000', '155718.815000', '155718.820000', '155738.691000', '155738.694000', '155738.697000', '155738.700000', '155738.703000', '155738.706000', '155738.709000', '155738.718000', '155738.721000', '155738.724000', '155738.727000', '155738.730000', '155738.733000', '155738.736000', '155738.739000', '155738.742000', '155738.745000', '155738.748000', '155738.751000', '155738.754000', '155738.757000', '155738.759000', '155738.762000', '155738.766000', '155738.768000', '155738.771000', '155738.774000', '155738.777000', '155738.780000', '155738.783000', '155738.793000', '155738.796000', '155738.799000', '155738.802000', '155738.805000', '155738.808000', '155738.811000', '155738.813000', '155738.816000', '155738.819000', '155738.822000', '155738.825000', '155738.828000', '155738.831000', '155758.692000', '155758.695000', '155758.698000', '155758.701000', '155758.704000', '155758.707000', '155758.710000', '155758.713000', '155758.716000', '155758.719000', '155758.722000', '155758.725000', '155758.728000', '155758.731000', '155758.734000', '155758.737000', '155758.739000', '155758.744000', '155758.747000', '155758.750000', '155758.753000', '155758.756000', '155758.759000', '155758.762000', '155758.765000', '155758.768000', '155758.771000', '155758.774000', '155758.777000', '155758.780000', '155758.783000', '155758.786000', '155758.788000', '155758.791000', '155758.794000', '155758.797000', '155758.800000', '155758.803000', '155758.806000', '155758.809000', '155758.812000', '155758.815000', '155758.818000', '155818.692000', '155818.695000', '155818.698000', '155818.701000', '155818.704000', '155818.707000', '155818.710000', '155818.713000', '155818.716000', '155818.719000', '155818.722000', '155818.725000', '155818.728000', '155818.730000', '155818.734000', '155818.736000', '155818.739000', '155818.742000', '155818.745000', '155818.748000', '155818.751000', '155818.754000', '155818.757000', '155818.760000', '155818.763000', '155818.766000', '155818.769000', '155818.772000', '155818.775000', '155818.778000', '155818.781000', '155818.784000', '155818.787000', '155818.790000', '155818.793000', '155818.795000', '155818.798000', '155818.801000', '155818.804000', '155818.807000', '155818.810000', '155818.813000', '155818.816000', '155818.819000', '155838.692000', '155838.695000', '155838.698000', '155838.701000', '155838.704000', '155838.707000', '155838.710000', '155838.713000', '155838.716000', '155838.719000', '155838.721000', '155838.724000', '155838.727000', '155838.730000', '155838.733000', '155838.736000', '155838.739000', '155838.742000', '155838.745000', '155838.748000', '155838.751000', '155838.754000', '155838.757000', '155838.760000', '155838.763000', '155838.766000', '155838.768000', '155838.771000', '155838.774000', '155838.777000', '155838.780000', '155838.783000', '155838.786000', '155838.791000', '155838.794000', '155838.797000', '155838.800000', '155838.803000', '155838.806000', '155838.808000', '155838.812000', '155838.814000', '155838.817000', '155858.691000', '155858.700000', '155858.703000', '155858.706000', '155858.709000', '155858.712000', '155858.715000', '155858.718000', '155858.721000', '155858.724000', '155858.727000', '155858.730000', '155858.733000', '155858.736000', '155858.739000', '155858.742000', '155858.745000', '155858.748000', '155858.751000', '155858.754000', '155858.757000', '155858.760000', '155858.763000', '155858.766000', '155858.769000', '155858.772000', '155858.775000', '155858.778000', '155858.781000', '155858.784000', '155858.787000', '155858.790000', '155858.793000', '155858.796000', '155858.799000', '155858.802000', '155858.804000', '155858.808000', '155858.810000', '155858.813000', '155858.816000', '155858.836000', '155858.839000', '155858.842000', '155900.522000', '155900.526000', '155900.529000', '155900.532000'], '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': [10887, 18894, 15059, 15085, 8400, 13354, 8730, 13144, 8884, 12340, 8017, 11628, 7905, 11273, 9623, 7873, 17085, 8831, 11495, 7824, 10261, 7776, 8832, 10768, 7908, 7999, 8904, 8185, 9549, 16240, 10233, 16914, 11499, 14877, 7769, 10895, 7891, 8111, 11389, 8470, 8622, 8529, 8160, 8482, 7821, 9083, 15694, 8519, 16583, 11500, 12575, 7669, 11804, 7746, 13028, 8736, 13018, 8314, 14280, 7686, 10746, 17965, 9159, 16360, 8345, 10996, 7878, 7687, 7809, 7882, 11555, 8089, 15771, 10322, 8397, 18978, 10341, 10447, 7909, 8002, 7747, 7843, 11971, 7899, 10890, 7823, 9842, 7852, 8549, 12166, 7860, 14642, 8779, 12069, 7980, 12600, 8578, 12692, 7943, 10928, 13454, 9403, 15922, 7875, 14443, 7903, 11308, 7831, 9984, 7813, 9589, 8238, 7736, 16515, 8023, 12881, 8066, 9451, 7799, 9626, 7689, 9555, 16273, 9992, 9820, 9146, 7746, 9652, 7748, 7771, 9908, 17587, 14187, 17259, 9154, 14572, 7900, 9446, 17136, 10636, 13633, 7772, 12210, 7996, 10825, 7807, 9090, 7741, 7668, 7691, 8781, 7706, 9802, 7773, 10412, 7746, 9778, 7662, 9066, 17058, 8653, 16089, 11131, 13320, 7716, 11434, 7751, 10837, 12285, 7805, 11207, 7737, 7693, 7847, 13884, 8594, 15662, 9025, 13313, 8284, 13733, 7703, 11512, 12704, 9669, 7675, 7762, 13755, 8920, 16615, 10290, 14207, 7685, 11088, 7713, 9083, 8523, 7592, 7588, 8382, 11749, 7913, 16299, 9490, 13868, 7643, 12654, 7690, 10921, 7714, 9335, 16253, 11455, 11567, 7958, 12168, 7666, 15552, 8268, 11498, 7747, 9894, 7706, 7669, 8441, 7663, 9632, 8356, 16748, 11143, 13377, 8634, 7849, 16901, 8710, 11268, 7907, 9303, 7682, 8519, 10673, 7634, 11855, 7879, 12076, 8713, 9159, 7546, 11685, 8359, 14311, 8535, 14451, 7649, 10880, 7859, 8856, 16226, 8470, 16477, 11726, 13066, 8252, 15665, 7449, 10395, 7540, 9220, 7568, 7614, 7611, 8280, 12053, 7758, 15807, 9410, 14454, 8137, 11590, 7462, 12800, 7892, 12301, 8103, 12722, 8873, 14124, 8428, 12356, 8398, 9429, 8193, 9626, 7593, 10291, 7533, 10015, 7617, 9387, 7943, 9141, 8776, 8199, 14051, 8107, 7644, 9669, 7597, 14487, 8130, 7430, 10118, 7874, 17111, 17110, 13180, 13911, 8857, 13558, 9064, 11698, 8087, 10610, 7463, 9948, 7549, 11040, 7897, 11559, 8344, 12541, 8771, 13004, 8494, 14454, 9765, 8613, 7913, 10201, 8236, 13787, 9304, 8073, 9047, 7836, 9219, 19398, 13799, 15614, 9355, 10562, 7460, 8309, 12039, 7521, 12333, 8320, 11176, 7442, 10522, 7430, 9843, 7396, 8606, 8852, 7503, 7484, 8435, 11200, 8102, 16025, 9478, 11728, 7591, 16502, 8837, 15476, 10648, 14565, 7741, 12506, 8445, 16256, 8606, 13625, 10572, 12793, 8549, 7579, 10428, 7750, 17258, 12628, 17455, 10327, 14110, 7487, 10802, 11907, 8105, 8554, 9161, 7940, 7536, 7584, 7910, 7949, 8696, 8402, 8637, 15947, 8406, 13502, 8436, 12636, 9296, 8771, 7918, 17145, 10565, 12621, 7622, 10228, 7499, 10902, 7490, 10261, 7568, 8909, 10275, 9142, 7766, 8719, 7529, 9196, 7679, 10541, 7556, 11937, 8228, 11317, 9152, 13311, 10238, 7739, 11444, 8476, 9148, 14727, 7762, 17787, 9704, 17287, 9066, 15309, 7871, 12860, 7663, 10791, 7748, 10367, 7743, 9479, 7642, 7619, 7590, 8370, 10613, 7741, 14025, 9352, 11659, 7706, 8401, 7603, 10592, 8625, 11040, 9490, 7682, 8885, 7819, 11315, 7478, 15462, 8386, 11823, 9361, 18831, 12201, 16939, 8019, 8125, 14116, 8041, 13306, 8182, 11333, 7484, 10089, 7459, 9251, 9852, 7421, 10169, 7464, 12434, 8647, 11423, 7761, 8692, 9944, 7469, 9528, 7490, 14430, 8579, 11542, 8510, 9122, 14515, 8419, 14376, 8135, 13440, 7531, 10157, 10271, 7408, 11438, 7652, 14713, 8470, 11071, 7589, 8204, 8939, 7568, 7948, 7399, 15602, 9183, 11935, 7435, 11413, 7552, 11776, 7393, 10079, 17701, 9466, 15047, 10413, 12343, 7644, 9782, 10824, 7662, 14881, 9947, 12121, 9603, 12403, 7725, 11467, 8028, 10818, 7666, 11101, 7612, 10605, 7678, 11121, 8032, 8147, 15405, 9029, 7718, 9772, 7672, 10488, 7706, 13812, 17666, 14382, 14509, 9294, 14761, 8070, 10963, 7708, 10099, 8207, 8522, 7708, 7645, 7807, 7739, 11517, 7825, 12926, 9699, 8185, 7598, 14512, 8942, 15774, 10757, 12271, 7971, 13977, 10217, 15593, 9798, 15979, 9838, 14649, 9330, 12953, 7916, 11222, 7804, 12516, 8266, 13146, 8374, 12377, 7990, 12257, 9130, 12310, 8792, 12465, 8964, 13147, 8054, 12718, 7831, 12581, 7841, 10717, 7854, 10262, 7789, 10675, 7784, 11980, 7702, 9180, 9250, 17784, 14019, 16180, 9904, 12049, 7762, 9067, 10205, 7756, 7701, 7635, 7680, 7681, 7726, 7776, 7888, 9398, 7814, 10024, 7991, 10614, 9420, 8328, 11055, 8643, 16991, 16478, 12983, 9295, 9282, 7718, 11185, 7817, 12930, 8258, 17560, 9727, 11571, 8938, 10091, 9345, 16640, 12333, 8835, 7698, 7817, 11540, 8733, 7758, 9232, 7820, 13573, 15124, 13214, 13579, 7973, 16997, 9403, 14526, 7775, 10581, 7768, 10101, 7669, 10089, 7686, 10005, 7750, 9280, 7708, 9763, 7867, 8190, 14297, 8418, 15244, 9760, 11219, 7781, 11820, 7827, 11603, 8970, 7750, 12779, 7807, 17355, 9066, 15753, 17678, 13460, 16927, 12596, 12711, 7686, 11074, 7693, 8523, 11404, 7734, 14720, 9705, 12269, 7615, 10907, 7897, 10134, 7677, 8261, 10286, 7834, 7788, 7761, 12466, 7844, 12236, 9153, 7778, 8724, 8024, 11437, 16577, 13166, 12742, 8547, 11354, 7836, 8143, 11582, 7745, 12504, 8418, 7929, 12416, 8655, 16711, 9549, 15879, 12094, 9311, 18284, 12375, 13208, 7657, 7604, 7612, 7703, 9132, 7703, 11791, 9106, 7748, 9010, 8138, 12413, 17162, 15363, 12866, 8759, 12378, 9034, 15149, 7760, 11105, 10493, 9408, 8180, 7646, 8108, 8939, 11543, 8278, 11254, 9316, 7709, 9307, 7800, 13006, 9074, 7735, 10229, 8146, 16563, 16659, 12932, 19072, 10147, 16615, 8729, 8340, 15541, 9166, 13051, 7563, 12217, 7591, 11168, 7649, 9660, 7646, 8598, 7638, 8495, 9164, 7687, 16178, 9680, 13964, 8623, 14544, 8217, 11406, 7858, 10883, 8043, 11221, 8199, 10998, 8532, 12673, 8245, 14862], 'WindowCenter': [4662.0, 4690.0, 4644.0, 4628.0, 4556.0, 4603.0, 4553.0, 4593.0, 4554.0, 4580.0, 4530.0, 4569.0, 4529.0, 4567.0, 4548.0, 4529.0, 4608.0, 4538.0, 4569.0, 4518.0, 4558.0, 4519.0, 4539.0, 4568.0, 4531.0, 4542.0, 4551.0, 4541.0, 4564.0, 4623.0, 4572.0, 4612.0, 4581.0, 4601.0, 4531.0, 4569.0, 4529.0, 4529.0, 4568.0, 4529.0, 4541.0, 4537.0, 4528.0, 4538.0, 4529.0, 4551.0, 4612.0, 4541.0, 4611.0, 4570.0, 4579.0, 4519.0, 4569.0, 4521.0, 4580.0, 4540.0, 4590.0, 4530.0, 4598.0, 4531.0, 4570.0, 4622.0, 4552.0, 4609.0, 4543.0, 4572.0, 4531.0, 4528.0, 4530.0, 4541.0, 4582.0, 4543.0, 4612.0, 4562.0, 4540.0, 4620.0, 4549.0, 4548.0, 4517.0, 4517.0, 4516.0, 4516.0, 4567.0, 4528.0, 4568.0, 4520.0, 4559.0, 4543.0, 4551.0, 4579.0, 4532.0, 4601.0, 4542.0, 4580.0, 4531.0, 4591.0, 4541.0, 4592.0, 4533.0, 4572.0, 4589.0, 4552.0, 4611.0, 4528.0, 4589.0, 4517.0, 4559.0, 4518.0, 4548.0, 4521.0, 4550.0, 4539.0, 4530.0, 4610.0, 4531.0, 4590.0, 4529.0, 4549.0, 4519.0, 4550.0, 4518.0, 4549.0, 4611.0, 4550.0, 4550.0, 4538.0, 4521.0, 4549.0, 4529.0, 4530.0, 4563.0, 4623.0, 4591.0, 4611.0, 4540.0, 4589.0, 4518.0, 4538.0, 4598.0, 4547.0, 4576.0, 4507.0, 4565.0, 4517.0, 4555.0, 4517.0, 4537.0, 4518.0, 4515.0, 4518.0, 4536.0, 4520.0, 4547.0, 4531.0, 4572.0, 4521.0, 4561.0, 4531.0, 4540.0, 4609.0, 4530.0, 4599.0, 4570.0, 4578.0, 4520.0, 4568.0, 4521.0, 4560.0, 4580.0, 4520.0, 4569.0, 4520.0, 4519.0, 4530.0, 4590.0, 4543.0, 4601.0, 4551.0, 4590.0, 4531.0, 4591.0, 4522.0, 4573.0, 4580.0, 4549.0, 4520.0, 4520.0, 4591.0, 4538.0, 4598.0, 4549.0, 4586.0, 4518.0, 4558.0, 4517.0, 4538.0, 4528.0, 4517.0, 4520.0, 4529.0, 4567.0, 4529.0, 4598.0, 4549.0, 4589.0, 4519.0, 4578.0, 4520.0, 4558.0, 4517.0, 4538.0, 4599.0, 4565.0, 4567.0, 4517.0, 4566.0, 4516.0, 4587.0, 4525.0, 4568.0, 4531.0, 4560.0, 4530.0, 4532.0, 4542.0, 4533.0, 4563.0, 4542.0, 4623.0, 4571.0, 4589.0, 4528.0, 4518.0, 4595.0, 4526.0, 4557.0, 4516.0, 4535.0, 4517.0, 4537.0, 4557.0, 4519.0, 4566.0, 4530.0, 4579.0, 4541.0, 4552.0, 4533.0, 4582.0, 4542.0, 4603.0, 4542.0, 4602.0, 4533.0, 4560.0, 4530.0, 4542.0, 4611.0, 4531.0, 4609.0, 4569.0, 4580.0, 4529.0, 4599.0, 4507.0, 4546.0, 4519.0, 4537.0, 4518.0, 4517.0, 4519.0, 4529.0, 4580.0, 4520.0, 4610.0, 4552.0, 4602.0, 4533.0, 4569.0, 4510.0, 4578.0, 4529.0, 4568.0, 4530.0, 4580.0, 4540.0, 4602.0, 4530.0, 4580.0, 4528.0, 4540.0, 4527.0, 4549.0, 4521.0, 4559.0, 4521.0, 4561.0, 4523.0, 4551.0, 4529.0, 4548.0, 4540.0, 4528.0, 4590.0, 4544.0, 4530.0, 4552.0, 4532.0, 4599.0, 4531.0, 4523.0, 4562.0, 4544.0, 4626.0, 4613.0, 4580.0, 4589.0, 4528.0, 4577.0, 4529.0, 4557.0, 4519.0, 4559.0, 4510.0, 4550.0, 4521.0, 4569.0, 4531.0, 4571.0, 4531.0, 4582.0, 4542.0, 4581.0, 4544.0, 4591.0, 4553.0, 4542.0, 4532.0, 4561.0, 4543.0, 4592.0, 4540.0, 4530.0, 4540.0, 4523.0, 4551.0, 4622.0, 4592.0, 4600.0, 4538.0, 4549.0, 4508.0, 4529.0, 4569.0, 4506.0, 4568.0, 4529.0, 4557.0, 4521.0, 4560.0, 4520.0, 4548.0, 4522.0, 4540.0, 4542.0, 4523.0, 4523.0, 4558.0, 4585.0, 4544.0, 4613.0, 4554.0, 4581.0, 4522.0, 4610.0, 4543.0, 4602.0, 4565.0, 4591.0, 4520.0, 4592.0, 4542.0, 4610.0, 4543.0, 4591.0, 4573.0, 4590.0, 4539.0, 4520.0, 4561.0, 4531.0, 4614.0, 4581.0, 4610.0, 4550.0, 4577.0, 4508.0, 4559.0, 4557.0, 4517.0, 4526.0, 4537.0, 4517.0, 4516.0, 4519.0, 4530.0, 4531.0, 4540.0, 4532.0, 4542.0, 4612.0, 4533.0, 4590.0, 4532.0, 4581.0, 4550.0, 4542.0, 4532.0, 4623.0, 4561.0, 4580.0, 4521.0, 4551.0, 4508.0, 4559.0, 4522.0, 4559.0, 4521.0, 4539.0, 4560.0, 4541.0, 4518.0, 4539.0, 4520.0, 4540.0, 4522.0, 4574.0, 4521.0, 4581.0, 4544.0, 4582.0, 4576.0, 4615.0, 4574.0, 4534.0, 4571.0, 4531.0, 4550.0, 4604.0, 4535.0, 4623.0, 4552.0, 4612.0, 4542.0, 4590.0, 4518.0, 4568.0, 4509.0, 4558.0, 4520.0, 4561.0, 4520.0, 4549.0, 4520.0, 4520.0, 4521.0, 4541.0, 4574.0, 4533.0, 4590.0, 4552.0, 4571.0, 4521.0, 4541.0, 4531.0, 4572.0, 4555.0, 4586.0, 4565.0, 4536.0, 4555.0, 4537.0, 4586.0, 4524.0, 4602.0, 4532.0, 4582.0, 4554.0, 4625.0, 4582.0, 4611.0, 4520.0, 4520.0, 4578.0, 4517.0, 4577.0, 4519.0, 4557.0, 4508.0, 4545.0, 4508.0, 4538.0, 4548.0, 4511.0, 4549.0, 4521.0, 4580.0, 4541.0, 4571.0, 4520.0, 4538.0, 4550.0, 4534.0, 4551.0, 4523.0, 4603.0, 4542.0, 4569.0, 4540.0, 4552.0, 4613.0, 4532.0, 4590.0, 4528.0, 4579.0, 4520.0, 4547.0, 4548.0, 4507.0, 4566.0, 4520.0, 4600.0, 4529.0, 4569.0, 4532.0, 4530.0, 4539.0, 4517.0, 4530.0, 4519.0, 4601.0, 4551.0, 4570.0, 4519.0, 4569.0, 4521.0, 4569.0, 4520.0, 4549.0, 4611.0, 4550.0, 4591.0, 4559.0, 4579.0, 4522.0, 4548.0, 4558.0, 4519.0, 4589.0, 4548.0, 4567.0, 4546.0, 4576.0, 4518.0, 4569.0, 4530.0, 4569.0, 4521.0, 4570.0, 4533.0, 4560.0, 4519.0, 4567.0, 4518.0, 4531.0, 4599.0, 4540.0, 4522.0, 4560.0, 4517.0, 4559.0, 4519.0, 4592.0, 4609.0, 4586.0, 4586.0, 4536.0, 4586.0, 4514.0, 4545.0, 4505.0, 4545.0, 4517.0, 4526.0, 4518.0, 4518.0, 4517.0, 4519.0, 4571.0, 4533.0, 4593.0, 4563.0, 4543.0, 4531.0, 4606.0, 4553.0, 4601.0, 4572.0, 4581.0, 4531.0, 4602.0, 4573.0, 4625.0, 4561.0, 4612.0, 4553.0, 4591.0, 4537.0, 4579.0, 4518.0, 4559.0, 4519.0, 4580.0, 4528.0, 4579.0, 4529.0, 4578.0, 4532.0, 4578.0, 4552.0, 4580.0, 4540.0, 4580.0, 4540.0, 4591.0, 4531.0, 4580.0, 4520.0, 4581.0, 4529.0, 4559.0, 4531.0, 4559.0, 4533.0, 4573.0, 4530.0, 4593.0, 4532.0, 4550.0, 4550.0, 4623.0, 4601.0, 4610.0, 4548.0, 4566.0, 4506.0, 4525.0, 4546.0, 4517.0, 4504.0, 4517.0, 4544.0, 4548.0, 4537.0, 4535.0, 4546.0, 4565.0, 4546.0, 4575.0, 4546.0, 4573.0, 4565.0, 4544.0, 4586.0, 4556.0, 4628.0, 4616.0, 4593.0, 4541.0, 4538.0, 4520.0, 4560.0, 4520.0, 4580.0, 4543.0, 4622.0, 4552.0, 4571.0, 4541.0, 4560.0, 4551.0, 4608.0, 4578.0, 4538.0, 4519.0, 4532.0, 4570.0, 4541.0, 4531.0, 4550.0, 4531.0, 4603.0, 4601.0, 4592.0, 4591.0, 4520.0, 4600.0, 4537.0, 4578.0, 4507.0, 4546.0, 4508.0, 4546.0, 4519.0, 4548.0, 4519.0, 4547.0, 4519.0, 4550.0, 4520.0, 4551.0, 4531.0, 4543.0, 4602.0, 4532.0, 4601.0, 4564.0, 4569.0, 4532.0, 4581.0, 4523.0, 4572.0, 4538.0, 4521.0, 4593.0, 4533.0, 4622.0, 4553.0, 4611.0, 4610.0, 4580.0, 4599.0, 4567.0, 4568.0, 4506.0, 4558.0, 4508.0, 4526.0, 4557.0, 4518.0, 4588.0, 4537.0, 4567.0, 4518.0, 4557.0, 4519.0, 4547.0, 4519.0, 4530.0, 4559.0, 4520.0, 4521.0, 4521.0, 4579.0, 4531.0, 4581.0, 4538.0, 4520.0, 4541.0, 4534.0, 4596.0, 4626.0, 4594.0, 4580.0, 4541.0, 4572.0, 4524.0, 4532.0, 4582.0, 4534.0, 4582.0, 4543.0, 4531.0, 4595.0, 4543.0, 4624.0, 4554.0, 4614.0, 4582.0, 4551.0, 4611.0, 4579.0, 4578.0, 4517.0, 4520.0, 4519.0, 4522.0, 4550.0, 4537.0, 4596.0, 4569.0, 4546.0, 4565.0, 4547.0, 4597.0, 4625.0, 4604.0, 4582.0, 4543.0, 4581.0, 4542.0, 4601.0, 4521.0, 4561.0, 4561.0, 4541.0, 4528.0, 4519.0, 4531.0, 4541.0, 4570.0, 4543.0, 4573.0, 4551.0, 4548.0, 4565.0, 4547.0, 4616.0, 4566.0, 4531.0, 4573.0, 4543.0, 4627.0, 4614.0, 4595.0, 4624.0, 4549.0, 4597.0, 4519.0, 4517.0, 4589.0, 4537.0, 4568.0, 4507.0, 4568.0, 4518.0, 4557.0, 4518.0, 4548.0, 4520.0, 4527.0, 4520.0, 4530.0, 4540.0, 4521.0, 4602.0, 4550.0, 4590.0, 4529.0, 4591.0, 4531.0, 4568.0, 4521.0, 4559.0, 4530.0, 4570.0, 4544.0, 4571.0, 4542.0, 4592.0, 4533.0, 4601.0], 'WindowWidth': [10227.0, 10248.0, 10167.0, 10132.0, 10026.0, 10086.0, 10016.0, 10068.0, 10015.0, 10046.0, 9978.0, 10029.0, 9976.0, 10025.0, 9997.0, 9973.0, 10080.0, 9985.0, 10026.0, 9959.0, 10012.0, 9961.0, 9988.0, 10025.0, 9979.0, 10000.0, 10008.0, 9993.0, 10031.0, 10109.0, 10037.0, 10093.0, 10047.0, 10075.0, 9981.0, 10029.0, 9976.0, 9974.0, 10025.0, 9974.0, 9990.0, 9981.0, 9971.0, 9985.0, 9976.0, 10006.0, 10091.0, 9989.0, 10087.0, 10028.0, 10039.0, 9958.0, 10026.0, 9963.0, 10042.0, 9990.0, 10057.0, 9978.0, 10066.0, 9979.0, 10032.0, 10108.0, 10008.0, 10083.0, 10001.0, 10035.0, 9979.0, 9974.0, 9977.0, 9994.0, 10051.0, 9999.0, 10093.0, 10021.0, 9990.0, 10104.0, 9999.0, 9994.0, 9950.0, 9951.0, 9949.0, 9952.0, 10022.0, 9970.0, 10025.0, 9963.0, 10013.0, 9998.0, 10007.0, 10043.0, 9981.0, 10076.0, 9996.0, 10046.0, 9981.0, 10063.0, 9995.0, 10063.0, 9984.0, 10036.0, 10056.0, 10005.0, 10088.0, 9970.0, 10054.0, 9954.0, 10012.0, 9956.0, 9997.0, 9964.0, 10002.0, 9987.0, 9976.0, 10086.0, 9978.0, 10059.0, 9973.0, 9999.0, 9961.0, 10001.0, 9958.0, 10001.0, 10089.0, 10002.0, 10000.0, 9982.0, 9962.0, 10000.0, 9974.0, 9977.0, 10027.0, 10113.0, 10061.0, 10090.0, 9985.0, 10051.0, 9952.0, 9979.0, 10064.0, 9990.0, 10029.0, 9936.0, 10016.0, 9951.0, 10001.0, 9954.0, 9980.0, 9954.0, 9950.0, 9957.0, 9980.0, 9963.0, 9996.0, 9979.0, 10036.0, 9965.0, 10018.0, 9977.0, 9988.0, 10083.0, 9973.0, 10069.0, 10028.0, 10037.0, 9960.0, 10025.0, 9964.0, 10016.0, 10042.0, 9962.0, 10024.0, 9961.0, 9961.0, 9976.0, 10059.0, 9996.0, 10074.0, 10005.0, 10059.0, 9978.0, 10061.0, 9967.0, 10035.0, 10039.0, 9998.0, 9961.0, 9960.0, 10057.0, 9984.0, 10068.0, 9998.0, 10047.0, 9956.0, 10012.0, 9955.0, 9982.0, 9969.0, 9952.0, 9962.0, 9973.0, 10023.0, 9972.0, 10066.0, 10000.0, 10053.0, 9959.0, 10037.0, 9961.0, 10011.0, 9955.0, 9983.0, 10068.0, 10015.0, 10021.0, 9952.0, 10018.0, 9951.0, 10049.0, 9962.0, 10024.0, 9981.0, 10015.0, 9979.0, 9983.0, 9996.0, 9985.0, 10024.0, 9996.0, 10115.0, 10033.0, 10053.0, 9969.0, 9954.0, 10058.0, 9962.0, 10005.0, 9947.0, 9973.0, 9952.0, 9980.0, 10005.0, 9957.0, 10021.0, 9977.0, 10040.0, 9992.0, 10008.0, 9983.0, 10048.0, 9995.0, 10080.0, 9994.0, 10074.0, 9982.0, 10015.0, 9974.0, 9990.0, 10086.0, 9977.0, 10083.0, 10025.0, 10043.0, 9972.0, 10068.0, 9940.0, 9991.0, 9956.0, 9981.0, 9954.0, 9954.0, 9959.0, 9975.0, 10044.0, 9961.0, 10087.0, 10010.0, 10076.0, 9982.0, 10026.0, 9947.0, 10037.0, 9972.0, 10024.0, 9975.0, 10041.0, 9989.0, 10074.0, 9977.0, 10043.0, 9970.0, 9986.0, 9968.0, 9999.0, 9963.0, 10013.0, 9965.0, 10017.0, 9968.0, 10005.0, 9972.0, 9999.0, 9988.0, 9969.0, 10057.0, 10004.0, 9979.0, 10008.0, 9981.0, 10069.0, 9978.0, 9972.0, 10022.0, 10000.0, 10118.0, 10095.0, 10040.0, 10053.0, 9966.0, 10032.0, 9966.0, 10002.0, 9954.0, 10009.0, 9945.0, 9997.0, 9962.0, 10025.0, 9976.0, 10029.0, 9976.0, 10046.0, 9992.0, 10044.0, 9995.0, 10056.0, 10006.0, 9993.0, 9977.0, 10016.0, 9993.0, 10061.0, 9987.0, 9973.0, 9986.0, 9967.0, 10002.0, 10107.0, 10058.0, 10071.0, 9980.0, 9995.0, 9941.0, 9969.0, 10022.0, 9936.0, 10021.0, 9970.0, 10006.0, 9963.0, 10015.0, 9962.0, 9998.0, 9968.0, 9989.0, 9991.0, 9968.0, 9970.0, 10024.0, 10061.0, 10000.0, 10093.0, 10012.0, 10044.0, 9965.0, 10084.0, 9995.0, 10074.0, 10025.0, 10056.0, 9961.0, 10061.0, 9995.0, 10084.0, 9995.0, 10058.0, 10038.0, 10056.0, 9986.0, 9960.0, 10016.0, 9979.0, 10095.0, 10042.0, 10082.0, 9996.0, 10032.0, 9940.0, 10010.0, 10003.0, 9948.0, 9961.0, 9977.0, 9951.0, 9950.0, 9957.0, 9973.0, 9976.0, 9989.0, 9979.0, 9992.0, 10088.0, 9979.0, 10055.0, 9978.0, 10044.0, 10001.0, 9993.0, 9979.0, 10106.0, 10017.0, 10041.0, 9963.0, 10001.0, 9943.0, 10012.0, 9966.0, 10012.0, 9963.0, 9986.0, 10015.0, 9988.0, 9955.0, 9984.0, 9960.0, 9988.0, 9965.0, 10037.0, 9965.0, 10046.0, 10003.0, 10051.0, 10052.0, 10104.0, 10044.0, 9985.0, 10032.0, 9977.0, 10003.0, 10081.0, 9987.0, 10107.0, 10007.0, 10092.0, 9993.0, 10056.0, 9954.0, 10020.0, 9942.0, 10007.0, 9962.0, 10021.0, 9961.0, 9999.0, 9960.0, 9959.0, 9965.0, 9992.0, 10041.0, 9984.0, 10057.0, 10004.0, 10030.0, 9964.0, 9992.0, 9978.0, 10033.0, 10015.0, 10058.0, 10032.0, 9992.0, 10017.0, 9995.0, 10060.0, 9975.0, 10076.0, 9980.0, 10049.0, 10012.0, 10117.0, 10048.0, 10085.0, 9960.0, 9957.0, 10036.0, 9952.0, 10033.0, 9955.0, 10003.0, 9940.0, 9987.0, 9942.0, 9983.0, 9998.0, 9949.0, 9996.0, 9964.0, 10047.0, 9991.0, 10031.0, 9963.0, 9984.0, 10001.0, 9988.0, 10004.0, 9970.0, 10079.0, 9993.0, 10028.0, 9988.0, 10010.0, 10096.0, 9979.0, 10057.0, 9968.0, 10040.0, 9959.0, 9992.0, 9993.0, 9939.0, 10019.0, 9960.0, 10070.0, 9973.0, 10026.0, 9982.0, 9973.0, 9982.0, 9954.0, 9974.0, 9960.0, 10075.0, 10003.0, 10030.0, 9959.0, 10026.0, 9962.0, 10027.0, 9962.0, 10000.0, 10088.0, 10000.0, 10057.0, 10010.0, 10039.0, 9966.0, 9996.0, 10008.0, 9957.0, 10052.0, 9995.0, 10020.0, 9992.0, 10032.0, 9957.0, 10026.0, 9976.0, 10026.0, 9962.0, 10028.0, 9983.0, 10015.0, 9960.0, 10021.0, 9956.0, 9976.0, 10070.0, 9988.0, 9966.0, 10016.0, 9954.0, 10012.0, 9962.0, 10063.0, 10087.0, 10045.0, 10045.0, 9975.0, 10044.0, 9946.0, 9987.0, 9934.0, 9986.0, 9951.0, 9963.0, 9954.0, 9955.0, 9954.0, 9960.0, 10030.0, 9985.0, 10066.0, 10024.0, 9997.0, 9983.0, 10089.0, 10010.0, 10073.0, 10033.0, 10044.0, 9980.0, 10079.0, 10039.0, 10115.0, 10019.0, 10089.0, 10008.0, 10058.0, 9982.0, 10041.0, 9957.0, 10011.0, 9958.0, 10041.0, 9972.0, 10040.0, 9975.0, 10040.0, 9981.0, 10041.0, 10009.0, 10044.0, 9990.0, 10046.0, 9990.0, 10061.0, 9978.0, 10046.0, 9962.0, 10042.0, 9973.0, 10013.0, 9978.0, 10013.0, 9986.0, 10037.0, 9977.0, 10067.0, 9985.0, 10003.0, 10004.0, 10112.0, 10073.0, 10086.0, 9995.0, 10016.0, 9937.0, 9961.0, 9988.0, 9953.0, 9932.0, 9953.0, 10003.0, 10015.0, 9994.0, 9988.0, 10010.0, 10030.0, 10011.0, 10045.0, 10006.0, 10037.0, 10031.0, 10000.0, 10063.0, 10020.0, 10123.0, 10102.0, 10064.0, 9989.0, 9982.0, 9961.0, 10012.0, 9962.0, 10045.0, 10001.0, 10108.0, 10008.0, 10031.0, 9991.0, 10015.0, 10002.0, 10079.0, 10037.0, 9981.0, 9955.0, 9979.0, 10029.0, 9992.0, 9981.0, 10005.0, 9981.0, 10083.0, 10074.0, 10061.0, 10058.0, 9959.0, 10070.0, 9977.0, 10036.0, 9937.0, 9988.0, 9938.0, 9987.0, 9957.0, 9993.0, 9958.0, 9993.0, 9959.0, 10002.0, 9962.0, 10003.0, 9978.0, 9994.0, 10075.0, 9979.0, 10074.0, 10025.0, 10028.0, 9981.0, 10044.0, 9969.0, 10035.0, 9985.0, 9965.0, 10064.0, 9982.0, 10106.0, 10010.0, 10090.0, 10088.0, 10039.0, 10067.0, 10018.0, 10021.0, 9936.0, 10008.0, 9940.0, 9961.0, 10005.0, 9955.0, 10050.0, 9979.0, 10020.0, 9954.0, 10007.0, 9957.0, 9994.0, 9959.0, 9975.0, 10012.0, 9960.0, 9964.0, 9965.0, 10042.0, 9978.0, 10045.0, 9984.0, 9961.0, 9992.0, 9986.0, 10078.0, 10119.0, 10063.0, 10041.0, 9989.0, 10029.0, 9968.0, 9980.0, 10048.0, 9986.0, 10049.0, 9997.0, 9979.0, 10070.0, 9998.0, 10109.0, 10011.0, 10096.0, 10049.0, 10005.0, 10088.0, 10040.0, 10035.0, 9953.0, 9962.0, 9960.0, 9966.0, 10002.0, 9994.0, 10073.0, 10041.0, 10008.0, 10032.0, 10008.0, 10077.0, 10115.0, 10080.0, 10046.0, 9993.0, 10044.0, 9991.0, 10072.0, 9963.0, 10017.0, 10015.0, 9988.0, 9970.0, 9957.0, 9976.0, 9989.0, 10029.0, 9997.0, 10036.0, 10005.0, 10013.0, 10031.0, 10009.0, 10105.0, 10032.0, 9982.0, 10040.0, 10000.0, 10121.0, 10099.0, 10067.0, 10111.0, 9996.0, 10062.0, 9953.0, 9948.0, 10050.0, 9976.0, 10020.0, 9938.0, 10022.0, 9954.0, 10008.0, 9954.0, 9997.0, 9958.0, 9967.0, 9961.0, 9974.0, 9987.0, 9963.0, 10074.0, 10001.0, 10054.0, 9972.0, 10056.0, 9974.0, 10023.0, 9961.0, 10011.0, 9974.0, 10028.0, 9998.0, 10033.0, 9996.0, 10063.0, 9981.0, 10071.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.000880725806451613</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.021013523963133638</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.78682781790081</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.241937645963091</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0036551182698952</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4954</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5850.7339</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10052419534306718</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>71</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.179723502304148</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5026983629249133</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.466220759382533</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.573685484093102</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4681888452991054</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00613682</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.01025306899100542</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03454995155334473</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</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.116432039235946</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>24.4796</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.2622</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.8993</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>294485.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1008.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>434.8915</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6237</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>616.1182</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3740.1</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3891.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>82059.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1540.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4914.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>945.2303</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.73036255617626</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> |