=== 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-0019 --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-0019",
"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-0019_ses-03_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0019_ses-03_task-social_acq-mb8_run-02_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0019_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-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0019/ses-03/func/sub-0019_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>a4516ddb4c3d56ec6895a84cdcf13f7a</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>16:15:56.030000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998158, -0.0596116, 0.0112817, 0.0600009, 0.997472, -0.0380675]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0767966</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4142, -7772, -7263, 629, 1, -300, 87, 86]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>232.666</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>8675e922-1d1e-432b-95c2-2d6289eab15d||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6779847145080566, 0.16097794473171234, 0.024256691336631775, 107.85304260253906], [0.15993346273899078, 2.67614483833313, -0.10442066937685013, -98.74768829345703], [0.030268091708421707, 0.1021324023604393, 2.697870969772339, -78.91615295410156], [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': ['161556.030000', '161556.490000', '161556.950000', '161557.410000', '161557.870000', '161558.330000', '161558.790000', '161559.250000', '161559.710000', '161600.170000', '161600.630000', '161601.090000', '161601.550000', '161602.010000', '161602.470000', '161602.930000', '161603.390000', '161603.850000', '161604.310000', '161604.770000', '161605.230000', '161605.690000', '161606.150000', '161606.610000', '161607.070000', '161607.530000', '161607.990000', '161608.450000', '161608.910000', '161609.370000', '161609.830000', '161610.290000', '161610.750000', '161611.210000', '161611.670000', '161612.130000', '161612.590000', '161613.050000', '161613.510000', '161613.970000', '161614.430000', '161614.890000', '161615.350000', '161615.810000', '161616.270000', '161616.730000', '161617.190000', '161617.650000', '161618.110000', '161618.570000', '161619.030000', '161619.490000', '161619.950000', '161620.410000', '161620.870000', '161621.330000', '161621.790000', '161622.250000', '161622.710000', '161623.170000', '161623.630000', '161624.090000', '161624.550000', '161625.010000', '161625.470000', '161625.930000', '161626.390000', '161626.850000', '161627.310000', '161627.770000', '161628.230000', '161628.690000', '161629.150000', '161629.610000', '161630.070000', '161630.530000', '161630.990000', '161631.450000', '161631.910000', '161632.370000', '161632.830000', '161633.290000', '161633.750000', '161634.210000', '161634.670000', '161635.130000', '161635.590000', '161636.050000', '161636.510000', '161636.970000', '161637.430000', '161637.890000', '161638.350000', '161638.810000', '161639.270000', '161639.730000', '161640.190000', '161640.650000', '161641.110000', '161641.570000', '161642.030000', '161642.490000', '161642.950000', '161643.410000', '161643.870000', '161644.330000', '161644.790000', '161645.250000', '161645.710000', '161646.170000', '161646.630000', '161647.090000', '161647.550000', '161648.010000', '161648.470000', '161648.930000', '161649.390000', '161649.850000', '161650.310000', '161650.770000', '161651.230000', '161651.690000', '161652.150000', '161652.610000', '161653.070000', '161653.530000', '161653.990000', '161654.450000', '161654.910000', '161655.370000', '161655.830000', '161656.290000', '161656.750000', '161657.210000', '161657.670000', '161658.130000', '161658.590000', '161659.050000', '161659.510000', '161659.970000', '161700.430000', '161700.890000', '161701.350000', '161701.810000', '161702.270000', '161702.730000', '161703.190000', '161703.650000', '161704.110000', '161704.570000', '161705.030000', '161705.490000', '161705.950000', '161706.410000', '161706.870000', '161707.330000', '161707.790000', '161708.250000', '161708.710000', '161709.170000', '161709.630000', '161710.090000', '161710.550000', '161711.010000', '161711.470000', '161711.930000', '161712.390000', '161712.850000', '161713.310000', '161713.770000', '161714.230000', '161714.690000', '161715.150000', '161715.610000', '161716.070000', '161716.530000', '161716.990000', '161717.450000', '161717.910000', '161718.370000', '161718.830000', '161719.290000', '161719.750000', '161720.210000', '161720.670000', '161721.130000', '161721.590000', '161722.050000', '161722.510000', '161722.970000', '161723.430000', '161723.890000', '161724.350000', '161724.810000', '161725.270000', '161725.730000', '161726.190000', '161726.650000', '161727.110000', '161727.570000', '161728.030000', '161728.490000', '161728.950000', '161729.410000', '161729.870000', '161730.330000', '161730.790000', '161731.250000', '161731.710000', '161732.170000', '161732.630000', '161733.090000', '161733.550000', '161734.010000', '161734.470000', '161734.930000', '161735.390000', '161735.850000', '161736.310000', '161736.770000', '161737.230000', '161737.690000', '161738.150000', '161738.610000', '161739.070000', '161739.530000', '161739.990000', '161740.450000', '161740.910000', '161741.370000', '161741.830000', '161742.290000', '161742.750000', '161743.210000', '161743.670000', '161744.130000', '161744.590000', '161745.050000', '161745.510000', '161745.970000', '161746.430000', '161746.890000', '161747.350000', '161747.810000', '161748.270000', '161748.730000', '161749.190000', '161749.650000', '161750.110000', '161750.570000', '161751.030000', '161751.490000', '161751.950000', '161752.410000', '161752.870000', '161753.330000', '161753.790000', '161754.250000', '161754.710000', '161755.170000', '161755.630000', '161756.090000', '161756.550000', '161757.010000', '161757.470000', '161757.930000', '161758.390000', '161758.850000', '161759.310000', '161759.770000', '161800.230000', '161800.690000', '161801.150000', '161801.610000', '161802.070000', '161802.530000', '161802.990000', '161803.450000', '161803.910000', '161804.370000', '161804.830000', '161805.290000', '161805.750000', '161806.210000', '161806.670000', '161807.130000', '161807.590000', '161808.050000', '161808.510000', '161808.970000', '161809.430000', '161809.890000', '161810.350000', '161810.810000', '161811.270000', '161811.730000', '161812.190000', '161812.650000', '161813.110000', '161813.570000', '161814.030000', '161814.490000', '161814.950000', '161815.410000', '161815.870000', '161816.330000', '161816.790000', '161817.250000', '161817.710000', '161818.170000', '161818.630000', '161819.090000', '161819.550000', '161820.010000', '161820.470000', '161820.930000', '161821.390000', '161821.850000', '161822.310000', '161822.770000', '161823.230000', '161823.690000', '161824.150000', '161824.610000', '161825.070000', '161825.530000', '161825.990000', '161826.450000', '161826.910000', '161827.370000', '161827.830000', '161828.290000', '161828.750000', '161829.210000', '161829.670000', '161830.130000', '161830.590000', '161831.050000', '161831.510000', '161831.970000', '161832.430000', '161832.890000', '161833.350000', '161833.810000', '161834.270000', '161834.730000', '161835.190000', '161835.650000', '161836.110000', '161836.570000', '161837.030000', '161837.490000', '161837.950000', '161838.410000', '161838.870000', '161839.330000', '161839.790000', '161840.250000', '161840.710000', '161841.170000', '161841.630000', '161842.090000', '161842.550000', '161843.010000', '161843.470000', '161843.930000', '161844.390000', '161844.850000', '161845.310000', '161845.770000', '161846.230000', '161846.690000', '161847.150000', '161847.610000', '161848.070000', '161848.530000', '161848.990000', '161849.450000', '161849.910000', '161850.370000', '161850.830000', '161851.290000', '161851.750000', '161852.210000', '161852.670000', '161853.130000', '161853.590000', '161854.050000', '161854.510000', '161854.970000', '161855.430000', '161855.890000', '161856.350000', '161856.810000', '161857.270000', '161857.730000', '161858.190000', '161858.650000', '161859.110000', '161859.570000', '161900.030000', '161900.490000', '161900.950000', '161901.410000', '161901.870000', '161902.330000', '161902.790000', '161903.250000', '161903.710000', '161904.170000', '161904.630000', '161905.090000', '161905.550000', '161906.010000', '161906.470000', '161906.930000', '161907.390000', '161907.850000', '161908.310000', '161908.770000', '161909.230000', '161909.690000', '161910.150000', '161910.610000', '161911.070000', '161911.530000', '161911.990000', '161912.450000', '161912.910000', '161913.370000', '161913.830000', '161914.290000', '161914.750000', '161915.210000', '161915.670000', '161916.130000', '161916.590000', '161917.050000', '161917.510000', '161917.970000', '161918.430000', '161918.890000', '161919.350000', '161919.810000', '161920.270000', '161920.730000', '161921.190000', '161921.650000', '161922.110000', '161922.570000', '161923.030000', '161923.490000', '161923.950000', '161924.410000', '161924.870000', '161925.330000', '161925.790000', '161926.250000', '161926.710000', '161927.170000', '161927.630000', '161928.090000', '161928.550000', '161929.010000', '161929.470000', '161929.930000', '161930.390000', '161930.850000', '161931.310000', '161931.770000', '161932.230000', '161932.690000', '161933.150000', '161933.610000', '161934.070000', '161934.530000', '161934.990000', '161935.450000', '161935.910000', '161936.370000', '161936.830000', '161937.290000', '161937.750000', '161938.210000', '161938.670000', '161939.130000', '161939.590000', '161940.050000', '161940.510000', '161940.970000', '161941.430000', '161941.890000', '161942.350000', '161942.810000', '161943.270000', '161943.730000', '161944.190000', '161944.650000', '161945.110000', '161945.570000', '161946.030000', '161946.490000', '161946.950000', '161947.410000', '161947.870000', '161948.330000', '161948.790000', '161949.250000', '161949.710000', '161950.170000', '161950.630000', '161951.090000', '161951.550000', '161952.010000', '161952.470000', '161952.930000', '161953.390000', '161953.850000', '161954.310000', '161954.770000', '161955.230000', '161955.690000', '161956.150000', '161956.610000', '161957.070000', '161957.530000', '161957.990000', '161958.450000', '161958.910000', '161959.370000', '161959.830000', '162000.290000', '162000.750000', '162001.210000', '162001.670000', '162002.130000', '162002.590000', '162003.050000', '162003.510000', '162003.970000', '162004.430000', '162004.890000', '162005.350000', '162005.810000', '162006.270000', '162006.730000', '162007.190000', '162007.650000', '162008.110000', '162008.570000', '162009.030000', '162009.490000', '162009.950000', '162010.410000', '162010.870000', '162011.330000', '162011.790000', '162012.250000', '162012.710000', '162013.170000', '162013.630000', '162014.090000', '162014.550000', '162015.010000', '162015.470000', '162015.930000', '162016.390000', '162016.850000', '162017.310000', '162017.770000', '162018.230000', '162018.690000', '162019.150000', '162019.610000', '162020.070000', '162020.530000', '162020.990000', '162021.450000', '162021.910000', '162022.370000', '162022.830000', '162023.290000', '162023.750000', '162024.210000', '162024.670000', '162025.130000', '162025.590000', '162026.050000', '162026.510000', '162026.970000', '162027.430000', '162027.890000', '162028.350000', '162028.810000', '162029.270000', '162029.730000', '162030.190000', '162030.650000', '162031.110000', '162031.570000', '162032.030000', '162032.490000', '162032.950000', '162033.410000', '162033.870000', '162034.330000', '162034.790000', '162035.250000', '162035.710000', '162036.170000', '162036.630000', '162037.090000', '162037.550000', '162038.010000', '162038.470000', '162038.930000', '162039.390000', '162039.850000', '162040.310000', '162040.770000', '162041.230000', '162041.690000', '162042.150000', '162042.610000', '162043.070000', '162043.530000', '162043.990000', '162044.450000', '162044.910000', '162045.370000', '162045.830000', '162046.290000', '162046.750000', '162047.210000', '162047.670000', '162048.130000', '162048.590000', '162049.050000', '162049.510000', '162049.970000', '162050.430000', '162050.890000', '162051.350000', '162051.810000', '162052.270000', '162052.730000', '162053.190000', '162053.650000', '162054.110000', '162054.570000', '162055.030000', '162055.490000', '162055.950000', '162056.410000', '162056.870000', '162057.330000', '162057.790000', '162058.250000', '162058.710000', '162059.170000', '162059.630000', '162100.090000', '162100.550000', '162101.010000', '162101.470000', '162101.930000', '162102.390000', '162102.850000', '162103.310000', '162103.770000', '162104.230000', '162104.690000', '162105.150000', '162105.610000', '162106.070000', '162106.530000', '162106.990000', '162107.450000', '162107.910000', '162108.370000', '162108.830000', '162109.290000', '162109.750000', '162110.210000', '162110.670000', '162111.130000', '162111.590000', '162112.050000', '162112.510000', '162112.970000', '162113.430000', '162113.890000', '162114.350000', '162114.810000', '162115.270000', '162115.730000', '162116.190000', '162116.650000', '162117.110000', '162117.570000', '162118.030000', '162118.490000', '162118.950000', '162119.410000', '162119.870000', '162120.330000', '162120.790000', '162121.250000', '162121.710000', '162122.170000', '162122.630000', '162123.090000', '162123.550000', '162124.010000', '162124.470000', '162124.930000', '162125.390000', '162125.850000', '162126.310000', '162126.770000', '162127.230000', '162127.690000', '162128.150000', '162128.610000', '162129.070000', '162129.530000', '162129.990000', '162130.450000', '162130.910000', '162131.370000', '162131.830000', '162132.290000', '162132.750000', '162133.210000', '162133.670000', '162134.130000', '162134.590000', '162135.050000', '162135.510000', '162135.970000', '162136.430000', '162136.890000', '162137.350000', '162137.810000', '162138.270000', '162138.730000', '162139.190000', '162139.650000', '162140.110000', '162140.570000', '162141.030000', '162141.490000', '162141.950000', '162142.410000', '162142.870000', '162143.330000', '162143.790000', '162144.250000', '162144.710000', '162145.170000', '162145.630000', '162146.090000', '162146.550000', '162147.010000', '162147.470000', '162147.930000', '162148.390000', '162148.850000', '162149.310000', '162149.770000', '162150.230000', '162150.690000', '162151.150000', '162151.610000', '162152.070000', '162152.530000', '162152.990000', '162153.450000', '162153.910000', '162154.370000', '162154.830000', '162155.290000', '162155.750000', '162156.210000', '162156.670000', '162157.130000', '162157.590000', '162158.050000', '162158.510000', '162158.970000', '162159.430000', '162159.890000', '162200.350000', '162200.810000', '162201.270000', '162201.730000', '162202.190000', '162202.650000', '162203.110000', '162203.570000', '162204.030000', '162204.490000', '162204.950000', '162205.410000', '162205.870000', '162206.330000', '162206.790000', '162207.250000', '162207.710000', '162208.170000', '162208.630000', '162209.090000', '162209.550000', '162210.010000', '162210.470000', '162210.930000', '162211.390000', '162211.850000', '162212.310000', '162212.770000', '162213.230000', '162213.690000', '162214.150000', '162214.610000', '162215.070000', '162215.530000', '162215.990000', '162216.450000', '162216.910000', '162217.370000', '162217.830000', '162218.290000', '162218.750000', '162219.210000', '162219.670000', '162220.130000', '162220.590000', '162221.050000', '162221.510000', '162221.970000', '162222.430000', '162222.890000', '162223.350000', '162223.810000', '162224.270000', '162224.730000', '162225.190000', '162225.650000', '162226.110000', '162226.570000', '162227.030000', '162227.490000', '162227.950000', '162228.410000', '162228.870000', '162229.330000', '162229.790000', '162230.250000', '162230.710000', '162231.170000', '162231.630000', '162232.090000', '162232.550000', '162233.010000', '162233.470000', '162233.930000', '162234.390000', '162234.850000', '162235.310000', '162235.770000', '162236.230000', '162236.690000'], 'ContentTime': ['161613.741000', '161613.745000', '161613.747000', '161613.750000', '161613.753000', '161613.760000', '161613.763000', '161613.766000', '161613.769000', '161613.771000', '161613.774000', '161613.783000', '161613.786000', '161613.800000', '161613.803000', '161613.806000', '161613.809000', '161613.811000', '161613.814000', '161613.817000', '161613.820000', '161613.822000', '161613.825000', '161613.835000', '161613.838000', '161613.841000', '161613.843000', '161613.846000', '161613.849000', '161613.852000', '161613.855000', '161613.858000', '161613.860000', '161613.863000', '161613.866000', '161613.869000', '161613.871000', '161633.714000', '161633.721000', '161633.723000', '161633.726000', '161633.729000', '161633.732000', '161633.735000', '161633.737000', '161633.740000', '161633.743000', '161633.746000', '161633.748000', '161633.751000', '161633.754000', '161633.757000', '161633.759000', '161633.762000', '161633.765000', '161633.768000', '161633.771000', '161633.774000', '161633.776000', '161633.779000', '161633.782000', '161633.785000', '161633.787000', '161633.790000', '161633.793000', '161633.796000', '161633.798000', '161633.801000', '161633.804000', '161633.807000', '161633.810000', '161633.812000', '161633.815000', '161633.818000', '161633.821000', '161633.823000', '161633.826000', '161633.829000', '161633.832000', '161633.835000', '161633.837000', '161653.714000', '161653.717000', '161653.720000', '161653.722000', '161653.725000', '161653.728000', '161653.731000', '161653.733000', '161653.736000', '161653.739000', '161653.742000', '161653.745000', '161653.748000', '161653.751000', '161653.754000', '161653.757000', '161653.759000', '161653.762000', '161653.765000', '161653.768000', '161653.771000', '161653.773000', '161653.776000', '161653.788000', '161653.790000', '161653.793000', '161653.796000', '161653.801000', '161653.806000', '161653.809000', '161653.811000', '161653.814000', '161653.817000', '161653.820000', '161653.823000', '161653.826000', '161653.828000', '161653.831000', '161653.834000', '161653.836000', '161653.839000', '161653.842000', '161653.845000', '161713.714000', '161713.717000', '161713.720000', '161713.722000', '161713.725000', '161713.728000', '161713.731000', '161713.734000', '161713.736000', '161713.739000', '161713.742000', '161713.745000', '161713.747000', '161713.750000', '161713.753000', '161713.756000', '161713.759000', '161713.761000', '161713.764000', '161713.767000', '161713.770000', '161713.773000', '161713.775000', '161713.778000', '161713.781000', '161713.784000', '161713.786000', '161713.789000', '161713.792000', '161713.795000', '161713.797000', '161713.800000', '161713.803000', '161713.806000', '161713.809000', '161713.812000', '161713.814000', '161713.817000', '161713.820000', '161713.823000', '161713.826000', '161713.828000', '161713.831000', '161713.841000', '161733.713000', '161733.716000', '161733.719000', '161733.722000', '161733.724000', '161733.727000', '161733.730000', '161733.733000', '161733.736000', '161733.738000', '161733.741000', '161733.744000', '161733.747000', '161733.749000', '161733.752000', '161733.755000', '161733.758000', '161733.761000', '161733.764000', '161733.766000', '161733.812000', '161733.815000', '161733.817000', '161733.820000', '161733.823000', '161733.826000', '161733.829000', '161733.832000', '161733.835000', '161733.837000', '161733.840000', '161733.843000', '161733.846000', '161733.849000', '161733.851000', '161733.854000', '161733.857000', '161733.860000', '161733.863000', '161733.865000', '161733.868000', '161733.871000', '161733.874000', '161753.713000', '161753.716000', '161753.718000', '161753.721000', '161753.724000', '161753.727000', '161753.730000', '161753.732000', '161753.735000', '161753.738000', '161753.741000', '161753.743000', '161753.746000', '161753.749000', '161753.752000', '161753.760000', '161753.763000', '161753.766000', '161753.824000', '161753.827000', '161753.830000', '161753.833000', '161753.836000', '161753.838000', '161753.841000', '161753.844000', '161753.847000', '161753.850000', '161753.852000', '161753.855000', '161753.858000', '161753.861000', '161753.864000', '161753.866000', '161753.869000', '161753.872000', '161753.875000', '161753.878000', '161753.889000', '161753.892000', '161753.895000', '161753.897000', '161753.900000', '161753.903000', '161813.713000', '161813.716000', '161813.719000', '161813.721000', '161813.724000', '161813.727000', '161813.730000', '161813.733000', '161813.735000', '161813.738000', '161813.749000', '161813.752000', '161813.755000', '161813.758000', '161813.760000', '161813.763000', '161813.766000', '161813.803000', '161813.806000', '161813.809000', '161813.812000', '161813.814000', '161813.817000', '161813.820000', '161813.823000', '161813.826000', '161813.828000', '161813.831000', '161813.834000', '161813.837000', '161813.840000', '161813.843000', '161813.846000', '161813.849000', '161813.852000', '161813.855000', '161813.857000', '161813.860000', '161813.863000', '161813.866000', '161813.869000', '161813.871000', '161813.874000', '161833.714000', '161833.722000', '161833.725000', '161833.728000', '161833.731000', '161833.733000', '161833.736000', '161833.739000', '161833.742000', '161833.744000', '161833.747000', '161833.750000', '161833.753000', '161833.756000', '161833.759000', '161833.761000', '161833.764000', '161833.767000', '161833.825000', '161833.828000', '161833.831000', '161833.834000', '161833.837000', '161833.839000', '161833.842000', '161833.845000', '161833.848000', '161833.851000', '161833.853000', '161833.856000', '161833.859000', '161833.862000', '161833.865000', '161833.867000', '161833.870000', '161833.873000', '161833.876000', '161833.879000', '161833.881000', '161833.884000', '161833.887000', '161833.890000', '161833.893000', '161833.895000', '161853.714000', '161853.717000', '161853.720000', '161853.722000', '161853.725000', '161853.728000', '161853.731000', '161853.734000', '161853.736000', '161853.739000', '161853.742000', '161853.745000', '161853.748000', '161853.750000', '161853.753000', '161853.756000', '161853.759000', '161853.762000', '161853.764000', '161853.767000', '161853.770000', '161853.773000', '161853.776000', '161853.778000', '161853.781000', '161853.784000', '161853.787000', '161853.790000', '161853.792000', '161853.795000', '161853.798000', '161853.801000', '161853.803000', '161853.806000', '161853.809000', '161853.812000', '161853.815000', '161853.818000', '161853.820000', '161853.823000', '161853.826000', '161853.829000', '161853.832000', '161913.714000', '161913.717000', '161913.720000', '161913.722000', '161913.725000', '161913.728000', '161913.731000', '161913.734000', '161913.737000', '161913.739000', '161913.742000', '161913.745000', '161913.748000', '161913.751000', '161913.753000', '161913.756000', '161913.759000', '161913.762000', '161913.765000', '161913.767000', '161913.770000', '161913.773000', '161913.776000', '161913.778000', '161913.781000', '161913.784000', '161913.787000', '161913.790000', '161913.793000', '161913.795000', '161913.798000', '161913.801000', '161913.804000', '161913.807000', '161913.809000', '161913.812000', '161913.815000', '161913.818000', '161913.821000', '161913.823000', '161913.826000', '161913.829000', '161913.832000', '161913.835000', '161933.714000', '161933.717000', '161933.720000', '161933.723000', '161933.725000', '161933.728000', '161933.731000', '161933.734000', '161933.737000', '161933.739000', '161933.761000', '161933.764000', '161933.766000', '161933.769000', '161933.772000', '161933.775000', '161933.778000', '161933.780000', '161933.783000', '161933.786000', '161933.797000', '161933.800000', '161933.803000', '161933.806000', '161933.808000', '161933.811000', '161933.814000', '161933.817000', '161933.821000', '161933.824000', '161933.827000', '161933.830000', '161933.832000', '161933.835000', '161933.838000', '161933.841000', '161933.844000', '161933.846000', '161933.849000', '161933.852000', '161933.855000', '161933.858000', '161933.860000', '161953.713000', '161953.716000', '161953.719000', '161953.721000', '161953.724000', '161953.727000', '161953.730000', '161953.733000', '161953.735000', '161953.738000', '161953.741000', '161953.744000', '161953.747000', '161953.749000', '161953.752000', '161953.755000', '161953.758000', '161953.761000', '161953.763000', '161953.766000', '161953.769000', '161953.772000', '161953.775000', '161953.778000', '161953.781000', '161953.783000', '161953.786000', '161953.789000', '161953.792000', '161953.795000', '161953.797000', '161953.800000', '161953.803000', '161953.806000', '161953.808000', '161953.811000', '161953.814000', '161953.817000', '161953.820000', '161953.823000', '161953.825000', '161953.828000', '161953.831000', '161953.834000', '162013.713000', '162013.716000', '162013.719000', '162013.721000', '162013.724000', '162013.727000', '162013.730000', '162013.733000', '162013.735000', '162013.738000', '162013.741000', '162013.744000', '162013.746000', '162013.749000', '162013.752000', '162013.755000', '162013.758000', '162013.760000', '162013.763000', '162013.766000', '162013.769000', '162013.772000', '162013.775000', '162013.777000', '162013.780000', '162013.783000', '162013.786000', '162013.789000', '162013.791000', '162013.794000', '162013.797000', '162013.800000', '162013.803000', '162013.805000', '162013.808000', '162013.811000', '162013.814000', '162013.817000', '162013.820000', '162013.822000', '162013.825000', '162013.828000', '162013.831000', '162033.713000', '162033.716000', '162033.718000', '162033.721000', '162033.724000', '162033.727000', '162033.730000', '162033.733000', '162033.735000', '162033.738000', '162033.741000', '162033.744000', '162033.746000', '162033.749000', '162033.752000', '162033.755000', '162033.758000', '162033.760000', '162033.763000', '162033.766000', '162033.769000', '162033.772000', '162033.774000', '162033.777000', '162033.780000', '162033.783000', '162033.786000', '162033.788000', '162033.791000', '162033.794000', '162033.797000', '162033.800000', '162033.802000', '162033.805000', '162033.808000', '162033.811000', '162033.814000', '162033.816000', '162033.819000', '162033.822000', '162033.825000', '162033.828000', '162033.831000', '162033.833000', '162053.714000', '162053.717000', '162053.720000', '162053.722000', '162053.725000', '162053.728000', '162053.731000', '162053.734000', '162053.737000', '162053.739000', '162053.742000', '162053.745000', '162053.748000', '162053.751000', '162053.753000', '162053.756000', '162053.759000', '162053.762000', '162053.765000', '162053.767000', '162053.770000', '162053.773000', '162053.776000', '162053.779000', '162053.781000', '162053.784000', '162053.787000', '162053.790000', '162053.793000', '162053.795000', '162053.798000', '162053.801000', '162053.804000', '162053.807000', '162053.809000', '162053.828000', '162053.831000', '162053.834000', '162053.836000', '162053.839000', '162053.842000', '162053.845000', '162053.847000', '162113.714000', '162113.717000', '162113.720000', '162113.723000', '162113.726000', '162113.728000', '162113.731000', '162113.734000', '162113.737000', '162113.740000', '162113.742000', '162113.745000', '162113.748000', '162113.751000', '162113.754000', '162113.756000', '162113.759000', '162113.762000', '162113.765000', '162113.768000', '162113.771000', '162113.774000', '162113.776000', '162113.779000', '162113.782000', '162113.785000', '162113.787000', '162113.790000', '162113.793000', '162113.796000', '162113.799000', '162113.802000', '162113.804000', '162113.807000', '162113.810000', '162113.813000', '162113.816000', '162113.818000', '162113.821000', '162113.824000', '162113.827000', '162113.829000', '162113.832000', '162133.714000', '162133.717000', '162133.720000', '162133.723000', '162133.725000', '162133.728000', '162133.731000', '162133.734000', '162133.737000', '162133.739000', '162133.742000', '162133.745000', '162133.748000', '162133.751000', '162133.753000', '162133.756000', '162133.759000', '162133.762000', '162133.764000', '162133.767000', '162133.770000', '162133.773000', '162133.776000', '162133.779000', '162133.781000', '162133.784000', '162133.787000', '162133.790000', '162133.792000', '162133.795000', '162133.798000', '162133.801000', '162133.804000', '162133.806000', '162133.809000', '162133.812000', '162133.815000', '162133.818000', '162133.820000', '162133.823000', '162133.826000', '162133.829000', '162133.832000', '162133.834000', '162153.714000', '162153.717000', '162153.720000', '162153.723000', '162153.726000', '162153.729000', '162153.732000', '162153.735000', '162153.737000', '162153.740000', '162153.743000', '162153.746000', '162153.748000', '162153.751000', '162153.754000', '162153.757000', '162153.760000', '162153.762000', '162153.765000', '162153.768000', '162153.771000', '162153.774000', '162153.777000', '162153.779000', '162153.782000', '162153.785000', '162153.788000', '162153.791000', '162153.793000', '162153.796000', '162153.799000', '162153.802000', '162153.805000', '162153.808000', '162153.810000', '162153.813000', '162153.816000', '162153.819000', '162153.822000', '162153.824000', '162153.827000', '162153.830000', '162153.833000', '162213.713000', '162213.716000', '162213.719000', '162213.721000', '162213.726000', '162213.729000', '162213.731000', '162213.734000', '162213.737000', '162213.740000', '162213.743000', '162213.745000', '162213.748000', '162213.751000', '162213.754000', '162213.756000', '162213.759000', '162213.762000', '162213.765000', '162213.768000', '162213.770000', '162213.773000', '162213.776000', '162213.779000', '162213.782000', '162213.785000', '162213.787000', '162213.790000', '162213.793000', '162213.796000', '162213.799000', '162213.801000', '162213.804000', '162213.807000', '162213.810000', '162213.813000', '162213.815000', '162213.818000', '162213.821000', '162213.824000', '162213.826000', '162213.829000', '162213.832000', '162213.835000', '162233.713000', '162233.716000', '162233.719000', '162233.722000', '162233.724000', '162233.727000', '162233.730000', '162233.733000', '162233.736000', '162233.739000', '162233.742000', '162233.745000', '162233.748000', '162233.751000', '162233.754000', '162233.756000', '162233.759000', '162233.762000', '162233.765000', '162233.768000', '162233.770000', '162233.773000', '162233.776000', '162233.779000', '162233.781000', '162233.784000', '162233.787000', '162233.790000', '162233.793000', '162233.796000', '162233.798000', '162233.801000', '162233.804000', '162233.807000', '162233.810000', '162233.812000', '162233.815000', '162233.818000', '162233.821000', '162233.824000', '162233.826000', '162233.829000', '162233.832000', '162237.466000', '162237.471000', '162237.474000', '162237.478000', '162237.481000', '162237.484000', '162237.487000', '162237.491000', '162237.494000'], 'InstanceCreationTime': ['161613.741000', '161613.745000', '161613.747000', '161613.750000', '161613.753000', '161613.760000', '161613.763000', '161613.766000', '161613.769000', '161613.771000', '161613.774000', '161613.783000', '161613.786000', '161613.800000', '161613.803000', '161613.806000', '161613.809000', '161613.811000', '161613.814000', '161613.817000', '161613.820000', '161613.822000', '161613.825000', '161613.835000', '161613.838000', '161613.841000', '161613.843000', '161613.846000', '161613.849000', '161613.852000', '161613.855000', '161613.858000', '161613.860000', '161613.863000', '161613.866000', '161613.869000', '161613.871000', '161633.714000', '161633.721000', '161633.723000', '161633.726000', '161633.729000', '161633.732000', '161633.735000', '161633.737000', '161633.740000', '161633.743000', '161633.746000', '161633.748000', '161633.751000', '161633.754000', '161633.757000', '161633.759000', '161633.762000', '161633.765000', '161633.768000', '161633.771000', '161633.774000', '161633.776000', '161633.779000', '161633.782000', '161633.785000', '161633.787000', '161633.790000', '161633.793000', '161633.796000', '161633.798000', '161633.801000', '161633.804000', '161633.807000', '161633.810000', '161633.812000', '161633.815000', '161633.818000', '161633.821000', '161633.823000', '161633.826000', '161633.829000', '161633.832000', '161633.835000', '161633.837000', '161653.714000', '161653.717000', '161653.720000', '161653.722000', '161653.725000', '161653.728000', '161653.731000', '161653.733000', '161653.736000', '161653.739000', '161653.742000', '161653.745000', '161653.748000', '161653.751000', '161653.754000', '161653.757000', '161653.759000', '161653.762000', '161653.765000', '161653.768000', '161653.771000', '161653.773000', '161653.776000', '161653.788000', '161653.790000', '161653.793000', '161653.796000', '161653.801000', '161653.806000', '161653.809000', '161653.811000', '161653.814000', '161653.817000', '161653.820000', '161653.823000', '161653.826000', '161653.828000', '161653.831000', '161653.834000', '161653.836000', '161653.839000', '161653.842000', '161653.845000', '161713.714000', '161713.717000', '161713.720000', '161713.722000', '161713.725000', '161713.728000', '161713.731000', '161713.734000', '161713.736000', '161713.739000', '161713.742000', '161713.745000', '161713.747000', '161713.750000', '161713.753000', '161713.756000', '161713.759000', '161713.761000', '161713.764000', '161713.767000', '161713.770000', '161713.773000', '161713.775000', '161713.778000', '161713.781000', '161713.784000', '161713.786000', '161713.789000', '161713.792000', '161713.795000', '161713.797000', '161713.800000', '161713.803000', '161713.806000', '161713.809000', '161713.812000', '161713.814000', '161713.817000', '161713.820000', '161713.823000', '161713.826000', '161713.828000', '161713.831000', '161713.841000', '161733.713000', '161733.716000', '161733.719000', '161733.722000', '161733.724000', '161733.727000', '161733.730000', '161733.733000', '161733.736000', '161733.738000', '161733.741000', '161733.744000', '161733.747000', '161733.749000', '161733.752000', '161733.755000', '161733.758000', '161733.761000', '161733.764000', '161733.766000', '161733.812000', '161733.815000', '161733.817000', '161733.820000', '161733.823000', '161733.826000', '161733.829000', '161733.832000', '161733.835000', '161733.837000', '161733.840000', '161733.843000', '161733.846000', '161733.849000', '161733.851000', '161733.854000', '161733.857000', '161733.860000', '161733.863000', '161733.865000', '161733.868000', '161733.871000', '161733.874000', '161753.713000', '161753.716000', '161753.718000', '161753.721000', '161753.724000', '161753.727000', '161753.730000', '161753.732000', '161753.735000', '161753.738000', '161753.741000', '161753.743000', '161753.746000', '161753.749000', '161753.752000', '161753.760000', '161753.763000', '161753.766000', '161753.824000', '161753.827000', '161753.830000', '161753.833000', '161753.836000', '161753.838000', '161753.841000', '161753.844000', '161753.847000', '161753.850000', '161753.852000', '161753.855000', '161753.858000', '161753.861000', '161753.864000', '161753.866000', '161753.869000', '161753.872000', '161753.875000', '161753.878000', '161753.889000', '161753.892000', '161753.895000', '161753.897000', '161753.900000', '161753.903000', '161813.713000', '161813.716000', '161813.719000', '161813.721000', '161813.724000', '161813.727000', '161813.730000', '161813.733000', '161813.735000', '161813.738000', '161813.749000', '161813.752000', '161813.755000', '161813.758000', '161813.760000', '161813.763000', '161813.766000', '161813.803000', '161813.806000', '161813.809000', '161813.812000', '161813.814000', '161813.817000', '161813.820000', '161813.823000', '161813.826000', '161813.828000', '161813.831000', '161813.834000', '161813.837000', '161813.840000', '161813.843000', '161813.846000', '161813.849000', '161813.852000', '161813.855000', '161813.857000', '161813.860000', '161813.863000', '161813.866000', '161813.869000', '161813.871000', '161813.874000', '161833.714000', '161833.722000', '161833.725000', '161833.728000', '161833.731000', '161833.733000', '161833.736000', '161833.739000', '161833.742000', '161833.744000', '161833.747000', '161833.750000', '161833.753000', '161833.756000', '161833.759000', '161833.761000', '161833.764000', '161833.767000', '161833.825000', '161833.828000', '161833.831000', '161833.834000', '161833.837000', '161833.839000', '161833.842000', '161833.845000', '161833.848000', '161833.851000', '161833.853000', '161833.856000', '161833.859000', '161833.862000', '161833.865000', '161833.867000', '161833.870000', '161833.873000', '161833.876000', '161833.879000', '161833.881000', '161833.884000', '161833.887000', '161833.890000', '161833.893000', '161833.895000', '161853.714000', '161853.717000', '161853.720000', '161853.722000', '161853.725000', '161853.728000', '161853.731000', '161853.734000', '161853.736000', '161853.739000', '161853.742000', '161853.745000', '161853.748000', '161853.750000', '161853.753000', '161853.756000', '161853.759000', '161853.762000', '161853.764000', '161853.767000', '161853.770000', '161853.773000', '161853.776000', '161853.778000', '161853.781000', '161853.784000', '161853.787000', '161853.790000', '161853.792000', '161853.795000', '161853.798000', '161853.801000', '161853.803000', '161853.806000', '161853.809000', '161853.812000', '161853.815000', '161853.818000', '161853.820000', '161853.823000', '161853.826000', '161853.829000', '161853.832000', '161913.714000', '161913.717000', '161913.720000', '161913.722000', '161913.725000', '161913.728000', '161913.731000', '161913.734000', '161913.737000', '161913.739000', '161913.742000', '161913.745000', '161913.748000', '161913.751000', '161913.753000', '161913.756000', '161913.759000', '161913.762000', '161913.765000', '161913.767000', '161913.770000', '161913.773000', '161913.776000', '161913.778000', '161913.781000', '161913.784000', '161913.787000', '161913.790000', '161913.793000', '161913.795000', '161913.798000', '161913.801000', '161913.804000', '161913.807000', '161913.809000', '161913.812000', '161913.815000', '161913.818000', '161913.821000', '161913.823000', '161913.826000', '161913.829000', '161913.832000', '161913.835000', '161933.714000', '161933.717000', '161933.720000', '161933.723000', '161933.725000', '161933.728000', '161933.731000', '161933.734000', '161933.737000', '161933.739000', '161933.761000', '161933.764000', '161933.766000', '161933.769000', '161933.772000', '161933.775000', '161933.778000', '161933.780000', '161933.783000', '161933.786000', '161933.797000', '161933.800000', '161933.803000', '161933.806000', '161933.808000', '161933.811000', '161933.814000', '161933.817000', '161933.821000', '161933.824000', '161933.827000', '161933.830000', '161933.832000', '161933.835000', '161933.838000', '161933.841000', '161933.844000', '161933.846000', '161933.849000', '161933.852000', '161933.855000', '161933.858000', '161933.860000', '161953.713000', '161953.716000', '161953.719000', '161953.721000', '161953.724000', '161953.727000', '161953.730000', '161953.733000', '161953.735000', '161953.738000', '161953.741000', '161953.744000', '161953.747000', '161953.749000', '161953.752000', '161953.755000', '161953.758000', '161953.761000', '161953.763000', '161953.766000', '161953.769000', '161953.772000', '161953.775000', '161953.778000', '161953.781000', '161953.783000', '161953.786000', '161953.789000', '161953.792000', '161953.795000', '161953.797000', '161953.800000', '161953.803000', '161953.806000', '161953.808000', '161953.811000', '161953.814000', '161953.817000', '161953.820000', '161953.823000', '161953.825000', '161953.828000', '161953.831000', '161953.834000', '162013.713000', '162013.716000', '162013.719000', '162013.721000', '162013.724000', '162013.727000', '162013.730000', '162013.733000', '162013.735000', '162013.738000', '162013.741000', '162013.744000', '162013.746000', '162013.749000', '162013.752000', '162013.755000', '162013.758000', '162013.760000', '162013.763000', '162013.766000', '162013.769000', '162013.772000', '162013.775000', '162013.777000', '162013.780000', '162013.783000', '162013.786000', '162013.789000', '162013.791000', '162013.794000', '162013.797000', '162013.800000', '162013.803000', '162013.805000', '162013.808000', '162013.811000', '162013.814000', '162013.817000', '162013.820000', '162013.822000', '162013.825000', '162013.828000', '162013.831000', '162033.713000', '162033.716000', '162033.718000', '162033.721000', '162033.724000', '162033.727000', '162033.730000', '162033.733000', '162033.735000', '162033.738000', '162033.741000', '162033.744000', '162033.746000', '162033.749000', '162033.752000', '162033.755000', '162033.758000', '162033.760000', '162033.763000', '162033.766000', '162033.769000', '162033.772000', '162033.774000', '162033.777000', '162033.780000', '162033.783000', '162033.786000', '162033.788000', '162033.791000', '162033.794000', '162033.797000', '162033.800000', '162033.802000', '162033.805000', '162033.808000', '162033.811000', '162033.814000', '162033.816000', '162033.819000', '162033.822000', '162033.825000', '162033.828000', '162033.831000', '162033.833000', '162053.714000', '162053.717000', '162053.720000', '162053.722000', '162053.725000', '162053.728000', '162053.731000', '162053.734000', '162053.737000', '162053.739000', '162053.742000', '162053.745000', '162053.748000', '162053.751000', '162053.753000', '162053.756000', '162053.759000', '162053.762000', '162053.765000', '162053.767000', '162053.770000', '162053.773000', '162053.776000', '162053.779000', '162053.781000', '162053.784000', '162053.787000', '162053.790000', '162053.793000', '162053.795000', '162053.798000', '162053.801000', '162053.804000', '162053.807000', '162053.809000', '162053.828000', '162053.831000', '162053.834000', '162053.836000', '162053.839000', '162053.842000', '162053.845000', '162053.847000', '162113.714000', '162113.717000', '162113.720000', '162113.723000', '162113.726000', '162113.728000', '162113.731000', '162113.734000', '162113.737000', '162113.740000', '162113.742000', '162113.745000', '162113.748000', '162113.751000', '162113.754000', '162113.756000', '162113.759000', '162113.762000', '162113.765000', '162113.768000', '162113.771000', '162113.774000', '162113.776000', '162113.779000', '162113.782000', '162113.785000', '162113.787000', '162113.790000', '162113.793000', '162113.796000', '162113.799000', '162113.802000', '162113.804000', '162113.807000', '162113.810000', '162113.813000', '162113.816000', '162113.818000', '162113.821000', '162113.824000', '162113.827000', '162113.829000', '162113.832000', '162133.714000', '162133.717000', '162133.720000', '162133.723000', '162133.725000', '162133.728000', '162133.731000', '162133.734000', '162133.737000', '162133.739000', '162133.742000', '162133.745000', '162133.748000', '162133.751000', '162133.753000', '162133.756000', '162133.759000', '162133.762000', '162133.764000', '162133.767000', '162133.770000', '162133.773000', '162133.776000', '162133.779000', '162133.781000', '162133.784000', '162133.787000', '162133.790000', '162133.792000', '162133.795000', '162133.798000', '162133.801000', '162133.804000', '162133.806000', '162133.809000', '162133.812000', '162133.815000', '162133.818000', '162133.820000', '162133.823000', '162133.826000', '162133.829000', '162133.832000', '162133.834000', '162153.714000', '162153.717000', '162153.720000', '162153.723000', '162153.726000', '162153.729000', '162153.732000', '162153.735000', '162153.737000', '162153.740000', '162153.743000', '162153.746000', '162153.748000', '162153.751000', '162153.754000', '162153.757000', '162153.760000', '162153.762000', '162153.765000', '162153.768000', '162153.771000', '162153.774000', '162153.777000', '162153.779000', '162153.782000', '162153.785000', '162153.788000', '162153.791000', '162153.793000', '162153.796000', '162153.799000', '162153.802000', '162153.805000', '162153.808000', '162153.810000', '162153.813000', '162153.816000', '162153.819000', '162153.822000', '162153.824000', '162153.827000', '162153.830000', '162153.833000', '162213.713000', '162213.716000', '162213.719000', '162213.721000', '162213.726000', '162213.729000', '162213.731000', '162213.734000', '162213.737000', '162213.740000', '162213.743000', '162213.745000', '162213.748000', '162213.751000', '162213.754000', '162213.756000', '162213.759000', '162213.762000', '162213.765000', '162213.768000', '162213.770000', '162213.773000', '162213.776000', '162213.779000', '162213.782000', '162213.785000', '162213.787000', '162213.790000', '162213.793000', '162213.796000', '162213.799000', '162213.801000', '162213.804000', '162213.807000', '162213.810000', '162213.813000', '162213.815000', '162213.818000', '162213.821000', '162213.824000', '162213.826000', '162213.829000', '162213.832000', '162213.835000', '162233.713000', '162233.716000', '162233.719000', '162233.722000', '162233.724000', '162233.727000', '162233.730000', '162233.733000', '162233.736000', '162233.739000', '162233.742000', '162233.745000', '162233.748000', '162233.751000', '162233.754000', '162233.756000', '162233.759000', '162233.762000', '162233.765000', '162233.768000', '162233.770000', '162233.773000', '162233.776000', '162233.779000', '162233.781000', '162233.784000', '162233.787000', '162233.790000', '162233.793000', '162233.796000', '162233.798000', '162233.801000', '162233.804000', '162233.807000', '162233.810000', '162233.812000', '162233.815000', '162233.818000', '162233.821000', '162233.824000', '162233.826000', '162233.829000', '162233.832000', '162237.466000', '162237.471000', '162237.474000', '162237.478000', '162237.481000', '162237.484000', '162237.487000', '162237.491000', '162237.494000'], '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': [13355, 8661, 12992, 8741, 13145, 9729, 14852, 10315, 11092, 10812, 8077, 11329, 8353, 12881, 8871, 13977, 9373, 13480, 9138, 9193, 10775, 8393, 11956, 8721, 12457, 8879, 12599, 10236, 8044, 11030, 8130, 11932, 8307, 13347, 10015, 14868, 9862, 12744, 9747, 8140, 11047, 8364, 12430, 8564, 13681, 9299, 14220, 9869, 11812, 10436, 8358, 12431, 8505, 12548, 8493, 12051, 8814, 10053, 9382, 11989, 9568, 13372, 11089, 9343, 11002, 9313, 10471, 12300, 10358, 11930, 10128, 8664, 9889, 12343, 9495, 11770, 10588, 8317, 10122, 8294, 11800, 8169, 11931, 8794, 13072, 9559, 12977, 9438, 12874, 9184, 13326, 10196, 12909, 10987, 8524, 10968, 8683, 11547, 10166, 12308, 9798, 13374, 8463, 11964, 8184, 12260, 8373, 12291, 8500, 12910, 8479, 12805, 8427, 11815, 8640, 12115, 8480, 11966, 8759, 12501, 8261, 11730, 8176, 11435, 8063, 11265, 8112, 10788, 8311, 11472, 8867, 11369, 8191, 11572, 8335, 11740, 15892, 9038, 13517, 10202, 12423, 8447, 12777, 8161, 12177, 8458, 12290, 8350, 12014, 8077, 11505, 7851, 11449, 8101, 11669, 8392, 12183, 7950, 11423, 8298, 11206, 10805, 11015, 13459, 11617, 10442, 10251, 11666, 9481, 14097, 9290, 15062, 9879, 14965, 9631, 14819, 10009, 13795, 8830, 13221, 9048, 13235, 8773, 12841, 8829, 12357, 8473, 12401, 8516, 12244, 8683, 11789, 8246, 11037, 8055, 10407, 9383, 10691, 7989, 10003, 8127, 9244, 11213, 9103, 11961, 9675, 8264, 9783, 8457, 10499, 8650, 11879, 8069, 11212, 8022, 11372, 8178, 11862, 8476, 12517, 8342, 11979, 8261, 11449, 8282, 11863, 8511, 12833, 8393, 12777, 8433, 11780, 8569, 11831, 8530, 12467, 8771, 12453, 8562, 12158, 8693, 12894, 9478, 13357, 8920, 13402, 8728, 12669, 8977, 8362, 10184, 8298, 10820, 8287, 11795, 8435, 12622, 8412, 11967, 8156, 11173, 10338, 10650, 14933, 9641, 12941, 8465, 13130, 8422, 12816, 8709, 12639, 9236, 10489, 8832, 7986, 9018, 8265, 9268, 10342, 10016, 8489, 10939, 8304, 11027, 8113, 12175, 8520, 12689, 8351, 12321, 8454, 13184, 9356, 13733, 9127, 12982, 8779, 12968, 9117, 13161, 9109, 13218, 9275, 13159, 8791, 12777, 8755, 12552, 8888, 11191, 9296, 10715, 10032, 8122, 9889, 15171, 8312, 13440, 9296, 11866, 8139, 10286, 11762, 8678, 13145, 8532, 12324, 8774, 10312, 8325, 12159, 8259, 12762, 9077, 11677, 8806, 10975, 8399, 13758, 8549, 13319, 10180, 12420, 8489, 12556, 8435, 12876, 8865, 13197, 8559, 12098, 8248, 11241, 8244, 11590, 12078, 11289, 9540, 9925, 13363, 9078, 14733, 8708, 14058, 9711, 13045, 9191, 12214, 8777, 11878, 8762, 11597, 8853, 11388, 8912, 11119, 8630, 10927, 11580, 9107, 15191, 9270, 11916, 8473, 11184, 8206, 9877, 11503, 9490, 12387, 9588, 8198, 8632, 13470, 8607, 12820, 8920, 12282, 9450, 11446, 8265, 12641, 8679, 12407, 8840, 12922, 9777, 12786, 8504, 12719, 8552, 12452, 9424, 13011, 10148, 13881, 8684, 13103, 8750, 13073, 9500, 13329, 10212, 14332, 8937, 14109, 8824, 14543, 9088, 14608, 9710, 14483, 10098, 12922, 9148, 12317, 9354, 11949, 9628, 9956, 10901, 8470, 10900, 8455, 11220, 8546, 11661, 8909, 12349, 8929, 12274, 8729, 12031, 8545, 12240, 8575, 12560, 9278, 11935, 10053, 10292, 9087, 14981, 9940, 10487, 14693, 8846, 12670, 8306, 12100, 8365, 11585, 8350, 10536, 7959, 10357, 8273, 9760, 8201, 10116, 8264, 10549, 8292, 10113, 12933, 9046, 15024, 9362, 14000, 9245, 13164, 8424, 12497, 8785, 13832, 8996, 14810, 9256, 14507, 10455, 13190, 8616, 13850, 8601, 13765, 9247, 14412, 10204, 14032, 8528, 13429, 8607, 13086, 8794, 12831, 9274, 12126, 8821, 12677, 8679, 12577, 8520, 12479, 8908, 12103, 9034, 11612, 8768, 12812, 8827, 12438, 9010, 12017, 9021, 11850, 8654, 11102, 8326, 10780, 8397, 10788, 8517, 11782, 8362, 10662, 8214, 10569, 8472, 11822, 8850, 11233, 8669, 12483, 8698, 11995, 8590, 11914, 8539, 11711, 8179, 12286, 8538, 13725, 8704, 11904, 8679, 11592, 8868, 12061, 8814, 13980, 9626, 14427, 8663, 13751, 9809, 13913, 9023, 13941, 9457, 14865, 10589, 15169, 11327, 12581, 9414, 14023, 9443, 14680, 9995, 14931, 10830, 14676, 9710, 14925, 8685, 14263, 9023, 13742, 9712, 13585, 10610, 8368, 9950, 8489, 10280, 8812, 11096, 9437, 11290, 9375, 12210, 8558, 11148, 8779, 11851, 9166, 12372, 9235, 12677, 9315, 12346, 9189, 12716, 8980, 12697, 8805, 12937, 8805, 14258, 9962, 11974, 10371, 10129, 9615, 13481, 9569, 15651, 10694, 14661, 9863, 13655, 8368, 13977, 8668, 13142, 8611, 13036, 8565, 13704, 8616, 13866, 9145, 10326, 10773, 8016, 10150, 8207, 11455, 8863, 13121, 8814, 14715, 8471, 13675, 9367, 11985, 9190, 11474, 8102, 10676, 8207, 11189, 8743, 10564, 8136, 11003, 7804, 10782, 8010, 11267, 8375, 11779, 8630, 12053, 9067, 13405, 8292, 11392, 8429, 11897, 7870, 10897, 13585, 8792, 15178, 8630, 13368, 10521, 12406, 8207, 12718, 8285, 11360, 8406, 10984, 8376, 11285, 8140, 10756, 7995, 11149, 11225, 11146, 10372, 11420, 8359, 10539, 14930, 9534, 15158, 9935, 14279, 11221, 13127, 8473, 13322, 8527, 12313, 8557, 11135, 8616, 12185, 8368, 10925, 8052, 10537, 9925, 10105, 13551, 10315, 11577, 9605, 13384, 8471, 14009, 8825, 13545, 9566, 12710, 9973, 13489, 8644, 12743, 8760, 12048, 8787, 11673, 8592, 11406, 8227, 10222, 13720, 9505, 14301, 8747, 13641, 9032, 14017, 8695, 14094, 9340, 13584, 8868, 11702, 9013, 11761, 8518, 10967, 8351, 11015, 12913, 9548, 14729, 9325, 14047, 9464, 14153, 8696, 13605, 8670, 13456, 8914, 12751, 8938, 12118, 8578, 12120, 8174, 10542, 8191, 10056, 9148, 10194, 8127, 9233, 11285, 9051, 14064, 9245, 13034, 8514, 14566, 8415, 14538, 8723, 13057, 9653, 14516, 8495, 14098, 8398, 14029, 9068, 13208, 10024, 14023, 8671, 13818, 8771, 13330, 8972, 12470, 8851, 13303, 8467, 11801, 8657, 11554, 8585, 12633, 8464, 11797, 8188, 11535, 8672, 11582, 8455, 11754, 7938, 11032, 8155, 10730, 12141, 11477, 8065, 10774, 8822, 10252, 12786, 10783, 8273, 10910, 8207, 10830, 8788, 12567, 8840, 14293, 8737, 13291], 'WindowCenter': [4155.0, 4098.0, 4113.0, 4071.0, 4098.0, 4077.0, 4096.0, 4077.0, 4073.0, 4074.0, 4042.0, 4073.0, 4051.0, 4083.0, 4053.0, 4083.0, 4063.0, 4083.0, 4062.0, 4063.0, 4075.0, 4053.0, 4083.0, 4054.0, 4084.0, 4065.0, 4085.0, 4076.0, 4054.0, 4085.0, 4055.0, 4085.0, 4055.0, 4096.0, 4076.0, 4095.0, 4074.0, 4083.0, 4064.0, 4042.0, 4073.0, 4052.0, 4083.0, 4053.0, 4084.0, 4054.0, 4084.0, 4064.0, 4073.0, 4074.0, 4054.0, 4085.0, 4054.0, 4084.0, 4065.0, 4084.0, 4076.0, 4086.0, 4078.0, 4098.0, 4090.0, 4109.0, 4100.0, 4078.0, 4100.0, 4077.0, 4088.0, 4096.0, 4077.0, 4087.0, 4088.0, 4065.0, 4088.0, 4096.0, 4089.0, 4098.0, 4089.0, 4068.0, 4089.0, 4067.0, 4099.0, 4078.0, 4110.0, 4091.0, 4110.0, 4091.0, 4111.0, 4090.0, 4110.0, 4091.0, 4109.0, 4100.0, 4110.0, 4100.0, 4068.0, 4089.0, 4067.0, 4098.0, 4076.0, 4098.0, 4075.0, 4097.0, 4054.0, 4084.0, 4054.0, 4084.0, 4042.0, 4084.0, 4052.0, 4083.0, 4041.0, 4072.0, 4041.0, 4070.0, 4040.0, 4071.0, 4040.0, 4071.0, 4040.0, 4070.0, 4040.0, 4071.0, 4039.0, 4071.0, 4040.0, 4070.0, 4041.0, 4072.0, 4054.0, 4085.0, 4078.0, 4097.0, 4079.0, 4099.0, 4065.0, 4098.0, 4107.0, 4066.0, 4097.0, 4089.0, 4096.0, 4068.0, 4096.0, 4066.0, 4096.0, 4066.0, 4097.0, 4067.0, 4098.0, 4068.0, 4098.0, 4067.0, 4097.0, 4067.0, 4099.0, 4067.0, 4099.0, 4068.0, 4099.0, 4066.0, 4098.0, 4086.0, 4087.0, 4096.0, 4087.0, 4075.0, 4075.0, 4073.0, 4064.0, 4093.0, 4064.0, 4092.0, 4062.0, 4092.0, 4062.0, 4082.0, 4063.0, 4080.0, 4050.0, 4080.0, 4052.0, 4081.0, 4052.0, 4081.0, 4051.0, 4081.0, 4052.0, 4081.0, 4052.0, 4083.0, 4053.0, 4083.0, 4052.0, 4073.0, 4042.0, 4073.0, 4062.0, 4074.0, 4041.0, 4074.0, 4052.0, 4065.0, 4083.0, 4065.0, 4095.0, 4076.0, 4064.0, 4077.0, 4065.0, 4098.0, 4066.0, 4098.0, 4056.0, 4086.0, 4067.0, 4086.0, 4055.0, 4097.0, 4055.0, 4086.0, 4054.0, 4084.0, 4053.0, 4084.0, 4052.0, 4084.0, 4051.0, 4083.0, 4040.0, 4082.0, 4040.0, 4071.0, 4040.0, 4071.0, 4049.0, 4071.0, 4040.0, 4070.0, 4051.0, 4069.0, 4051.0, 4081.0, 4061.0, 4079.0, 4051.0, 4080.0, 4053.0, 4082.0, 4064.0, 4054.0, 4075.0, 4065.0, 4086.0, 4065.0, 4097.0, 4066.0, 4098.0, 4065.0, 4085.0, 4054.0, 4086.0, 4074.0, 4076.0, 4095.0, 4065.0, 4083.0, 4055.0, 4094.0, 4054.0, 4093.0, 4066.0, 4095.0, 4077.0, 4074.0, 4077.0, 4066.0, 4078.0, 4067.0, 4088.0, 4088.0, 4089.0, 4078.0, 4100.0, 4079.0, 4100.0, 4068.0, 4110.0, 4080.0, 4099.0, 4066.0, 4097.0, 4067.0, 4097.0, 4077.0, 4095.0, 4077.0, 4095.0, 4066.0, 4096.0, 4065.0, 4085.0, 4066.0, 4085.0, 4066.0, 4085.0, 4066.0, 4095.0, 4066.0, 4095.0, 4066.0, 4085.0, 4078.0, 4087.0, 4089.0, 4067.0, 4089.0, 4108.0, 4067.0, 4098.0, 4065.0, 4085.0, 4043.0, 4076.0, 4083.0, 4065.0, 4094.0, 4066.0, 4096.0, 4066.0, 4086.0, 4067.0, 4097.0, 4079.0, 4109.0, 4089.0, 4110.0, 4091.0, 4100.0, 4081.0, 4120.0, 4080.0, 4111.0, 4089.0, 4098.0, 4078.0, 4098.0, 4068.0, 4098.0, 4067.0, 4097.0, 4066.0, 4086.0, 4055.0, 4084.0, 4053.0, 4086.0, 4085.0, 4075.0, 4062.0, 4064.0, 4082.0, 4053.0, 4093.0, 4053.0, 4081.0, 4062.0, 4082.0, 4051.0, 4071.0, 4051.0, 4070.0, 4052.0, 4071.0, 4051.0, 4073.0, 4052.0, 4072.0, 4053.0, 4075.0, 4072.0, 4053.0, 4093.0, 4052.0, 4072.0, 4040.0, 4071.0, 4041.0, 4063.0, 4071.0, 4064.0, 4083.0, 4064.0, 4052.0, 4065.0, 4093.0, 4065.0, 4094.0, 4065.0, 4094.0, 4076.0, 4085.0, 4066.0, 4095.0, 4065.0, 4094.0, 4066.0, 4096.0, 4076.0, 4095.0, 4066.0, 4096.0, 4066.0, 4095.0, 4076.0, 4095.0, 4076.0, 4095.0, 4065.0, 4094.0, 4065.0, 4094.0, 4075.0, 4094.0, 4075.0, 4093.0, 4064.0, 4092.0, 4063.0, 4093.0, 4054.0, 4092.0, 4063.0, 4081.0, 4063.0, 4071.0, 4052.0, 4070.0, 4051.0, 4069.0, 4062.0, 4061.0, 4072.0, 4040.0, 4072.0, 4039.0, 4071.0, 4052.0, 4072.0, 4052.0, 4082.0, 4064.0, 4083.0, 4065.0, 4095.0, 4077.0, 4096.0, 4078.0, 4097.0, 4090.0, 4098.0, 4090.0, 4088.0, 4079.0, 4110.0, 4074.0, 4087.0, 4096.0, 4065.0, 4084.0, 4065.0, 4084.0, 4054.0, 4086.0, 4065.0, 4086.0, 4066.0, 4087.0, 4066.0, 4088.0, 4067.0, 4100.0, 4079.0, 4099.0, 4079.0, 4101.0, 4108.0, 4078.0, 4108.0, 4079.0, 4108.0, 4078.0, 4097.0, 4066.0, 4096.0, 4066.0, 4106.0, 4077.0, 4106.0, 4078.0, 4108.0, 4088.0, 4096.0, 4067.0, 4095.0, 4066.0, 4095.0, 4077.0, 4096.0, 4076.0, 4094.0, 4065.0, 4094.0, 4054.0, 4083.0, 4053.0, 4082.0, 4064.0, 4083.0, 4062.0, 4082.0, 4054.0, 4083.0, 4053.0, 4083.0, 4064.0, 4083.0, 4065.0, 4084.0, 4053.0, 4083.0, 4064.0, 4084.0, 4065.0, 4086.0, 4063.0, 4084.0, 4054.0, 4084.0, 4053.0, 4074.0, 4052.0, 4085.0, 4054.0, 4085.0, 4054.0, 4085.0, 4054.0, 4099.0, 4080.0, 4098.0, 4054.0, 4060.0, 4041.0, 4083.0, 4052.0, 4085.0, 4053.0, 4073.0, 4053.0, 4097.0, 4066.0, 4097.0, 4053.0, 4083.0, 4051.0, 4069.0, 4050.0, 4072.0, 4062.0, 4095.0, 4067.0, 4107.0, 4088.0, 4118.0, 4067.0, 4095.0, 4075.0, 4094.0, 4066.0, 4095.0, 4077.0, 4106.0, 4088.0, 4107.0, 4088.0, 4094.0, 4065.0, 4092.0, 4062.0, 4092.0, 4074.0, 4094.0, 4073.0, 4081.0, 4063.0, 4092.0, 4051.0, 4081.0, 4051.0, 4080.0, 4060.0, 4081.0, 4062.0, 4040.0, 4062.0, 4051.0, 4073.0, 4051.0, 4072.0, 4050.0, 4073.0, 4050.0, 4083.0, 4040.0, 4072.0, 4051.0, 4071.0, 4051.0, 4071.0, 4052.0, 4081.0, 4063.0, 4084.0, 4065.0, 4083.0, 4066.0, 4096.0, 4077.0, 4095.0, 4077.0, 4119.0, 4089.0, 4098.0, 4089.0, 4086.0, 4088.0, 4106.0, 4089.0, 4118.0, 4089.0, 4107.0, 4087.0, 4107.0, 4068.0, 4107.0, 4077.0, 4107.0, 4079.0, 4108.0, 4079.0, 4108.0, 4080.0, 4109.0, 4089.0, 4088.0, 4101.0, 4069.0, 4099.0, 4079.0, 4100.0, 4080.0, 4111.0, 4080.0, 4108.0, 4068.0, 4109.0, 4065.0, 4087.0, 4064.0, 4084.0, 4041.0, 4074.0, 4052.0, 4073.0, 4053.0, 4086.0, 4054.0, 4074.0, 4042.0, 4073.0, 4053.0, 4084.0, 4065.0, 4096.0, 4066.0, 4097.0, 4078.0, 4097.0, 4056.0, 4098.0, 4055.0, 4099.0, 4055.0, 4088.0, 4095.0, 4066.0, 4095.0, 4065.0, 4096.0, 4087.0, 4085.0, 4066.0, 4095.0, 4055.0, 4086.0, 4055.0, 4086.0, 4066.0, 4086.0, 4056.0, 4087.0, 4056.0, 4088.0, 4086.0, 4088.0, 4075.0, 4086.0, 4054.0, 4075.0, 4094.0, 4064.0, 4094.0, 4064.0, 4094.0, 4074.0, 4083.0, 4052.0, 4082.0, 4052.0, 4082.0, 4051.0, 4073.0, 4052.0, 4084.0, 4041.0, 4072.0, 4041.0, 4072.0, 4060.0, 4073.0, 4082.0, 4073.0, 4071.0, 4063.0, 4081.0, 4053.0, 4082.0, 4052.0, 4083.0, 4063.0, 4083.0, 4074.0, 4083.0, 4052.0, 4082.0, 4052.0, 4084.0, 4052.0, 4084.0, 4051.0, 4073.0, 4041.0, 4063.0, 4081.0, 4062.0, 4082.0, 4053.0, 4082.0, 4063.0, 4093.0, 4064.0, 4093.0, 4064.0, 4093.0, 4063.0, 4084.0, 4053.0, 4083.0, 4053.0, 4074.0, 4052.0, 4074.0, 4082.0, 4063.0, 4092.0, 4063.0, 4092.0, 4063.0, 4092.0, 4064.0, 4093.0, 4064.0, 4093.0, 4064.0, 4094.0, 4063.0, 4085.0, 4064.0, 4084.0, 4054.0, 4085.0, 4053.0, 4076.0, 4065.0, 4086.0, 4054.0, 4077.0, 4085.0, 4077.0, 4106.0, 4077.0, 4096.0, 4068.0, 4106.0, 4067.0, 4106.0, 4078.0, 4097.0, 4078.0, 4105.0, 4077.0, 4107.0, 4066.0, 4107.0, 4077.0, 4107.0, 4088.0, 4107.0, 4077.0, 4105.0, 4065.0, 4107.0, 4076.0, 4096.0, 4076.0, 4096.0, 4066.0, 4096.0, 4067.0, 4098.0, 4065.0, 4096.0, 4065.0, 4084.0, 4054.0, 4086.0, 4066.0, 4086.0, 4054.0, 4085.0, 4054.0, 4085.0, 4053.0, 4086.0, 4085.0, 4085.0, 4053.0, 4084.0, 4063.0, 4075.0, 4095.0, 4084.0, 4053.0, 4085.0, 4053.0, 4085.0, 4055.0, 4096.0, 4064.0, 4094.0, 4064.0, 4094.0], 'WindowWidth': [9222.0, 9127.0, 9135.0, 9074.0, 9104.0, 9075.0, 9099.0, 9073.0, 9060.0, 9061.0, 9016.0, 9058.0, 9028.0, 9073.0, 9034.0, 9073.0, 9045.0, 9073.0, 9044.0, 9045.0, 9064.0, 9032.0, 9071.0, 9035.0, 9074.0, 9052.0, 9078.0, 9068.0, 9038.0, 9079.0, 9039.0, 9078.0, 9040.0, 9094.0, 9071.0, 9094.0, 9064.0, 9073.0, 9048.0, 9016.0, 9060.0, 9030.0, 9072.0, 9031.0, 9072.0, 9033.0, 9073.0, 9046.0, 9055.0, 9060.0, 9036.0, 9075.0, 9037.0, 9074.0, 9051.0, 9075.0, 9070.0, 9083.0, 9076.0, 9101.0, 9095.0, 9119.0, 9110.0, 9077.0, 9107.0, 9071.0, 9089.0, 9096.0, 9073.0, 9084.0, 9087.0, 9053.0, 9087.0, 9096.0, 9094.0, 9101.0, 9091.0, 9063.0, 9091.0, 9059.0, 9104.0, 9078.0, 9121.0, 9101.0, 9123.0, 9100.0, 9123.0, 9096.0, 9121.0, 9098.0, 9118.0, 9111.0, 9121.0, 9110.0, 9061.0, 9090.0, 9058.0, 9102.0, 9070.0, 9100.0, 9066.0, 9098.0, 9035.0, 9075.0, 9035.0, 9075.0, 9017.0, 9075.0, 9029.0, 9072.0, 9013.0, 9053.0, 9012.0, 9049.0, 9011.0, 9051.0, 9010.0, 9050.0, 9007.0, 9048.0, 9009.0, 9053.0, 9008.0, 9052.0, 9009.0, 9049.0, 9014.0, 9057.0, 9038.0, 9081.0, 9077.0, 9099.0, 9079.0, 9107.0, 9056.0, 9104.0, 9114.0, 9056.0, 9100.0, 9091.0, 9097.0, 9062.0, 9097.0, 9056.0, 9095.0, 9057.0, 9099.0, 9061.0, 9101.0, 9063.0, 9101.0, 9062.0, 9100.0, 9060.0, 9104.0, 9061.0, 9105.0, 9061.0, 9106.0, 9058.0, 9103.0, 9084.0, 9087.0, 9096.0, 9086.0, 9063.0, 9064.0, 9058.0, 9048.0, 9086.0, 9048.0, 9084.0, 9046.0, 9083.0, 9044.0, 9069.0, 9044.0, 9064.0, 9024.0, 9064.0, 9028.0, 9065.0, 9030.0, 9067.0, 9028.0, 9065.0, 9030.0, 9067.0, 9029.0, 9072.0, 9032.0, 9071.0, 9031.0, 9059.0, 9017.0, 9061.0, 9045.0, 9062.0, 9014.0, 9064.0, 9031.0, 9052.0, 9074.0, 9055.0, 9094.0, 9070.0, 9050.0, 9072.0, 9053.0, 9103.0, 9057.0, 9102.0, 9045.0, 9082.0, 9059.0, 9084.0, 9042.0, 9099.0, 9039.0, 9082.0, 9036.0, 9076.0, 9035.0, 9075.0, 9030.0, 9076.0, 9027.0, 9073.0, 9011.0, 9069.0, 9011.0, 9052.0, 9009.0, 9052.0, 9022.0, 9054.0, 9011.0, 9050.0, 9026.0, 9047.0, 9026.0, 9065.0, 9041.0, 9061.0, 9027.0, 9064.0, 9031.0, 9070.0, 9049.0, 9034.0, 9066.0, 9054.0, 9083.0, 9056.0, 9100.0, 9059.0, 9103.0, 9055.0, 9081.0, 9038.0, 9081.0, 9064.0, 9070.0, 9095.0, 9052.0, 9074.0, 9040.0, 9088.0, 9037.0, 9089.0, 9057.0, 9096.0, 9072.0, 9064.0, 9072.0, 9058.0, 9079.0, 9060.0, 9091.0, 9090.0, 9093.0, 9076.0, 9108.0, 9082.0, 9108.0, 9065.0, 9123.0, 9080.0, 9104.0, 9059.0, 9099.0, 9058.0, 9099.0, 9073.0, 9094.0, 9072.0, 9094.0, 9056.0, 9095.0, 9053.0, 9078.0, 9054.0, 9077.0, 9052.0, 9077.0, 9054.0, 9091.0, 9055.0, 9092.0, 9057.0, 9079.0, 9075.0, 9085.0, 9092.0, 9060.0, 9092.0, 9117.0, 9058.0, 9103.0, 9053.0, 9080.0, 9021.0, 9067.0, 9073.0, 9051.0, 9089.0, 9056.0, 9095.0, 9058.0, 9083.0, 9062.0, 9098.0, 9081.0, 9120.0, 9096.0, 9122.0, 9099.0, 9109.0, 9088.0, 9138.0, 9083.0, 9126.0, 9093.0, 9101.0, 9077.0, 9103.0, 9063.0, 9104.0, 9059.0, 9100.0, 9056.0, 9082.0, 9040.0, 9076.0, 9032.0, 9081.0, 9079.0, 9064.0, 9042.0, 9047.0, 9069.0, 9032.0, 9086.0, 9031.0, 9066.0, 9044.0, 9068.0, 9027.0, 9050.0, 9027.0, 9049.0, 9028.0, 9051.0, 9028.0, 9057.0, 9030.0, 9056.0, 9033.0, 9064.0, 9056.0, 9032.0, 9084.0, 9028.0, 9055.0, 9011.0, 9053.0, 9013.0, 9044.0, 9052.0, 9048.0, 9071.0, 9048.0, 9033.0, 9053.0, 9088.0, 9052.0, 9091.0, 9056.0, 9090.0, 9070.0, 9080.0, 9058.0, 9094.0, 9055.0, 9090.0, 9056.0, 9095.0, 9071.0, 9093.0, 9057.0, 9094.0, 9056.0, 9091.0, 9070.0, 9093.0, 9069.0, 9093.0, 9053.0, 9089.0, 9053.0, 9089.0, 9065.0, 9089.0, 9066.0, 9086.0, 9050.0, 9084.0, 9046.0, 9086.0, 9034.0, 9083.0, 9047.0, 9067.0, 9044.0, 9052.0, 9028.0, 9050.0, 9027.0, 9047.0, 9041.0, 9038.0, 9054.0, 9010.0, 9055.0, 9009.0, 9053.0, 9029.0, 9054.0, 9029.0, 9067.0, 9050.0, 9073.0, 9052.0, 9093.0, 9072.0, 9097.0, 9077.0, 9101.0, 9095.0, 9103.0, 9098.0, 9091.0, 9080.0, 9124.0, 9064.0, 9084.0, 9096.0, 9053.0, 9077.0, 9052.0, 9076.0, 9037.0, 9080.0, 9054.0, 9081.0, 9057.0, 9085.0, 9059.0, 9089.0, 9062.0, 9110.0, 9079.0, 9107.0, 9079.0, 9112.0, 9116.0, 9077.0, 9119.0, 9080.0, 9118.0, 9077.0, 9098.0, 9058.0, 9095.0, 9055.0, 9111.0, 9075.0, 9111.0, 9077.0, 9117.0, 9090.0, 9096.0, 9058.0, 9094.0, 9055.0, 9094.0, 9071.0, 9095.0, 9069.0, 9090.0, 9051.0, 9088.0, 9036.0, 9073.0, 9032.0, 9072.0, 9048.0, 9070.0, 9045.0, 9068.0, 9035.0, 9071.0, 9035.0, 9071.0, 9048.0, 9073.0, 9052.0, 9076.0, 9035.0, 9074.0, 9050.0, 9074.0, 9052.0, 9081.0, 9048.0, 9076.0, 9036.0, 9077.0, 9033.0, 9062.0, 9030.0, 9079.0, 9035.0, 9080.0, 9037.0, 9080.0, 9036.0, 9107.0, 9082.0, 9099.0, 9031.0, 9032.0, 9012.0, 9070.0, 9028.0, 9074.0, 9030.0, 9057.0, 9032.0, 9098.0, 9058.0, 9098.0, 9032.0, 9072.0, 9025.0, 9045.0, 9024.0, 9054.0, 9046.0, 9093.0, 9060.0, 9114.0, 9091.0, 9129.0, 9060.0, 9093.0, 9066.0, 9089.0, 9056.0, 9092.0, 9072.0, 9112.0, 9090.0, 9112.0, 9087.0, 9090.0, 9053.0, 9084.0, 9044.0, 9084.0, 9062.0, 9088.0, 9060.0, 9068.0, 9046.0, 9082.0, 9026.0, 9065.0, 9026.0, 9063.0, 9039.0, 9066.0, 9042.0, 9011.0, 9044.0, 9026.0, 9058.0, 9027.0, 9057.0, 9023.0, 9058.0, 9024.0, 9070.0, 9011.0, 9054.0, 9025.0, 9051.0, 9027.0, 9050.0, 9028.0, 9067.0, 9046.0, 9072.0, 9052.0, 9074.0, 9055.0, 9094.0, 9073.0, 9094.0, 9074.0, 9133.0, 9093.0, 9104.0, 9093.0, 9084.0, 9091.0, 9111.0, 9091.0, 9132.0, 9093.0, 9114.0, 9086.0, 9113.0, 9062.0, 9111.0, 9074.0, 9114.0, 9080.0, 9117.0, 9081.0, 9117.0, 9082.0, 9118.0, 9092.0, 9089.0, 9112.0, 9065.0, 9106.0, 9081.0, 9110.0, 9083.0, 9123.0, 9082.0, 9117.0, 9063.0, 9119.0, 9053.0, 9083.0, 9046.0, 9075.0, 9015.0, 9061.0, 9031.0, 9058.0, 9034.0, 9084.0, 9035.0, 9061.0, 9018.0, 9059.0, 9035.0, 9078.0, 9054.0, 9096.0, 9057.0, 9097.0, 9076.0, 9097.0, 9042.0, 9100.0, 9040.0, 9104.0, 9041.0, 9087.0, 9094.0, 9054.0, 9093.0, 9053.0, 9096.0, 9084.0, 9078.0, 9056.0, 9090.0, 9039.0, 9080.0, 9039.0, 9083.0, 9055.0, 9082.0, 9046.0, 9084.0, 9042.0, 9088.0, 9083.0, 9089.0, 9066.0, 9081.0, 9035.0, 9067.0, 9088.0, 9050.0, 9091.0, 9050.0, 9089.0, 9063.0, 9071.0, 9032.0, 9069.0, 9030.0, 9070.0, 9027.0, 9058.0, 9029.0, 9074.0, 9012.0, 9056.0, 9012.0, 9056.0, 9036.0, 9058.0, 9069.0, 9059.0, 9052.0, 9044.0, 9067.0, 9031.0, 9068.0, 9030.0, 9070.0, 9047.0, 9072.0, 9061.0, 9072.0, 9032.0, 9069.0, 9031.0, 9074.0, 9030.0, 9075.0, 9026.0, 9058.0, 9012.0, 9044.0, 9065.0, 9042.0, 9068.0, 9034.0, 9071.0, 9047.0, 9087.0, 9050.0, 9086.0, 9050.0, 9085.0, 9046.0, 9074.0, 9031.0, 9071.0, 9032.0, 9061.0, 9028.0, 9061.0, 9068.0, 9045.0, 9084.0, 9048.0, 9084.0, 9047.0, 9085.0, 9052.0, 9087.0, 9051.0, 9087.0, 9050.0, 9089.0, 9049.0, 9076.0, 9051.0, 9076.0, 9037.0, 9079.0, 9035.0, 9070.0, 9051.0, 9082.0, 9039.0, 9072.0, 9079.0, 9075.0, 9111.0, 9074.0, 9096.0, 9062.0, 9111.0, 9061.0, 9111.0, 9077.0, 9099.0, 9075.0, 9110.0, 9074.0, 9112.0, 9059.0, 9112.0, 9076.0, 9114.0, 9089.0, 9113.0, 9075.0, 9110.0, 9057.0, 9112.0, 9072.0, 9097.0, 9072.0, 9095.0, 9056.0, 9096.0, 9060.0, 9102.0, 9055.0, 9097.0, 9056.0, 9078.0, 9038.0, 9082.0, 9056.0, 9083.0, 9038.0, 9079.0, 9037.0, 9079.0, 9035.0, 9085.0, 9080.0, 9080.0, 9033.0, 9076.0, 9046.0, 9068.0, 9093.0, 9078.0, 9034.0, 9078.0, 9033.0, 9078.0, 9038.0, 9095.0, 9051.0, 9091.0, 9051.0, 9089.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.0003872119815668202</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017947909331797234</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.09017685170705</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2591095918108433</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9905295257208767</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4502</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6344.0044</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07227737037345754</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.0368663594470047</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3503598687532374</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3083968540544393</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.570330938718535</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1723518134867383</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0150538</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02178710326552391</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.010441912338137627</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.923589060769684</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>43.5654</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.761</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.6484</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308071.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>732.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.1411</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6537</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.6557</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3331.3416</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3515.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68473.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1127.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4356.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>895.8569</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>46.04034082381986</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> |