=== 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-0025 --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-0025",
"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-0025_ses-01_task-social_acq-mb8_run-02_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-0025_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0025_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-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0025_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-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0025_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-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0025_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-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0025_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-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0025_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-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0025_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-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-02_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-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-01_task-social_acq-mb8_run-02_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-0025/ses-01/func/sub-0025_ses-01_task-social_acq-mb8_run-02_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>2f3b0401b978795041c21b5002609a51</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>18:42:50.490000</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.998992, 0.0445528, 0.0054777, -0.0446651, 0.99875, 0.0224537]</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_brain_imaging_center</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-02_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.0972058</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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4140, -7741, -7221, 510, -77, -84, -50, 22]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>292.166</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>977d09eb-932a-4467-b554-b1e4c3d9d8b0||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.680222511291504, -0.11983326077461243, 0.012070280499756336, 116.8829574584961], [-0.11953194439411163, 2.679572343826294, 0.06122450903058052, -77.53915405273438], [0.014696267433464527, -0.06024167314171791, 2.6992788314819336, -57.35441970825195], [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': ['184250.490000', '184250.950000', '184251.410000', '184251.870000', '184252.330000', '184252.790000', '184253.250000', '184253.710000', '184254.170000', '184254.630000', '184255.090000', '184255.550000', '184256.010000', '184256.470000', '184256.930000', '184257.390000', '184257.850000', '184258.310000', '184258.770000', '184259.230000', '184259.690000', '184300.150000', '184300.610000', '184301.070000', '184301.530000', '184301.990000', '184302.450000', '184302.910000', '184303.370000', '184303.830000', '184304.290000', '184304.750000', '184305.210000', '184305.670000', '184306.130000', '184306.590000', '184307.050000', '184307.510000', '184307.970000', '184308.430000', '184308.890000', '184309.350000', '184309.810000', '184310.270000', '184310.730000', '184311.190000', '184311.650000', '184312.110000', '184312.570000', '184313.030000', '184313.490000', '184313.950000', '184314.410000', '184314.870000', '184315.330000', '184315.790000', '184316.250000', '184316.710000', '184317.170000', '184317.630000', '184318.090000', '184318.550000', '184319.010000', '184319.470000', '184319.930000', '184320.390000', '184320.850000', '184321.310000', '184321.770000', '184322.230000', '184322.690000', '184323.150000', '184323.610000', '184324.070000', '184324.530000', '184324.990000', '184325.450000', '184325.910000', '184326.370000', '184326.830000', '184327.290000', '184327.750000', '184328.210000', '184328.670000', '184329.130000', '184329.590000', '184330.050000', '184330.510000', '184330.970000', '184331.430000', '184331.890000', '184332.350000', '184332.810000', '184333.270000', '184333.730000', '184334.190000', '184334.650000', '184335.110000', '184335.570000', '184336.030000', '184336.490000', '184336.950000', '184337.410000', '184337.870000', '184338.330000', '184338.790000', '184339.250000', '184339.710000', '184340.170000', '184340.630000', '184341.090000', '184341.550000', '184342.010000', '184342.470000', '184342.930000', '184343.390000', '184343.850000', '184344.310000', '184344.770000', '184345.230000', '184345.690000', '184346.150000', '184346.610000', '184347.070000', '184347.530000', '184347.990000', '184348.450000', '184348.910000', '184349.370000', '184349.830000', '184350.290000', '184350.750000', '184351.210000', '184351.670000', '184352.130000', '184352.590000', '184353.050000', '184353.510000', '184353.970000', '184354.430000', '184354.890000', '184355.350000', '184355.810000', '184356.270000', '184356.730000', '184357.190000', '184357.650000', '184358.110000', '184358.570000', '184359.030000', '184359.490000', '184359.950000', '184400.410000', '184400.870000', '184401.330000', '184401.790000', '184402.250000', '184402.710000', '184403.170000', '184403.630000', '184404.090000', '184404.550000', '184405.010000', '184405.470000', '184405.930000', '184406.390000', '184406.850000', '184407.310000', '184407.770000', '184408.230000', '184408.690000', '184409.150000', '184409.610000', '184410.070000', '184410.530000', '184410.990000', '184411.450000', '184411.910000', '184412.370000', '184412.830000', '184413.290000', '184413.750000', '184414.210000', '184414.670000', '184415.130000', '184415.590000', '184416.050000', '184416.510000', '184416.970000', '184417.430000', '184417.890000', '184418.350000', '184418.810000', '184419.270000', '184419.730000', '184420.190000', '184420.650000', '184421.110000', '184421.570000', '184422.030000', '184422.490000', '184422.950000', '184423.410000', '184423.870000', '184424.330000', '184424.790000', '184425.250000', '184425.710000', '184426.170000', '184426.630000', '184427.090000', '184427.550000', '184428.010000', '184428.470000', '184428.930000', '184429.390000', '184429.850000', '184430.310000', '184430.770000', '184431.230000', '184431.690000', '184432.150000', '184432.610000', '184433.070000', '184433.530000', '184433.990000', '184434.450000', '184434.910000', '184435.370000', '184435.830000', '184436.290000', '184436.750000', '184437.210000', '184437.670000', '184438.130000', '184438.590000', '184439.050000', '184439.510000', '184439.970000', '184440.430000', '184440.890000', '184441.350000', '184441.810000', '184442.270000', '184442.730000', '184443.190000', '184443.650000', '184444.110000', '184444.570000', '184445.030000', '184445.490000', '184445.950000', '184446.410000', '184446.870000', '184447.330000', '184447.790000', '184448.250000', '184448.710000', '184449.170000', '184449.630000', '184450.090000', '184450.550000', '184451.010000', '184451.470000', '184451.930000', '184452.390000', '184452.850000', '184453.310000', '184453.770000', '184454.230000', '184454.690000', '184455.150000', '184455.610000', '184456.070000', '184456.530000', '184456.990000', '184457.450000', '184457.910000', '184458.370000', '184458.830000', '184459.290000', '184459.750000', '184500.210000', '184500.670000', '184501.130000', '184501.590000', '184502.050000', '184502.510000', '184502.970000', '184503.430000', '184503.890000', '184504.350000', '184504.810000', '184505.270000', '184505.730000', '184506.190000', '184506.650000', '184507.110000', '184507.570000', '184508.030000', '184508.490000', '184508.950000', '184509.410000', '184509.870000', '184510.330000', '184510.790000', '184511.250000', '184511.710000', '184512.170000', '184512.630000', '184513.090000', '184513.550000', '184514.010000', '184514.470000', '184514.930000', '184515.390000', '184515.850000', '184516.310000', '184516.770000', '184517.230000', '184517.690000', '184518.150000', '184518.610000', '184519.070000', '184519.530000', '184519.990000', '184520.450000', '184520.910000', '184521.370000', '184521.830000', '184522.290000', '184522.750000', '184523.210000', '184523.670000', '184524.130000', '184524.590000', '184525.050000', '184525.510000', '184525.970000', '184526.430000', '184526.890000', '184527.350000', '184527.810000', '184528.270000', '184528.730000', '184529.190000', '184529.650000', '184530.110000', '184530.570000', '184531.030000', '184531.490000', '184531.950000', '184532.410000', '184532.870000', '184533.330000', '184533.790000', '184534.250000', '184534.710000', '184535.170000', '184535.630000', '184536.090000', '184536.550000', '184537.010000', '184537.470000', '184537.930000', '184538.390000', '184538.850000', '184539.310000', '184539.770000', '184540.230000', '184540.690000', '184541.150000', '184541.610000', '184542.070000', '184542.530000', '184542.990000', '184543.450000', '184543.910000', '184544.370000', '184544.830000', '184545.290000', '184545.750000', '184546.210000', '184546.670000', '184547.130000', '184547.590000', '184548.050000', '184548.510000', '184548.970000', '184549.430000', '184549.890000', '184550.350000', '184550.810000', '184551.270000', '184551.730000', '184552.190000', '184552.650000', '184553.110000', '184553.570000', '184554.030000', '184554.490000', '184554.950000', '184555.410000', '184555.870000', '184556.330000', '184556.790000', '184557.250000', '184557.710000', '184558.170000', '184558.630000', '184559.090000', '184559.550000', '184600.010000', '184600.470000', '184600.930000', '184601.390000', '184601.850000', '184602.310000', '184602.770000', '184603.230000', '184603.690000', '184604.150000', '184604.610000', '184605.070000', '184605.530000', '184605.990000', '184606.450000', '184606.910000', '184607.370000', '184607.830000', '184608.290000', '184608.750000', '184609.210000', '184609.670000', '184610.130000', '184610.590000', '184611.050000', '184611.510000', '184611.970000', '184612.430000', '184612.890000', '184613.350000', '184613.810000', '184614.270000', '184614.730000', '184615.190000', '184615.650000', '184616.110000', '184616.570000', '184617.030000', '184617.490000', '184617.950000', '184618.410000', '184618.870000', '184619.330000', '184619.790000', '184620.250000', '184620.710000', '184621.170000', '184621.630000', '184622.090000', '184622.550000', '184623.010000', '184623.470000', '184623.930000', '184624.390000', '184624.850000', '184625.310000', '184625.770000', '184626.230000', '184626.690000', '184627.150000', '184627.610000', '184628.070000', '184628.530000', '184628.990000', '184629.450000', '184629.910000', '184630.370000', '184630.830000', '184631.290000', '184631.750000', '184632.210000', '184632.670000', '184633.130000', '184633.590000', '184634.050000', '184634.510000', '184634.970000', '184635.430000', '184635.890000', '184636.350000', '184636.810000', '184637.270000', '184637.730000', '184638.190000', '184638.650000', '184639.110000', '184639.570000', '184640.030000', '184640.490000', '184640.950000', '184641.410000', '184641.870000', '184642.330000', '184642.790000', '184643.250000', '184643.710000', '184644.170000', '184644.630000', '184645.090000', '184645.550000', '184646.010000', '184646.470000', '184646.930000', '184647.390000', '184647.850000', '184648.310000', '184648.770000', '184649.230000', '184649.690000', '184650.150000', '184650.610000', '184651.070000', '184651.530000', '184651.990000', '184652.450000', '184652.910000', '184653.370000', '184653.830000', '184654.290000', '184654.750000', '184655.210000', '184655.670000', '184656.130000', '184656.590000', '184657.050000', '184657.510000', '184657.970000', '184658.430000', '184658.890000', '184659.350000', '184659.810000', '184700.270000', '184700.730000', '184701.190000', '184701.650000', '184702.110000', '184702.570000', '184703.030000', '184703.490000', '184703.950000', '184704.410000', '184704.870000', '184705.330000', '184705.790000', '184706.250000', '184706.710000', '184707.170000', '184707.630000', '184708.090000', '184708.550000', '184709.010000', '184709.470000', '184709.930000', '184710.390000', '184710.850000', '184711.310000', '184711.770000', '184712.230000', '184712.690000', '184713.150000', '184713.610000', '184714.070000', '184714.530000', '184714.990000', '184715.450000', '184715.910000', '184716.370000', '184716.830000', '184717.290000', '184717.750000', '184718.210000', '184718.670000', '184719.130000', '184719.590000', '184720.050000', '184720.510000', '184720.970000', '184721.430000', '184721.890000', '184722.350000', '184722.810000', '184723.270000', '184723.730000', '184724.190000', '184724.650000', '184725.110000', '184725.570000', '184726.030000', '184726.490000', '184726.950000', '184727.410000', '184727.870000', '184728.330000', '184728.790000', '184729.250000', '184729.710000', '184730.170000', '184730.630000', '184731.090000', '184731.550000', '184732.010000', '184732.470000', '184732.930000', '184733.390000', '184733.850000', '184734.310000', '184734.770000', '184735.230000', '184735.690000', '184736.150000', '184736.610000', '184737.070000', '184737.530000', '184737.990000', '184738.450000', '184738.910000', '184739.370000', '184739.830000', '184740.290000', '184740.750000', '184741.210000', '184741.670000', '184742.130000', '184742.590000', '184743.050000', '184743.510000', '184743.970000', '184744.430000', '184744.890000', '184745.350000', '184745.810000', '184746.270000', '184746.730000', '184747.190000', '184747.650000', '184748.110000', '184748.570000', '184749.030000', '184749.490000', '184749.950000', '184750.410000', '184750.870000', '184751.330000', '184751.790000', '184752.250000', '184752.710000', '184753.170000', '184753.630000', '184754.090000', '184754.550000', '184755.010000', '184755.470000', '184755.930000', '184756.390000', '184756.850000', '184757.310000', '184757.770000', '184758.230000', '184758.690000', '184759.150000', '184759.610000', '184800.070000', '184800.530000', '184800.990000', '184801.450000', '184801.910000', '184802.370000', '184802.830000', '184803.290000', '184803.750000', '184804.210000', '184804.670000', '184805.130000', '184805.590000', '184806.050000', '184806.510000', '184806.970000', '184807.430000', '184807.890000', '184808.350000', '184808.810000', '184809.270000', '184809.730000', '184810.190000', '184810.650000', '184811.110000', '184811.570000', '184812.030000', '184812.490000', '184812.950000', '184813.410000', '184813.870000', '184814.330000', '184814.790000', '184815.250000', '184815.710000', '184816.170000', '184816.630000', '184817.090000', '184817.550000', '184818.010000', '184818.470000', '184818.930000', '184819.390000', '184819.850000', '184820.310000', '184820.770000', '184821.230000', '184821.690000', '184822.150000', '184822.610000', '184823.070000', '184823.530000', '184823.990000', '184824.450000', '184824.910000', '184825.370000', '184825.830000', '184826.290000', '184826.750000', '184827.210000', '184827.670000', '184828.130000', '184828.590000', '184829.050000', '184829.510000', '184829.970000', '184830.430000', '184830.890000', '184831.350000', '184831.810000', '184832.270000', '184832.730000', '184833.190000', '184833.650000', '184834.110000', '184834.570000', '184835.030000', '184835.490000', '184835.950000', '184836.410000', '184836.870000', '184837.330000', '184837.790000', '184838.250000', '184838.710000', '184839.170000', '184839.630000', '184840.090000', '184840.550000', '184841.010000', '184841.470000', '184841.930000', '184842.390000', '184842.850000', '184843.310000', '184843.770000', '184844.230000', '184844.690000', '184845.150000', '184845.610000', '184846.070000', '184846.530000', '184846.990000', '184847.450000', '184847.910000', '184848.370000', '184848.830000', '184849.290000', '184849.750000', '184850.210000', '184850.670000', '184851.130000', '184851.590000', '184852.050000', '184852.510000', '184852.970000', '184853.430000', '184853.890000', '184854.350000', '184854.810000', '184855.270000', '184855.730000', '184856.190000', '184856.650000', '184857.110000', '184857.570000', '184858.030000', '184858.490000', '184858.950000', '184859.410000', '184859.870000', '184900.330000', '184900.790000', '184901.250000', '184901.710000', '184902.170000', '184902.630000', '184903.090000', '184903.550000', '184904.010000', '184904.470000', '184904.930000', '184905.390000', '184905.850000', '184906.310000', '184906.770000', '184907.230000', '184907.690000', '184908.150000', '184908.610000', '184909.070000', '184909.530000', '184909.990000', '184910.450000', '184910.910000', '184911.370000', '184911.830000', '184912.290000', '184912.750000', '184913.210000', '184913.670000', '184914.130000', '184914.590000', '184915.050000', '184915.510000', '184915.970000', '184916.430000', '184916.890000', '184917.350000', '184917.810000', '184918.270000', '184918.730000', '184919.190000', '184919.650000', '184920.110000', '184920.570000', '184921.030000', '184921.490000', '184921.950000', '184922.410000', '184922.870000', '184923.330000', '184923.790000', '184924.250000', '184924.710000', '184925.170000', '184925.630000', '184926.090000', '184926.550000', '184927.010000', '184927.470000', '184927.930000', '184928.390000', '184928.850000', '184929.310000', '184929.770000', '184930.230000', '184930.690000', '184931.150000'], 'ContentTime': ['184309.275000', '184309.279000', '184309.282000', '184309.285000', '184309.287000', '184309.290000', '184309.293000', '184309.296000', '184309.298000', '184309.301000', '184309.304000', '184309.307000', '184309.310000', '184309.313000', '184309.315000', '184309.318000', '184309.321000', '184309.324000', '184309.326000', '184309.329000', '184309.332000', '184309.335000', '184309.338000', '184309.341000', '184309.343000', '184309.346000', '184309.355000', '184309.357000', '184309.360000', '184309.363000', '184309.366000', '184309.368000', '184309.371000', '184309.374000', '184309.377000', '184309.380000', '184309.382000', '184309.385000', '184309.388000', '184329.237000', '184329.240000', '184329.256000', '184329.259000', '184329.261000', '184329.264000', '184329.267000', '184329.270000', '184329.273000', '184329.275000', '184329.278000', '184329.282000', '184329.285000', '184329.288000', '184329.290000', '184329.293000', '184329.296000', '184329.299000', '184329.302000', '184329.304000', '184329.307000', '184329.310000', '184329.313000', '184329.316000', '184329.318000', '184329.321000', '184329.324000', '184329.327000', '184329.329000', '184329.332000', '184329.335000', '184329.338000', '184329.341000', '184329.343000', '184329.346000', '184329.349000', '184329.354000', '184329.358000', '184329.361000', '184329.364000', '184329.367000', '184329.369000', '184329.372000', '184349.238000', '184349.241000', '184349.243000', '184349.247000', '184349.250000', '184349.261000', '184349.269000', '184349.272000', '184349.275000', '184349.278000', '184349.281000', '184349.283000', '184349.286000', '184349.289000', '184349.292000', '184349.295000', '184349.298000', '184349.300000', '184349.303000', '184349.306000', '184349.309000', '184349.312000', '184349.315000', '184349.317000', '184349.320000', '184349.323000', '184349.325000', '184349.328000', '184349.331000', '184349.334000', '184349.337000', '184349.339000', '184349.342000', '184349.345000', '184349.348000', '184349.350000', '184349.353000', '184349.356000', '184349.359000', '184349.362000', '184349.364000', '184349.367000', '184349.370000', '184349.373000', '184409.238000', '184409.241000', '184409.244000', '184409.246000', '184409.249000', '184409.252000', '184409.255000', '184409.258000', '184409.260000', '184409.263000', '184409.266000', '184409.269000', '184409.272000', '184409.274000', '184409.277000', '184409.280000', '184409.283000', '184409.286000', '184409.288000', '184409.291000', '184409.294000', '184409.297000', '184409.299000', '184409.302000', '184409.305000', '184409.308000', '184409.311000', '184409.313000', '184409.316000', '184409.319000', '184409.322000', '184409.325000', '184409.328000', '184409.330000', '184409.333000', '184409.336000', '184409.339000', '184409.342000', '184409.344000', '184409.347000', '184409.350000', '184409.353000', '184409.355000', '184429.238000', '184429.241000', '184429.244000', '184429.246000', '184429.249000', '184429.252000', '184429.255000', '184429.258000', '184429.260000', '184429.263000', '184429.266000', '184429.269000', '184429.271000', '184429.274000', '184429.277000', '184429.280000', '184429.283000', '184429.285000', '184429.288000', '184429.291000', '184429.294000', '184429.297000', '184429.299000', '184429.302000', '184429.305000', '184429.308000', '184429.310000', '184429.313000', '184429.316000', '184429.319000', '184429.322000', '184429.325000', '184429.327000', '184429.330000', '184429.333000', '184429.336000', '184429.338000', '184429.341000', '184429.344000', '184429.347000', '184429.350000', '184429.352000', '184429.355000', '184429.358000', '184449.238000', '184449.241000', '184449.244000', '184449.246000', '184449.249000', '184449.252000', '184449.255000', '184449.258000', '184449.260000', '184449.263000', '184449.266000', '184449.269000', '184449.271000', '184449.274000', '184449.277000', '184449.280000', '184449.283000', '184449.286000', '184449.288000', '184449.291000', '184449.294000', '184449.297000', '184449.300000', '184449.302000', '184449.305000', '184449.308000', '184449.311000', '184449.314000', '184449.316000', '184449.320000', '184449.324000', '184449.326000', '184449.329000', '184449.332000', '184449.335000', '184449.338000', '184449.340000', '184449.343000', '184449.346000', '184449.349000', '184449.351000', '184449.362000', '184449.364000', '184509.238000', '184509.241000', '184509.244000', '184509.246000', '184509.249000', '184509.252000', '184509.255000', '184509.258000', '184509.260000', '184509.263000', '184509.266000', '184509.269000', '184509.272000', '184509.275000', '184509.277000', '184509.280000', '184509.283000', '184509.286000', '184509.289000', '184509.291000', '184509.294000', '184509.297000', '184509.300000', '184509.303000', '184509.305000', '184509.308000', '184509.311000', '184509.314000', '184509.317000', '184509.319000', '184509.322000', '184509.325000', '184509.328000', '184509.331000', '184509.333000', '184509.336000', '184509.339000', '184509.342000', '184509.345000', '184509.348000', '184509.350000', '184509.353000', '184509.356000', '184509.359000', '184529.237000', '184529.240000', '184529.243000', '184529.246000', '184529.248000', '184529.251000', '184529.254000', '184529.257000', '184529.260000', '184529.262000', '184529.265000', '184529.268000', '184529.271000', '184529.274000', '184529.277000', '184529.279000', '184529.282000', '184529.285000', '184529.288000', '184529.291000', '184529.293000', '184529.296000', '184529.299000', '184529.302000', '184529.305000', '184529.307000', '184529.310000', '184529.313000', '184529.316000', '184529.319000', '184529.321000', '184529.324000', '184529.327000', '184529.330000', '184529.333000', '184529.335000', '184529.338000', '184529.341000', '184529.344000', '184529.347000', '184529.350000', '184529.352000', '184529.355000', '184549.237000', '184549.240000', '184549.243000', '184549.245000', '184549.248000', '184549.251000', '184549.254000', '184549.257000', '184549.259000', '184549.262000', '184549.265000', '184549.268000', '184549.271000', '184549.273000', '184549.276000', '184549.279000', '184549.282000', '184549.284000', '184549.287000', '184549.290000', '184549.293000', '184549.296000', '184549.298000', '184549.301000', '184549.304000', '184549.307000', '184549.310000', '184549.313000', '184549.315000', '184549.318000', '184549.321000', '184549.324000', '184549.327000', '184549.329000', '184549.332000', '184549.335000', '184549.338000', '184549.340000', '184549.343000', '184549.346000', '184549.349000', '184549.352000', '184549.355000', '184549.357000', '184609.238000', '184609.241000', '184609.244000', '184609.247000', '184609.249000', '184609.252000', '184609.255000', '184609.258000', '184609.261000', '184609.263000', '184609.266000', '184609.269000', '184609.272000', '184609.275000', '184609.277000', '184609.280000', '184609.283000', '184609.286000', '184609.289000', '184609.291000', '184609.294000', '184609.297000', '184609.300000', '184609.303000', '184609.305000', '184609.308000', '184609.311000', '184609.314000', '184609.317000', '184609.319000', '184609.322000', '184609.325000', '184609.328000', '184609.331000', '184609.333000', '184609.336000', '184609.339000', '184609.342000', '184609.345000', '184609.347000', '184609.350000', '184609.353000', '184609.356000', '184629.238000', '184629.241000', '184629.244000', '184629.247000', '184629.249000', '184629.252000', '184629.255000', '184629.258000', '184629.261000', '184629.263000', '184629.266000', '184629.269000', '184629.272000', '184629.275000', '184629.278000', '184629.281000', '184629.283000', '184629.286000', '184629.289000', '184629.292000', '184629.294000', '184629.297000', '184629.300000', '184629.303000', '184629.306000', '184629.309000', '184629.311000', '184629.314000', '184629.317000', '184629.320000', '184629.323000', '184629.325000', '184629.328000', '184629.331000', '184629.334000', '184629.336000', '184629.339000', '184629.358000', '184629.361000', '184629.363000', '184629.366000', '184629.369000', '184629.372000', '184629.375000', '184649.238000', '184649.241000', '184649.244000', '184649.246000', '184649.249000', '184649.252000', '184649.255000', '184649.258000', '184649.261000', '184649.263000', '184649.266000', '184649.269000', '184649.272000', '184649.275000', '184649.277000', '184649.280000', '184649.283000', '184649.286000', '184649.289000', '184649.291000', '184649.294000', '184649.297000', '184649.300000', '184649.303000', '184649.306000', '184649.309000', '184649.311000', '184649.314000', '184649.317000', '184649.320000', '184649.323000', '184649.325000', '184649.328000', '184649.331000', '184649.334000', '184649.337000', '184649.339000', '184649.342000', '184649.345000', '184649.348000', '184649.351000', '184649.353000', '184649.356000', '184709.238000', '184709.241000', '184709.244000', '184709.246000', '184709.249000', '184709.252000', '184709.255000', '184709.258000', '184709.261000', '184709.263000', '184709.266000', '184709.269000', '184709.272000', '184709.275000', '184709.278000', '184709.280000', '184709.283000', '184709.286000', '184709.289000', '184709.292000', '184709.295000', '184709.297000', '184709.300000', '184709.303000', '184709.306000', '184709.309000', '184709.311000', '184709.314000', '184709.317000', '184709.320000', '184709.323000', '184709.325000', '184709.328000', '184709.331000', '184709.334000', '184709.337000', '184709.339000', '184709.342000', '184709.345000', '184709.348000', '184709.351000', '184709.353000', '184709.356000', '184709.359000', '184729.238000', '184729.241000', '184729.244000', '184729.247000', '184729.249000', '184729.252000', '184729.255000', '184729.258000', '184729.261000', '184729.263000', '184729.266000', '184729.269000', '184729.272000', '184729.275000', '184729.277000', '184729.280000', '184729.283000', '184729.286000', '184729.289000', '184729.292000', '184729.294000', '184729.297000', '184729.300000', '184729.303000', '184729.306000', '184729.308000', '184729.311000', '184729.314000', '184729.317000', '184729.320000', '184729.323000', '184729.325000', '184729.328000', '184729.331000', '184729.334000', '184729.337000', '184729.339000', '184729.342000', '184729.345000', '184729.348000', '184729.351000', '184729.353000', '184729.356000', '184749.237000', '184749.240000', '184749.243000', '184749.246000', '184749.249000', '184749.252000', '184749.255000', '184749.257000', '184749.260000', '184749.263000', '184749.266000', '184749.269000', '184749.271000', '184749.274000', '184749.277000', '184749.280000', '184749.283000', '184749.286000', '184749.288000', '184749.291000', '184749.294000', '184749.297000', '184749.300000', '184749.303000', '184749.306000', '184749.308000', '184749.311000', '184749.314000', '184749.317000', '184749.320000', '184749.322000', '184749.325000', '184749.328000', '184749.331000', '184749.334000', '184749.336000', '184749.339000', '184749.342000', '184749.345000', '184749.348000', '184749.350000', '184749.353000', '184749.356000', '184809.237000', '184809.240000', '184809.243000', '184809.245000', '184809.248000', '184809.267000', '184809.270000', '184809.273000', '184809.276000', '184809.279000', '184809.282000', '184809.284000', '184809.287000', '184809.290000', '184809.293000', '184809.296000', '184809.298000', '184809.301000', '184809.304000', '184809.307000', '184809.310000', '184809.313000', '184809.315000', '184809.318000', '184809.321000', '184809.324000', '184809.327000', '184809.330000', '184809.332000', '184809.335000', '184809.338000', '184809.341000', '184809.344000', '184809.347000', '184809.349000', '184809.352000', '184809.355000', '184809.358000', '184809.361000', '184809.363000', '184809.366000', '184809.369000', '184809.372000', '184809.375000', '184829.238000', '184829.241000', '184829.244000', '184829.247000', '184829.250000', '184829.252000', '184829.255000', '184829.258000', '184829.261000', '184829.264000', '184829.267000', '184829.269000', '184829.272000', '184829.275000', '184829.278000', '184829.281000', '184829.283000', '184829.286000', '184829.289000', '184829.292000', '184829.295000', '184829.298000', '184829.300000', '184829.303000', '184829.306000', '184829.309000', '184829.312000', '184829.315000', '184829.318000', '184829.320000', '184829.323000', '184829.326000', '184829.329000', '184829.332000', '184829.335000', '184829.337000', '184829.340000', '184829.343000', '184829.346000', '184829.349000', '184829.352000', '184829.354000', '184829.357000', '184849.238000', '184849.241000', '184849.244000', '184849.247000', '184849.249000', '184849.252000', '184849.255000', '184849.258000', '184849.261000', '184849.263000', '184849.266000', '184849.269000', '184849.272000', '184849.274000', '184849.277000', '184849.280000', '184849.283000', '184849.286000', '184849.288000', '184849.291000', '184849.294000', '184849.297000', '184849.300000', '184849.302000', '184849.305000', '184849.308000', '184849.311000', '184849.314000', '184849.316000', '184849.319000', '184849.322000', '184849.325000', '184849.328000', '184849.330000', '184849.333000', '184849.336000', '184849.339000', '184849.342000', '184849.345000', '184849.347000', '184849.350000', '184849.353000', '184849.356000', '184849.359000', '184909.238000', '184909.241000', '184909.244000', '184909.247000', '184909.250000', '184909.252000', '184909.255000', '184909.258000', '184909.261000', '184909.264000', '184909.266000', '184909.269000', '184909.272000', '184909.275000', '184909.278000', '184909.283000', '184909.287000', '184909.289000', '184909.292000', '184909.295000', '184909.298000', '184909.301000', '184909.303000', '184909.306000', '184909.309000', '184909.312000', '184909.315000', '184909.317000', '184909.320000', '184909.323000', '184909.326000', '184909.329000', '184909.331000', '184909.334000', '184909.337000', '184909.340000', '184909.342000', '184909.345000', '184909.348000', '184909.351000', '184909.354000', '184909.356000', '184909.359000', '184929.238000', '184929.241000', '184929.244000', '184929.247000', '184929.250000', '184929.253000', '184929.256000', '184929.258000', '184929.261000', '184929.264000', '184929.267000', '184929.270000', '184929.273000', '184929.275000', '184929.278000', '184929.281000', '184929.301000', '184929.304000', '184929.307000', '184929.310000', '184929.312000', '184929.315000', '184929.318000', '184929.321000', '184929.324000', '184929.326000', '184929.329000', '184929.332000', '184929.335000', '184929.338000', '184929.341000', '184929.344000', '184929.346000', '184929.349000', '184929.352000', '184929.355000', '184929.358000', '184929.361000', '184929.364000', '184929.366000', '184929.369000', '184929.372000', '184929.375000', '184929.378000', '184932.332000', '184932.336000', '184932.339000', '184932.342000', '184932.345000', '184932.347000', '184932.350000'], 'InstanceCreationTime': ['184309.275000', '184309.279000', '184309.282000', '184309.285000', '184309.287000', '184309.290000', '184309.293000', '184309.296000', '184309.298000', '184309.301000', '184309.304000', '184309.307000', '184309.310000', '184309.313000', '184309.315000', '184309.318000', '184309.321000', '184309.324000', '184309.326000', '184309.329000', '184309.332000', '184309.335000', '184309.338000', '184309.341000', '184309.343000', '184309.346000', '184309.355000', '184309.357000', '184309.360000', '184309.363000', '184309.366000', '184309.368000', '184309.371000', '184309.374000', '184309.377000', '184309.380000', '184309.382000', '184309.385000', '184309.388000', '184329.237000', '184329.240000', '184329.256000', '184329.259000', '184329.261000', '184329.264000', '184329.267000', '184329.270000', '184329.273000', '184329.275000', '184329.278000', '184329.282000', '184329.285000', '184329.288000', '184329.290000', '184329.293000', '184329.296000', '184329.299000', '184329.302000', '184329.304000', '184329.307000', '184329.310000', '184329.313000', '184329.316000', '184329.318000', '184329.321000', '184329.324000', '184329.327000', '184329.329000', '184329.332000', '184329.335000', '184329.338000', '184329.341000', '184329.343000', '184329.346000', '184329.349000', '184329.354000', '184329.358000', '184329.361000', '184329.364000', '184329.367000', '184329.369000', '184329.372000', '184349.238000', '184349.241000', '184349.243000', '184349.247000', '184349.250000', '184349.261000', '184349.269000', '184349.272000', '184349.275000', '184349.278000', '184349.281000', '184349.283000', '184349.286000', '184349.289000', '184349.292000', '184349.295000', '184349.298000', '184349.300000', '184349.303000', '184349.306000', '184349.309000', '184349.312000', '184349.315000', '184349.317000', '184349.320000', '184349.323000', '184349.325000', '184349.328000', '184349.331000', '184349.334000', '184349.337000', '184349.339000', '184349.342000', '184349.345000', '184349.348000', '184349.350000', '184349.353000', '184349.356000', '184349.359000', '184349.362000', '184349.364000', '184349.367000', '184349.370000', '184349.373000', '184409.238000', '184409.241000', '184409.244000', '184409.246000', '184409.249000', '184409.252000', '184409.255000', '184409.258000', '184409.260000', '184409.263000', '184409.266000', '184409.269000', '184409.272000', '184409.274000', '184409.277000', '184409.280000', '184409.283000', '184409.286000', '184409.288000', '184409.291000', '184409.294000', '184409.297000', '184409.299000', '184409.302000', '184409.305000', '184409.308000', '184409.311000', '184409.313000', '184409.316000', '184409.319000', '184409.322000', '184409.325000', '184409.328000', '184409.330000', '184409.333000', '184409.336000', '184409.339000', '184409.342000', '184409.344000', '184409.347000', '184409.350000', '184409.353000', '184409.355000', '184429.238000', '184429.241000', '184429.244000', '184429.246000', '184429.249000', '184429.252000', '184429.255000', '184429.258000', '184429.260000', '184429.263000', '184429.266000', '184429.269000', '184429.271000', '184429.274000', '184429.277000', '184429.280000', '184429.283000', '184429.285000', '184429.288000', '184429.291000', '184429.294000', '184429.297000', '184429.299000', '184429.302000', '184429.305000', '184429.308000', '184429.310000', '184429.313000', '184429.316000', '184429.319000', '184429.322000', '184429.325000', '184429.327000', '184429.330000', '184429.333000', '184429.336000', '184429.338000', '184429.341000', '184429.344000', '184429.347000', '184429.350000', '184429.352000', '184429.355000', '184429.358000', '184449.238000', '184449.241000', '184449.244000', '184449.246000', '184449.249000', '184449.252000', '184449.255000', '184449.258000', '184449.260000', '184449.263000', '184449.266000', '184449.269000', '184449.271000', '184449.274000', '184449.277000', '184449.280000', '184449.283000', '184449.286000', '184449.288000', '184449.291000', '184449.294000', '184449.297000', '184449.300000', '184449.302000', '184449.305000', '184449.308000', '184449.311000', '184449.314000', '184449.316000', '184449.320000', '184449.324000', '184449.326000', '184449.329000', '184449.332000', '184449.335000', '184449.338000', '184449.340000', '184449.343000', '184449.346000', '184449.349000', '184449.351000', '184449.362000', '184449.364000', '184509.238000', '184509.241000', '184509.244000', '184509.246000', '184509.249000', '184509.252000', '184509.255000', '184509.258000', '184509.260000', '184509.263000', '184509.266000', '184509.269000', '184509.272000', '184509.275000', '184509.277000', '184509.280000', '184509.283000', '184509.286000', '184509.289000', '184509.291000', '184509.294000', '184509.297000', '184509.300000', '184509.303000', '184509.305000', '184509.308000', '184509.311000', '184509.314000', '184509.317000', '184509.319000', '184509.322000', '184509.325000', '184509.328000', '184509.331000', '184509.333000', '184509.336000', '184509.339000', '184509.342000', '184509.345000', '184509.348000', '184509.350000', '184509.353000', '184509.356000', '184509.359000', '184529.237000', '184529.240000', '184529.243000', '184529.246000', '184529.248000', '184529.251000', '184529.254000', '184529.257000', '184529.260000', '184529.262000', '184529.265000', '184529.268000', '184529.271000', '184529.274000', '184529.277000', '184529.279000', '184529.282000', '184529.285000', '184529.288000', '184529.291000', '184529.293000', '184529.296000', '184529.299000', '184529.302000', '184529.305000', '184529.307000', '184529.310000', '184529.313000', '184529.316000', '184529.319000', '184529.321000', '184529.324000', '184529.327000', '184529.330000', '184529.333000', '184529.335000', '184529.338000', '184529.341000', '184529.344000', '184529.347000', '184529.350000', '184529.352000', '184529.355000', '184549.237000', '184549.240000', '184549.243000', '184549.245000', '184549.248000', '184549.251000', '184549.254000', '184549.257000', '184549.259000', '184549.262000', '184549.265000', '184549.268000', '184549.271000', '184549.273000', '184549.276000', '184549.279000', '184549.282000', '184549.284000', '184549.287000', '184549.290000', '184549.293000', '184549.296000', '184549.298000', '184549.301000', '184549.304000', '184549.307000', '184549.310000', '184549.313000', '184549.315000', '184549.318000', '184549.321000', '184549.324000', '184549.327000', '184549.329000', '184549.332000', '184549.335000', '184549.338000', '184549.340000', '184549.343000', '184549.346000', '184549.349000', '184549.352000', '184549.355000', '184549.357000', '184609.238000', '184609.241000', '184609.244000', '184609.247000', '184609.249000', '184609.252000', '184609.255000', '184609.258000', '184609.261000', '184609.263000', '184609.266000', '184609.269000', '184609.272000', '184609.275000', '184609.277000', '184609.280000', '184609.283000', '184609.286000', '184609.289000', '184609.291000', '184609.294000', '184609.297000', '184609.300000', '184609.303000', '184609.305000', '184609.308000', '184609.311000', '184609.314000', '184609.317000', '184609.319000', '184609.322000', '184609.325000', '184609.328000', '184609.331000', '184609.333000', '184609.336000', '184609.339000', '184609.342000', '184609.345000', '184609.347000', '184609.350000', '184609.353000', '184609.356000', '184629.238000', '184629.241000', '184629.244000', '184629.247000', '184629.249000', '184629.252000', '184629.255000', '184629.258000', '184629.261000', '184629.263000', '184629.266000', '184629.269000', '184629.272000', '184629.275000', '184629.278000', '184629.281000', '184629.283000', '184629.286000', '184629.289000', '184629.292000', '184629.294000', '184629.297000', '184629.300000', '184629.303000', '184629.306000', '184629.309000', '184629.311000', '184629.314000', '184629.317000', '184629.320000', '184629.323000', '184629.325000', '184629.328000', '184629.331000', '184629.334000', '184629.336000', '184629.339000', '184629.358000', '184629.361000', '184629.363000', '184629.366000', '184629.369000', '184629.372000', '184629.375000', '184649.238000', '184649.241000', '184649.244000', '184649.246000', '184649.249000', '184649.252000', '184649.255000', '184649.258000', '184649.261000', '184649.263000', '184649.266000', '184649.269000', '184649.272000', '184649.275000', '184649.277000', '184649.280000', '184649.283000', '184649.286000', '184649.289000', '184649.291000', '184649.294000', '184649.297000', '184649.300000', '184649.303000', '184649.306000', '184649.309000', '184649.311000', '184649.314000', '184649.317000', '184649.320000', '184649.323000', '184649.325000', '184649.328000', '184649.331000', '184649.334000', '184649.337000', '184649.339000', '184649.342000', '184649.345000', '184649.348000', '184649.351000', '184649.353000', '184649.356000', '184709.238000', '184709.241000', '184709.244000', '184709.246000', '184709.249000', '184709.252000', '184709.255000', '184709.258000', '184709.261000', '184709.263000', '184709.266000', '184709.269000', '184709.272000', '184709.275000', '184709.278000', '184709.280000', '184709.283000', '184709.286000', '184709.289000', '184709.292000', '184709.295000', '184709.297000', '184709.300000', '184709.303000', '184709.306000', '184709.309000', '184709.311000', '184709.314000', '184709.317000', '184709.320000', '184709.323000', '184709.325000', '184709.328000', '184709.331000', '184709.334000', '184709.337000', '184709.339000', '184709.342000', '184709.345000', '184709.348000', '184709.351000', '184709.353000', '184709.356000', '184709.359000', '184729.238000', '184729.241000', '184729.244000', '184729.247000', '184729.249000', '184729.252000', '184729.255000', '184729.258000', '184729.261000', '184729.263000', '184729.266000', '184729.269000', '184729.272000', '184729.275000', '184729.277000', '184729.280000', '184729.283000', '184729.286000', '184729.289000', '184729.292000', '184729.294000', '184729.297000', '184729.300000', '184729.303000', '184729.306000', '184729.308000', '184729.311000', '184729.314000', '184729.317000', '184729.320000', '184729.323000', '184729.325000', '184729.328000', '184729.331000', '184729.334000', '184729.337000', '184729.339000', '184729.342000', '184729.345000', '184729.348000', '184729.351000', '184729.353000', '184729.356000', '184749.237000', '184749.240000', '184749.243000', '184749.246000', '184749.249000', '184749.252000', '184749.255000', '184749.257000', '184749.260000', '184749.263000', '184749.266000', '184749.269000', '184749.271000', '184749.274000', '184749.277000', '184749.280000', '184749.283000', '184749.286000', '184749.288000', '184749.291000', '184749.294000', '184749.297000', '184749.300000', '184749.303000', '184749.306000', '184749.308000', '184749.311000', '184749.314000', '184749.317000', '184749.320000', '184749.322000', '184749.325000', '184749.328000', '184749.331000', '184749.334000', '184749.336000', '184749.339000', '184749.342000', '184749.345000', '184749.348000', '184749.350000', '184749.353000', '184749.356000', '184809.237000', '184809.240000', '184809.243000', '184809.245000', '184809.248000', '184809.267000', '184809.270000', '184809.273000', '184809.276000', '184809.279000', '184809.282000', '184809.284000', '184809.287000', '184809.290000', '184809.293000', '184809.296000', '184809.298000', '184809.301000', '184809.304000', '184809.307000', '184809.310000', '184809.313000', '184809.315000', '184809.318000', '184809.321000', '184809.324000', '184809.327000', '184809.330000', '184809.332000', '184809.335000', '184809.338000', '184809.341000', '184809.344000', '184809.347000', '184809.349000', '184809.352000', '184809.355000', '184809.358000', '184809.361000', '184809.363000', '184809.366000', '184809.369000', '184809.372000', '184809.375000', '184829.238000', '184829.241000', '184829.244000', '184829.247000', '184829.250000', '184829.252000', '184829.255000', '184829.258000', '184829.261000', '184829.264000', '184829.267000', '184829.269000', '184829.272000', '184829.275000', '184829.278000', '184829.281000', '184829.283000', '184829.286000', '184829.289000', '184829.292000', '184829.295000', '184829.298000', '184829.300000', '184829.303000', '184829.306000', '184829.309000', '184829.312000', '184829.315000', '184829.318000', '184829.320000', '184829.323000', '184829.326000', '184829.329000', '184829.332000', '184829.335000', '184829.337000', '184829.340000', '184829.343000', '184829.346000', '184829.349000', '184829.352000', '184829.354000', '184829.357000', '184849.238000', '184849.241000', '184849.244000', '184849.247000', '184849.249000', '184849.252000', '184849.255000', '184849.258000', '184849.261000', '184849.263000', '184849.266000', '184849.269000', '184849.272000', '184849.274000', '184849.277000', '184849.280000', '184849.283000', '184849.286000', '184849.288000', '184849.291000', '184849.294000', '184849.297000', '184849.300000', '184849.302000', '184849.305000', '184849.308000', '184849.311000', '184849.314000', '184849.316000', '184849.319000', '184849.322000', '184849.325000', '184849.328000', '184849.330000', '184849.333000', '184849.336000', '184849.339000', '184849.342000', '184849.345000', '184849.347000', '184849.350000', '184849.353000', '184849.356000', '184849.359000', '184909.238000', '184909.241000', '184909.244000', '184909.247000', '184909.250000', '184909.252000', '184909.255000', '184909.258000', '184909.261000', '184909.264000', '184909.266000', '184909.269000', '184909.272000', '184909.275000', '184909.278000', '184909.283000', '184909.287000', '184909.289000', '184909.292000', '184909.295000', '184909.298000', '184909.301000', '184909.303000', '184909.306000', '184909.309000', '184909.312000', '184909.315000', '184909.317000', '184909.320000', '184909.323000', '184909.326000', '184909.329000', '184909.331000', '184909.334000', '184909.337000', '184909.340000', '184909.342000', '184909.345000', '184909.348000', '184909.351000', '184909.354000', '184909.356000', '184909.359000', '184929.238000', '184929.241000', '184929.244000', '184929.247000', '184929.250000', '184929.253000', '184929.256000', '184929.258000', '184929.261000', '184929.264000', '184929.267000', '184929.270000', '184929.273000', '184929.275000', '184929.278000', '184929.281000', '184929.301000', '184929.304000', '184929.307000', '184929.310000', '184929.312000', '184929.315000', '184929.318000', '184929.321000', '184929.324000', '184929.326000', '184929.329000', '184929.332000', '184929.335000', '184929.338000', '184929.341000', '184929.344000', '184929.346000', '184929.349000', '184929.352000', '184929.355000', '184929.358000', '184929.361000', '184929.364000', '184929.366000', '184929.369000', '184929.372000', '184929.375000', '184929.378000', '184932.332000', '184932.336000', '184932.339000', '184932.342000', '184932.345000', '184932.347000', '184932.350000'], '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': [15362, 13405, 14685, 15991, 13321, 13882, 12878, 13630, 13627, 14388, 13594, 13835, 13864, 13984, 13552, 13148, 14032, 13171, 13648, 14623, 14306, 13701, 14973, 13547, 14604, 13312, 14598, 12497, 13612, 14199, 14051, 14093, 14261, 13948, 11676, 13677, 14355, 13890, 14134, 12936, 13559, 14144, 13579, 13884, 13221, 13635, 12081, 13713, 10340, 13504, 13993, 14807, 13962, 13770, 13172, 14081, 12203, 13762, 14429, 13470, 14273, 13989, 14009, 13941, 13584, 13391, 13045, 13950, 13716, 13530, 13741, 11220, 13393, 13838, 12704, 14166, 13527, 14212, 13451, 13256, 14373, 14672, 13066, 13967, 13871, 13984, 11833, 13813, 14461, 13479, 13781, 12855, 14215, 13226, 12667, 13675, 11522, 13882, 13910, 13179, 13771, 14422, 13350, 14578, 13087, 13763, 14064, 14253, 13781, 12328, 14258, 13679, 13549, 14626, 14342, 14173, 13635, 14566, 13275, 14178, 14777, 14151, 13713, 16007, 13627, 14483, 13307, 14267, 12235, 13733, 14308, 13537, 13814, 11650, 13212, 14813, 13564, 13597, 14310, 14023, 14425, 14090, 14765, 14793, 13350, 14655, 13886, 14266, 13387, 13800, 12393, 13408, 14510, 13892, 14323, 14308, 13457, 11207, 13696, 14414, 12640, 13724, 13567, 14336, 13729, 13800, 14398, 13309, 14149, 14916, 13916, 13900, 14423, 13862, 13558, 13524, 14048, 12973, 13816, 14043, 13858, 13567, 12550, 14127, 13327, 13001, 12456, 13405, 11074, 14039, 15286, 15946, 13945, 15227, 12925, 15249, 12378, 14709, 14538, 13728, 15114, 13169, 14301, 13319, 10463, 12389, 15111, 15433, 12581, 14751, 13237, 13109, 13508, 12556, 14787, 11301, 13457, 14621, 13117, 14508, 11940, 14702, 11792, 14547, 15120, 13464, 14061, 12444, 13565, 10848, 13353, 14622, 12630, 14093, 13985, 13235, 14215, 12123, 14098, 11423, 13235, 14596, 13241, 13775, 12168, 13998, 14448, 13296, 14394, 13465, 13604, 12924, 14050, 11306, 13587, 14924, 12998, 13841, 14392, 13594, 14585, 12846, 14650, 12397, 14370, 14671, 13824, 13645, 13142, 13857, 11872, 12595, 14746, 13973, 13241, 14552, 13623, 14401, 13105, 14555, 10958, 13257, 14607, 13111, 14195, 12481, 13616, 15372, 13103, 14345, 14009, 13697, 11617, 13111, 14540, 12471, 13711, 13485, 13501, 14064, 13155, 14174, 13951, 13263, 14374, 13727, 13577, 13082, 13982, 13361, 14444, 14870, 13206, 14145, 15114, 13912, 14111, 13650, 14775, 11894, 13405, 14519, 13589, 13141, 14101, 13254, 14013, 14096, 13378, 14660, 14553, 14071, 12027, 13537, 13847, 13465, 14797, 11935, 13326, 14308, 13652, 13615, 13654, 14329, 13180, 13522, 15041, 13397, 13707, 13910, 13704, 14475, 12916, 14077, 13450, 13384, 13807, 13109, 13428, 12609, 13764, 11697, 13787, 14182, 13133, 13375, 13944, 13014, 13874, 13253, 13913, 14464, 13741, 14489, 13256, 14345, 13032, 13871, 14261, 13616, 14176, 13014, 14264, 12958, 14036, 12664, 13425, 14572, 13701, 12564, 12907, 14726, 15361, 13390, 12151, 13162, 14251, 13025, 15008, 14370, 13586, 13762, 12993, 13248, 12327, 13728, 12054, 13399, 14167, 12697, 13470, 13987, 13588, 13908, 13127, 14781, 14901, 12931, 14979, 13065, 14677, 12811, 13660, 14614, 13841, 14818, 13499, 14807, 13772, 14669, 14504, 13692, 14126, 14115, 13741, 14410, 13450, 13986, 13074, 13263, 13747, 12650, 14383, 13199, 13628, 13309, 13613, 12609, 13473, 14827, 12766, 14189, 14189, 13822, 13655, 13346, 14144, 12060, 13836, 14188, 13843, 13681, 12010, 13119, 11798, 13674, 13790, 12723, 13559, 14323, 13258, 14470, 12893, 14214, 14642, 13546, 14156, 14189, 12996, 12808, 12884, 14814, 12752, 13901, 12119, 13526, 14857, 12985, 14690, 12346, 13518, 13850, 13692, 14206, 13535, 14476, 12445, 13523, 14336, 13113, 13813, 12673, 13662, 11566, 13587, 14904, 14589, 13784, 14007, 13410, 13961, 13191, 13828, 11645, 12871, 14448, 13544, 15495, 14048, 12612, 13414, 11528, 13875, 14309, 15332, 13707, 14205, 13019, 14145, 14873, 13482, 13378, 12935, 13315, 12103, 13058, 14303, 13077, 13918, 13242, 13942, 13770, 13976, 13966, 12476, 13782, 15375, 12637, 13928, 13440, 13158, 12179, 13266, 12226, 13454, 14086, 13403, 13678, 13890, 13347, 13782, 12869, 15160, 12265, 15080, 15117, 13494, 13999, 14596, 14608, 13364, 14792, 14942, 13178, 14628, 14641, 13469, 14482, 13450, 14897, 13553, 14181, 14410, 14214, 13894, 13441, 14472, 13266, 14113, 12790, 13893, 13885, 13720, 14155, 11493, 13363, 13965, 13666, 13385, 13415, 13967, 14051, 13058, 14482, 13723, 13222, 14251, 13480, 14398, 12558, 13945, 11888, 13699, 14698, 13498, 14531, 12757, 13530, 14307, 13698, 13714, 13670, 13084, 12113, 12937, 14363, 14267, 13616, 13579, 13584, 13981, 12825, 13723, 11235, 13863, 13609, 13828, 13669, 13709, 14511, 12800, 13178, 14410, 13554, 13303, 14292, 13243, 14954, 13140, 14110, 13554, 14082, 12810, 13136, 13348, 12720, 13568, 12153, 13362, 13399, 13484, 13233, 12957, 13062, 11709, 13723, 13788, 14935, 13395, 14472, 13273, 14204, 14485, 13288, 14272, 14647, 15171, 14824, 12968, 14818, 11611, 13838, 14732, 13971, 13849, 14956, 12814, 12000, 12979, 14083, 14205, 13631, 13660, 13267, 12913, 11985, 12842, 14357, 12098, 13504, 13984, 13825, 13518, 13737, 14249, 13707, 13493, 14810, 13832, 13324, 14259, 13483, 14345, 13415, 14574, 14509, 14356, 13571, 14066, 12937, 11946, 12540, 14524, 14396, 13385, 14066, 13571, 13422, 14287, 13886, 13339, 14586, 12637, 13600, 12969, 13737, 13746, 12667, 14975, 14158, 14119, 14779, 13918, 12624, 13847, 12278, 12754, 14243, 15864, 13151, 13981, 14864, 13568, 13949, 13971, 13796, 11834, 12673, 14436, 13686, 13745, 11905, 13784, 12291, 13575, 14567, 13515, 14202, 13898, 13994, 13270, 13416, 13002, 11668, 13037, 14005, 12717, 13207, 13076, 13453, 13855, 12804, 13847, 12743, 13068, 13795, 13736, 13404, 13837, 13901, 13602, 13409, 13768, 13493, 13242, 13825, 13414, 13869, 12198, 13366, 13565, 13250, 12923, 14433, 13071, 13887, 13075, 13101, 12437, 13476, 11985, 13416, 13712, 13218, 13502, 13842, 13908, 13546, 13564, 13855, 13560, 13215, 14091, 13548, 12910, 15222, 12714, 14447, 13246, 12960, 13836, 13541, 13495, 13367, 13460, 12565, 13030, 13494, 13394, 12875, 12834, 13082, 12050, 13242, 13716, 12735, 13097, 13869, 13089, 14068, 13326, 13360, 14125, 13501, 13431, 13530, 13643, 11930, 13096, 13676, 13041, 13230, 14077, 13206, 13609, 12863, 12940, 12667, 13443, 13672, 13360, 13203], 'WindowCenter': [4453.0, 4426.0, 4423.0, 4408.0, 4386.0, 4384.0, 4384.0, 4383.0, 4384.0, 4396.0, 4383.0, 4382.0, 4382.0, 4383.0, 4382.0, 4383.0, 4395.0, 4383.0, 4384.0, 4395.0, 4381.0, 4371.0, 4382.0, 4372.0, 4382.0, 4380.0, 4382.0, 4370.0, 4381.0, 4370.0, 4379.0, 4381.0, 4381.0, 4395.0, 4361.0, 4395.0, 4395.0, 4381.0, 4384.0, 4374.0, 4409.0, 4409.0, 4397.0, 4383.0, 4384.0, 4398.0, 4386.0, 4397.0, 4367.0, 4397.0, 4400.0, 4397.0, 4397.0, 4396.0, 4385.0, 4397.0, 4373.0, 4384.0, 4395.0, 4383.0, 4393.0, 4385.0, 4394.0, 4395.0, 4385.0, 4384.0, 4372.0, 4382.0, 4384.0, 4383.0, 4396.0, 4375.0, 4395.0, 4396.0, 4385.0, 4396.0, 4385.0, 4396.0, 4386.0, 4386.0, 4395.0, 4395.0, 4384.0, 4383.0, 4383.0, 4383.0, 4374.0, 4396.0, 4394.0, 4394.0, 4384.0, 4386.0, 4396.0, 4387.0, 4386.0, 4396.0, 4374.0, 4383.0, 4395.0, 4382.0, 4385.0, 4395.0, 4396.0, 4396.0, 4381.0, 4395.0, 4383.0, 4382.0, 4395.0, 4384.0, 4395.0, 4394.0, 4396.0, 4398.0, 4396.0, 4396.0, 4396.0, 4396.0, 4385.0, 4383.0, 4396.0, 4383.0, 4383.0, 4394.0, 4383.0, 4382.0, 4382.0, 4393.0, 4361.0, 4380.0, 4380.0, 4369.0, 4370.0, 4360.0, 4371.0, 4381.0, 4382.0, 4382.0, 4382.0, 4381.0, 4382.0, 4383.0, 4393.0, 4382.0, 4371.0, 4382.0, 4369.0, 4380.0, 4371.0, 4381.0, 4370.0, 4382.0, 4395.0, 4382.0, 4380.0, 4382.0, 4383.0, 4363.0, 4383.0, 4393.0, 4373.0, 4381.0, 4371.0, 4382.0, 4395.0, 4397.0, 4396.0, 4396.0, 4396.0, 4395.0, 4382.0, 4384.0, 4383.0, 4383.0, 4383.0, 4384.0, 4384.0, 4373.0, 4384.0, 4382.0, 4383.0, 4386.0, 4384.0, 4397.0, 4396.0, 4412.0, 4399.0, 4400.0, 4380.0, 4409.0, 4422.0, 4398.0, 4384.0, 4393.0, 4372.0, 4393.0, 4374.0, 4397.0, 4386.0, 4372.0, 4382.0, 4373.0, 4393.0, 4385.0, 4367.0, 4387.0, 4408.0, 4395.0, 4372.0, 4395.0, 4370.0, 4372.0, 4371.0, 4374.0, 4408.0, 4363.0, 4385.0, 4393.0, 4384.0, 4394.0, 4375.0, 4393.0, 4388.0, 4408.0, 4395.0, 4386.0, 4396.0, 4386.0, 4398.0, 4377.0, 4398.0, 4408.0, 4387.0, 4396.0, 4386.0, 4385.0, 4385.0, 4375.0, 4397.0, 4374.0, 4387.0, 4395.0, 4385.0, 4396.0, 4377.0, 4396.0, 4385.0, 4384.0, 4396.0, 4383.0, 4385.0, 4387.0, 4398.0, 4376.0, 4397.0, 4408.0, 4385.0, 4385.0, 4386.0, 4386.0, 4396.0, 4387.0, 4408.0, 4387.0, 4397.0, 4385.0, 4384.0, 4385.0, 4372.0, 4383.0, 4363.0, 4375.0, 4394.0, 4382.0, 4370.0, 4382.0, 4383.0, 4381.0, 4374.0, 4395.0, 4362.0, 4385.0, 4393.0, 4382.0, 4384.0, 4375.0, 4385.0, 4407.0, 4385.0, 4396.0, 4385.0, 4386.0, 4376.0, 4386.0, 4395.0, 4375.0, 4398.0, 4385.0, 4383.0, 4385.0, 4373.0, 4383.0, 4385.0, 4372.0, 4380.0, 4383.0, 4384.0, 4385.0, 4397.0, 4397.0, 4398.0, 4398.0, 4374.0, 4385.0, 4385.0, 4372.0, 4383.0, 4383.0, 4395.0, 4362.0, 4372.0, 4382.0, 4370.0, 4370.0, 4370.0, 4369.0, 4383.0, 4381.0, 4383.0, 4381.0, 4380.0, 4380.0, 4361.0, 4370.0, 4382.0, 4384.0, 4395.0, 4375.0, 4384.0, 4395.0, 4382.0, 4384.0, 4383.0, 4395.0, 4386.0, 4386.0, 4397.0, 4384.0, 4386.0, 4387.0, 4385.0, 4395.0, 4387.0, 4397.0, 4386.0, 4397.0, 4385.0, 4383.0, 4384.0, 4385.0, 4399.0, 4378.0, 4398.0, 4396.0, 4384.0, 4386.0, 4397.0, 4388.0, 4397.0, 4386.0, 4398.0, 4384.0, 4383.0, 4385.0, 4384.0, 4384.0, 4373.0, 4383.0, 4383.0, 4382.0, 4383.0, 4385.0, 4394.0, 4383.0, 4396.0, 4384.0, 4385.0, 4396.0, 4397.0, 4376.0, 4386.0, 4396.0, 4395.0, 4384.0, 4373.0, 4385.0, 4394.0, 4398.0, 4406.0, 4395.0, 4383.0, 4369.0, 4373.0, 4385.0, 4376.0, 4396.0, 4375.0, 4397.0, 4396.0, 4374.0, 4385.0, 4385.0, 4385.0, 4383.0, 4383.0, 4394.0, 4382.0, 4371.0, 4381.0, 4371.0, 4392.0, 4372.0, 4381.0, 4382.0, 4383.0, 4393.0, 4383.0, 4393.0, 4382.0, 4394.0, 4384.0, 4383.0, 4384.0, 4383.0, 4384.0, 4383.0, 4384.0, 4394.0, 4368.0, 4370.0, 4370.0, 4372.0, 4395.0, 4385.0, 4397.0, 4383.0, 4384.0, 4375.0, 4383.0, 4395.0, 4372.0, 4396.0, 4384.0, 4383.0, 4385.0, 4386.0, 4386.0, 4375.0, 4384.0, 4382.0, 4382.0, 4385.0, 4376.0, 4387.0, 4377.0, 4397.0, 4399.0, 4385.0, 4387.0, 4396.0, 4386.0, 4396.0, 4375.0, 4384.0, 4384.0, 4372.0, 4383.0, 4372.0, 4372.0, 4373.0, 4373.0, 4392.0, 4372.0, 4383.0, 4372.0, 4384.0, 4395.0, 4385.0, 4396.0, 4375.0, 4385.0, 4386.0, 4385.0, 4397.0, 4386.0, 4397.0, 4375.0, 4387.0, 4396.0, 4373.0, 4383.0, 4373.0, 4383.0, 4365.0, 4386.0, 4396.0, 4381.0, 4381.0, 4383.0, 4369.0, 4383.0, 4385.0, 4385.0, 4377.0, 4399.0, 4409.0, 4397.0, 4407.0, 4398.0, 4388.0, 4396.0, 4377.0, 4398.0, 4412.0, 4399.0, 4386.0, 4385.0, 4372.0, 4397.0, 4383.0, 4372.0, 4371.0, 4361.0, 4385.0, 4374.0, 4386.0, 4398.0, 4387.0, 4399.0, 4384.0, 4382.0, 4384.0, 4386.0, 4395.0, 4388.0, 4428.0, 4454.0, 4403.0, 4385.0, 4398.0, 4397.0, 4389.0, 4400.0, 4402.0, 4412.0, 4402.0, 4400.0, 4415.0, 4400.0, 4389.0, 4390.0, 4388.0, 4398.0, 4378.0, 4396.0, 4384.0, 4372.0, 4384.0, 4384.0, 4394.0, 4374.0, 4395.0, 4395.0, 4373.0, 4383.0, 4383.0, 4373.0, 4383.0, 4373.0, 4394.0, 4384.0, 4383.0, 4382.0, 4382.0, 4384.0, 4383.0, 4394.0, 4384.0, 4397.0, 4387.0, 4384.0, 4386.0, 4385.0, 4398.0, 4377.0, 4388.0, 4388.0, 4386.0, 4386.0, 4386.0, 4397.0, 4397.0, 4387.0, 4398.0, 4384.0, 4374.0, 4384.0, 4383.0, 4382.0, 4373.0, 4384.0, 4365.0, 4384.0, 4396.0, 4398.0, 4398.0, 4386.0, 4386.0, 4397.0, 4384.0, 4385.0, 4384.0, 4385.0, 4375.0, 4374.0, 4385.0, 4382.0, 4382.0, 4373.0, 4382.0, 4383.0, 4372.0, 4383.0, 4362.0, 4384.0, 4384.0, 4385.0, 4395.0, 4398.0, 4398.0, 4387.0, 4388.0, 4397.0, 4383.0, 4385.0, 4395.0, 4385.0, 4395.0, 4385.0, 4385.0, 4384.0, 4384.0, 4375.0, 4375.0, 4386.0, 4384.0, 4397.0, 4377.0, 4385.0, 4387.0, 4385.0, 4387.0, 4386.0, 4396.0, 4378.0, 4397.0, 4398.0, 4396.0, 4385.0, 4384.0, 4383.0, 4385.0, 4384.0, 4371.0, 4383.0, 4394.0, 4406.0, 4395.0, 4385.0, 4397.0, 4364.0, 4383.0, 4383.0, 4382.0, 4384.0, 4385.0, 4372.0, 4362.0, 4373.0, 4384.0, 4372.0, 4369.0, 4368.0, 4358.0, 4370.0, 4359.0, 4374.0, 4394.0, 4363.0, 4383.0, 4383.0, 4383.0, 4384.0, 4384.0, 4396.0, 4396.0, 4385.0, 4397.0, 4385.0, 4374.0, 4383.0, 4373.0, 4383.0, 4371.0, 4393.0, 4381.0, 4382.0, 4373.0, 4383.0, 4373.0, 4363.0, 4386.0, 4394.0, 4371.0, 4373.0, 4381.0, 4372.0, 4384.0, 4396.0, 4396.0, 4395.0, 4407.0, 4386.0, 4396.0, 4387.0, 4399.0, 4400.0, 4387.0, 4398.0, 4384.0, 4385.0, 4397.0, 4386.0, 4374.0, 4385.0, 4377.0, 4386.0, 4399.0, 4396.0, 4363.0, 4370.0, 4367.0, 4357.0, 4368.0, 4367.0, 4368.0, 4360.0, 4371.0, 4380.0, 4380.0, 4380.0, 4360.0, 4381.0, 4373.0, 4384.0, 4395.0, 4395.0, 4396.0, 4385.0, 4385.0, 4376.0, 4372.0, 4374.0, 4362.0, 4384.0, 4383.0, 4372.0, 4374.0, 4372.0, 4383.0, 4382.0, 4371.0, 4384.0, 4374.0, 4382.0, 4372.0, 4383.0, 4383.0, 4383.0, 4383.0, 4385.0, 4384.0, 4384.0, 4383.0, 4383.0, 4386.0, 4384.0, 4396.0, 4374.0, 4385.0, 4382.0, 4371.0, 4374.0, 4384.0, 4387.0, 4396.0, 4384.0, 4383.0, 4372.0, 4383.0, 4373.0, 4385.0, 4396.0, 4385.0, 4386.0, 4386.0, 4383.0, 4384.0, 4382.0, 4384.0, 4383.0, 4385.0, 4382.0, 4370.0, 4371.0, 4393.0, 4374.0, 4394.0, 4370.0, 4371.0, 4369.0, 4368.0, 4370.0, 4369.0, 4384.0, 4373.0, 4382.0, 4383.0, 4382.0, 4384.0, 4385.0, 4385.0, 4374.0, 4386.0, 4396.0, 4374.0, 4385.0, 4385.0, 4384.0, 4384.0, 4382.0, 4385.0, 4383.0, 4381.0, 4384.0, 4381.0, 4383.0, 4363.0, 4384.0, 4383.0, 4371.0, 4383.0, 4383.0, 4383.0, 4383.0, 4386.0, 4371.0, 4374.0, 4384.0, 4385.0, 4384.0, 4385.0], 'WindowWidth': [9793.0, 9741.0, 9730.0, 9705.0, 9666.0, 9664.0, 9659.0, 9658.0, 9659.0, 9678.0, 9658.0, 9653.0, 9655.0, 9654.0, 9654.0, 9658.0, 9676.0, 9657.0, 9659.0, 9678.0, 9649.0, 9637.0, 9657.0, 9638.0, 9651.0, 9648.0, 9652.0, 9633.0, 9649.0, 9637.0, 9644.0, 9650.0, 9649.0, 9675.0, 9624.0, 9679.0, 9679.0, 9649.0, 9658.0, 9648.0, 9703.0, 9701.0, 9681.0, 9658.0, 9658.0, 9685.0, 9667.0, 9681.0, 9643.0, 9683.0, 9690.0, 9686.0, 9679.0, 9681.0, 9661.0, 9681.0, 9646.0, 9660.0, 9676.0, 9654.0, 9670.0, 9667.0, 9671.0, 9674.0, 9662.0, 9660.0, 9643.0, 9652.0, 9658.0, 9655.0, 9678.0, 9651.0, 9678.0, 9681.0, 9663.0, 9678.0, 9664.0, 9675.0, 9665.0, 9664.0, 9678.0, 9679.0, 9658.0, 9658.0, 9659.0, 9657.0, 9649.0, 9678.0, 9675.0, 9673.0, 9662.0, 9669.0, 9678.0, 9670.0, 9662.0, 9680.0, 9649.0, 9659.0, 9676.0, 9653.0, 9662.0, 9678.0, 9677.0, 9681.0, 9651.0, 9676.0, 9658.0, 9651.0, 9678.0, 9659.0, 9676.0, 9672.0, 9680.0, 9688.0, 9677.0, 9682.0, 9677.0, 9678.0, 9659.0, 9657.0, 9684.0, 9656.0, 9655.0, 9678.0, 9656.0, 9654.0, 9652.0, 9670.0, 9628.0, 9648.0, 9649.0, 9629.0, 9634.0, 9622.0, 9636.0, 9652.0, 9650.0, 9652.0, 9655.0, 9650.0, 9653.0, 9654.0, 9668.0, 9656.0, 9637.0, 9654.0, 9629.0, 9648.0, 9636.0, 9650.0, 9637.0, 9652.0, 9676.0, 9651.0, 9647.0, 9655.0, 9654.0, 9629.0, 9656.0, 9672.0, 9642.0, 9648.0, 9638.0, 9654.0, 9675.0, 9681.0, 9678.0, 9677.0, 9678.0, 9679.0, 9655.0, 9659.0, 9658.0, 9654.0, 9655.0, 9656.0, 9657.0, 9640.0, 9655.0, 9654.0, 9657.0, 9663.0, 9659.0, 9683.0, 9680.0, 9710.0, 9690.0, 9688.0, 9663.0, 9702.0, 9722.0, 9687.0, 9656.0, 9668.0, 9639.0, 9667.0, 9645.0, 9678.0, 9664.0, 9637.0, 9653.0, 9641.0, 9671.0, 9662.0, 9640.0, 9669.0, 9701.0, 9682.0, 9639.0, 9674.0, 9633.0, 9636.0, 9637.0, 9644.0, 9698.0, 9629.0, 9662.0, 9671.0, 9658.0, 9670.0, 9650.0, 9669.0, 9669.0, 9698.0, 9677.0, 9661.0, 9677.0, 9663.0, 9682.0, 9654.0, 9684.0, 9698.0, 9665.0, 9678.0, 9667.0, 9659.0, 9661.0, 9646.0, 9679.0, 9646.0, 9667.0, 9677.0, 9659.0, 9677.0, 9653.0, 9677.0, 9663.0, 9657.0, 9677.0, 9652.0, 9661.0, 9667.0, 9683.0, 9652.0, 9679.0, 9701.0, 9661.0, 9659.0, 9666.0, 9663.0, 9678.0, 9667.0, 9697.0, 9666.0, 9679.0, 9667.0, 9656.0, 9662.0, 9640.0, 9654.0, 9632.0, 9645.0, 9672.0, 9652.0, 9633.0, 9653.0, 9651.0, 9650.0, 9642.0, 9674.0, 9627.0, 9658.0, 9671.0, 9653.0, 9658.0, 9646.0, 9660.0, 9694.0, 9662.0, 9678.0, 9662.0, 9662.0, 9652.0, 9663.0, 9675.0, 9647.0, 9682.0, 9661.0, 9655.0, 9663.0, 9640.0, 9656.0, 9662.0, 9639.0, 9650.0, 9653.0, 9659.0, 9660.0, 9680.0, 9680.0, 9683.0, 9688.0, 9644.0, 9659.0, 9663.0, 9638.0, 9655.0, 9653.0, 9673.0, 9626.0, 9637.0, 9654.0, 9632.0, 9630.0, 9635.0, 9629.0, 9652.0, 9648.0, 9652.0, 9649.0, 9644.0, 9647.0, 9623.0, 9631.0, 9654.0, 9657.0, 9675.0, 9649.0, 9658.0, 9675.0, 9652.0, 9659.0, 9654.0, 9675.0, 9664.0, 9665.0, 9683.0, 9658.0, 9662.0, 9669.0, 9660.0, 9674.0, 9666.0, 9680.0, 9668.0, 9681.0, 9664.0, 9655.0, 9658.0, 9660.0, 9684.0, 9658.0, 9682.0, 9681.0, 9659.0, 9663.0, 9681.0, 9669.0, 9684.0, 9666.0, 9685.0, 9660.0, 9657.0, 9666.0, 9657.0, 9658.0, 9640.0, 9657.0, 9658.0, 9652.0, 9658.0, 9660.0, 9673.0, 9654.0, 9679.0, 9660.0, 9661.0, 9679.0, 9681.0, 9653.0, 9666.0, 9679.0, 9678.0, 9657.0, 9645.0, 9661.0, 9674.0, 9684.0, 9693.0, 9681.0, 9655.0, 9631.0, 9641.0, 9663.0, 9648.0, 9679.0, 9649.0, 9681.0, 9680.0, 9643.0, 9661.0, 9661.0, 9660.0, 9659.0, 9655.0, 9673.0, 9656.0, 9636.0, 9652.0, 9635.0, 9667.0, 9638.0, 9652.0, 9654.0, 9654.0, 9670.0, 9656.0, 9670.0, 9653.0, 9672.0, 9662.0, 9654.0, 9658.0, 9655.0, 9656.0, 9656.0, 9657.0, 9674.0, 9628.0, 9633.0, 9636.0, 9639.0, 9676.0, 9662.0, 9678.0, 9655.0, 9657.0, 9650.0, 9658.0, 9676.0, 9641.0, 9677.0, 9662.0, 9653.0, 9661.0, 9660.0, 9663.0, 9650.0, 9657.0, 9653.0, 9651.0, 9661.0, 9650.0, 9666.0, 9656.0, 9681.0, 9688.0, 9660.0, 9665.0, 9682.0, 9662.0, 9677.0, 9646.0, 9658.0, 9662.0, 9637.0, 9653.0, 9642.0, 9638.0, 9643.0, 9641.0, 9667.0, 9640.0, 9655.0, 9642.0, 9660.0, 9677.0, 9660.0, 9679.0, 9647.0, 9663.0, 9665.0, 9660.0, 9680.0, 9665.0, 9682.0, 9649.0, 9665.0, 9685.0, 9642.0, 9656.0, 9641.0, 9654.0, 9632.0, 9662.0, 9678.0, 9654.0, 9649.0, 9653.0, 9630.0, 9654.0, 9659.0, 9660.0, 9654.0, 9687.0, 9701.0, 9680.0, 9695.0, 9683.0, 9669.0, 9680.0, 9653.0, 9684.0, 9711.0, 9693.0, 9664.0, 9660.0, 9636.0, 9678.0, 9655.0, 9635.0, 9634.0, 9618.0, 9656.0, 9644.0, 9664.0, 9682.0, 9664.0, 9685.0, 9659.0, 9651.0, 9656.0, 9660.0, 9673.0, 9667.0, 9739.0, 9790.0, 9696.0, 9659.0, 9683.0, 9681.0, 9674.0, 9691.0, 9698.0, 9711.0, 9698.0, 9688.0, 9718.0, 9691.0, 9672.0, 9675.0, 9669.0, 9684.0, 9652.0, 9676.0, 9662.0, 9636.0, 9658.0, 9654.0, 9669.0, 9641.0, 9671.0, 9675.0, 9640.0, 9654.0, 9655.0, 9639.0, 9656.0, 9640.0, 9670.0, 9654.0, 9654.0, 9653.0, 9648.0, 9656.0, 9655.0, 9672.0, 9659.0, 9680.0, 9670.0, 9658.0, 9664.0, 9659.0, 9681.0, 9652.0, 9666.0, 9669.0, 9661.0, 9665.0, 9661.0, 9681.0, 9683.0, 9665.0, 9684.0, 9656.0, 9644.0, 9660.0, 9654.0, 9652.0, 9639.0, 9659.0, 9635.0, 9658.0, 9677.0, 9681.0, 9683.0, 9662.0, 9665.0, 9683.0, 9657.0, 9661.0, 9658.0, 9660.0, 9649.0, 9645.0, 9660.0, 9654.0, 9651.0, 9644.0, 9651.0, 9656.0, 9639.0, 9656.0, 9627.0, 9658.0, 9658.0, 9659.0, 9677.0, 9681.0, 9684.0, 9668.0, 9667.0, 9682.0, 9654.0, 9660.0, 9677.0, 9660.0, 9676.0, 9659.0, 9660.0, 9662.0, 9656.0, 9647.0, 9644.0, 9663.0, 9658.0, 9680.0, 9653.0, 9661.0, 9669.0, 9660.0, 9666.0, 9663.0, 9681.0, 9657.0, 9680.0, 9687.0, 9683.0, 9661.0, 9661.0, 9655.0, 9661.0, 9660.0, 9636.0, 9654.0, 9679.0, 9693.0, 9675.0, 9659.0, 9679.0, 9629.0, 9654.0, 9655.0, 9650.0, 9657.0, 9665.0, 9639.0, 9626.0, 9641.0, 9657.0, 9640.0, 9630.0, 9627.0, 9613.0, 9632.0, 9620.0, 9644.0, 9673.0, 9628.0, 9654.0, 9655.0, 9654.0, 9657.0, 9658.0, 9677.0, 9676.0, 9661.0, 9682.0, 9660.0, 9642.0, 9657.0, 9640.0, 9655.0, 9637.0, 9667.0, 9651.0, 9652.0, 9641.0, 9657.0, 9642.0, 9630.0, 9663.0, 9675.0, 9637.0, 9640.0, 9653.0, 9636.0, 9660.0, 9677.0, 9678.0, 9677.0, 9696.0, 9666.0, 9679.0, 9669.0, 9686.0, 9694.0, 9669.0, 9683.0, 9661.0, 9660.0, 9686.0, 9663.0, 9647.0, 9662.0, 9654.0, 9666.0, 9691.0, 9687.0, 9625.0, 9630.0, 9625.0, 9609.0, 9624.0, 9622.0, 9629.0, 9620.0, 9635.0, 9647.0, 9650.0, 9646.0, 9620.0, 9651.0, 9642.0, 9659.0, 9676.0, 9677.0, 9682.0, 9666.0, 9659.0, 9649.0, 9638.0, 9643.0, 9629.0, 9657.0, 9656.0, 9638.0, 9641.0, 9642.0, 9655.0, 9653.0, 9638.0, 9661.0, 9648.0, 9654.0, 9640.0, 9654.0, 9657.0, 9656.0, 9657.0, 9663.0, 9658.0, 9659.0, 9658.0, 9656.0, 9667.0, 9661.0, 9680.0, 9648.0, 9659.0, 9655.0, 9634.0, 9645.0, 9662.0, 9668.0, 9679.0, 9657.0, 9656.0, 9641.0, 9655.0, 9643.0, 9661.0, 9677.0, 9662.0, 9665.0, 9669.0, 9655.0, 9660.0, 9654.0, 9660.0, 9660.0, 9658.0, 9654.0, 9633.0, 9636.0, 9677.0, 9643.0, 9673.0, 9635.0, 9636.0, 9635.0, 9628.0, 9633.0, 9632.0, 9658.0, 9644.0, 9655.0, 9659.0, 9655.0, 9661.0, 9662.0, 9662.0, 9651.0, 9666.0, 9681.0, 9646.0, 9660.0, 9666.0, 9658.0, 9660.0, 9653.0, 9662.0, 9662.0, 9651.0, 9659.0, 9650.0, 9656.0, 9632.0, 9657.0, 9657.0, 9638.0, 9656.0, 9661.0, 9656.0, 9658.0, 9662.0, 9638.0, 9647.0, 9660.0, 9663.0, 9660.0, 9664.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.0007331379310344829</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01957329701149425</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.055088776455655</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3239882830494814</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.011384440172613</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5125</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3994.3591</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.0936334347687677</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>31</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>3.5632183908045976</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.303849938341204</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.21319858359687</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.517903121786693</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1804481096400488</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00817068</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>0.0029920311644673347</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03364177048206329</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</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.18420236101242</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>23.8404</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.081</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>222.9439</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291394.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1072.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>406.6672</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9973</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>528.3083</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3531.5179</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3681.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85150.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1449.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4591.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>879.7324</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.78584627434611</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> |