=== 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-0124 --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-0124",
"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-0124_ses-03_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0124_ses-03_task-social_acq-mb8_run-04_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0124_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-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0124/ses-03/func/sub-0124_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>54c76d961b041e0dd51d05c75ce79775</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>19:49:14.540000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998739, 0.0315629, 0.03905, -0.0360985, 0.991935, 0.1215]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0865569</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4229, -7792, -7216, 421, -109, -101, -12, 47]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>229.373</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>787d0edc-7bf1-4ad5-820d-de8fda01d57c||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6795427799224854, -0.09684953093528748, 0.0942302867770195, 111.59625244140625], [-0.08468098193407059, 2.6612884998321533, 0.33144283294677734, -110.24295806884766], [0.10476817190647125, -0.3259761929512024, 2.677922010421753, -59.11177062988281], [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': ['194914.540000', '194915.000000', '194915.460000', '194915.920000', '194916.380000', '194916.840000', '194917.300000', '194917.760000', '194918.220000', '194918.680000', '194919.140000', '194919.600000', '194920.060000', '194920.520000', '194920.980000', '194921.440000', '194921.900000', '194922.360000', '194922.820000', '194923.280000', '194923.740000', '194924.200000', '194924.660000', '194925.120000', '194925.580000', '194926.040000', '194926.500000', '194926.960000', '194927.420000', '194927.880000', '194928.340000', '194928.800000', '194929.260000', '194929.720000', '194930.180000', '194930.640000', '194931.100000', '194931.560000', '194932.020000', '194932.480000', '194932.940000', '194933.400000', '194933.860000', '194934.320000', '194934.780000', '194935.240000', '194935.700000', '194936.160000', '194936.620000', '194937.080000', '194937.540000', '194938.000000', '194938.460000', '194938.920000', '194939.380000', '194939.840000', '194940.300000', '194940.760000', '194941.220000', '194941.680000', '194942.140000', '194942.600000', '194943.060000', '194943.520000', '194943.980000', '194944.440000', '194944.900000', '194945.360000', '194945.820000', '194946.280000', '194946.740000', '194947.200000', '194947.660000', '194948.120000', '194948.580000', '194949.040000', '194949.500000', '194949.960000', '194950.420000', '194950.880000', '194951.340000', '194951.800000', '194952.260000', '194952.720000', '194953.180000', '194953.640000', '194954.100000', '194954.560000', '194955.020000', '194955.480000', '194955.940000', '194956.400000', '194956.860000', '194957.320000', '194957.780000', '194958.240000', '194958.700000', '194959.160000', '194959.620000', '195000.080000', '195000.540000', '195001.000000', '195001.460000', '195001.920000', '195002.380000', '195002.840000', '195003.300000', '195003.760000', '195004.220000', '195004.680000', '195005.140000', '195005.600000', '195006.060000', '195006.520000', '195006.980000', '195007.440000', '195007.900000', '195008.360000', '195008.820000', '195009.280000', '195009.740000', '195010.200000', '195010.660000', '195011.120000', '195011.580000', '195012.040000', '195012.500000', '195012.960000', '195013.420000', '195013.880000', '195014.340000', '195014.800000', '195015.260000', '195015.720000', '195016.180000', '195016.640000', '195017.100000', '195017.560000', '195018.020000', '195018.480000', '195018.940000', '195019.400000', '195019.860000', '195020.320000', '195020.780000', '195021.240000', '195021.700000', '195022.160000', '195022.620000', '195023.080000', '195023.540000', '195024.000000', '195024.460000', '195024.920000', '195025.380000', '195025.840000', '195026.300000', '195026.760000', '195027.220000', '195027.680000', '195028.140000', '195028.600000', '195029.060000', '195029.520000', '195029.980000', '195030.440000', '195030.900000', '195031.360000', '195031.820000', '195032.280000', '195032.740000', '195033.200000', '195033.660000', '195034.120000', '195034.580000', '195035.040000', '195035.500000', '195035.960000', '195036.420000', '195036.880000', '195037.340000', '195037.800000', '195038.260000', '195038.720000', '195039.180000', '195039.640000', '195040.100000', '195040.560000', '195041.020000', '195041.480000', '195041.940000', '195042.400000', '195042.860000', '195043.320000', '195043.780000', '195044.240000', '195044.700000', '195045.160000', '195045.620000', '195046.080000', '195046.540000', '195047.000000', '195047.460000', '195047.920000', '195048.380000', '195048.840000', '195049.300000', '195049.760000', '195050.220000', '195050.680000', '195051.140000', '195051.600000', '195052.060000', '195052.520000', '195052.980000', '195053.440000', '195053.900000', '195054.360000', '195054.820000', '195055.280000', '195055.740000', '195056.200000', '195056.660000', '195057.120000', '195057.580000', '195058.040000', '195058.500000', '195058.960000', '195059.420000', '195059.880000', '195100.340000', '195100.800000', '195101.260000', '195101.720000', '195102.180000', '195102.640000', '195103.100000', '195103.560000', '195104.020000', '195104.480000', '195104.940000', '195105.400000', '195105.860000', '195106.320000', '195106.780000', '195107.240000', '195107.700000', '195108.160000', '195108.620000', '195109.080000', '195109.540000', '195110.000000', '195110.460000', '195110.920000', '195111.380000', '195111.840000', '195112.300000', '195112.760000', '195113.220000', '195113.680000', '195114.140000', '195114.600000', '195115.060000', '195115.520000', '195115.980000', '195116.440000', '195116.900000', '195117.360000', '195117.820000', '195118.280000', '195118.740000', '195119.200000', '195119.660000', '195120.120000', '195120.580000', '195121.040000', '195121.500000', '195121.960000', '195122.420000', '195122.880000', '195123.340000', '195123.800000', '195124.260000', '195124.720000', '195125.180000', '195125.640000', '195126.100000', '195126.560000', '195127.020000', '195127.480000', '195127.940000', '195128.400000', '195128.860000', '195129.320000', '195129.780000', '195130.240000', '195130.700000', '195131.160000', '195131.620000', '195132.080000', '195132.540000', '195133.000000', '195133.460000', '195133.920000', '195134.380000', '195134.840000', '195135.300000', '195135.760000', '195136.220000', '195136.680000', '195137.140000', '195137.600000', '195138.060000', '195138.520000', '195138.980000', '195139.440000', '195139.900000', '195140.360000', '195140.820000', '195141.280000', '195141.740000', '195142.200000', '195142.660000', '195143.120000', '195143.580000', '195144.040000', '195144.500000', '195144.960000', '195145.420000', '195145.880000', '195146.340000', '195146.800000', '195147.260000', '195147.720000', '195148.180000', '195148.640000', '195149.100000', '195149.560000', '195150.020000', '195150.480000', '195150.940000', '195151.400000', '195151.860000', '195152.320000', '195152.780000', '195153.240000', '195153.700000', '195154.160000', '195154.620000', '195155.080000', '195155.540000', '195156.000000', '195156.460000', '195156.920000', '195157.380000', '195157.840000', '195158.300000', '195158.760000', '195159.220000', '195159.680000', '195200.140000', '195200.600000', '195201.060000', '195201.520000', '195201.980000', '195202.440000', '195202.900000', '195203.360000', '195203.820000', '195204.280000', '195204.740000', '195205.200000', '195205.660000', '195206.120000', '195206.580000', '195207.040000', '195207.500000', '195207.960000', '195208.420000', '195208.880000', '195209.340000', '195209.800000', '195210.260000', '195210.720000', '195211.180000', '195211.640000', '195212.100000', '195212.560000', '195213.020000', '195213.480000', '195213.940000', '195214.400000', '195214.860000', '195215.320000', '195215.780000', '195216.240000', '195216.700000', '195217.160000', '195217.620000', '195218.080000', '195218.540000', '195219.000000', '195219.460000', '195219.920000', '195220.380000', '195220.840000', '195221.300000', '195221.760000', '195222.220000', '195222.680000', '195223.140000', '195223.600000', '195224.060000', '195224.520000', '195224.980000', '195225.440000', '195225.900000', '195226.360000', '195226.820000', '195227.280000', '195227.740000', '195228.200000', '195228.660000', '195229.120000', '195229.580000', '195230.040000', '195230.500000', '195230.960000', '195231.420000', '195231.880000', '195232.340000', '195232.800000', '195233.260000', '195233.720000', '195234.180000', '195234.640000', '195235.100000', '195235.560000', '195236.020000', '195236.480000', '195236.940000', '195237.400000', '195237.860000', '195238.320000', '195238.780000', '195239.240000', '195239.700000', '195240.160000', '195240.620000', '195241.080000', '195241.540000', '195242.000000', '195242.460000', '195242.920000', '195243.380000', '195243.840000', '195244.300000', '195244.760000', '195245.220000', '195245.680000', '195246.140000', '195246.600000', '195247.060000', '195247.520000', '195247.980000', '195248.440000', '195248.900000', '195249.360000', '195249.820000', '195250.280000', '195250.740000', '195251.200000', '195251.660000', '195252.120000', '195252.580000', '195253.040000', '195253.500000', '195253.960000', '195254.420000', '195254.880000', '195255.340000', '195255.800000', '195256.260000', '195256.720000', '195257.180000', '195257.640000', '195258.100000', '195258.560000', '195259.020000', '195259.480000', '195259.940000', '195300.400000', '195300.860000', '195301.320000', '195301.780000', '195302.240000', '195302.700000', '195303.160000', '195303.620000', '195304.080000', '195304.540000', '195305.000000', '195305.460000', '195305.920000', '195306.380000', '195306.840000', '195307.300000', '195307.760000', '195308.220000', '195308.680000', '195309.140000', '195309.600000', '195310.060000', '195310.520000', '195310.980000', '195311.440000', '195311.900000', '195312.360000', '195312.820000', '195313.280000', '195313.740000', '195314.200000', '195314.660000', '195315.120000', '195315.580000', '195316.040000', '195316.500000', '195316.960000', '195317.420000', '195317.880000', '195318.340000', '195318.800000', '195319.260000', '195319.720000', '195320.180000', '195320.640000', '195321.100000', '195321.560000', '195322.020000', '195322.480000', '195322.940000', '195323.400000', '195323.860000', '195324.320000', '195324.780000', '195325.240000', '195325.700000', '195326.160000', '195326.620000', '195327.080000', '195327.540000', '195328.000000', '195328.460000', '195328.920000', '195329.380000', '195329.840000', '195330.300000', '195330.760000', '195331.220000', '195331.680000', '195332.140000', '195332.600000', '195333.060000', '195333.520000', '195333.980000', '195334.440000', '195334.900000', '195335.360000', '195335.820000', '195336.280000', '195336.740000', '195337.200000', '195337.660000', '195338.120000', '195338.580000', '195339.040000', '195339.500000', '195339.960000', '195340.420000', '195340.880000', '195341.340000', '195341.800000', '195342.260000', '195342.720000', '195343.180000', '195343.640000', '195344.100000', '195344.560000', '195345.020000', '195345.480000', '195345.940000', '195346.400000', '195346.860000', '195347.320000', '195347.780000', '195348.240000', '195348.700000', '195349.160000', '195349.620000', '195350.080000', '195350.540000', '195351.000000', '195351.460000', '195351.920000', '195352.380000', '195352.840000', '195353.300000', '195353.760000', '195354.220000', '195354.680000', '195355.140000', '195355.600000', '195356.060000', '195356.520000', '195356.980000', '195357.440000', '195357.900000', '195358.360000', '195358.820000', '195359.280000', '195359.740000', '195400.200000', '195400.660000', '195401.120000', '195401.580000', '195402.040000', '195402.500000', '195402.960000', '195403.420000', '195403.880000', '195404.340000', '195404.800000', '195405.260000', '195405.720000', '195406.180000', '195406.640000', '195407.100000', '195407.560000', '195408.020000', '195408.480000', '195408.940000', '195409.400000', '195409.860000', '195410.320000', '195410.780000', '195411.240000', '195411.700000', '195412.160000', '195412.620000', '195413.080000', '195413.540000', '195414.000000', '195414.460000', '195414.920000', '195415.380000', '195415.840000', '195416.300000', '195416.760000', '195417.220000', '195417.680000', '195418.140000', '195418.600000', '195419.060000', '195419.520000', '195419.980000', '195420.440000', '195420.900000', '195421.360000', '195421.820000', '195422.280000', '195422.740000', '195423.200000', '195423.660000', '195424.120000', '195424.580000', '195425.040000', '195425.500000', '195425.960000', '195426.420000', '195426.880000', '195427.340000', '195427.800000', '195428.260000', '195428.720000', '195429.180000', '195429.640000', '195430.100000', '195430.560000', '195431.020000', '195431.480000', '195431.940000', '195432.400000', '195432.860000', '195433.320000', '195433.780000', '195434.240000', '195434.700000', '195435.160000', '195435.620000', '195436.080000', '195436.540000', '195437.000000', '195437.460000', '195437.920000', '195438.380000', '195438.840000', '195439.300000', '195439.760000', '195440.220000', '195440.680000', '195441.140000', '195441.600000', '195442.060000', '195442.520000', '195442.980000', '195443.440000', '195443.900000', '195444.360000', '195444.820000', '195445.280000', '195445.740000', '195446.200000', '195446.660000', '195447.120000', '195447.580000', '195448.040000', '195448.500000', '195448.960000', '195449.420000', '195449.880000', '195450.340000', '195450.800000', '195451.260000', '195451.720000', '195452.180000', '195452.640000', '195453.100000', '195453.560000', '195454.020000', '195454.480000', '195454.940000', '195455.400000', '195455.860000', '195456.320000', '195456.780000', '195457.240000', '195457.700000', '195458.160000', '195458.620000', '195459.080000', '195459.540000', '195500.000000', '195500.460000', '195500.920000', '195501.380000', '195501.840000', '195502.300000', '195502.760000', '195503.220000', '195503.680000', '195504.140000', '195504.600000', '195505.060000', '195505.520000', '195505.980000', '195506.440000', '195506.900000', '195507.360000', '195507.820000', '195508.280000', '195508.740000', '195509.200000', '195509.660000', '195510.120000', '195510.580000', '195511.040000', '195511.500000', '195511.960000', '195512.420000', '195512.880000', '195513.340000', '195513.800000', '195514.260000', '195514.720000', '195515.180000', '195515.640000', '195516.100000', '195516.560000', '195517.020000', '195517.480000', '195517.940000', '195518.400000', '195518.860000', '195519.320000', '195519.780000', '195520.240000', '195520.700000', '195521.160000', '195521.620000', '195522.080000', '195522.540000', '195523.000000', '195523.460000', '195523.920000', '195524.380000', '195524.840000', '195525.300000', '195525.760000', '195526.220000', '195526.680000', '195527.140000', '195527.600000', '195528.060000', '195528.520000', '195528.980000', '195529.440000', '195529.900000', '195530.360000', '195530.820000', '195531.280000', '195531.740000', '195532.200000', '195532.660000', '195533.120000', '195533.580000', '195534.040000', '195534.500000', '195534.960000', '195535.420000', '195535.880000', '195536.340000', '195536.800000', '195537.260000', '195537.720000', '195538.180000', '195538.640000', '195539.100000', '195539.560000', '195540.020000', '195540.480000', '195540.940000', '195541.400000', '195541.860000', '195542.320000', '195542.780000', '195543.240000', '195543.700000', '195544.160000', '195544.620000', '195545.080000', '195545.540000', '195546.000000', '195546.460000', '195546.920000', '195547.380000', '195547.840000', '195548.300000', '195548.760000', '195549.220000', '195549.680000', '195550.140000', '195550.600000', '195551.060000', '195551.520000', '195551.980000', '195552.440000', '195552.900000', '195553.360000', '195553.820000', '195554.280000', '195554.740000', '195555.200000'], 'ContentTime': ['194918.829000', '194918.832000', '194918.834000', '194918.837000', '194918.839000', '194918.842000', '194938.801000', '194938.803000', '194938.813000', '194938.816000', '194938.818000', '194938.821000', '194938.824000', '194938.826000', '194938.829000', '194938.831000', '194938.834000', '194938.837000', '194938.839000', '194938.842000', '194938.844000', '194938.847000', '194938.850000', '194938.852000', '194938.855000', '194938.857000', '194938.860000', '194938.862000', '194938.865000', '194938.868000', '194938.870000', '194938.873000', '194938.875000', '194938.887000', '194938.890000', '194938.892000', '194938.895000', '194938.898000', '194938.900000', '194938.903000', '194938.905000', '194938.908000', '194938.910000', '194938.913000', '194938.916000', '194938.918000', '194938.921000', '194938.923000', '194938.926000', '194938.929000', '194938.931000', '194958.802000', '194958.804000', '194958.807000', '194958.810000', '194958.812000', '194958.815000', '194958.818000', '194958.820000', '194958.823000', '194958.826000', '194958.828000', '194958.831000', '194958.833000', '194958.836000', '194958.838000', '194958.841000', '194958.843000', '194958.846000', '194958.849000', '194958.851000', '194958.854000', '194958.856000', '194958.859000', '194958.861000', '194958.864000', '194958.867000', '194958.869000', '194958.872000', '194958.874000', '194958.877000', '194958.880000', '194958.882000', '194958.885000', '194958.887000', '194958.890000', '194958.894000', '194958.896000', '194958.899000', '194958.902000', '194958.904000', '194958.907000', '194958.909000', '194958.912000', '194958.914000', '195018.802000', '195018.804000', '195018.807000', '195018.818000', '195018.821000', '195018.823000', '195018.826000', '195018.828000', '195018.831000', '195018.833000', '195018.836000', '195018.839000', '195018.841000', '195018.844000', '195018.846000', '195018.849000', '195018.851000', '195018.854000', '195018.857000', '195018.859000', '195018.862000', '195018.864000', '195018.867000', '195018.870000', '195018.872000', '195018.875000', '195018.877000', '195018.880000', '195018.882000', '195018.885000', '195018.888000', '195018.890000', '195018.893000', '195018.895000', '195018.898000', '195018.901000', '195018.903000', '195018.906000', '195018.908000', '195018.911000', '195018.914000', '195018.916000', '195018.919000', '195038.801000', '195038.804000', '195038.807000', '195038.810000', '195038.812000', '195038.815000', '195038.817000', '195038.820000', '195038.823000', '195038.825000', '195038.828000', '195038.830000', '195038.833000', '195038.835000', '195038.838000', '195038.841000', '195038.843000', '195038.846000', '195038.848000', '195038.851000', '195038.853000', '195038.856000', '195038.858000', '195038.861000', '195038.864000', '195038.866000', '195038.869000', '195038.871000', '195038.874000', '195038.877000', '195038.879000', '195038.882000', '195038.884000', '195038.887000', '195038.890000', '195038.892000', '195038.895000', '195038.897000', '195038.900000', '195038.902000', '195038.905000', '195038.908000', '195038.910000', '195038.913000', '195058.801000', '195058.804000', '195058.807000', '195058.810000', '195058.812000', '195058.815000', '195058.817000', '195058.820000', '195058.822000', '195058.825000', '195058.827000', '195058.830000', '195058.833000', '195058.835000', '195058.838000', '195058.841000', '195058.843000', '195058.846000', '195058.849000', '195058.851000', '195058.854000', '195058.856000', '195058.859000', '195058.862000', '195058.864000', '195058.867000', '195058.869000', '195058.872000', '195058.874000', '195058.877000', '195058.880000', '195058.882000', '195058.885000', '195058.887000', '195058.890000', '195058.892000', '195058.895000', '195058.897000', '195058.900000', '195058.902000', '195058.905000', '195058.907000', '195058.910000', '195118.801000', '195118.804000', '195118.807000', '195118.809000', '195118.812000', '195118.815000', '195118.817000', '195118.827000', '195118.829000', '195118.832000', '195118.835000', '195118.837000', '195118.840000', '195118.842000', '195118.845000', '195118.847000', '195118.850000', '195118.853000', '195118.855000', '195118.858000', '195118.861000', '195118.863000', '195118.866000', '195118.868000', '195118.871000', '195118.874000', '195118.877000', '195118.879000', '195118.882000', '195118.884000', '195118.887000', '195118.889000', '195118.892000', '195118.895000', '195118.897000', '195118.900000', '195118.903000', '195118.905000', '195118.908000', '195118.910000', '195118.913000', '195118.916000', '195118.918000', '195118.921000', '195138.801000', '195138.804000', '195138.807000', '195138.810000', '195138.812000', '195138.815000', '195138.818000', '195138.820000', '195138.823000', '195138.825000', '195138.828000', '195138.831000', '195138.833000', '195138.836000', '195138.839000', '195138.841000', '195138.844000', '195138.846000', '195138.849000', '195138.852000', '195138.854000', '195138.857000', '195138.859000', '195138.862000', '195138.865000', '195138.867000', '195138.870000', '195138.872000', '195138.875000', '195138.878000', '195138.880000', '195138.883000', '195138.885000', '195138.888000', '195138.891000', '195138.893000', '195138.896000', '195138.898000', '195138.901000', '195138.903000', '195138.906000', '195138.909000', '195138.918000', '195158.801000', '195158.804000', '195158.807000', '195158.810000', '195158.812000', '195158.815000', '195158.818000', '195158.820000', '195158.823000', '195158.825000', '195158.828000', '195158.831000', '195158.833000', '195158.836000', '195158.838000', '195158.841000', '195158.844000', '195158.846000', '195158.849000', '195158.852000', '195158.854000', '195158.857000', '195158.860000', '195158.862000', '195158.865000', '195158.867000', '195158.870000', '195158.873000', '195158.875000', '195158.878000', '195158.880000', '195158.883000', '195158.886000', '195158.888000', '195158.891000', '195158.893000', '195158.896000', '195158.899000', '195158.901000', '195158.904000', '195158.906000', '195158.909000', '195158.912000', '195158.914000', '195218.802000', '195218.804000', '195218.807000', '195218.809000', '195218.812000', '195218.815000', '195218.817000', '195218.820000', '195218.822000', '195218.825000', '195218.827000', '195218.830000', '195218.833000', '195218.835000', '195218.838000', '195218.840000', '195218.843000', '195218.846000', '195218.848000', '195218.851000', '195218.853000', '195218.856000', '195218.859000', '195218.861000', '195218.864000', '195218.867000', '195218.869000', '195218.872000', '195218.874000', '195218.877000', '195218.880000', '195218.882000', '195218.885000', '195218.887000', '195218.890000', '195218.893000', '195218.895000', '195218.898000', '195218.900000', '195218.903000', '195218.905000', '195218.908000', '195218.911000', '195238.801000', '195238.804000', '195238.807000', '195238.810000', '195238.812000', '195238.815000', '195238.818000', '195238.820000', '195238.823000', '195238.825000', '195238.828000', '195238.831000', '195238.833000', '195238.836000', '195238.839000', '195238.841000', '195238.844000', '195238.846000', '195238.849000', '195238.851000', '195238.854000', '195238.857000', '195238.859000', '195238.862000', '195238.864000', '195238.867000', '195238.870000', '195238.872000', '195238.875000', '195238.877000', '195238.880000', '195238.883000', '195238.885000', '195238.888000', '195238.890000', '195238.893000', '195238.895000', '195238.898000', '195238.901000', '195238.904000', '195238.906000', '195238.909000', '195238.912000', '195258.801000', '195258.805000', '195258.807000', '195258.810000', '195258.812000', '195258.815000', '195258.818000', '195258.820000', '195258.823000', '195258.825000', '195258.828000', '195258.831000', '195258.833000', '195258.836000', '195258.838000', '195258.841000', '195258.844000', '195258.846000', '195258.849000', '195258.851000', '195258.854000', '195258.857000', '195258.859000', '195258.862000', '195258.864000', '195258.867000', '195258.870000', '195258.872000', '195258.875000', '195258.878000', '195258.880000', '195258.883000', '195258.885000', '195258.888000', '195258.891000', '195258.893000', '195258.896000', '195258.898000', '195258.901000', '195258.904000', '195258.906000', '195258.909000', '195258.911000', '195258.914000', '195318.801000', '195318.804000', '195318.807000', '195318.810000', '195318.813000', '195318.816000', '195318.819000', '195318.822000', '195318.824000', '195318.827000', '195318.830000', '195318.832000', '195318.835000', '195318.838000', '195318.841000', '195318.844000', '195318.846000', '195318.849000', '195318.852000', '195318.854000', '195318.862000', '195318.865000', '195318.868000', '195318.870000', '195318.887000', '195318.890000', '195318.893000', '195318.895000', '195318.898000', '195318.901000', '195318.903000', '195318.906000', '195318.908000', '195318.911000', '195318.913000', '195318.916000', '195318.919000', '195318.921000', '195318.924000', '195318.926000', '195318.929000', '195318.931000', '195318.934000', '195338.801000', '195338.813000', '195338.816000', '195338.819000', '195338.821000', '195338.824000', '195338.826000', '195338.829000', '195338.831000', '195338.834000', '195338.837000', '195338.839000', '195338.842000', '195338.845000', '195338.847000', '195338.850000', '195338.852000', '195338.855000', '195338.858000', '195338.860000', '195338.863000', '195338.866000', '195338.868000', '195338.871000', '195338.873000', '195338.876000', '195338.879000', '195338.881000', '195338.884000', '195338.886000', '195338.889000', '195338.892000', '195338.894000', '195338.897000', '195338.899000', '195338.902000', '195338.905000', '195338.907000', '195338.910000', '195338.912000', '195338.915000', '195338.918000', '195338.920000', '195338.923000', '195358.802000', '195358.805000', '195358.807000', '195358.810000', '195358.812000', '195358.815000', '195358.818000', '195358.820000', '195358.823000', '195358.825000', '195358.828000', '195358.831000', '195358.833000', '195358.836000', '195358.838000', '195358.841000', '195358.844000', '195358.846000', '195358.849000', '195358.852000', '195358.854000', '195358.857000', '195358.859000', '195358.862000', '195358.864000', '195358.867000', '195358.870000', '195358.872000', '195358.875000', '195358.877000', '195358.880000', '195358.884000', '195358.887000', '195358.889000', '195358.892000', '195358.895000', '195358.897000', '195358.900000', '195358.902000', '195358.905000', '195358.908000', '195358.910000', '195358.913000', '195418.800000', '195418.803000', '195418.806000', '195418.809000', '195418.812000', '195418.814000', '195418.817000', '195418.820000', '195418.822000', '195418.825000', '195418.827000', '195418.830000', '195418.832000', '195418.835000', '195418.838000', '195418.840000', '195418.843000', '195418.845000', '195418.848000', '195418.851000', '195418.853000', '195418.856000', '195418.858000', '195418.861000', '195418.864000', '195418.866000', '195418.869000', '195418.871000', '195418.874000', '195418.877000', '195418.879000', '195418.882000', '195418.884000', '195418.887000', '195418.890000', '195418.892000', '195418.896000', '195418.899000', '195418.901000', '195418.904000', '195418.906000', '195418.909000', '195418.912000', '195418.914000', '195438.802000', '195438.805000', '195438.808000', '195438.810000', '195438.813000', '195438.815000', '195438.818000', '195438.821000', '195438.823000', '195438.826000', '195438.828000', '195438.831000', '195438.834000', '195438.836000', '195438.839000', '195438.842000', '195438.845000', '195438.848000', '195438.851000', '195438.854000', '195438.856000', '195438.859000', '195438.861000', '195438.864000', '195438.867000', '195438.869000', '195438.872000', '195438.875000', '195438.877000', '195438.888000', '195438.890000', '195438.893000', '195438.896000', '195438.898000', '195438.901000', '195438.903000', '195438.906000', '195438.909000', '195438.911000', '195438.914000', '195438.916000', '195438.919000', '195438.921000', '195458.802000', '195458.804000', '195458.807000', '195458.810000', '195458.813000', '195458.815000', '195458.818000', '195458.820000', '195458.823000', '195458.826000', '195458.828000', '195458.831000', '195458.833000', '195458.836000', '195458.839000', '195458.841000', '195458.844000', '195458.846000', '195458.849000', '195458.852000', '195458.854000', '195458.857000', '195458.859000', '195458.862000', '195458.865000', '195458.867000', '195458.870000', '195458.872000', '195458.875000', '195458.878000', '195458.880000', '195458.883000', '195458.885000', '195458.888000', '195458.891000', '195458.893000', '195458.896000', '195458.898000', '195458.901000', '195458.903000', '195458.906000', '195458.909000', '195458.911000', '195458.914000', '195518.801000', '195518.804000', '195518.807000', '195518.810000', '195518.812000', '195518.815000', '195518.818000', '195518.820000', '195518.823000', '195518.825000', '195518.828000', '195518.830000', '195518.833000', '195518.836000', '195518.838000', '195518.842000', '195518.846000', '195518.848000', '195518.851000', '195518.853000', '195518.856000', '195518.859000', '195518.862000', '195518.864000', '195518.867000', '195518.869000', '195518.872000', '195518.874000', '195518.877000', '195518.880000', '195518.882000', '195518.885000', '195518.888000', '195518.890000', '195518.893000', '195518.896000', '195518.898000', '195518.901000', '195518.903000', '195518.906000', '195518.908000', '195518.911000', '195518.914000', '195538.802000', '195538.804000', '195538.807000', '195538.810000', '195538.812000', '195538.815000', '195538.818000', '195538.820000', '195538.823000', '195538.825000', '195538.828000', '195538.831000', '195538.833000', '195538.836000', '195538.838000', '195538.841000', '195538.844000', '195538.847000', '195538.849000', '195538.852000', '195538.854000', '195538.857000', '195538.860000', '195538.862000', '195538.865000', '195538.867000', '195538.870000', '195538.872000', '195538.875000', '195538.878000', '195538.880000', '195538.883000', '195538.885000', '195538.888000', '195538.891000', '195538.893000', '195538.896000', '195538.898000', '195538.901000', '195538.904000', '195538.906000', '195538.909000', '195538.911000', '195538.914000', '195556.104000', '195556.109000', '195556.112000', '195556.115000', '195556.117000', '195556.120000', '195556.123000', '195556.126000', '195556.128000', '195556.131000', '195556.134000', '195556.137000', '195556.139000', '195556.142000', '195556.145000', '195556.147000', '195556.151000', '195556.153000', '195556.156000', '195556.159000', '195556.162000', '195556.165000', '195556.168000', '195556.171000', '195556.175000', '195556.177000', '195556.180000', '195556.183000', '195556.186000', '195556.189000', '195556.214000', '195556.217000', '195556.220000', '195556.223000', '195556.226000', '195556.229000', '195556.231000', '195556.235000'], 'InstanceCreationTime': ['194918.829000', '194918.832000', '194918.834000', '194918.837000', '194918.839000', '194918.842000', '194938.801000', '194938.803000', '194938.813000', '194938.816000', '194938.818000', '194938.821000', '194938.824000', '194938.826000', '194938.829000', '194938.831000', '194938.834000', '194938.837000', '194938.839000', '194938.842000', '194938.844000', '194938.847000', '194938.850000', '194938.852000', '194938.855000', '194938.857000', '194938.860000', '194938.862000', '194938.865000', '194938.868000', '194938.870000', '194938.873000', '194938.875000', '194938.887000', '194938.890000', '194938.892000', '194938.895000', '194938.898000', '194938.900000', '194938.903000', '194938.905000', '194938.908000', '194938.910000', '194938.913000', '194938.916000', '194938.918000', '194938.921000', '194938.923000', '194938.926000', '194938.929000', '194938.931000', '194958.802000', '194958.804000', '194958.807000', '194958.810000', '194958.812000', '194958.815000', '194958.818000', '194958.820000', '194958.823000', '194958.826000', '194958.828000', '194958.831000', '194958.833000', '194958.836000', '194958.838000', '194958.841000', '194958.843000', '194958.846000', '194958.849000', '194958.851000', '194958.854000', '194958.856000', '194958.859000', '194958.861000', '194958.864000', '194958.867000', '194958.869000', '194958.872000', '194958.874000', '194958.877000', '194958.880000', '194958.882000', '194958.885000', '194958.887000', '194958.890000', '194958.894000', '194958.896000', '194958.899000', '194958.902000', '194958.904000', '194958.907000', '194958.909000', '194958.912000', '194958.914000', '195018.802000', '195018.804000', '195018.807000', '195018.818000', '195018.821000', '195018.823000', '195018.826000', '195018.828000', '195018.831000', '195018.833000', '195018.836000', '195018.839000', '195018.841000', '195018.844000', '195018.846000', '195018.849000', '195018.851000', '195018.854000', '195018.857000', '195018.859000', '195018.862000', '195018.864000', '195018.867000', '195018.870000', '195018.872000', '195018.875000', '195018.877000', '195018.880000', '195018.882000', '195018.885000', '195018.888000', '195018.890000', '195018.893000', '195018.895000', '195018.898000', '195018.901000', '195018.903000', '195018.906000', '195018.908000', '195018.911000', '195018.914000', '195018.916000', '195018.919000', '195038.801000', '195038.804000', '195038.807000', '195038.810000', '195038.812000', '195038.815000', '195038.817000', '195038.820000', '195038.823000', '195038.825000', '195038.828000', '195038.830000', '195038.833000', '195038.835000', '195038.838000', '195038.841000', '195038.843000', '195038.846000', '195038.848000', '195038.851000', '195038.853000', '195038.856000', '195038.858000', '195038.861000', '195038.864000', '195038.866000', '195038.869000', '195038.871000', '195038.874000', '195038.877000', '195038.879000', '195038.882000', '195038.884000', '195038.887000', '195038.890000', '195038.892000', '195038.895000', '195038.897000', '195038.900000', '195038.902000', '195038.905000', '195038.908000', '195038.910000', '195038.913000', '195058.801000', '195058.804000', '195058.807000', '195058.810000', '195058.812000', '195058.815000', '195058.817000', '195058.820000', '195058.822000', '195058.825000', '195058.827000', '195058.830000', '195058.833000', '195058.835000', '195058.838000', '195058.841000', '195058.843000', '195058.846000', '195058.849000', '195058.851000', '195058.854000', '195058.856000', '195058.859000', '195058.862000', '195058.864000', '195058.867000', '195058.869000', '195058.872000', '195058.874000', '195058.877000', '195058.880000', '195058.882000', '195058.885000', '195058.887000', '195058.890000', '195058.892000', '195058.895000', '195058.897000', '195058.900000', '195058.902000', '195058.905000', '195058.907000', '195058.910000', '195118.801000', '195118.804000', '195118.807000', '195118.809000', '195118.812000', '195118.815000', '195118.817000', '195118.827000', '195118.829000', '195118.832000', '195118.835000', '195118.837000', '195118.840000', '195118.842000', '195118.845000', '195118.847000', '195118.850000', '195118.853000', '195118.855000', '195118.858000', '195118.861000', '195118.863000', '195118.866000', '195118.868000', '195118.871000', '195118.874000', '195118.877000', '195118.879000', '195118.882000', '195118.884000', '195118.887000', '195118.889000', '195118.892000', '195118.895000', '195118.897000', '195118.900000', '195118.903000', '195118.905000', '195118.908000', '195118.910000', '195118.913000', '195118.916000', '195118.918000', '195118.921000', '195138.801000', '195138.804000', '195138.807000', '195138.810000', '195138.812000', '195138.815000', '195138.818000', '195138.820000', '195138.823000', '195138.825000', '195138.828000', '195138.831000', '195138.833000', '195138.836000', '195138.839000', '195138.841000', '195138.844000', '195138.846000', '195138.849000', '195138.852000', '195138.854000', '195138.857000', '195138.859000', '195138.862000', '195138.865000', '195138.867000', '195138.870000', '195138.872000', '195138.875000', '195138.878000', '195138.880000', '195138.883000', '195138.885000', '195138.888000', '195138.891000', '195138.893000', '195138.896000', '195138.898000', '195138.901000', '195138.903000', '195138.906000', '195138.909000', '195138.918000', '195158.801000', '195158.804000', '195158.807000', '195158.810000', '195158.812000', '195158.815000', '195158.818000', '195158.820000', '195158.823000', '195158.825000', '195158.828000', '195158.831000', '195158.833000', '195158.836000', '195158.838000', '195158.841000', '195158.844000', '195158.846000', '195158.849000', '195158.852000', '195158.854000', '195158.857000', '195158.860000', '195158.862000', '195158.865000', '195158.867000', '195158.870000', '195158.873000', '195158.875000', '195158.878000', '195158.880000', '195158.883000', '195158.886000', '195158.888000', '195158.891000', '195158.893000', '195158.896000', '195158.899000', '195158.901000', '195158.904000', '195158.906000', '195158.909000', '195158.912000', '195158.914000', '195218.802000', '195218.804000', '195218.807000', '195218.809000', '195218.812000', '195218.815000', '195218.817000', '195218.820000', '195218.822000', '195218.825000', '195218.827000', '195218.830000', '195218.833000', '195218.835000', '195218.838000', '195218.840000', '195218.843000', '195218.846000', '195218.848000', '195218.851000', '195218.853000', '195218.856000', '195218.859000', '195218.861000', '195218.864000', '195218.867000', '195218.869000', '195218.872000', '195218.874000', '195218.877000', '195218.880000', '195218.882000', '195218.885000', '195218.887000', '195218.890000', '195218.893000', '195218.895000', '195218.898000', '195218.900000', '195218.903000', '195218.905000', '195218.908000', '195218.911000', '195238.801000', '195238.804000', '195238.807000', '195238.810000', '195238.812000', '195238.815000', '195238.818000', '195238.820000', '195238.823000', '195238.825000', '195238.828000', '195238.831000', '195238.833000', '195238.836000', '195238.839000', '195238.841000', '195238.844000', '195238.846000', '195238.849000', '195238.851000', '195238.854000', '195238.857000', '195238.859000', '195238.862000', '195238.864000', '195238.867000', '195238.870000', '195238.872000', '195238.875000', '195238.877000', '195238.880000', '195238.883000', '195238.885000', '195238.888000', '195238.890000', '195238.893000', '195238.895000', '195238.898000', '195238.901000', '195238.904000', '195238.906000', '195238.909000', '195238.912000', '195258.801000', '195258.805000', '195258.807000', '195258.810000', '195258.812000', '195258.815000', '195258.818000', '195258.820000', '195258.823000', '195258.825000', '195258.828000', '195258.831000', '195258.833000', '195258.836000', '195258.838000', '195258.841000', '195258.844000', '195258.846000', '195258.849000', '195258.851000', '195258.854000', '195258.857000', '195258.859000', '195258.862000', '195258.864000', '195258.867000', '195258.870000', '195258.872000', '195258.875000', '195258.878000', '195258.880000', '195258.883000', '195258.885000', '195258.888000', '195258.891000', '195258.893000', '195258.896000', '195258.898000', '195258.901000', '195258.904000', '195258.906000', '195258.909000', '195258.911000', '195258.914000', '195318.801000', '195318.804000', '195318.807000', '195318.810000', '195318.813000', '195318.816000', '195318.819000', '195318.822000', '195318.824000', '195318.827000', '195318.830000', '195318.832000', '195318.835000', '195318.838000', '195318.841000', '195318.844000', '195318.846000', '195318.849000', '195318.852000', '195318.854000', '195318.862000', '195318.865000', '195318.868000', '195318.870000', '195318.887000', '195318.890000', '195318.893000', '195318.895000', '195318.898000', '195318.901000', '195318.903000', '195318.906000', '195318.908000', '195318.911000', '195318.913000', '195318.916000', '195318.919000', '195318.921000', '195318.924000', '195318.926000', '195318.929000', '195318.931000', '195318.934000', '195338.801000', '195338.813000', '195338.816000', '195338.819000', '195338.821000', '195338.824000', '195338.826000', '195338.829000', '195338.831000', '195338.834000', '195338.837000', '195338.839000', '195338.842000', '195338.845000', '195338.847000', '195338.850000', '195338.852000', '195338.855000', '195338.858000', '195338.860000', '195338.863000', '195338.866000', '195338.868000', '195338.871000', '195338.873000', '195338.876000', '195338.879000', '195338.881000', '195338.884000', '195338.886000', '195338.889000', '195338.892000', '195338.894000', '195338.897000', '195338.899000', '195338.902000', '195338.905000', '195338.907000', '195338.910000', '195338.912000', '195338.915000', '195338.918000', '195338.920000', '195338.923000', '195358.802000', '195358.805000', '195358.807000', '195358.810000', '195358.812000', '195358.815000', '195358.818000', '195358.820000', '195358.823000', '195358.825000', '195358.828000', '195358.831000', '195358.833000', '195358.836000', '195358.838000', '195358.841000', '195358.844000', '195358.846000', '195358.849000', '195358.852000', '195358.854000', '195358.857000', '195358.859000', '195358.862000', '195358.864000', '195358.867000', '195358.870000', '195358.872000', '195358.875000', '195358.877000', '195358.880000', '195358.884000', '195358.887000', '195358.889000', '195358.892000', '195358.895000', '195358.897000', '195358.900000', '195358.902000', '195358.905000', '195358.908000', '195358.910000', '195358.913000', '195418.800000', '195418.803000', '195418.806000', '195418.809000', '195418.812000', '195418.814000', '195418.817000', '195418.820000', '195418.822000', '195418.825000', '195418.827000', '195418.830000', '195418.832000', '195418.835000', '195418.838000', '195418.840000', '195418.843000', '195418.845000', '195418.848000', '195418.851000', '195418.853000', '195418.856000', '195418.858000', '195418.861000', '195418.864000', '195418.866000', '195418.869000', '195418.871000', '195418.874000', '195418.877000', '195418.879000', '195418.882000', '195418.884000', '195418.887000', '195418.890000', '195418.892000', '195418.896000', '195418.899000', '195418.901000', '195418.904000', '195418.906000', '195418.909000', '195418.912000', '195418.914000', '195438.802000', '195438.805000', '195438.808000', '195438.810000', '195438.813000', '195438.815000', '195438.818000', '195438.821000', '195438.823000', '195438.826000', '195438.828000', '195438.831000', '195438.834000', '195438.836000', '195438.839000', '195438.842000', '195438.845000', '195438.848000', '195438.851000', '195438.854000', '195438.856000', '195438.859000', '195438.861000', '195438.864000', '195438.867000', '195438.869000', '195438.872000', '195438.875000', '195438.877000', '195438.888000', '195438.890000', '195438.893000', '195438.896000', '195438.898000', '195438.901000', '195438.903000', '195438.906000', '195438.909000', '195438.911000', '195438.914000', '195438.916000', '195438.919000', '195438.921000', '195458.802000', '195458.804000', '195458.807000', '195458.810000', '195458.813000', '195458.815000', '195458.818000', '195458.820000', '195458.823000', '195458.826000', '195458.828000', '195458.831000', '195458.833000', '195458.836000', '195458.839000', '195458.841000', '195458.844000', '195458.846000', '195458.849000', '195458.852000', '195458.854000', '195458.857000', '195458.859000', '195458.862000', '195458.865000', '195458.867000', '195458.870000', '195458.872000', '195458.875000', '195458.878000', '195458.880000', '195458.883000', '195458.885000', '195458.888000', '195458.891000', '195458.893000', '195458.896000', '195458.898000', '195458.901000', '195458.903000', '195458.906000', '195458.909000', '195458.911000', '195458.914000', '195518.801000', '195518.804000', '195518.807000', '195518.810000', '195518.812000', '195518.815000', '195518.818000', '195518.820000', '195518.823000', '195518.825000', '195518.828000', '195518.830000', '195518.833000', '195518.836000', '195518.838000', '195518.842000', '195518.846000', '195518.848000', '195518.851000', '195518.853000', '195518.856000', '195518.859000', '195518.862000', '195518.864000', '195518.867000', '195518.869000', '195518.872000', '195518.874000', '195518.877000', '195518.880000', '195518.882000', '195518.885000', '195518.888000', '195518.890000', '195518.893000', '195518.896000', '195518.898000', '195518.901000', '195518.903000', '195518.906000', '195518.908000', '195518.911000', '195518.914000', '195538.802000', '195538.804000', '195538.807000', '195538.810000', '195538.812000', '195538.815000', '195538.818000', '195538.820000', '195538.823000', '195538.825000', '195538.828000', '195538.831000', '195538.833000', '195538.836000', '195538.838000', '195538.841000', '195538.844000', '195538.847000', '195538.849000', '195538.852000', '195538.854000', '195538.857000', '195538.860000', '195538.862000', '195538.865000', '195538.867000', '195538.870000', '195538.872000', '195538.875000', '195538.878000', '195538.880000', '195538.883000', '195538.885000', '195538.888000', '195538.891000', '195538.893000', '195538.896000', '195538.898000', '195538.901000', '195538.904000', '195538.906000', '195538.909000', '195538.911000', '195538.914000', '195556.104000', '195556.109000', '195556.112000', '195556.115000', '195556.117000', '195556.120000', '195556.123000', '195556.126000', '195556.128000', '195556.131000', '195556.134000', '195556.137000', '195556.139000', '195556.142000', '195556.145000', '195556.147000', '195556.151000', '195556.153000', '195556.156000', '195556.159000', '195556.162000', '195556.165000', '195556.168000', '195556.171000', '195556.175000', '195556.177000', '195556.180000', '195556.183000', '195556.186000', '195556.189000', '195556.214000', '195556.217000', '195556.220000', '195556.223000', '195556.226000', '195556.229000', '195556.231000', '195556.235000'], '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': [12277, 17287, 12578, 17449, 11408, 12995, 11354, 12598, 11946, 11390, 12616, 9445, 13240, 9465, 13431, 10505, 14946, 11185, 16079, 11451, 9208, 11542, 9661, 12429, 9333, 12414, 9019, 13259, 9758, 13755, 10313, 13527, 10383, 15202, 11822, 15016, 10944, 13625, 11529, 14614, 11685, 13140, 12464, 9078, 11959, 10040, 11493, 11551, 10538, 12040, 9914, 12309, 10540, 13669, 12354, 13580, 10325, 12863, 10313, 13196, 10043, 12624, 10084, 12506, 9921, 12813, 9475, 13404, 9341, 12952, 9737, 15609, 11925, 14176, 11019, 14678, 11337, 16762, 12289, 13080, 12479, 10265, 13177, 10099, 12715, 10047, 12998, 9903, 12350, 9113, 13216, 9008, 12559, 9498, 14519, 10711, 13602, 10699, 13795, 10846, 15009, 11633, 15564, 11492, 13381, 12052, 11357, 12453, 10205, 12356, 10304, 12617, 9379, 13314, 9529, 12677, 9656, 14786, 10752, 15355, 10849, 14608, 10979, 15891, 12180, 15293, 11197, 14299, 10936, 15413, 11383, 15391, 11058, 14714, 10869, 14994, 11660, 12611, 11702, 11299, 11940, 11070, 12148, 10169, 12354, 10008, 13013, 9299, 12911, 10106, 13755, 10345, 15747, 12238, 16120, 11492, 15892, 12086, 17458, 13006, 11087, 12669, 10011, 12923, 10694, 12897, 10161, 13047, 9673, 13285, 10212, 13320, 10553, 13680, 11072, 15253, 11394, 16041, 11265, 15960, 11217, 15736, 11999, 15632, 11246, 15311, 11425, 16510, 12005, 9417, 11790, 9526, 11714, 10015, 11973, 9675, 12353, 9257, 12900, 10214, 13432, 10787, 13772, 11049, 16874, 12583, 10099, 12343, 10421, 12898, 9902, 14105, 9836, 13503, 10089, 15732, 11431, 15475, 11496, 14669, 11392, 16437, 12184, 16443, 12093, 14592, 12133, 13098, 12359, 10122, 11962, 10243, 12479, 9524, 12780, 9344, 12539, 9472, 14971, 11514, 14711, 11283, 14782, 11626, 16913, 12461, 12421, 12197, 10569, 12674, 10777, 12803, 10360, 12670, 10306, 13251, 9797, 13407, 9368, 12746, 10094, 13672, 10493, 13168, 9902, 13461, 10473, 13287, 10745, 13443, 10214, 14856, 11444, 14368, 10830, 14759, 11138, 15510, 11927, 9421, 11940, 10298, 12479, 9844, 13112, 9762, 13226, 10727, 16059, 11833, 15620, 11334, 16336, 12330, 14825, 12522, 9618, 12588, 10757, 13495, 10187, 13022, 9629, 12899, 10428, 13925, 11132, 13787, 10956, 16118, 11851, 16965, 11940, 14490, 12487, 12646, 12797, 10353, 12550, 10175, 13557, 10067, 14002, 10138, 13552, 10646, 16384, 12094, 15042, 11365, 15089, 11544, 16891, 12004, 11988, 11867, 9897, 12025, 10270, 11900, 9454, 12356, 9410, 13748, 11368, 14623, 11022, 15370, 11574, 16684, 12274, 12155, 12760, 11171, 12868, 10434, 12834, 9547, 13478, 11288, 14435, 11473, 15146, 11907, 16773, 12540, 10192, 11931, 10290, 12995, 10384, 12509, 10821, 14380, 11407, 14248, 12566, 10187, 12453, 10227, 14500, 10104, 14101, 10668, 15934, 12803, 16443, 11739, 14733, 11991, 16769, 13230, 9895, 12730, 9215, 14057, 11005, 9920, 14837, 11200, 15769, 11770, 16041, 11919, 16953, 12771, 16217, 11362, 14624, 11472, 16018, 11982, 15016, 11275, 9743, 11759, 10210, 11919, 9420, 12001, 9339, 12102, 10097, 12701, 10569, 13456, 10460, 14778, 11007, 12958, 11552, 9546, 11705, 10330, 12240, 9346, 12970, 10169, 12989, 10749, 15626, 11434, 16052, 11690, 14135, 12510, 12820, 12736, 10325, 12751, 10231, 12776, 10105, 13036, 10597, 13640, 11533, 16670, 12210, 15942, 12569, 12286, 13021, 10456, 12605, 10309, 12625, 10424, 13578, 9755, 13608, 9932, 12835, 9970, 13964, 10552, 13493, 10788, 13563, 11155, 15284, 10849, 14292, 10678, 15614, 11588, 13112, 11826, 10908, 12127, 10650, 12467, 10505, 12873, 9774, 13519, 10499, 13941, 10845, 14263, 11405, 16575, 11959, 16111, 11411, 15570, 11748, 16824, 12592, 13121, 12047, 12288, 12348, 10089, 12068, 9829, 12150, 9893, 12782, 9348, 12217, 9709, 13373, 10252, 14269, 10981, 13789, 11004, 16400, 11654, 15675, 12111, 12037, 12983, 10979, 12490, 10371, 12704, 9752, 14101, 9646, 13405, 10288, 13418, 10839, 16034, 11981, 15560, 11154, 15062, 11414, 16446, 11730, 15604, 11386, 15883, 11914, 16221, 11722, 13248, 11545, 13360, 12254, 9770, 11949, 9466, 11799, 10273, 11731, 9636, 11964, 10202, 12587, 9856, 12713, 9615, 12391, 9706, 13625, 10694, 14122, 10675, 15898, 11227, 16390, 11848, 15437, 12344, 15180, 12880, 10371, 12436, 10983, 13565, 10410, 13863, 10156, 13039, 10738, 14504, 11311, 14870, 11155, 16541, 11935, 16968, 12314, 16326, 12051, 16547, 12847, 10262, 12059, 10404, 12796, 9709, 13128, 9685, 12807, 10450, 15630, 11498, 15942, 11542, 11897, 12284, 10631, 12647, 9779, 12755, 9490, 14072, 11919, 17443, 12593, 10929, 13216, 10529, 15005, 10607, 13812, 10052, 14257, 10308, 14247, 9726, 13073, 9549, 13590, 9708, 12721, 9202, 12144, 9287, 12171, 9480, 12725, 10135, 12595, 10737, 13628, 10595, 10168, 11345, 9871, 11639, 9496, 12386, 10444, 13049, 10724, 15794, 11857, 11309, 12413, 10633, 13041, 10102, 15565, 11932, 14862, 11447, 16644, 12668, 10950, 12389, 10508, 12766, 9834, 13564, 10309, 13245, 10893, 15602, 11615, 16286, 11558, 12853, 12232, 10966, 12903, 10014, 12480, 9589, 14473, 11598, 15409, 11102, 14022, 12104, 12241, 12606, 10584, 12179, 9835, 13557, 10922, 13934, 11242, 14467, 11499, 16140, 12740, 10658, 12136, 9944, 13081, 10599, 14020, 11088, 14724, 11164, 16650, 12509, 12819, 12271, 10587, 12753, 9958, 13724, 9644, 13036, 10201, 14630, 11782, 14101, 10910, 14151, 11567, 10788, 12131, 9578, 12034, 9679, 14503, 11677, 14218, 10963, 14600, 12016, 12212, 12762, 10465, 12216, 9831, 13363, 10924, 13313, 10870, 15145, 11590, 17046, 11929, 10703, 12151, 10373, 12473, 10457, 13748, 9869, 12931, 9350, 13675, 10331, 14722, 11262, 14064, 11067, 15596, 12046, 10382, 11944, 9677, 12186, 9883, 12958, 10987, 13750, 11065, 15574, 11342, 15630, 11210, 16226, 11904, 16315, 11900, 14652, 11495, 14820, 12172, 10338, 11802, 10128, 12313, 10320, 12958, 10578, 13903, 11144, 11285, 11677, 9840, 11998, 9882, 14877, 11148, 14922, 11407, 11054, 12402, 10502, 13664, 9869, 13820, 10319, 15370, 12074, 16063, 11385, 14818, 11261, 16603, 12172, 11352, 11970, 10390, 12291, 10064, 12779, 9448, 12133, 10261, 14686, 11384, 14468, 11018, 13424, 12230, 10764, 12765, 9679, 12293, 9665, 15027, 11497, 13781, 11418, 15145, 11857, 12982, 12254], 'WindowCenter': [4550.0, 4561.0, 4518.0, 4523.0, 4491.0, 4486.0, 4479.0, 4486.0, 4476.0, 4476.0, 4486.0, 4456.0, 4486.0, 4456.0, 4484.0, 4477.0, 4496.0, 4478.0, 4506.0, 4477.0, 4457.0, 4490.0, 4469.0, 4489.0, 4467.0, 4487.0, 4458.0, 4499.0, 4469.0, 4498.0, 4477.0, 4496.0, 4479.0, 4508.0, 4490.0, 4498.0, 4477.0, 4497.0, 4488.0, 4497.0, 4499.0, 4497.0, 4500.0, 4468.0, 4488.0, 4480.0, 4500.0, 4502.0, 4491.0, 4502.0, 4482.0, 4502.0, 4480.0, 4513.0, 4489.0, 4500.0, 4466.0, 4488.0, 4468.0, 4499.0, 4466.0, 4488.0, 4464.0, 4487.0, 4467.0, 4489.0, 4469.0, 4497.0, 4455.0, 4487.0, 4470.0, 4506.0, 4490.0, 4496.0, 4477.0, 4506.0, 4491.0, 4520.0, 4489.0, 4485.0, 4513.0, 4477.0, 4499.0, 4491.0, 4500.0, 4466.0, 4497.0, 4467.0, 4488.0, 4468.0, 4498.0, 4456.0, 4487.0, 4467.0, 4509.0, 4477.0, 4497.0, 4478.0, 4495.0, 4488.0, 4507.0, 4489.0, 4508.0, 4488.0, 4495.0, 4500.0, 4478.0, 4499.0, 4476.0, 4497.0, 4477.0, 4501.0, 4468.0, 4500.0, 4468.0, 4498.0, 4468.0, 4510.0, 4478.0, 4508.0, 4476.0, 4496.0, 4477.0, 4507.0, 4486.0, 4496.0, 4475.0, 4483.0, 4476.0, 4495.0, 4486.0, 4496.0, 4487.0, 4495.0, 4489.0, 4505.0, 4500.0, 4498.0, 4498.0, 4487.0, 4502.0, 4488.0, 4501.0, 4479.0, 4498.0, 4478.0, 4511.0, 4470.0, 4501.0, 4478.0, 4499.0, 4480.0, 4520.0, 4501.0, 4508.0, 4488.0, 4508.0, 4500.0, 4520.0, 4500.0, 4476.0, 4498.0, 4466.0, 4498.0, 4477.0, 4488.0, 4465.0, 4497.0, 4466.0, 4498.0, 4479.0, 4497.0, 4476.0, 4497.0, 4488.0, 4508.0, 4488.0, 4506.0, 4488.0, 4507.0, 4488.0, 4508.0, 4488.0, 4507.0, 4476.0, 4496.0, 4486.0, 4506.0, 4488.0, 4455.0, 4486.0, 4465.0, 4488.0, 4478.0, 4489.0, 4478.0, 4499.0, 4481.0, 4501.0, 4482.0, 4498.0, 4490.0, 4508.0, 4491.0, 4520.0, 4503.0, 4479.0, 4498.0, 4479.0, 4503.0, 4478.0, 4511.0, 4467.0, 4498.0, 4477.0, 4509.0, 4489.0, 4507.0, 4487.0, 4495.0, 4490.0, 4507.0, 4488.0, 4505.0, 4485.0, 4497.0, 4488.0, 4487.0, 4487.0, 4465.0, 4488.0, 4478.0, 4498.0, 4467.0, 4498.0, 4469.0, 4498.0, 4482.0, 4509.0, 4490.0, 4508.0, 4488.0, 4507.0, 4489.0, 4519.0, 4498.0, 4485.0, 4489.0, 4479.0, 4499.0, 4477.0, 4498.0, 4466.0, 4499.0, 4478.0, 4497.0, 4466.0, 4497.0, 4466.0, 4498.0, 4479.0, 4500.0, 4479.0, 4498.0, 4479.0, 4499.0, 4479.0, 4497.0, 4477.0, 4496.0, 4478.0, 4506.0, 4488.0, 4498.0, 4477.0, 4508.0, 4490.0, 4507.0, 4501.0, 4467.0, 4499.0, 4479.0, 4500.0, 4479.0, 4500.0, 4478.0, 4500.0, 4492.0, 4519.0, 4501.0, 4508.0, 4489.0, 4522.0, 4502.0, 4522.0, 4501.0, 4467.0, 4500.0, 4487.0, 4511.0, 4478.0, 4499.0, 4468.0, 4501.0, 4489.0, 4510.0, 4489.0, 4509.0, 4492.0, 4520.0, 4501.0, 4519.0, 4500.0, 4509.0, 4500.0, 4498.0, 4501.0, 4477.0, 4497.0, 4478.0, 4498.0, 4469.0, 4498.0, 4476.0, 4498.0, 4480.0, 4507.0, 4489.0, 4497.0, 4476.0, 4497.0, 4488.0, 4508.0, 4488.0, 4475.0, 4487.0, 4478.0, 4487.0, 4478.0, 4489.0, 4466.0, 4498.0, 4481.0, 4510.0, 4500.0, 4509.0, 4489.0, 4518.0, 4502.0, 4520.0, 4500.0, 4498.0, 4501.0, 4489.0, 4500.0, 4478.0, 4500.0, 4479.0, 4509.0, 4489.0, 4510.0, 4488.0, 4508.0, 4501.0, 4518.0, 4498.0, 4478.0, 4500.0, 4478.0, 4510.0, 4490.0, 4500.0, 4493.0, 4521.0, 4503.0, 4522.0, 4513.0, 4480.0, 4511.0, 4492.0, 4523.0, 4480.0, 4512.0, 4490.0, 4520.0, 4500.0, 4520.0, 4499.0, 4509.0, 4500.0, 4518.0, 4500.0, 4480.0, 4500.0, 4469.0, 4511.0, 4491.0, 4493.0, 4522.0, 4491.0, 4520.0, 4490.0, 4509.0, 4491.0, 4509.0, 4486.0, 4497.0, 4463.0, 4482.0, 4475.0, 4493.0, 4476.0, 4482.0, 4473.0, 4452.0, 4486.0, 4464.0, 4487.0, 4454.0, 4486.0, 4468.0, 4487.0, 4478.0, 4487.0, 4480.0, 4498.0, 4492.0, 4509.0, 4489.0, 4498.0, 4488.0, 4467.0, 4488.0, 4479.0, 4501.0, 4469.0, 4501.0, 4479.0, 4498.0, 4492.0, 4520.0, 4515.0, 4519.0, 4501.0, 4510.0, 4502.0, 4500.0, 4502.0, 4479.0, 4500.0, 4480.0, 4499.0, 4479.0, 4498.0, 4480.0, 4510.0, 4503.0, 4521.0, 4502.0, 4520.0, 4500.0, 4502.0, 4511.0, 4479.0, 4500.0, 4469.0, 4500.0, 4479.0, 4501.0, 4469.0, 4499.0, 4467.0, 4488.0, 4478.0, 4497.0, 4479.0, 4496.0, 4478.0, 4498.0, 4489.0, 4508.0, 4488.0, 4508.0, 4491.0, 4510.0, 4491.0, 4498.0, 4499.0, 4487.0, 4503.0, 4480.0, 4501.0, 4479.0, 4501.0, 4479.0, 4501.0, 4479.0, 4499.0, 4478.0, 4497.0, 4490.0, 4518.0, 4489.0, 4506.0, 4489.0, 4507.0, 4501.0, 4520.0, 4498.0, 4496.0, 4489.0, 4487.0, 4498.0, 4479.0, 4489.0, 4466.0, 4500.0, 4479.0, 4500.0, 4469.0, 4499.0, 4480.0, 4510.0, 4481.0, 4510.0, 4491.0, 4509.0, 4502.0, 4521.0, 4504.0, 4519.0, 4501.0, 4500.0, 4511.0, 4489.0, 4499.0, 4479.0, 4498.0, 4468.0, 4511.0, 4469.0, 4501.0, 4478.0, 4497.0, 4490.0, 4519.0, 4489.0, 4508.0, 4489.0, 4508.0, 4489.0, 4509.0, 4488.0, 4507.0, 4487.0, 4507.0, 4488.0, 4509.0, 4487.0, 4486.0, 4488.0, 4496.0, 4501.0, 4469.0, 4500.0, 4468.0, 4500.0, 4479.0, 4490.0, 4468.0, 4501.0, 4481.0, 4500.0, 4479.0, 4500.0, 4478.0, 4500.0, 4480.0, 4510.0, 4493.0, 4510.0, 4491.0, 4521.0, 4504.0, 4521.0, 4502.0, 4519.0, 4513.0, 4509.0, 4512.0, 4480.0, 4500.0, 4492.0, 4511.0, 4478.0, 4509.0, 4479.0, 4500.0, 4489.0, 4511.0, 4490.0, 4510.0, 4502.0, 4519.0, 4502.0, 4518.0, 4499.0, 4518.0, 4502.0, 4519.0, 4499.0, 4477.0, 4487.0, 4477.0, 4498.0, 4469.0, 4498.0, 4468.0, 4497.0, 4491.0, 4509.0, 4491.0, 4508.0, 4488.0, 4489.0, 4500.0, 4479.0, 4502.0, 4478.0, 4498.0, 4479.0, 4508.0, 4501.0, 4520.0, 4500.0, 4480.0, 4499.0, 4480.0, 4510.0, 4479.0, 4500.0, 4481.0, 4509.0, 4493.0, 4511.0, 4470.0, 4501.0, 4470.0, 4500.0, 4467.0, 4489.0, 4468.0, 4489.0, 4455.0, 4485.0, 4465.0, 4488.0, 4477.0, 4486.0, 4489.0, 4498.0, 4491.0, 4480.0, 4491.0, 4480.0, 4501.0, 4482.0, 4513.0, 4493.0, 4512.0, 4503.0, 4521.0, 4505.0, 4503.0, 4501.0, 4491.0, 4514.0, 4492.0, 4523.0, 4501.0, 4511.0, 4501.0, 4520.0, 4501.0, 4492.0, 4500.0, 4480.0, 4501.0, 4479.0, 4501.0, 4479.0, 4498.0, 4490.0, 4511.0, 4490.0, 4518.0, 4490.0, 4498.0, 4500.0, 4490.0, 4502.0, 4479.0, 4499.0, 4481.0, 4509.0, 4500.0, 4510.0, 4490.0, 4510.0, 4512.0, 4501.0, 4500.0, 4481.0, 4501.0, 4479.0, 4512.0, 4492.0, 4499.0, 4490.0, 4506.0, 4500.0, 4509.0, 4500.0, 4479.0, 4500.0, 4479.0, 4500.0, 4480.0, 4509.0, 4488.0, 4497.0, 4488.0, 4509.0, 4499.0, 4489.0, 4487.0, 4478.0, 4499.0, 4466.0, 4499.0, 4466.0, 4486.0, 4478.0, 4507.0, 4488.0, 4496.0, 4477.0, 4498.0, 4490.0, 4477.0, 4499.0, 4469.0, 4499.0, 4480.0, 4510.0, 4500.0, 4511.0, 4490.0, 4509.0, 4501.0, 4489.0, 4500.0, 4478.0, 4489.0, 4479.0, 4498.0, 4478.0, 4499.0, 4477.0, 4498.0, 4489.0, 4510.0, 4489.0, 4477.0, 4487.0, 4467.0, 4499.0, 4478.0, 4498.0, 4467.0, 4489.0, 4456.0, 4498.0, 4466.0, 4499.0, 4476.0, 4497.0, 4488.0, 4507.0, 4488.0, 4479.0, 4489.0, 4469.0, 4501.0, 4480.0, 4500.0, 4492.0, 4512.0, 4504.0, 4522.0, 4492.0, 4510.0, 4491.0, 4510.0, 4490.0, 4507.0, 4489.0, 4497.0, 4489.0, 4497.0, 4488.0, 4477.0, 4488.0, 4478.0, 4489.0, 4478.0, 4500.0, 4490.0, 4509.0, 4502.0, 4490.0, 4490.0, 4480.0, 4500.0, 4494.0, 4522.0, 4503.0, 4522.0, 4503.0, 4502.0, 4512.0, 4491.0, 4514.0, 4479.0, 4509.0, 4480.0, 4512.0, 4490.0, 4509.0, 4489.0, 4497.0, 4489.0, 4507.0, 4500.0, 4477.0, 4487.0, 4478.0, 4489.0, 4468.0, 4497.0, 4467.0, 4488.0, 4491.0, 4509.0, 4492.0, 4499.0, 4489.0, 4499.0, 4501.0, 4490.0, 4500.0, 4470.0, 4490.0, 4470.0, 4512.0, 4490.0, 4499.0, 4488.0, 4509.0, 4500.0, 4501.0, 4500.0], 'WindowWidth': [9997.0, 9997.0, 9927.0, 9921.0, 9872.0, 9857.0, 9850.0, 9854.0, 9843.0, 9843.0, 9858.0, 9815.0, 9852.0, 9815.0, 9848.0, 9843.0, 9870.0, 9847.0, 9883.0, 9846.0, 9816.0, 9867.0, 9838.0, 9864.0, 9830.0, 9856.0, 9820.0, 9878.0, 9838.0, 9875.0, 9846.0, 9869.0, 9854.0, 9890.0, 9868.0, 9873.0, 9845.0, 9870.0, 9860.0, 9871.0, 9879.0, 9875.0, 9883.0, 9836.0, 9864.0, 9856.0, 9883.0, 9890.0, 9873.0, 9888.0, 9858.0, 9888.0, 9856.0, 9905.0, 9866.0, 9880.0, 9829.0, 9862.0, 9835.0, 9876.0, 9829.0, 9859.0, 9821.0, 9857.0, 9831.0, 9864.0, 9835.0, 9871.0, 9814.0, 9856.0, 9838.0, 9883.0, 9867.0, 9869.0, 9845.0, 9884.0, 9869.0, 9909.0, 9863.0, 9853.0, 9905.0, 9847.0, 9877.0, 9873.0, 9881.0, 9830.0, 9871.0, 9832.0, 9862.0, 9836.0, 9875.0, 9816.0, 9859.0, 9834.0, 9890.0, 9846.0, 9871.0, 9847.0, 9866.0, 9862.0, 9887.0, 9864.0, 9886.0, 9861.0, 9868.0, 9879.0, 9848.0, 9879.0, 9844.0, 9873.0, 9847.0, 9883.0, 9836.0, 9881.0, 9834.0, 9874.0, 9835.0, 9892.0, 9850.0, 9887.0, 9843.0, 9869.0, 9845.0, 9885.0, 9857.0, 9868.0, 9839.0, 9847.0, 9843.0, 9867.0, 9856.0, 9869.0, 9858.0, 9866.0, 9865.0, 9882.0, 9884.0, 9875.0, 9877.0, 9860.0, 9887.0, 9863.0, 9885.0, 9850.0, 9878.0, 9850.0, 9900.0, 9843.0, 9885.0, 9852.0, 9878.0, 9858.0, 9909.0, 9885.0, 9891.0, 9864.0, 9890.0, 9883.0, 9908.0, 9881.0, 9843.0, 9875.0, 9830.0, 9876.0, 9845.0, 9861.0, 9827.0, 9873.0, 9831.0, 9875.0, 9850.0, 9872.0, 9845.0, 9871.0, 9863.0, 9890.0, 9864.0, 9886.0, 9862.0, 9887.0, 9865.0, 9888.0, 9862.0, 9885.0, 9842.0, 9870.0, 9858.0, 9883.0, 9863.0, 9813.0, 9856.0, 9828.0, 9865.0, 9848.0, 9867.0, 9852.0, 9879.0, 9860.0, 9884.0, 9861.0, 9878.0, 9869.0, 9890.0, 9873.0, 9910.0, 9890.0, 9852.0, 9877.0, 9854.0, 9890.0, 9849.0, 9898.0, 9833.0, 9873.0, 9848.0, 9891.0, 9864.0, 9886.0, 9858.0, 9866.0, 9866.0, 9886.0, 9862.0, 9881.0, 9855.0, 9870.0, 9862.0, 9857.0, 9859.0, 9825.0, 9860.0, 9848.0, 9877.0, 9833.0, 9875.0, 9838.0, 9875.0, 9860.0, 9893.0, 9871.0, 9890.0, 9863.0, 9889.0, 9867.0, 9906.0, 9878.0, 9855.0, 9864.0, 9853.0, 9880.0, 9846.0, 9876.0, 9830.0, 9879.0, 9849.0, 9874.0, 9830.0, 9871.0, 9830.0, 9877.0, 9851.0, 9879.0, 9852.0, 9875.0, 9852.0, 9878.0, 9853.0, 9873.0, 9847.0, 9870.0, 9850.0, 9884.0, 9865.0, 9875.0, 9846.0, 9891.0, 9868.0, 9889.0, 9883.0, 9833.0, 9879.0, 9853.0, 9884.0, 9852.0, 9882.0, 9851.0, 9882.0, 9876.0, 9907.0, 9886.0, 9892.0, 9867.0, 9915.0, 9888.0, 9916.0, 9885.0, 9835.0, 9883.0, 9862.0, 9898.0, 9849.0, 9877.0, 9837.0, 9883.0, 9866.0, 9896.0, 9867.0, 9892.0, 9875.0, 9911.0, 9888.0, 9907.0, 9883.0, 9895.0, 9884.0, 9877.0, 9885.0, 9846.0, 9875.0, 9851.0, 9879.0, 9838.0, 9875.0, 9843.0, 9874.0, 9855.0, 9886.0, 9864.0, 9872.0, 9844.0, 9872.0, 9864.0, 9888.0, 9861.0, 9840.0, 9858.0, 9850.0, 9861.0, 9850.0, 9865.0, 9833.0, 9878.0, 9861.0, 9895.0, 9885.0, 9894.0, 9869.0, 9907.0, 9893.0, 9910.0, 9882.0, 9877.0, 9886.0, 9867.0, 9884.0, 9849.0, 9882.0, 9853.0, 9894.0, 9868.0, 9893.0, 9863.0, 9890.0, 9884.0, 9904.0, 9877.0, 9848.0, 9882.0, 9852.0, 9895.0, 9871.0, 9884.0, 9878.0, 9915.0, 9894.0, 9919.0, 9905.0, 9856.0, 9902.0, 9875.0, 9921.0, 9856.0, 9900.0, 9870.0, 9910.0, 9883.0, 9912.0, 9880.0, 9892.0, 9883.0, 9905.0, 9883.0, 9853.0, 9880.0, 9839.0, 9897.0, 9872.0, 9878.0, 9916.0, 9873.0, 9911.0, 9869.0, 9890.0, 9870.0, 9890.0, 9856.0, 9869.0, 9819.0, 9841.0, 9837.0, 9859.0, 9840.0, 9843.0, 9833.0, 9805.0, 9856.0, 9823.0, 9857.0, 9810.0, 9855.0, 9837.0, 9859.0, 9849.0, 9859.0, 9853.0, 9875.0, 9874.0, 9891.0, 9866.0, 9873.0, 9863.0, 9833.0, 9862.0, 9852.0, 9885.0, 9840.0, 9883.0, 9852.0, 9875.0, 9875.0, 9909.0, 9914.0, 9907.0, 9885.0, 9894.0, 9887.0, 9881.0, 9887.0, 9851.0, 9880.0, 9854.0, 9881.0, 9852.0, 9875.0, 9853.0, 9896.0, 9891.0, 9915.0, 9890.0, 9911.0, 9883.0, 9887.0, 9898.0, 9853.0, 9880.0, 9836.0, 9879.0, 9851.0, 9885.0, 9837.0, 9878.0, 9830.0, 9860.0, 9848.0, 9873.0, 9850.0, 9868.0, 9847.0, 9876.0, 9866.0, 9889.0, 9864.0, 9890.0, 9870.0, 9895.0, 9873.0, 9877.0, 9879.0, 9862.0, 9888.0, 9854.0, 9884.0, 9852.0, 9884.0, 9854.0, 9887.0, 9852.0, 9879.0, 9849.0, 9874.0, 9869.0, 9903.0, 9866.0, 9885.0, 9864.0, 9887.0, 9884.0, 9911.0, 9876.0, 9869.0, 9863.0, 9860.0, 9877.0, 9850.0, 9863.0, 9830.0, 9881.0, 9851.0, 9883.0, 9839.0, 9880.0, 9858.0, 9896.0, 9859.0, 9897.0, 9872.0, 9893.0, 9891.0, 9914.0, 9894.0, 9908.0, 9886.0, 9883.0, 9899.0, 9867.0, 9880.0, 9850.0, 9877.0, 9838.0, 9899.0, 9839.0, 9885.0, 9850.0, 9874.0, 9869.0, 9905.0, 9868.0, 9889.0, 9864.0, 9890.0, 9868.0, 9892.0, 9863.0, 9886.0, 9860.0, 9887.0, 9863.0, 9891.0, 9859.0, 9857.0, 9865.0, 9872.0, 9884.0, 9836.0, 9883.0, 9837.0, 9885.0, 9852.0, 9867.0, 9835.0, 9882.0, 9856.0, 9883.0, 9853.0, 9881.0, 9850.0, 9883.0, 9858.0, 9898.0, 9877.0, 9896.0, 9874.0, 9915.0, 9897.0, 9914.0, 9889.0, 9910.0, 9904.0, 9896.0, 9903.0, 9854.0, 9883.0, 9874.0, 9900.0, 9850.0, 9895.0, 9854.0, 9883.0, 9869.0, 9899.0, 9869.0, 9895.0, 9889.0, 9908.0, 9889.0, 9906.0, 9882.0, 9907.0, 9887.0, 9908.0, 9880.0, 9846.0, 9861.0, 9847.0, 9876.0, 9838.0, 9876.0, 9835.0, 9872.0, 9871.0, 9893.0, 9871.0, 9891.0, 9864.0, 9865.0, 9883.0, 9852.0, 9886.0, 9849.0, 9878.0, 9855.0, 9890.0, 9884.0, 9910.0, 9882.0, 9854.0, 9878.0, 9853.0, 9897.0, 9851.0, 9881.0, 9856.0, 9892.0, 9876.0, 9898.0, 9842.0, 9883.0, 9842.0, 9880.0, 9831.0, 9862.0, 9836.0, 9864.0, 9813.0, 9854.0, 9827.0, 9859.0, 9846.0, 9856.0, 9866.0, 9877.0, 9870.0, 9855.0, 9872.0, 9855.0, 9888.0, 9862.0, 9906.0, 9880.0, 9903.0, 9892.0, 9915.0, 9897.0, 9892.0, 9888.0, 9871.0, 9907.0, 9875.0, 9920.0, 9886.0, 9898.0, 9886.0, 9911.0, 9887.0, 9872.0, 9883.0, 9852.0, 9885.0, 9852.0, 9884.0, 9852.0, 9875.0, 9869.0, 9897.0, 9870.0, 9905.0, 9870.0, 9877.0, 9882.0, 9867.0, 9888.0, 9852.0, 9878.0, 9858.0, 9896.0, 9885.0, 9896.0, 9869.0, 9895.0, 9902.0, 9886.0, 9883.0, 9857.0, 9885.0, 9853.0, 9899.0, 9872.0, 9879.0, 9867.0, 9887.0, 9883.0, 9894.0, 9883.0, 9852.0, 9881.0, 9853.0, 9882.0, 9854.0, 9892.0, 9863.0, 9873.0, 9864.0, 9892.0, 9880.0, 9863.0, 9860.0, 9848.0, 9879.0, 9830.0, 9877.0, 9829.0, 9855.0, 9848.0, 9885.0, 9863.0, 9871.0, 9846.0, 9876.0, 9869.0, 9848.0, 9880.0, 9837.0, 9877.0, 9857.0, 9896.0, 9885.0, 9899.0, 9868.0, 9893.0, 9886.0, 9866.0, 9883.0, 9848.0, 9866.0, 9852.0, 9878.0, 9849.0, 9877.0, 9847.0, 9875.0, 9866.0, 9893.0, 9866.0, 9844.0, 9860.0, 9831.0, 9878.0, 9846.0, 9875.0, 9829.0, 9863.0, 9815.0, 9874.0, 9829.0, 9877.0, 9841.0, 9870.0, 9863.0, 9888.0, 9863.0, 9851.0, 9865.0, 9838.0, 9883.0, 9857.0, 9882.0, 9873.0, 9899.0, 9893.0, 9915.0, 9874.0, 9896.0, 9870.0, 9896.0, 9868.0, 9887.0, 9864.0, 9873.0, 9864.0, 9873.0, 9864.0, 9846.0, 9863.0, 9848.0, 9865.0, 9851.0, 9881.0, 9868.0, 9896.0, 9889.0, 9869.0, 9869.0, 9857.0, 9884.0, 9882.0, 9918.0, 9893.0, 9916.0, 9892.0, 9889.0, 9905.0, 9872.0, 9908.0, 9854.0, 9893.0, 9856.0, 9899.0, 9869.0, 9893.0, 9865.0, 9873.0, 9865.0, 9886.0, 9883.0, 9845.0, 9859.0, 9848.0, 9864.0, 9836.0, 9874.0, 9834.0, 9862.0, 9871.0, 9893.0, 9873.0, 9877.0, 9865.0, 9879.0, 9885.0, 9868.0, 9881.0, 9840.0, 9867.0, 9842.0, 9900.0, 9868.0, 9877.0, 9864.0, 9891.0, 9882.0, 9883.0, 9882.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.0004534982738780207</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018178002876869964</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.27395659773043</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2409040323963134</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0055633492165894</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4649</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6752.5259</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09240118826829523</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.567318757192175</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5323976964705435</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.433722669248257</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7932963879480788</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3701740322152944</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00630961</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01248906459659338</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.021380439400672913</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.914905704423261</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>37.4948</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.5596</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.7503</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>301727.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>787.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.9316</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3244</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>566.2093</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3685.6454</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3918.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74817.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1236.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4821.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1000.7837</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.6928545194678</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> |