=== 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-0050 --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-0050",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0050_ses-01_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0050_ses-01_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0050_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-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0050/ses-01/func/sub-0050_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>bb3a2fd3881568e179c2a78a26106b76</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:50:54.917500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998957, 0.0452406, 0.00615712, -0.0450129, 0.998437, -0.0331174]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0807544</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4139, -7755, -7242, 579, -86, -135, 17, 59]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.639</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>8e528df7-f96c-4ef9-8c93-8babea8ab145||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680129051208496, -0.12076639384031296, 0.02064351737499237, 116.19573974609375], [-0.12137719988822937, 2.678734302520752, -0.08857546001672745, -87.8153076171875], [0.01651909574866295, 0.08885159343481064, 2.69846773147583, -52.05359649658203], [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': ['165054.917500', '165055.377500', '165055.837500', '165056.297500', '165056.757500', '165057.217500', '165057.677500', '165058.137500', '165058.597500', '165059.057500', '165059.517500', '165059.977500', '165100.437500', '165100.897500', '165101.357500', '165101.817500', '165102.277500', '165102.737500', '165103.197500', '165103.657500', '165104.117500', '165104.577500', '165105.037500', '165105.497500', '165105.957500', '165106.417500', '165106.877500', '165107.337500', '165107.797500', '165108.257500', '165108.717500', '165109.177500', '165109.637500', '165110.097500', '165110.557500', '165111.017500', '165111.477500', '165111.937500', '165112.397500', '165112.857500', '165113.317500', '165113.777500', '165114.237500', '165114.697500', '165115.157500', '165115.617500', '165116.077500', '165116.537500', '165116.997500', '165117.457500', '165117.917500', '165118.377500', '165118.837500', '165119.297500', '165119.757500', '165120.217500', '165120.677500', '165121.137500', '165121.597500', '165122.057500', '165122.517500', '165122.977500', '165123.437500', '165123.897500', '165124.357500', '165124.817500', '165125.277500', '165125.737500', '165126.197500', '165126.657500', '165127.117500', '165127.577500', '165128.037500', '165128.497500', '165128.957500', '165129.417500', '165129.877500', '165130.337500', '165130.797500', '165131.257500', '165131.717500', '165132.177500', '165132.637500', '165133.097500', '165133.557500', '165134.017500', '165134.477500', '165134.937500', '165135.397500', '165135.857500', '165136.317500', '165136.777500', '165137.237500', '165137.697500', '165138.157500', '165138.617500', '165139.077500', '165139.537500', '165139.997500', '165140.457500', '165140.917500', '165141.377500', '165141.837500', '165142.297500', '165142.757500', '165143.217500', '165143.677500', '165144.137500', '165144.597500', '165145.057500', '165145.517500', '165145.977500', '165146.437500', '165146.897500', '165147.357500', '165147.817500', '165148.277500', '165148.737500', '165149.197500', '165149.657500', '165150.117500', '165150.577500', '165151.037500', '165151.497500', '165151.957500', '165152.417500', '165152.877500', '165153.337500', '165153.797500', '165154.257500', '165154.717500', '165155.177500', '165155.637500', '165156.097500', '165156.557500', '165157.017500', '165157.477500', '165157.937500', '165158.397500', '165158.857500', '165159.317500', '165159.777500', '165200.237500', '165200.697500', '165201.157500', '165201.617500', '165202.077500', '165202.537500', '165202.997500', '165203.457500', '165203.917500', '165204.377500', '165204.837500', '165205.297500', '165205.757500', '165206.217500', '165206.677500', '165207.137500', '165207.597500', '165208.057500', '165208.517500', '165208.977500', '165209.437500', '165209.897500', '165210.357500', '165210.817500', '165211.277500', '165211.737500', '165212.197500', '165212.657500', '165213.117500', '165213.577500', '165214.037500', '165214.497500', '165214.957500', '165215.417500', '165215.877500', '165216.337500', '165216.797500', '165217.257500', '165217.717500', '165218.177500', '165218.637500', '165219.097500', '165219.557500', '165220.017500', '165220.477500', '165220.937500', '165221.397500', '165221.857500', '165222.317500', '165222.777500', '165223.237500', '165223.697500', '165224.157500', '165224.617500', '165225.077500', '165225.537500', '165225.997500', '165226.457500', '165226.917500', '165227.377500', '165227.837500', '165228.297500', '165228.757500', '165229.217500', '165229.677500', '165230.137500', '165230.597500', '165231.057500', '165231.517500', '165231.977500', '165232.437500', '165232.897500', '165233.357500', '165233.817500', '165234.277500', '165234.737500', '165235.197500', '165235.657500', '165236.117500', '165236.577500', '165237.037500', '165237.497500', '165237.957500', '165238.417500', '165238.877500', '165239.337500', '165239.797500', '165240.257500', '165240.717500', '165241.177500', '165241.637500', '165242.097500', '165242.557500', '165243.017500', '165243.477500', '165243.937500', '165244.397500', '165244.857500', '165245.317500', '165245.777500', '165246.237500', '165246.697500', '165247.157500', '165247.617500', '165248.077500', '165248.537500', '165248.997500', '165249.457500', '165249.917500', '165250.377500', '165250.837500', '165251.297500', '165251.757500', '165252.217500', '165252.677500', '165253.137500', '165253.597500', '165254.057500', '165254.517500', '165254.977500', '165255.437500', '165255.897500', '165256.357500', '165256.817500', '165257.277500', '165257.737500', '165258.197500', '165258.657500', '165259.117500', '165259.577500', '165300.037500', '165300.497500', '165300.957500', '165301.417500', '165301.877500', '165302.337500', '165302.797500', '165303.257500', '165303.717500', '165304.177500', '165304.637500', '165305.097500', '165305.557500', '165306.017500', '165306.477500', '165306.937500', '165307.397500', '165307.857500', '165308.317500', '165308.777500', '165309.237500', '165309.697500', '165310.157500', '165310.617500', '165311.077500', '165311.537500', '165311.997500', '165312.457500', '165312.917500', '165313.377500', '165313.837500', '165314.297500', '165314.757500', '165315.217500', '165315.677500', '165316.137500', '165316.597500', '165317.057500', '165317.517500', '165317.977500', '165318.437500', '165318.897500', '165319.357500', '165319.817500', '165320.277500', '165320.737500', '165321.197500', '165321.657500', '165322.117500', '165322.577500', '165323.037500', '165323.497500', '165323.957500', '165324.417500', '165324.877500', '165325.337500', '165325.797500', '165326.257500', '165326.717500', '165327.177500', '165327.637500', '165328.097500', '165328.557500', '165329.017500', '165329.477500', '165329.937500', '165330.397500', '165330.857500', '165331.317500', '165331.777500', '165332.237500', '165332.697500', '165333.157500', '165333.617500', '165334.077500', '165334.537500', '165334.997500', '165335.457500', '165335.917500', '165336.377500', '165336.837500', '165337.297500', '165337.757500', '165338.217500', '165338.677500', '165339.137500', '165339.597500', '165340.057500', '165340.517500', '165340.977500', '165341.437500', '165341.897500', '165342.357500', '165342.817500', '165343.277500', '165343.737500', '165344.197500', '165344.657500', '165345.117500', '165345.577500', '165346.037500', '165346.497500', '165346.957500', '165347.417500', '165347.877500', '165348.337500', '165348.797500', '165349.257500', '165349.717500', '165350.177500', '165350.637500', '165351.097500', '165351.557500', '165352.017500', '165352.477500', '165352.937500', '165353.397500', '165353.857500', '165354.317500', '165354.777500', '165355.237500', '165355.697500', '165356.157500', '165356.617500', '165357.077500', '165357.537500', '165357.997500', '165358.457500', '165358.917500', '165359.377500', '165359.837500', '165400.297500', '165400.757500', '165401.217500', '165401.677500', '165402.137500', '165402.597500', '165403.057500', '165403.517500', '165403.977500', '165404.437500', '165404.897500', '165405.357500', '165405.817500', '165406.277500', '165406.737500', '165407.197500', '165407.657500', '165408.117500', '165408.577500', '165409.037500', '165409.497500', '165409.957500', '165410.417500', '165410.877500', '165411.337500', '165411.797500', '165412.257500', '165412.717500', '165413.177500', '165413.637500', '165414.097500', '165414.557500', '165415.017500', '165415.477500', '165415.937500', '165416.397500', '165416.857500', '165417.317500', '165417.777500', '165418.237500', '165418.697500', '165419.157500', '165419.617500', '165420.077500', '165420.537500', '165420.997500', '165421.457500', '165421.917500', '165422.377500', '165422.837500', '165423.297500', '165423.757500', '165424.217500', '165424.677500', '165425.137500', '165425.597500', '165426.057500', '165426.517500', '165426.977500', '165427.437500', '165427.897500', '165428.357500', '165428.817500', '165429.277500', '165429.737500', '165430.197500', '165430.657500', '165431.117500', '165431.577500', '165432.037500', '165432.497500', '165432.957500', '165433.417500', '165433.877500', '165434.337500', '165434.797500', '165435.257500', '165435.717500', '165436.177500', '165436.637500', '165437.097500', '165437.557500', '165438.017500', '165438.477500', '165438.937500', '165439.397500', '165439.857500', '165440.317500', '165440.777500', '165441.237500', '165441.697500', '165442.157500', '165442.617500', '165443.077500', '165443.537500', '165443.997500', '165444.457500', '165444.917500', '165445.377500', '165445.837500', '165446.297500', '165446.757500', '165447.217500', '165447.677500', '165448.137500', '165448.597500', '165449.057500', '165449.517500', '165449.977500', '165450.437500', '165450.897500', '165451.357500', '165451.817500', '165452.277500', '165452.737500', '165453.197500', '165453.657500', '165454.117500', '165454.577500', '165455.037500', '165455.497500', '165455.957500', '165456.417500', '165456.877500', '165457.337500', '165457.797500', '165458.257500', '165458.717500', '165459.177500', '165459.637500', '165500.097500', '165500.557500', '165501.017500', '165501.477500', '165501.937500', '165502.397500', '165502.857500', '165503.317500', '165503.777500', '165504.237500', '165504.697500', '165505.157500', '165505.617500', '165506.077500', '165506.537500', '165506.997500', '165507.457500', '165507.917500', '165508.377500', '165508.837500', '165509.297500', '165509.757500', '165510.217500', '165510.677500', '165511.137500', '165511.597500', '165512.057500', '165512.517500', '165512.977500', '165513.437500', '165513.897500', '165514.357500', '165514.817500', '165515.277500', '165515.737500', '165516.197500', '165516.657500', '165517.117500', '165517.577500', '165518.037500', '165518.497500', '165518.957500', '165519.417500', '165519.877500', '165520.337500', '165520.797500', '165521.257500', '165521.717500', '165522.177500', '165522.637500', '165523.097500', '165523.557500', '165524.017500', '165524.477500', '165524.937500', '165525.397500', '165525.857500', '165526.317500', '165526.777500', '165527.237500', '165527.697500', '165528.157500', '165528.617500', '165529.077500', '165529.537500', '165529.997500', '165530.457500', '165530.917500', '165531.377500', '165531.837500', '165532.297500', '165532.757500', '165533.217500', '165533.677500', '165534.137500', '165534.597500', '165535.057500', '165535.517500', '165535.977500', '165536.437500', '165536.897500', '165537.357500', '165537.817500', '165538.277500', '165538.737500', '165539.197500', '165539.657500', '165540.117500', '165540.577500', '165541.037500', '165541.497500', '165541.957500', '165542.417500', '165542.877500', '165543.337500', '165543.797500', '165544.257500', '165544.717500', '165545.177500', '165545.637500', '165546.097500', '165546.557500', '165547.017500', '165547.477500', '165547.937500', '165548.397500', '165548.857500', '165549.317500', '165549.777500', '165550.237500', '165550.697500', '165551.157500', '165551.617500', '165552.077500', '165552.537500', '165552.997500', '165553.457500', '165553.917500', '165554.377500', '165554.837500', '165555.297500', '165555.757500', '165556.217500', '165556.677500', '165557.137500', '165557.597500', '165558.057500', '165558.517500', '165558.977500', '165559.437500', '165559.897500', '165600.357500', '165600.817500', '165601.277500', '165601.737500', '165602.197500', '165602.657500', '165603.117500', '165603.577500', '165604.037500', '165604.497500', '165604.957500', '165605.417500', '165605.877500', '165606.337500', '165606.797500', '165607.257500', '165607.717500', '165608.177500', '165608.637500', '165609.097500', '165609.557500', '165610.017500', '165610.477500', '165610.937500', '165611.397500', '165611.857500', '165612.317500', '165612.777500', '165613.237500', '165613.697500', '165614.157500', '165614.617500', '165615.077500', '165615.537500', '165615.997500', '165616.457500', '165616.917500', '165617.377500', '165617.837500', '165618.297500', '165618.757500', '165619.217500', '165619.677500', '165620.137500', '165620.597500', '165621.057500', '165621.517500', '165621.977500', '165622.437500', '165622.897500', '165623.357500', '165623.817500', '165624.277500', '165624.737500', '165625.197500', '165625.657500', '165626.117500', '165626.577500', '165627.037500', '165627.497500', '165627.957500', '165628.417500', '165628.877500', '165629.337500', '165629.797500', '165630.257500', '165630.717500', '165631.177500', '165631.637500', '165632.097500', '165632.557500', '165633.017500', '165633.477500', '165633.937500', '165634.397500', '165634.857500', '165635.317500', '165635.777500', '165636.237500', '165636.697500', '165637.157500', '165637.617500', '165638.077500', '165638.537500', '165638.997500', '165639.457500', '165639.917500', '165640.377500', '165640.837500', '165641.297500', '165641.757500', '165642.217500', '165642.677500', '165643.137500', '165643.597500', '165644.057500', '165644.517500', '165644.977500', '165645.437500', '165645.897500', '165646.357500', '165646.817500', '165647.277500', '165647.737500', '165648.197500', '165648.657500', '165649.117500', '165649.577500', '165650.037500', '165650.497500', '165650.957500', '165651.417500', '165651.877500', '165652.337500', '165652.797500', '165653.257500', '165653.717500', '165654.177500', '165654.637500', '165655.097500', '165655.557500', '165656.017500', '165656.477500', '165656.937500', '165657.397500', '165657.857500', '165658.317500', '165658.777500', '165659.237500', '165659.697500', '165700.157500', '165700.617500', '165701.077500', '165701.537500', '165701.997500', '165702.457500', '165702.917500', '165703.377500', '165703.837500', '165704.297500', '165704.757500', '165705.217500', '165705.677500', '165706.137500', '165706.597500', '165707.057500', '165707.517500', '165707.977500', '165708.437500', '165708.897500', '165709.357500', '165709.817500', '165710.277500', '165710.737500', '165711.197500', '165711.657500', '165712.117500', '165712.577500', '165713.037500', '165713.497500', '165713.957500', '165714.417500', '165714.877500', '165715.337500', '165715.797500', '165716.257500', '165716.717500', '165717.177500', '165717.637500', '165718.097500', '165718.557500', '165719.017500', '165719.477500', '165719.937500', '165720.397500', '165720.857500', '165721.317500', '165721.777500', '165722.237500', '165722.697500', '165723.157500', '165723.617500', '165724.077500', '165724.537500', '165724.997500', '165725.457500', '165725.917500', '165726.377500', '165726.837500', '165727.297500', '165727.757500', '165728.217500', '165728.677500', '165729.137500', '165729.597500', '165730.057500', '165730.517500', '165730.977500', '165731.437500', '165731.897500', '165732.357500', '165732.817500', '165733.277500', '165733.737500', '165734.197500', '165734.657500', '165735.117500', '165735.577500'], 'ContentTime': ['165113.451000', '165113.454000', '165113.461000', '165113.463000', '165113.466000', '165113.468000', '165113.471000', '165113.474000', '165113.476000', '165113.479000', '165113.481000', '165113.484000', '165113.486000', '165113.489000', '165113.492000', '165113.494000', '165113.497000', '165113.502000', '165113.505000', '165113.507000', '165113.510000', '165113.512000', '165113.515000', '165113.517000', '165113.520000', '165113.523000', '165113.525000', '165113.528000', '165113.530000', '165113.533000', '165113.535000', '165113.538000', '165113.540000', '165113.543000', '165113.545000', '165113.548000', '165113.550000', '165113.553000', '165133.419000', '165133.425000', '165133.428000', '165133.430000', '165133.433000', '165133.436000', '165133.438000', '165133.441000', '165133.443000', '165133.446000', '165133.448000', '165133.451000', '165133.453000', '165133.456000', '165133.459000', '165133.461000', '165133.464000', '165133.466000', '165133.469000', '165133.471000', '165133.474000', '165133.477000', '165133.479000', '165133.482000', '165133.484000', '165133.487000', '165133.489000', '165133.492000', '165133.494000', '165133.497000', '165133.500000', '165133.502000', '165133.505000', '165133.507000', '165133.510000', '165133.512000', '165133.516000', '165133.519000', '165133.521000', '165133.524000', '165133.526000', '165133.529000', '165133.531000', '165153.418000', '165153.421000', '165153.424000', '165153.427000', '165153.429000', '165153.432000', '165153.434000', '165153.437000', '165153.445000', '165153.447000', '165153.450000', '165153.453000', '165153.455000', '165153.458000', '165153.460000', '165153.463000', '165153.465000', '165153.468000', '165153.471000', '165153.473000', '165153.476000', '165153.479000', '165153.481000', '165153.484000', '165153.487000', '165153.489000', '165153.492000', '165153.494000', '165153.497000', '165153.500000', '165153.502000', '165153.519000', '165153.522000', '165153.524000', '165153.527000', '165153.530000', '165153.532000', '165153.535000', '165153.537000', '165153.540000', '165153.542000', '165153.545000', '165153.548000', '165153.550000', '165213.419000', '165213.422000', '165213.424000', '165213.427000', '165213.429000', '165213.432000', '165213.434000', '165213.437000', '165213.440000', '165213.442000', '165213.445000', '165213.447000', '165213.450000', '165213.452000', '165213.455000', '165213.458000', '165213.460000', '165213.463000', '165213.465000', '165213.468000', '165213.470000', '165213.473000', '165213.476000', '165213.478000', '165213.481000', '165213.484000', '165213.486000', '165213.489000', '165213.504000', '165213.507000', '165213.510000', '165213.512000', '165213.515000', '165213.518000', '165213.520000', '165213.523000', '165213.525000', '165213.528000', '165213.530000', '165213.533000', '165213.536000', '165213.538000', '165213.541000', '165233.419000', '165233.421000', '165233.424000', '165233.427000', '165233.429000', '165233.432000', '165233.434000', '165233.437000', '165233.440000', '165233.442000', '165233.445000', '165233.447000', '165233.450000', '165233.452000', '165233.455000', '165233.458000', '165233.460000', '165233.463000', '165233.465000', '165233.468000', '165233.471000', '165233.473000', '165233.476000', '165233.478000', '165233.481000', '165233.483000', '165233.486000', '165233.489000', '165233.491000', '165233.494000', '165233.496000', '165233.499000', '165233.502000', '165233.504000', '165233.507000', '165233.509000', '165233.512000', '165233.514000', '165233.517000', '165233.520000', '165233.522000', '165233.525000', '165233.527000', '165233.530000', '165253.418000', '165253.421000', '165253.424000', '165253.426000', '165253.429000', '165253.432000', '165253.434000', '165253.437000', '165253.439000', '165253.442000', '165253.445000', '165253.447000', '165253.450000', '165253.452000', '165253.455000', '165253.458000', '165253.460000', '165253.463000', '165253.465000', '165253.468000', '165253.470000', '165253.473000', '165253.475000', '165253.478000', '165253.481000', '165253.483000', '165253.486000', '165253.488000', '165253.491000', '165253.493000', '165253.496000', '165253.498000', '165253.501000', '165253.504000', '165253.506000', '165253.509000', '165253.512000', '165253.514000', '165253.517000', '165253.519000', '165253.522000', '165253.525000', '165253.527000', '165313.419000', '165313.421000', '165313.424000', '165313.427000', '165313.429000', '165313.432000', '165313.434000', '165313.437000', '165313.440000', '165313.442000', '165313.445000', '165313.447000', '165313.450000', '165313.453000', '165313.455000', '165313.458000', '165313.460000', '165313.463000', '165313.465000', '165313.468000', '165313.471000', '165313.473000', '165313.476000', '165313.478000', '165313.481000', '165313.484000', '165313.486000', '165313.489000', '165313.491000', '165313.494000', '165313.497000', '165313.499000', '165313.502000', '165313.504000', '165313.507000', '165313.509000', '165313.512000', '165313.515000', '165313.517000', '165313.520000', '165313.522000', '165313.525000', '165313.528000', '165313.530000', '165333.418000', '165333.421000', '165333.424000', '165333.427000', '165333.429000', '165333.432000', '165333.434000', '165333.437000', '165333.439000', '165333.442000', '165333.445000', '165333.447000', '165333.450000', '165333.452000', '165333.455000', '165333.457000', '165333.460000', '165333.463000', '165333.465000', '165333.468000', '165333.470000', '165333.473000', '165333.475000', '165333.478000', '165333.481000', '165333.483000', '165333.499000', '165333.502000', '165333.505000', '165333.507000', '165333.510000', '165333.512000', '165333.515000', '165333.517000', '165333.520000', '165333.523000', '165333.525000', '165333.528000', '165333.530000', '165333.533000', '165333.535000', '165333.545000', '165333.548000', '165353.419000', '165353.421000', '165353.424000', '165353.427000', '165353.429000', '165353.432000', '165353.434000', '165353.437000', '165353.439000', '165353.442000', '165353.444000', '165353.447000', '165353.450000', '165353.452000', '165353.455000', '165353.458000', '165353.460000', '165353.463000', '165353.465000', '165353.468000', '165353.470000', '165353.473000', '165353.476000', '165353.478000', '165353.481000', '165353.484000', '165353.486000', '165353.489000', '165353.491000', '165353.494000', '165353.497000', '165353.499000', '165353.502000', '165353.504000', '165353.507000', '165353.509000', '165353.512000', '165353.514000', '165353.517000', '165353.520000', '165353.522000', '165353.525000', '165353.528000', '165353.530000', '165413.419000', '165413.421000', '165413.424000', '165413.427000', '165413.429000', '165413.432000', '165413.434000', '165413.437000', '165413.439000', '165413.442000', '165413.445000', '165413.447000', '165413.450000', '165413.452000', '165413.455000', '165413.457000', '165413.460000', '165413.463000', '165413.465000', '165413.468000', '165413.470000', '165413.473000', '165413.475000', '165413.478000', '165413.481000', '165413.483000', '165413.486000', '165413.488000', '165413.491000', '165413.493000', '165413.496000', '165413.499000', '165413.501000', '165413.504000', '165413.506000', '165413.509000', '165413.511000', '165413.514000', '165413.517000', '165413.519000', '165413.522000', '165413.524000', '165413.527000', '165433.419000', '165433.421000', '165433.424000', '165433.427000', '165433.429000', '165433.432000', '165433.434000', '165433.437000', '165433.440000', '165433.442000', '165433.445000', '165433.448000', '165433.450000', '165433.453000', '165433.455000', '165433.458000', '165433.461000', '165433.463000', '165433.466000', '165433.468000', '165433.471000', '165433.473000', '165433.476000', '165433.479000', '165433.481000', '165433.484000', '165433.486000', '165433.489000', '165433.492000', '165433.494000', '165433.497000', '165433.499000', '165433.502000', '165433.504000', '165433.507000', '165433.510000', '165433.512000', '165433.515000', '165433.518000', '165433.520000', '165433.523000', '165433.525000', '165433.528000', '165433.530000', '165453.418000', '165453.421000', '165453.424000', '165453.426000', '165453.429000', '165453.432000', '165453.434000', '165453.437000', '165453.440000', '165453.442000', '165453.445000', '165453.448000', '165453.450000', '165453.453000', '165453.455000', '165453.458000', '165453.460000', '165453.463000', '165453.466000', '165453.468000', '165453.471000', '165453.473000', '165453.476000', '165453.479000', '165453.481000', '165453.484000', '165453.486000', '165453.489000', '165453.491000', '165453.494000', '165453.497000', '165453.499000', '165453.502000', '165453.504000', '165453.507000', '165453.509000', '165453.512000', '165453.515000', '165453.517000', '165453.520000', '165453.523000', '165453.525000', '165453.528000', '165513.419000', '165513.422000', '165513.424000', '165513.427000', '165513.429000', '165513.432000', '165513.435000', '165513.437000', '165513.463000', '165513.465000', '165513.468000', '165513.471000', '165513.473000', '165513.476000', '165513.479000', '165513.481000', '165513.484000', '165513.486000', '165513.489000', '165513.492000', '165513.494000', '165513.497000', '165513.500000', '165513.502000', '165513.505000', '165513.507000', '165513.510000', '165513.513000', '165513.515000', '165513.518000', '165513.520000', '165513.523000', '165513.526000', '165513.528000', '165513.531000', '165513.533000', '165513.536000', '165513.539000', '165513.541000', '165513.544000', '165513.547000', '165513.549000', '165513.552000', '165513.554000', '165533.419000', '165533.421000', '165533.424000', '165533.427000', '165533.429000', '165533.432000', '165533.435000', '165533.455000', '165533.457000', '165533.460000', '165533.462000', '165533.465000', '165533.468000', '165533.470000', '165533.473000', '165533.475000', '165533.478000', '165533.480000', '165533.483000', '165533.486000', '165533.488000', '165533.491000', '165533.493000', '165533.496000', '165533.499000', '165533.501000', '165533.504000', '165533.506000', '165533.509000', '165533.512000', '165533.514000', '165533.517000', '165533.519000', '165533.522000', '165533.525000', '165533.527000', '165533.530000', '165533.532000', '165533.535000', '165533.538000', '165533.540000', '165533.543000', '165533.546000', '165553.419000', '165553.421000', '165553.424000', '165553.427000', '165553.429000', '165553.432000', '165553.435000', '165553.437000', '165553.440000', '165553.442000', '165553.445000', '165553.448000', '165553.450000', '165553.453000', '165553.455000', '165553.458000', '165553.460000', '165553.463000', '165553.466000', '165553.468000', '165553.471000', '165553.473000', '165553.476000', '165553.479000', '165553.481000', '165553.484000', '165553.486000', '165553.489000', '165553.492000', '165553.494000', '165553.497000', '165553.499000', '165553.502000', '165553.505000', '165553.507000', '165553.510000', '165553.513000', '165553.515000', '165553.518000', '165553.520000', '165553.523000', '165553.526000', '165553.528000', '165553.531000', '165613.419000', '165613.422000', '165613.424000', '165613.427000', '165613.430000', '165613.433000', '165613.435000', '165613.438000', '165613.441000', '165613.443000', '165613.446000', '165613.448000', '165613.451000', '165613.454000', '165613.456000', '165613.459000', '165613.461000', '165613.464000', '165613.466000', '165613.469000', '165613.472000', '165613.474000', '165613.477000', '165613.479000', '165613.482000', '165613.485000', '165613.487000', '165613.490000', '165613.492000', '165613.495000', '165613.498000', '165613.500000', '165613.503000', '165613.505000', '165613.508000', '165613.511000', '165613.513000', '165613.516000', '165613.518000', '165613.521000', '165613.524000', '165613.526000', '165613.529000', '165633.419000', '165633.421000', '165633.424000', '165633.427000', '165633.429000', '165633.432000', '165633.435000', '165633.438000', '165633.441000', '165633.443000', '165633.446000', '165633.448000', '165633.451000', '165633.454000', '165633.456000', '165633.459000', '165633.461000', '165633.464000', '165633.466000', '165633.484000', '165633.486000', '165633.489000', '165633.492000', '165633.494000', '165633.497000', '165633.500000', '165633.502000', '165633.505000', '165633.507000', '165633.510000', '165633.513000', '165633.515000', '165633.518000', '165633.521000', '165633.523000', '165633.526000', '165633.528000', '165633.531000', '165633.534000', '165633.536000', '165633.539000', '165633.542000', '165633.544000', '165633.547000', '165653.419000', '165653.421000', '165653.424000', '165653.427000', '165653.429000', '165653.432000', '165653.435000', '165653.437000', '165653.440000', '165653.442000', '165653.445000', '165653.447000', '165653.450000', '165653.453000', '165653.455000', '165653.458000', '165653.460000', '165653.463000', '165653.466000', '165653.468000', '165653.471000', '165653.473000', '165653.476000', '165653.478000', '165653.481000', '165653.484000', '165653.486000', '165653.489000', '165653.491000', '165653.494000', '165653.496000', '165653.499000', '165653.502000', '165653.504000', '165653.507000', '165653.509000', '165653.512000', '165653.514000', '165653.517000', '165653.520000', '165653.522000', '165653.525000', '165653.527000', '165713.419000', '165713.421000', '165713.424000', '165713.427000', '165713.429000', '165713.432000', '165713.435000', '165713.437000', '165713.440000', '165713.442000', '165713.445000', '165713.448000', '165713.450000', '165713.453000', '165713.455000', '165713.458000', '165713.460000', '165713.463000', '165713.466000', '165713.468000', '165713.471000', '165713.474000', '165713.476000', '165713.479000', '165713.481000', '165713.484000', '165713.487000', '165713.489000', '165713.492000', '165713.494000', '165713.497000', '165713.499000', '165713.502000', '165713.505000', '165713.507000', '165713.510000', '165713.513000', '165713.515000', '165713.518000', '165713.520000', '165713.523000', '165713.525000', '165713.528000', '165713.531000', '165733.419000', '165733.422000', '165733.424000', '165733.427000', '165733.430000', '165733.432000', '165733.435000', '165733.437000', '165733.440000', '165733.442000', '165733.445000', '165733.447000', '165733.450000', '165733.453000', '165733.455000', '165733.458000', '165733.460000', '165733.463000', '165733.466000', '165733.468000', '165733.471000', '165733.473000', '165733.476000', '165733.479000', '165733.481000', '165733.484000', '165733.486000', '165733.489000', '165733.491000', '165733.494000', '165733.497000', '165733.499000', '165733.502000', '165733.504000', '165733.507000', '165733.509000', '165733.512000', '165733.515000', '165733.517000', '165733.520000', '165733.522000', '165733.525000', '165733.528000', '165736.844000', '165736.847000', '165736.850000', '165736.853000', '165736.855000', '165736.858000', '165736.861000', '165736.863000'], 'InstanceCreationTime': ['165113.451000', '165113.454000', '165113.461000', '165113.463000', '165113.466000', '165113.468000', '165113.471000', '165113.474000', '165113.476000', '165113.479000', '165113.481000', '165113.484000', '165113.486000', '165113.489000', '165113.492000', '165113.494000', '165113.497000', '165113.502000', '165113.505000', '165113.507000', '165113.510000', '165113.512000', '165113.515000', '165113.517000', '165113.520000', '165113.523000', '165113.525000', '165113.528000', '165113.530000', '165113.533000', '165113.535000', '165113.538000', '165113.540000', '165113.543000', '165113.545000', '165113.548000', '165113.550000', '165113.553000', '165133.419000', '165133.425000', '165133.428000', '165133.430000', '165133.433000', '165133.436000', '165133.438000', '165133.441000', '165133.443000', '165133.446000', '165133.448000', '165133.451000', '165133.453000', '165133.456000', '165133.459000', '165133.461000', '165133.464000', '165133.466000', '165133.469000', '165133.471000', '165133.474000', '165133.477000', '165133.479000', '165133.482000', '165133.484000', '165133.487000', '165133.489000', '165133.492000', '165133.494000', '165133.497000', '165133.500000', '165133.502000', '165133.505000', '165133.507000', '165133.510000', '165133.512000', '165133.516000', '165133.519000', '165133.521000', '165133.524000', '165133.526000', '165133.529000', '165133.531000', '165153.418000', '165153.421000', '165153.424000', '165153.427000', '165153.429000', '165153.432000', '165153.434000', '165153.437000', '165153.445000', '165153.447000', '165153.450000', '165153.453000', '165153.455000', '165153.458000', '165153.460000', '165153.463000', '165153.465000', '165153.468000', '165153.471000', '165153.473000', '165153.476000', '165153.479000', '165153.481000', '165153.484000', '165153.487000', '165153.489000', '165153.492000', '165153.494000', '165153.497000', '165153.500000', '165153.502000', '165153.519000', '165153.522000', '165153.524000', '165153.527000', '165153.530000', '165153.532000', '165153.535000', '165153.537000', '165153.540000', '165153.542000', '165153.545000', '165153.548000', '165153.550000', '165213.419000', '165213.422000', '165213.424000', '165213.427000', '165213.429000', '165213.432000', '165213.434000', '165213.437000', '165213.440000', '165213.442000', '165213.445000', '165213.447000', '165213.450000', '165213.452000', '165213.455000', '165213.458000', '165213.460000', '165213.463000', '165213.465000', '165213.468000', '165213.470000', '165213.473000', '165213.476000', '165213.478000', '165213.481000', '165213.484000', '165213.486000', '165213.489000', '165213.504000', '165213.507000', '165213.510000', '165213.512000', '165213.515000', '165213.518000', '165213.520000', '165213.523000', '165213.525000', '165213.528000', '165213.530000', '165213.533000', '165213.536000', '165213.538000', '165213.541000', '165233.419000', '165233.421000', '165233.424000', '165233.427000', '165233.429000', '165233.432000', '165233.434000', '165233.437000', '165233.440000', '165233.442000', '165233.445000', '165233.447000', '165233.450000', '165233.452000', '165233.455000', '165233.458000', '165233.460000', '165233.463000', '165233.465000', '165233.468000', '165233.471000', '165233.473000', '165233.476000', '165233.478000', '165233.481000', '165233.483000', '165233.486000', '165233.489000', '165233.491000', '165233.494000', '165233.496000', '165233.499000', '165233.502000', '165233.504000', '165233.507000', '165233.509000', '165233.512000', '165233.514000', '165233.517000', '165233.520000', '165233.522000', '165233.525000', '165233.527000', '165233.530000', '165253.418000', '165253.421000', '165253.424000', '165253.426000', '165253.429000', '165253.432000', '165253.434000', '165253.437000', '165253.439000', '165253.442000', '165253.445000', '165253.447000', '165253.450000', '165253.452000', '165253.455000', '165253.458000', '165253.460000', '165253.463000', '165253.465000', '165253.468000', '165253.470000', '165253.473000', '165253.475000', '165253.478000', '165253.481000', '165253.483000', '165253.486000', '165253.488000', '165253.491000', '165253.493000', '165253.496000', '165253.498000', '165253.501000', '165253.504000', '165253.506000', '165253.509000', '165253.512000', '165253.514000', '165253.517000', '165253.519000', '165253.522000', '165253.525000', '165253.527000', '165313.419000', '165313.421000', '165313.424000', '165313.427000', '165313.429000', '165313.432000', '165313.434000', '165313.437000', '165313.440000', '165313.442000', '165313.445000', '165313.447000', '165313.450000', '165313.453000', '165313.455000', '165313.458000', '165313.460000', '165313.463000', '165313.465000', '165313.468000', '165313.471000', '165313.473000', '165313.476000', '165313.478000', '165313.481000', '165313.484000', '165313.486000', '165313.489000', '165313.491000', '165313.494000', '165313.497000', '165313.499000', '165313.502000', '165313.504000', '165313.507000', '165313.509000', '165313.512000', '165313.515000', '165313.517000', '165313.520000', '165313.522000', '165313.525000', '165313.528000', '165313.530000', '165333.418000', '165333.421000', '165333.424000', '165333.427000', '165333.429000', '165333.432000', '165333.434000', '165333.437000', '165333.439000', '165333.442000', '165333.445000', '165333.447000', '165333.450000', '165333.452000', '165333.455000', '165333.457000', '165333.460000', '165333.463000', '165333.465000', '165333.468000', '165333.470000', '165333.473000', '165333.475000', '165333.478000', '165333.481000', '165333.483000', '165333.499000', '165333.502000', '165333.505000', '165333.507000', '165333.510000', '165333.512000', '165333.515000', '165333.517000', '165333.520000', '165333.523000', '165333.525000', '165333.528000', '165333.530000', '165333.533000', '165333.535000', '165333.545000', '165333.548000', '165353.419000', '165353.421000', '165353.424000', '165353.427000', '165353.429000', '165353.432000', '165353.434000', '165353.437000', '165353.439000', '165353.442000', '165353.444000', '165353.447000', '165353.450000', '165353.452000', '165353.455000', '165353.458000', '165353.460000', '165353.463000', '165353.465000', '165353.468000', '165353.470000', '165353.473000', '165353.476000', '165353.478000', '165353.481000', '165353.484000', '165353.486000', '165353.489000', '165353.491000', '165353.494000', '165353.497000', '165353.499000', '165353.502000', '165353.504000', '165353.507000', '165353.509000', '165353.512000', '165353.514000', '165353.517000', '165353.520000', '165353.522000', '165353.525000', '165353.528000', '165353.530000', '165413.419000', '165413.421000', '165413.424000', '165413.427000', '165413.429000', '165413.432000', '165413.434000', '165413.437000', '165413.439000', '165413.442000', '165413.445000', '165413.447000', '165413.450000', '165413.452000', '165413.455000', '165413.457000', '165413.460000', '165413.463000', '165413.465000', '165413.468000', '165413.470000', '165413.473000', '165413.475000', '165413.478000', '165413.481000', '165413.483000', '165413.486000', '165413.488000', '165413.491000', '165413.493000', '165413.496000', '165413.499000', '165413.501000', '165413.504000', '165413.506000', '165413.509000', '165413.511000', '165413.514000', '165413.517000', '165413.519000', '165413.522000', '165413.524000', '165413.527000', '165433.419000', '165433.421000', '165433.424000', '165433.427000', '165433.429000', '165433.432000', '165433.434000', '165433.437000', '165433.440000', '165433.442000', '165433.445000', '165433.448000', '165433.450000', '165433.453000', '165433.455000', '165433.458000', '165433.461000', '165433.463000', '165433.466000', '165433.468000', '165433.471000', '165433.473000', '165433.476000', '165433.479000', '165433.481000', '165433.484000', '165433.486000', '165433.489000', '165433.492000', '165433.494000', '165433.497000', '165433.499000', '165433.502000', '165433.504000', '165433.507000', '165433.510000', '165433.512000', '165433.515000', '165433.518000', '165433.520000', '165433.523000', '165433.525000', '165433.528000', '165433.530000', '165453.418000', '165453.421000', '165453.424000', '165453.426000', '165453.429000', '165453.432000', '165453.434000', '165453.437000', '165453.440000', '165453.442000', '165453.445000', '165453.448000', '165453.450000', '165453.453000', '165453.455000', '165453.458000', '165453.460000', '165453.463000', '165453.466000', '165453.468000', '165453.471000', '165453.473000', '165453.476000', '165453.479000', '165453.481000', '165453.484000', '165453.486000', '165453.489000', '165453.491000', '165453.494000', '165453.497000', '165453.499000', '165453.502000', '165453.504000', '165453.507000', '165453.509000', '165453.512000', '165453.515000', '165453.517000', '165453.520000', '165453.523000', '165453.525000', '165453.528000', '165513.419000', '165513.422000', '165513.424000', '165513.427000', '165513.429000', '165513.432000', '165513.435000', '165513.437000', '165513.463000', '165513.465000', '165513.468000', '165513.471000', '165513.473000', '165513.476000', '165513.479000', '165513.481000', '165513.484000', '165513.486000', '165513.489000', '165513.492000', '165513.494000', '165513.497000', '165513.500000', '165513.502000', '165513.505000', '165513.507000', '165513.510000', '165513.513000', '165513.515000', '165513.518000', '165513.520000', '165513.523000', '165513.526000', '165513.528000', '165513.531000', '165513.533000', '165513.536000', '165513.539000', '165513.541000', '165513.544000', '165513.547000', '165513.549000', '165513.552000', '165513.554000', '165533.419000', '165533.421000', '165533.424000', '165533.427000', '165533.429000', '165533.432000', '165533.435000', '165533.455000', '165533.457000', '165533.460000', '165533.462000', '165533.465000', '165533.468000', '165533.470000', '165533.473000', '165533.475000', '165533.478000', '165533.480000', '165533.483000', '165533.486000', '165533.488000', '165533.491000', '165533.493000', '165533.496000', '165533.499000', '165533.501000', '165533.504000', '165533.506000', '165533.509000', '165533.512000', '165533.514000', '165533.517000', '165533.519000', '165533.522000', '165533.525000', '165533.527000', '165533.530000', '165533.532000', '165533.535000', '165533.538000', '165533.540000', '165533.543000', '165533.546000', '165553.419000', '165553.421000', '165553.424000', '165553.427000', '165553.429000', '165553.432000', '165553.435000', '165553.437000', '165553.440000', '165553.442000', '165553.445000', '165553.448000', '165553.450000', '165553.453000', '165553.455000', '165553.458000', '165553.460000', '165553.463000', '165553.466000', '165553.468000', '165553.471000', '165553.473000', '165553.476000', '165553.479000', '165553.481000', '165553.484000', '165553.486000', '165553.489000', '165553.492000', '165553.494000', '165553.497000', '165553.499000', '165553.502000', '165553.505000', '165553.507000', '165553.510000', '165553.513000', '165553.515000', '165553.518000', '165553.520000', '165553.523000', '165553.526000', '165553.528000', '165553.531000', '165613.419000', '165613.422000', '165613.424000', '165613.427000', '165613.430000', '165613.433000', '165613.435000', '165613.438000', '165613.441000', '165613.443000', '165613.446000', '165613.448000', '165613.451000', '165613.454000', '165613.456000', '165613.459000', '165613.461000', '165613.464000', '165613.466000', '165613.469000', '165613.472000', '165613.474000', '165613.477000', '165613.479000', '165613.482000', '165613.485000', '165613.487000', '165613.490000', '165613.492000', '165613.495000', '165613.498000', '165613.500000', '165613.503000', '165613.505000', '165613.508000', '165613.511000', '165613.513000', '165613.516000', '165613.518000', '165613.521000', '165613.524000', '165613.526000', '165613.529000', '165633.419000', '165633.421000', '165633.424000', '165633.427000', '165633.429000', '165633.432000', '165633.435000', '165633.438000', '165633.441000', '165633.443000', '165633.446000', '165633.448000', '165633.451000', '165633.454000', '165633.456000', '165633.459000', '165633.461000', '165633.464000', '165633.466000', '165633.484000', '165633.486000', '165633.489000', '165633.492000', '165633.494000', '165633.497000', '165633.500000', '165633.502000', '165633.505000', '165633.507000', '165633.510000', '165633.513000', '165633.515000', '165633.518000', '165633.521000', '165633.523000', '165633.526000', '165633.528000', '165633.531000', '165633.534000', '165633.536000', '165633.539000', '165633.542000', '165633.544000', '165633.547000', '165653.419000', '165653.421000', '165653.424000', '165653.427000', '165653.429000', '165653.432000', '165653.435000', '165653.437000', '165653.440000', '165653.442000', '165653.445000', '165653.447000', '165653.450000', '165653.453000', '165653.455000', '165653.458000', '165653.460000', '165653.463000', '165653.466000', '165653.468000', '165653.471000', '165653.473000', '165653.476000', '165653.478000', '165653.481000', '165653.484000', '165653.486000', '165653.489000', '165653.491000', '165653.494000', '165653.496000', '165653.499000', '165653.502000', '165653.504000', '165653.507000', '165653.509000', '165653.512000', '165653.514000', '165653.517000', '165653.520000', '165653.522000', '165653.525000', '165653.527000', '165713.419000', '165713.421000', '165713.424000', '165713.427000', '165713.429000', '165713.432000', '165713.435000', '165713.437000', '165713.440000', '165713.442000', '165713.445000', '165713.448000', '165713.450000', '165713.453000', '165713.455000', '165713.458000', '165713.460000', '165713.463000', '165713.466000', '165713.468000', '165713.471000', '165713.474000', '165713.476000', '165713.479000', '165713.481000', '165713.484000', '165713.487000', '165713.489000', '165713.492000', '165713.494000', '165713.497000', '165713.499000', '165713.502000', '165713.505000', '165713.507000', '165713.510000', '165713.513000', '165713.515000', '165713.518000', '165713.520000', '165713.523000', '165713.525000', '165713.528000', '165713.531000', '165733.419000', '165733.422000', '165733.424000', '165733.427000', '165733.430000', '165733.432000', '165733.435000', '165733.437000', '165733.440000', '165733.442000', '165733.445000', '165733.447000', '165733.450000', '165733.453000', '165733.455000', '165733.458000', '165733.460000', '165733.463000', '165733.466000', '165733.468000', '165733.471000', '165733.473000', '165733.476000', '165733.479000', '165733.481000', '165733.484000', '165733.486000', '165733.489000', '165733.491000', '165733.494000', '165733.497000', '165733.499000', '165733.502000', '165733.504000', '165733.507000', '165733.509000', '165733.512000', '165733.515000', '165733.517000', '165733.520000', '165733.522000', '165733.525000', '165733.528000', '165736.844000', '165736.847000', '165736.850000', '165736.853000', '165736.855000', '165736.858000', '165736.861000', '165736.863000'], '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': [11102, 13562, 9766, 8553, 9365, 13671, 10202, 8932, 8428, 13130, 10103, 9002, 12043, 13295, 9863, 9181, 8817, 14636, 11447, 9463, 9331, 10864, 12400, 10862, 10827, 9526, 9274, 8806, 9823, 15162, 12311, 10059, 9575, 8869, 9168, 13753, 13635, 10228, 9495, 9990, 9316, 8750, 12768, 12154, 10450, 9964, 9335, 9061, 12066, 15189, 12939, 10913, 11681, 9345, 14836, 15168, 12436, 14356, 13704, 11537, 11523, 9872, 9416, 18300, 14866, 11561, 11633, 8772, 8798, 14144, 12303, 10799, 9489, 8874, 13029, 14536, 12384, 11356, 9488, 10277, 17980, 15781, 13027, 12735, 17338, 14252, 12338, 10772, 11251, 16444, 13232, 11033, 8564, 15235, 12580, 11182, 8778, 13776, 12965, 10980, 9616, 10718, 13751, 11216, 10590, 9727, 16006, 12095, 9220, 17982, 13442, 10848, 13421, 14621, 16146, 11208, 14322, 14836, 12343, 12907, 9691, 10772, 14968, 12377, 12176, 9918, 17332, 13331, 11777, 13716, 14817, 12984, 15505, 17262, 13205, 10380, 13947, 12770, 12745, 10578, 15332, 11147, 10320, 8676, 13590, 11121, 10120, 9194, 9235, 16407, 12358, 10435, 15968, 13685, 10950, 16298, 13105, 9719, 15514, 12387, 8922, 15648, 11617, 8973, 15197, 11022, 8755, 14192, 10754, 8738, 14763, 10828, 9349, 10058, 11509, 9510, 8912, 8646, 13276, 9849, 9297, 12258, 12217, 11478, 9526, 17377, 12014, 10333, 9514, 14605, 11588, 9760, 17657, 13313, 10188, 17330, 12982, 12767, 16188, 12064, 14349, 14237, 10022, 17518, 13117, 17089, 13238, 10330, 14149, 10748, 16203, 12558, 9149, 14427, 11598, 11760, 12715, 9387, 16647, 12149, 12125, 13049, 9423, 16887, 12374, 16321, 12758, 9030, 14681, 11049, 16076, 12597, 9222, 14611, 11569, 12663, 12722, 9920, 17605, 13361, 9233, 15160, 15496, 14900, 16270, 12686, 11660, 9548, 12160, 12309, 10952, 10151, 8840, 12799, 10245, 10518, 10558, 12709, 11249, 15414, 13583, 12084, 17644, 12778, 18505, 13317, 17365, 13173, 12449, 14105, 10709, 16984, 12790, 9836, 12869, 11717, 10125, 14486, 12326, 9384, 16519, 11761, 12634, 12314, 8726, 15384, 10956, 16956, 12605, 10176, 13550, 10877, 12339, 12767, 11020, 9720, 14287, 11091, 9627, 15510, 11587, 10064, 13488, 11054, 9760, 13132, 11787, 11017, 9824, 11232, 15092, 12031, 10399, 10075, 16644, 12637, 10675, 10571, 14923, 12351, 11189, 15759, 12670, 10424, 16102, 13009, 10522, 16320, 13262, 10397, 17440, 13670, 10826, 17543, 13870, 11835, 13523, 15207, 12170, 10799, 15624, 11402, 10556, 17407, 13321, 10965, 15415, 12801, 17188, 13936, 10596, 17928, 13970, 10792, 17776, 14109, 10928, 17939, 13895, 15644, 14388, 10476, 17910, 13709, 10430, 15875, 12135, 10741, 10261, 13921, 11502, 10982, 9970, 12394, 13790, 10996, 10350, 16141, 12364, 9916, 15083, 11154, 10670, 12024, 14589, 12072, 10715, 13727, 15606, 12402, 10452, 17728, 13429, 10484, 17469, 13722, 15949, 15196, 10896, 18374, 14258, 10782, 16196, 13391, 11129, 18195, 13937, 10810, 17768, 13680, 13485, 15414, 11782, 18578, 14099, 11101, 16920, 12281, 19157, 14873, 11236, 13629, 13299, 11862, 10133, 14078, 14045, 10943, 9148, 14609, 14133, 11637, 10184, 16694, 11501, 12368, 13231, 10020, 17310, 13279, 12420, 14769, 11910, 13546, 13579, 10373, 16650, 12962, 10506, 15961, 12474, 10244, 16177, 13125, 18038, 14013, 10548, 16511, 13166, 11463, 15798, 13175, 11653, 14250, 11747, 17792, 13668, 11866, 15761, 12383, 17970, 14182, 10850, 17105, 13712, 15686, 14175, 10653, 17742, 14005, 16422, 13907, 10667, 17002, 13407, 11173, 16675, 13478, 14734, 14173, 12009, 14751, 15580, 13092, 10293, 16430, 14436, 12701, 12494, 16542, 13247, 10899, 19080, 14561, 10863, 18536, 13938, 10269, 14942, 13287, 11406, 9822, 16004, 13797, 10856, 10649, 17273, 12985, 11373, 10798, 16395, 11829, 10019, 18204, 13763, 11776, 16599, 13344, 16396, 14791, 10973, 18845, 14642, 11312, 16946, 13866, 10839, 18317, 14076, 11256, 16840, 13412, 15935, 14729, 11406, 18183, 15014, 15247, 14711, 12688, 15862, 15640, 11395, 18946, 14771, 14665, 15377, 11494, 18606, 13790, 10846, 17487, 14071, 13946, 15560, 11959, 18489, 14406, 11549, 17074, 12809, 18431, 14705, 12113, 17625, 13140, 9657, 15315, 12984, 11629, 11871, 16132, 13727, 10151, 13488, 14608, 12359, 10687, 17534, 12482, 10932, 16038, 12513, 19133, 14270, 17147, 13890, 11383, 16703, 12775, 11413, 15642, 12118, 17295, 13781, 11283, 15491, 11911, 18424, 14077, 11165, 15535, 11635, 18600, 14465, 14567, 14660, 10898, 18275, 14534, 11762, 17088, 13538, 10633, 14756, 13609, 12690, 11775, 16798, 11852, 19422, 14549, 18812, 14512, 12791, 16387, 11343, 18713, 15111, 14262, 14754, 11992, 14898, 13418, 10936, 17498, 13082, 11158, 9962, 12938, 11265, 9703, 16478, 12679, 10460, 15575, 12296, 18532, 13795, 11729, 17029, 11921, 19210, 15303, 14900, 14741, 10721, 17360, 13560, 17823, 13981, 17494, 14209, 10745, 16334, 12155, 18565, 14767, 17712, 13666, 10764, 15768, 11323, 18129, 14130, 16715, 14152, 10467, 16915, 13846, 17727, 13874, 11711, 16055, 11724, 18256, 14211, 15371, 14072, 10924, 16855, 13225, 17980, 13814, 11217, 13802, 10545, 15254, 10906, 15831, 11377, 15935, 11974, 9633, 12920, 10185, 15279, 11596, 10186, 12736, 10357, 15306, 11843, 15882, 12067, 10520, 12240, 9783, 14158, 10695, 15866, 11703, 9657, 15186, 11203, 11306, 15422, 13128, 10084, 11674, 16442, 12694, 9927, 17408, 15100, 11922, 11983, 15773, 12926, 10164, 15327, 12170, 13020, 16629, 12766, 13114, 14835, 11974, 15048, 14104, 10399, 18207, 13846, 13543, 15014, 12195, 18124, 14483, 11932, 12349, 15158, 12698, 11096, 15905, 12345, 17828, 13680, 10395, 16840, 13252, 15283, 13884, 10004, 16459, 12859, 12482, 13196, 10165, 16021, 13052, 15293, 13390, 11469, 14294, 11300, 16956, 13935, 10152, 17551, 13694, 10252, 17301, 13307, 10634, 17618, 13083, 13137, 16070, 11268, 10058, 11489, 11620, 10681, 13816, 13954, 10876, 17525, 12739, 11313, 15001, 12586, 15587, 13744, 10901, 17425, 12965, 10171, 14814, 11410, 10607, 12798, 10963, 17389, 14121, 10406, 11830, 16130, 12691, 10323, 14284, 15592, 11582, 16327, 14202, 10692, 16418, 12388, 18363, 13832, 12962, 14388, 10806, 17845, 13538, 17892, 13731, 10598, 15569, 11245, 17827, 13818, 14469, 13453, 10299, 16702, 12920, 13870, 13914, 10128, 16681, 12953, 16801], 'WindowCenter': [4729.0, 4732.0, 4680.0, 4658.0, 4668.0, 4704.0, 4665.0, 4653.0, 4634.0, 4692.0, 4662.0, 4642.0, 4681.0, 4691.0, 4652.0, 4653.0, 4652.0, 4700.0, 4680.0, 4649.0, 4653.0, 4687.0, 4704.0, 4670.0, 4671.0, 4651.0, 4650.0, 4640.0, 4662.0, 4710.0, 4691.0, 4663.0, 4652.0, 4640.0, 4640.0, 4701.0, 4703.0, 4662.0, 4652.0, 4663.0, 4653.0, 4642.0, 4690.0, 4679.0, 4659.0, 4649.0, 4654.0, 4641.0, 4694.0, 4714.0, 4693.0, 4673.0, 4684.0, 4652.0, 4710.0, 4713.0, 4692.0, 4701.0, 4701.0, 4681.0, 4681.0, 4651.0, 4639.0, 4718.0, 4699.0, 4669.0, 4669.0, 4631.0, 4630.0, 4685.0, 4665.0, 4646.0, 4637.0, 4629.0, 4665.0, 4684.0, 4664.0, 4645.0, 4625.0, 4635.0, 4693.0, 4672.0, 4652.0, 4641.0, 4668.0, 4649.0, 4627.0, 4606.0, 4615.0, 4664.0, 4637.0, 4617.0, 4587.0, 4666.0, 4637.0, 4630.0, 4600.0, 4672.0, 4663.0, 4642.0, 4636.0, 4647.0, 4687.0, 4656.0, 4659.0, 4637.0, 4709.0, 4681.0, 4639.0, 4731.0, 4704.0, 4684.0, 4699.0, 4712.0, 4722.0, 4681.0, 4711.0, 4712.0, 4690.0, 4690.0, 4663.0, 4659.0, 4696.0, 4678.0, 4665.0, 4647.0, 4706.0, 4677.0, 4665.0, 4676.0, 4684.0, 4665.0, 4672.0, 4680.0, 4663.0, 4632.0, 4660.0, 4661.0, 4637.0, 4617.0, 4654.0, 4604.0, 4606.0, 4587.0, 4646.0, 4629.0, 4619.0, 4609.0, 4609.0, 4668.0, 4637.0, 4620.0, 4658.0, 4637.0, 4615.0, 4655.0, 4636.0, 4594.0, 4643.0, 4623.0, 4585.0, 4655.0, 4614.0, 4586.0, 4655.0, 4627.0, 4600.0, 4668.0, 4641.0, 4612.0, 4697.0, 4669.0, 4651.0, 4662.0, 4671.0, 4652.0, 4654.0, 4642.0, 4702.0, 4664.0, 4654.0, 4690.0, 4694.0, 4694.0, 4665.0, 4731.0, 4704.0, 4675.0, 4662.0, 4710.0, 4670.0, 4649.0, 4719.0, 4675.0, 4635.0, 4704.0, 4663.0, 4652.0, 4680.0, 4639.0, 4646.0, 4648.0, 4606.0, 4665.0, 4636.0, 4664.0, 4635.0, 4594.0, 4631.0, 4604.0, 4654.0, 4636.0, 4594.0, 4656.0, 4628.0, 4636.0, 4649.0, 4612.0, 4690.0, 4652.0, 4649.0, 4662.0, 4611.0, 4691.0, 4651.0, 4681.0, 4663.0, 4611.0, 4672.0, 4643.0, 4692.0, 4665.0, 4626.0, 4695.0, 4668.0, 4678.0, 4678.0, 4664.0, 4742.0, 4704.0, 4654.0, 4709.0, 4695.0, 4724.0, 4722.0, 4705.0, 4697.0, 4676.0, 4696.0, 4695.0, 4687.0, 4676.0, 4668.0, 4715.0, 4673.0, 4684.0, 4682.0, 4716.0, 4696.0, 4723.0, 4702.0, 4669.0, 4709.0, 4668.0, 4705.0, 4663.0, 4680.0, 4648.0, 4627.0, 4647.0, 4617.0, 4667.0, 4636.0, 4606.0, 4637.0, 4639.0, 4621.0, 4669.0, 4651.0, 4612.0, 4680.0, 4639.0, 4650.0, 4653.0, 4614.0, 4681.0, 4629.0, 4690.0, 4652.0, 4629.0, 4661.0, 4643.0, 4663.0, 4665.0, 4656.0, 4649.0, 4712.0, 4684.0, 4653.0, 4713.0, 4695.0, 4677.0, 4715.0, 4684.0, 4674.0, 4704.0, 4692.0, 4682.0, 4675.0, 4687.0, 4724.0, 4706.0, 4690.0, 4675.0, 4744.0, 4704.0, 4674.0, 4672.0, 4723.0, 4703.0, 4671.0, 4708.0, 4689.0, 4660.0, 4709.0, 4690.0, 4671.0, 4721.0, 4701.0, 4672.0, 4742.0, 4715.0, 4685.0, 4743.0, 4715.0, 4695.0, 4728.0, 4737.0, 4694.0, 4683.0, 4735.0, 4695.0, 4686.0, 4732.0, 4702.0, 4673.0, 4722.0, 4693.0, 4730.0, 4700.0, 4670.0, 4731.0, 4712.0, 4670.0, 4730.0, 4700.0, 4670.0, 4733.0, 4716.0, 4715.0, 4704.0, 4664.0, 4722.0, 4694.0, 4676.0, 4712.0, 4672.0, 4662.0, 4653.0, 4716.0, 4687.0, 4691.0, 4682.0, 4711.0, 4728.0, 4699.0, 4688.0, 4737.0, 4693.0, 4663.0, 4712.0, 4685.0, 4673.0, 4695.0, 4725.0, 4694.0, 4683.0, 4702.0, 4720.0, 4691.0, 4684.0, 4742.0, 4711.0, 4671.0, 4730.0, 4702.0, 4723.0, 4725.0, 4685.0, 4744.0, 4723.0, 4684.0, 4733.0, 4704.0, 4683.0, 4743.0, 4715.0, 4685.0, 4743.0, 4715.0, 4715.0, 4726.0, 4694.0, 4731.0, 4700.0, 4670.0, 4719.0, 4680.0, 4743.0, 4713.0, 4671.0, 4704.0, 4704.0, 4696.0, 4676.0, 4727.0, 4729.0, 4711.0, 4685.0, 4739.0, 4729.0, 4701.0, 4678.0, 4737.0, 4698.0, 4694.0, 4695.0, 4653.0, 4722.0, 4692.0, 4682.0, 4700.0, 4670.0, 4677.0, 4692.0, 4650.0, 4709.0, 4703.0, 4670.0, 4710.0, 4680.0, 4661.0, 4709.0, 4691.0, 4729.0, 4713.0, 4661.0, 4719.0, 4693.0, 4683.0, 4723.0, 4713.0, 4683.0, 4711.0, 4694.0, 4743.0, 4714.0, 4683.0, 4712.0, 4693.0, 4730.0, 4701.0, 4670.0, 4719.0, 4689.0, 4708.0, 4689.0, 4659.0, 4718.0, 4700.0, 4706.0, 4688.0, 4659.0, 4708.0, 4689.0, 4669.0, 4718.0, 4691.0, 4699.0, 4700.0, 4693.0, 4714.0, 4722.0, 4703.0, 4674.0, 4724.0, 4713.0, 4706.0, 4694.0, 4734.0, 4718.0, 4672.0, 4732.0, 4702.0, 4673.0, 4733.0, 4704.0, 4677.0, 4712.0, 4703.0, 4685.0, 4663.0, 4724.0, 4715.0, 4685.0, 4687.0, 4744.0, 4717.0, 4696.0, 4698.0, 4735.0, 4697.0, 4665.0, 4743.0, 4702.0, 4670.0, 4708.0, 4690.0, 4709.0, 4701.0, 4672.0, 4730.0, 4699.0, 4670.0, 4719.0, 4697.0, 4672.0, 4730.0, 4701.0, 4671.0, 4721.0, 4702.0, 4711.0, 4714.0, 4681.0, 4730.0, 4698.0, 4699.0, 4686.0, 4680.0, 4707.0, 4698.0, 4657.0, 4716.0, 4686.0, 4685.0, 4684.0, 4656.0, 4704.0, 4674.0, 4644.0, 4702.0, 4686.0, 4684.0, 4697.0, 4667.0, 4715.0, 4688.0, 4658.0, 4709.0, 4666.0, 4705.0, 4675.0, 4656.0, 4696.0, 4680.0, 4651.0, 4701.0, 4680.0, 4659.0, 4657.0, 4697.0, 4691.0, 4662.0, 4690.0, 4701.0, 4682.0, 4674.0, 4735.0, 4682.0, 4672.0, 4712.0, 4668.0, 4718.0, 4701.0, 4706.0, 4676.0, 4645.0, 4693.0, 4665.0, 4654.0, 4693.0, 4664.0, 4705.0, 4687.0, 4659.0, 4698.0, 4681.0, 4717.0, 4690.0, 4658.0, 4698.0, 4670.0, 4729.0, 4689.0, 4700.0, 4699.0, 4672.0, 4731.0, 4698.0, 4668.0, 4708.0, 4691.0, 4660.0, 4698.0, 4700.0, 4692.0, 4682.0, 4722.0, 4682.0, 4731.0, 4700.0, 4719.0, 4687.0, 4666.0, 4695.0, 4646.0, 4720.0, 4688.0, 4688.0, 4687.0, 4657.0, 4699.0, 4678.0, 4684.0, 4744.0, 4692.0, 4684.0, 4664.0, 4703.0, 4695.0, 4664.0, 4736.0, 4707.0, 4674.0, 4723.0, 4693.0, 4733.0, 4702.0, 4679.0, 4721.0, 4669.0, 4728.0, 4700.0, 4686.0, 4686.0, 4656.0, 4706.0, 4689.0, 4717.0, 4688.0, 4707.0, 4688.0, 4648.0, 4707.0, 4666.0, 4715.0, 4686.0, 4702.0, 4676.0, 4645.0, 4695.0, 4655.0, 4715.0, 4686.0, 4695.0, 4676.0, 4644.0, 4706.0, 4687.0, 4717.0, 4687.0, 4668.0, 4698.0, 4668.0, 4717.0, 4687.0, 4697.0, 4688.0, 4659.0, 4709.0, 4679.0, 4729.0, 4716.0, 4684.0, 4701.0, 4661.0, 4710.0, 4670.0, 4710.0, 4683.0, 4710.0, 4693.0, 4662.0, 4693.0, 4674.0, 4710.0, 4680.0, 4659.0, 4690.0, 4661.0, 4711.0, 4681.0, 4719.0, 4692.0, 4671.0, 4680.0, 4661.0, 4714.0, 4675.0, 4722.0, 4709.0, 4680.0, 4739.0, 4687.0, 4701.0, 4740.0, 4721.0, 4690.0, 4697.0, 4751.0, 4721.0, 4677.0, 4749.0, 4742.0, 4712.0, 4697.0, 4724.0, 4707.0, 4675.0, 4711.0, 4671.0, 4691.0, 4709.0, 4667.0, 4667.0, 4687.0, 4655.0, 4674.0, 4675.0, 4634.0, 4694.0, 4663.0, 4652.0, 4659.0, 4639.0, 4681.0, 4647.0, 4629.0, 4639.0, 4659.0, 4650.0, 4630.0, 4668.0, 4640.0, 4677.0, 4649.0, 4619.0, 4679.0, 4651.0, 4670.0, 4662.0, 4622.0, 4681.0, 4651.0, 4652.0, 4663.0, 4635.0, 4693.0, 4677.0, 4698.0, 4678.0, 4672.0, 4689.0, 4670.0, 4719.0, 4700.0, 4651.0, 4732.0, 4703.0, 4663.0, 4734.0, 4702.0, 4663.0, 4731.0, 4691.0, 4691.0, 4711.0, 4673.0, 4662.0, 4683.0, 4682.0, 4661.0, 4692.0, 4691.0, 4659.0, 4709.0, 4669.0, 4661.0, 4689.0, 4695.0, 4700.0, 4678.0, 4648.0, 4693.0, 4656.0, 4627.0, 4665.0, 4648.0, 4637.0, 4658.0, 4639.0, 4694.0, 4666.0, 4638.0, 4649.0, 4686.0, 4657.0, 4639.0, 4690.0, 4697.0, 4657.0, 4684.0, 4676.0, 4649.0, 4696.0, 4665.0, 4702.0, 4664.0, 4663.0, 4673.0, 4632.0, 4692.0, 4649.0, 4679.0, 4650.0, 4619.0, 4668.0, 4628.0, 4690.0, 4660.0, 4660.0, 4651.0, 4620.0, 4680.0, 4652.0, 4661.0, 4661.0, 4633.0, 4682.0, 4651.0, 4680.0], 'WindowWidth': [10348.0, 10338.0, 10260.0, 10225.0, 10237.0, 10279.0, 10225.0, 10209.0, 10183.0, 10258.0, 10219.0, 10192.0, 10242.0, 10256.0, 10203.0, 10209.0, 10205.0, 10268.0, 10240.0, 10195.0, 10207.0, 10263.0, 10283.0, 10227.0, 10229.0, 10200.0, 10199.0, 10185.0, 10218.0, 10281.0, 10259.0, 10220.0, 10205.0, 10185.0, 10184.0, 10271.0, 10275.0, 10220.0, 10204.0, 10222.0, 10209.0, 10193.0, 10254.0, 10238.0, 10209.0, 10196.0, 10208.0, 10188.0, 10263.0, 10293.0, 10263.0, 10234.0, 10252.0, 10206.0, 10286.0, 10293.0, 10259.0, 10271.0, 10271.0, 10248.0, 10244.0, 10201.0, 10181.0, 10292.0, 10263.0, 10224.0, 10222.0, 10172.0, 10170.0, 10238.0, 10210.0, 10184.0, 10174.0, 10163.0, 10206.0, 10231.0, 10204.0, 10181.0, 10153.0, 10165.0, 10244.0, 10211.0, 10184.0, 10166.0, 10205.0, 10173.0, 10139.0, 10110.0, 10120.0, 10187.0, 10153.0, 10126.0, 10087.0, 10194.0, 10157.0, 10150.0, 10113.0, 10213.0, 10201.0, 10174.0, 10171.0, 10188.0, 10241.0, 10199.0, 10205.0, 10176.0, 10275.0, 10241.0, 10181.0, 10311.0, 10277.0, 10254.0, 10267.0, 10287.0, 10301.0, 10242.0, 10284.0, 10289.0, 10252.0, 10253.0, 10224.0, 10207.0, 10253.0, 10232.0, 10210.0, 10188.0, 10268.0, 10227.0, 10210.0, 10227.0, 10234.0, 10208.0, 10215.0, 10224.0, 10204.0, 10158.0, 10195.0, 10196.0, 10158.0, 10127.0, 10175.0, 10102.0, 10110.0, 10086.0, 10168.0, 10147.0, 10136.0, 10123.0, 10121.0, 10199.0, 10156.0, 10134.0, 10186.0, 10154.0, 10122.0, 10179.0, 10149.0, 10091.0, 10157.0, 10130.0, 10080.0, 10174.0, 10120.0, 10084.0, 10179.0, 10145.0, 10113.0, 10204.0, 10172.0, 10134.0, 10257.0, 10222.0, 10201.0, 10217.0, 10226.0, 10202.0, 10209.0, 10195.0, 10274.0, 10222.0, 10206.0, 10257.0, 10265.0, 10266.0, 10225.0, 10315.0, 10283.0, 10243.0, 10220.0, 10282.0, 10225.0, 10192.0, 10291.0, 10222.0, 10167.0, 10264.0, 10202.0, 10184.0, 10219.0, 10161.0, 10167.0, 10170.0, 10111.0, 10194.0, 10150.0, 10189.0, 10147.0, 10089.0, 10138.0, 10105.0, 10172.0, 10150.0, 10094.0, 10178.0, 10145.0, 10155.0, 10176.0, 10130.0, 10234.0, 10183.0, 10178.0, 10198.0, 10128.0, 10237.0, 10182.0, 10223.0, 10200.0, 10129.0, 10212.0, 10175.0, 10241.0, 10208.0, 10158.0, 10251.0, 10217.0, 10231.0, 10232.0, 10223.0, 10332.0, 10279.0, 10210.0, 10280.0, 10250.0, 10309.0, 10298.0, 10285.0, 10278.0, 10245.0, 10272.0, 10270.0, 10261.0, 10243.0, 10237.0, 10298.0, 10237.0, 10251.0, 10249.0, 10300.0, 10274.0, 10306.0, 10271.0, 10221.0, 10280.0, 10214.0, 10265.0, 10201.0, 10222.0, 10172.0, 10140.0, 10168.0, 10130.0, 10197.0, 10152.0, 10110.0, 10156.0, 10161.0, 10140.0, 10203.0, 10182.0, 10128.0, 10220.0, 10164.0, 10177.0, 10184.0, 10135.0, 10221.0, 10151.0, 10234.0, 10184.0, 10151.0, 10195.0, 10175.0, 10200.0, 10207.0, 10199.0, 10194.0, 10286.0, 10250.0, 10205.0, 10287.0, 10268.0, 10246.0, 10296.0, 10249.0, 10241.0, 10279.0, 10258.0, 10248.0, 10239.0, 10258.0, 10306.0, 10283.0, 10269.0, 10243.0, 10337.0, 10280.0, 10236.0, 10230.0, 10303.0, 10276.0, 10226.0, 10272.0, 10247.0, 10208.0, 10274.0, 10251.0, 10226.0, 10294.0, 10269.0, 10233.0, 10327.0, 10294.0, 10252.0, 10331.0, 10293.0, 10267.0, 10319.0, 10330.0, 10264.0, 10248.0, 10325.0, 10269.0, 10256.0, 10312.0, 10271.0, 10232.0, 10299.0, 10260.0, 10308.0, 10266.0, 10227.0, 10310.0, 10287.0, 10227.0, 10309.0, 10267.0, 10225.0, 10315.0, 10296.0, 10292.0, 10273.0, 10214.0, 10297.0, 10259.0, 10239.0, 10282.0, 10222.0, 10208.0, 10199.0, 10294.0, 10255.0, 10268.0, 10256.0, 10297.0, 10316.0, 10281.0, 10261.0, 10328.0, 10263.0, 10220.0, 10284.0, 10251.0, 10230.0, 10267.0, 10307.0, 10265.0, 10251.0, 10271.0, 10294.0, 10255.0, 10249.0, 10328.0, 10286.0, 10227.0, 10306.0, 10270.0, 10302.0, 10308.0, 10255.0, 10335.0, 10304.0, 10251.0, 10318.0, 10277.0, 10249.0, 10331.0, 10294.0, 10252.0, 10329.0, 10293.0, 10293.0, 10310.0, 10263.0, 10311.0, 10266.0, 10221.0, 10290.0, 10236.0, 10333.0, 10286.0, 10226.0, 10277.0, 10275.0, 10269.0, 10242.0, 10315.0, 10318.0, 10301.0, 10267.0, 10334.0, 10319.0, 10283.0, 10246.0, 10327.0, 10274.0, 10260.0, 10263.0, 10203.0, 10299.0, 10254.0, 10239.0, 10264.0, 10221.0, 10226.0, 10255.0, 10194.0, 10273.0, 10271.0, 10225.0, 10277.0, 10236.0, 10212.0, 10276.0, 10252.0, 10304.0, 10287.0, 10213.0, 10289.0, 10257.0, 10247.0, 10301.0, 10289.0, 10247.0, 10282.0, 10262.0, 10329.0, 10289.0, 10245.0, 10283.0, 10258.0, 10306.0, 10267.0, 10223.0, 10288.0, 10248.0, 10271.0, 10246.0, 10205.0, 10285.0, 10263.0, 10269.0, 10245.0, 10204.0, 10272.0, 10247.0, 10219.0, 10286.0, 10252.0, 10260.0, 10261.0, 10257.0, 10289.0, 10297.0, 10273.0, 10235.0, 10302.0, 10288.0, 10280.0, 10263.0, 10319.0, 10302.0, 10231.0, 10312.0, 10270.0, 10231.0, 10314.0, 10273.0, 10244.0, 10285.0, 10270.0, 10253.0, 10220.0, 10303.0, 10292.0, 10251.0, 10257.0, 10334.0, 10298.0, 10271.0, 10275.0, 10322.0, 10271.0, 10223.0, 10331.0, 10271.0, 10221.0, 10271.0, 10247.0, 10272.0, 10267.0, 10227.0, 10307.0, 10262.0, 10222.0, 10289.0, 10257.0, 10228.0, 10306.0, 10267.0, 10226.0, 10295.0, 10269.0, 10282.0, 10289.0, 10240.0, 10306.0, 10256.0, 10259.0, 10239.0, 10235.0, 10269.0, 10258.0, 10197.0, 10280.0, 10237.0, 10233.0, 10231.0, 10193.0, 10260.0, 10218.0, 10174.0, 10255.0, 10236.0, 10233.0, 10253.0, 10211.0, 10275.0, 10242.0, 10201.0, 10272.0, 10209.0, 10260.0, 10215.0, 10191.0, 10247.0, 10232.0, 10198.0, 10262.0, 10229.0, 10201.0, 10195.0, 10249.0, 10250.0, 10212.0, 10249.0, 10265.0, 10241.0, 10233.0, 10319.0, 10241.0, 10228.0, 10282.0, 10212.0, 10282.0, 10263.0, 10265.0, 10222.0, 10176.0, 10239.0, 10204.0, 10188.0, 10242.0, 10205.0, 10262.0, 10240.0, 10202.0, 10255.0, 10238.0, 10283.0, 10247.0, 10203.0, 10257.0, 10221.0, 10300.0, 10246.0, 10261.0, 10260.0, 10226.0, 10310.0, 10257.0, 10216.0, 10269.0, 10252.0, 10207.0, 10260.0, 10264.0, 10256.0, 10243.0, 10297.0, 10240.0, 10307.0, 10263.0, 10289.0, 10241.0, 10209.0, 10246.0, 10178.0, 10289.0, 10241.0, 10242.0, 10236.0, 10197.0, 10257.0, 10230.0, 10251.0, 10333.0, 10257.0, 10248.0, 10223.0, 10277.0, 10267.0, 10222.0, 10324.0, 10286.0, 10235.0, 10298.0, 10257.0, 10314.0, 10271.0, 10235.0, 10295.0, 10217.0, 10301.0, 10261.0, 10236.0, 10237.0, 10197.0, 10267.0, 10246.0, 10282.0, 10243.0, 10268.0, 10243.0, 10187.0, 10269.0, 10210.0, 10277.0, 10237.0, 10256.0, 10223.0, 10179.0, 10248.0, 10193.0, 10277.0, 10238.0, 10247.0, 10222.0, 10178.0, 10263.0, 10241.0, 10283.0, 10241.0, 10215.0, 10257.0, 10215.0, 10281.0, 10242.0, 10254.0, 10242.0, 10205.0, 10271.0, 10233.0, 10303.0, 10296.0, 10249.0, 10269.0, 10211.0, 10275.0, 10224.0, 10276.0, 10244.0, 10279.0, 10261.0, 10216.0, 10260.0, 10235.0, 10278.0, 10239.0, 10207.0, 10252.0, 10212.0, 10283.0, 10241.0, 10291.0, 10257.0, 10228.0, 10241.0, 10215.0, 10292.0, 10240.0, 10300.0, 10294.0, 10255.0, 10335.0, 10259.0, 10282.0, 10335.0, 10310.0, 10268.0, 10274.0, 10353.0, 10311.0, 10246.0, 10347.0, 10343.0, 10303.0, 10272.0, 10305.0, 10288.0, 10237.0, 10278.0, 10225.0, 10253.0, 10274.0, 10212.0, 10210.0, 10236.0, 10193.0, 10217.0, 10217.0, 10161.0, 10245.0, 10199.0, 10180.0, 10187.0, 10159.0, 10221.0, 10169.0, 10145.0, 10159.0, 10188.0, 10175.0, 10148.0, 10198.0, 10160.0, 10211.0, 10173.0, 10132.0, 10214.0, 10177.0, 10203.0, 10195.0, 10145.0, 10221.0, 10181.0, 10181.0, 10201.0, 10167.0, 10245.0, 10227.0, 10256.0, 10229.0, 10226.0, 10245.0, 10222.0, 10288.0, 10263.0, 10196.0, 10310.0, 10270.0, 10218.0, 10317.0, 10272.0, 10218.0, 10311.0, 10251.0, 10252.0, 10277.0, 10228.0, 10216.0, 10243.0, 10241.0, 10210.0, 10252.0, 10248.0, 10202.0, 10272.0, 10216.0, 10207.0, 10242.0, 10262.0, 10259.0, 10223.0, 10182.0, 10240.0, 10188.0, 10150.0, 10200.0, 10182.0, 10166.0, 10195.0, 10170.0, 10242.0, 10206.0, 10169.0, 10184.0, 10233.0, 10196.0, 10175.0, 10249.0, 10253.0, 10198.0, 10230.0, 10224.0, 10190.0, 10250.0, 10205.0, 10254.0, 10202.0, 10199.0, 10211.0, 10154.0, 10234.0, 10173.0, 10214.0, 10176.0, 10132.0, 10198.0, 10144.0, 10229.0, 10190.0, 10190.0, 10178.0, 10136.0, 10218.0, 10182.0, 10192.0, 10192.0, 10157.0, 10224.0, 10180.0, 10219.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.0020585977011494255</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.038726416666666666</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.343721001323324</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2360717822324518</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0000281193095506</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4884</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4969.8511</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1541598046980108</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>213</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>24.482758620689655</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4636117328393143</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.416804578742525</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6347158462743883</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3393147735010293</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0232259</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013259573839604855</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.029528610408306122</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.980751472138154</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>21.3377</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.5288</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>202.7401</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296177.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>919.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>368.7666</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4719</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>646.597</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3840.9269</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4007.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>80367.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1441.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5083.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1006.5876</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.320145621779375</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> |