=== 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
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0050_ses-03_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-03_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-03_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-03_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-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_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-03_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-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_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-03_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-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_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-03_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-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_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-03_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-03_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-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_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-03_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-03_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-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_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-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0050/figures/sub-0050_ses-03_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-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_ses-03_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-03/func/sub-0050_ses-03_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>ad99f3f8fc0fefc9cc70685d9a3e3378</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>18:59:22.730000</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.998514, 0.0494063, 0.023001, -0.0490101, 0.998645, -0.017481]</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.0819193</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>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4163, -7760, -7257, 565, -56, -201, 30, 32]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>236.312</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>f00584e9-2801-424f-85ef-8e1470f73095||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.6789398193359375, -0.13149060308933258, 0.06435053795576096, 114.88883972167969], [-0.13255353271961212, 2.6792922019958496, -0.04408496990799904, -81.69515991210938], [0.06171005591750145, 0.046900320798158646, 2.6988730430603027, -61.98900604248047], [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': ['185922.730000', '185923.190000', '185923.650000', '185924.110000', '185924.570000', '185925.030000', '185925.490000', '185925.950000', '185926.410000', '185926.870000', '185927.330000', '185927.790000', '185928.250000', '185928.710000', '185929.170000', '185929.630000', '185930.090000', '185930.550000', '185931.010000', '185931.470000', '185931.930000', '185932.390000', '185932.850000', '185933.310000', '185933.770000', '185934.230000', '185934.690000', '185935.150000', '185935.610000', '185936.070000', '185936.530000', '185936.990000', '185937.450000', '185937.910000', '185938.370000', '185938.830000', '185939.290000', '185939.750000', '185940.210000', '185940.670000', '185941.130000', '185941.590000', '185942.050000', '185942.510000', '185942.970000', '185943.430000', '185943.890000', '185944.350000', '185944.810000', '185945.270000', '185945.730000', '185946.190000', '185946.650000', '185947.110000', '185947.570000', '185948.030000', '185948.490000', '185948.950000', '185949.410000', '185949.870000', '185950.330000', '185950.790000', '185951.250000', '185951.710000', '185952.170000', '185952.630000', '185953.090000', '185953.550000', '185954.010000', '185954.470000', '185954.930000', '185955.390000', '185955.850000', '185956.310000', '185956.770000', '185957.230000', '185957.690000', '185958.150000', '185958.610000', '185959.070000', '185959.530000', '185959.990000', '190000.450000', '190000.910000', '190001.370000', '190001.830000', '190002.290000', '190002.750000', '190003.210000', '190003.670000', '190004.130000', '190004.590000', '190005.050000', '190005.510000', '190005.970000', '190006.430000', '190006.890000', '190007.350000', '190007.810000', '190008.270000', '190008.730000', '190009.190000', '190009.650000', '190010.110000', '190010.570000', '190011.030000', '190011.490000', '190011.950000', '190012.410000', '190012.870000', '190013.330000', '190013.790000', '190014.250000', '190014.710000', '190015.170000', '190015.630000', '190016.090000', '190016.550000', '190017.010000', '190017.470000', '190017.930000', '190018.390000', '190018.850000', '190019.310000', '190019.770000', '190020.230000', '190020.690000', '190021.150000', '190021.610000', '190022.070000', '190022.530000', '190022.990000', '190023.450000', '190023.910000', '190024.370000', '190024.830000', '190025.290000', '190025.750000', '190026.210000', '190026.670000', '190027.130000', '190027.590000', '190028.050000', '190028.510000', '190028.970000', '190029.430000', '190029.890000', '190030.350000', '190030.810000', '190031.270000', '190031.730000', '190032.190000', '190032.650000', '190033.110000', '190033.570000', '190034.030000', '190034.490000', '190034.950000', '190035.410000', '190035.870000', '190036.330000', '190036.790000', '190037.250000', '190037.710000', '190038.170000', '190038.630000', '190039.090000', '190039.550000', '190040.010000', '190040.470000', '190040.930000', '190041.390000', '190041.850000', '190042.310000', '190042.770000', '190043.230000', '190043.690000', '190044.150000', '190044.610000', '190045.070000', '190045.530000', '190045.990000', '190046.450000', '190046.910000', '190047.370000', '190047.830000', '190048.290000', '190048.750000', '190049.210000', '190049.670000', '190050.130000', '190050.590000', '190051.050000', '190051.510000', '190051.970000', '190052.430000', '190052.890000', '190053.350000', '190053.810000', '190054.270000', '190054.730000', '190055.190000', '190055.650000', '190056.110000', '190056.570000', '190057.030000', '190057.490000', '190057.950000', '190058.410000', '190058.870000', '190059.330000', '190059.790000', '190100.250000', '190100.710000', '190101.170000', '190101.630000', '190102.090000', '190102.550000', '190103.010000', '190103.470000', '190103.930000', '190104.390000', '190104.850000', '190105.310000', '190105.770000', '190106.230000', '190106.690000', '190107.150000', '190107.610000', '190108.070000', '190108.530000', '190108.990000', '190109.450000', '190109.910000', '190110.370000', '190110.830000', '190111.290000', '190111.750000', '190112.210000', '190112.670000', '190113.130000', '190113.590000', '190114.050000', '190114.510000', '190114.970000', '190115.430000', '190115.890000', '190116.350000', '190116.810000', '190117.270000', '190117.730000', '190118.190000', '190118.650000', '190119.110000', '190119.570000', '190120.030000', '190120.490000', '190120.950000', '190121.410000', '190121.870000', '190122.330000', '190122.790000', '190123.250000', '190123.710000', '190124.170000', '190124.630000', '190125.090000', '190125.550000', '190126.010000', '190126.470000', '190126.930000', '190127.390000', '190127.850000', '190128.310000', '190128.770000', '190129.230000', '190129.690000', '190130.150000', '190130.610000', '190131.070000', '190131.530000', '190131.990000', '190132.450000', '190132.910000', '190133.370000', '190133.830000', '190134.290000', '190134.750000', '190135.210000', '190135.670000', '190136.130000', '190136.590000', '190137.050000', '190137.510000', '190137.970000', '190138.430000', '190138.890000', '190139.350000', '190139.810000', '190140.270000', '190140.730000', '190141.190000', '190141.650000', '190142.110000', '190142.570000', '190143.030000', '190143.490000', '190143.950000', '190144.410000', '190144.870000', '190145.330000', '190145.790000', '190146.250000', '190146.710000', '190147.170000', '190147.630000', '190148.090000', '190148.550000', '190149.010000', '190149.470000', '190149.930000', '190150.390000', '190150.850000', '190151.310000', '190151.770000', '190152.230000', '190152.690000', '190153.150000', '190153.610000', '190154.070000', '190154.530000', '190154.990000', '190155.450000', '190155.910000', '190156.370000', '190156.830000', '190157.290000', '190157.750000', '190158.210000', '190158.670000', '190159.130000', '190159.590000', '190200.050000', '190200.510000', '190200.970000', '190201.430000', '190201.890000', '190202.350000', '190202.810000', '190203.270000', '190203.730000', '190204.190000', '190204.650000', '190205.110000', '190205.570000', '190206.030000', '190206.490000', '190206.950000', '190207.410000', '190207.870000', '190208.330000', '190208.790000', '190209.250000', '190209.710000', '190210.170000', '190210.630000', '190211.090000', '190211.550000', '190212.010000', '190212.470000', '190212.930000', '190213.390000', '190213.850000', '190214.310000', '190214.770000', '190215.230000', '190215.690000', '190216.150000', '190216.610000', '190217.070000', '190217.530000', '190217.990000', '190218.450000', '190218.910000', '190219.370000', '190219.830000', '190220.290000', '190220.750000', '190221.210000', '190221.670000', '190222.130000', '190222.590000', '190223.050000', '190223.510000', '190223.970000', '190224.430000', '190224.890000', '190225.350000', '190225.810000', '190226.270000', '190226.730000', '190227.190000', '190227.650000', '190228.110000', '190228.570000', '190229.030000', '190229.490000', '190229.950000', '190230.410000', '190230.870000', '190231.330000', '190231.790000', '190232.250000', '190232.710000', '190233.170000', '190233.630000', '190234.090000', '190234.550000', '190235.010000', '190235.470000', '190235.930000', '190236.390000', '190236.850000', '190237.310000', '190237.770000', '190238.230000', '190238.690000', '190239.150000', '190239.610000', '190240.070000', '190240.530000', '190240.990000', '190241.450000', '190241.910000', '190242.370000', '190242.830000', '190243.290000', '190243.750000', '190244.210000', '190244.670000', '190245.130000', '190245.590000', '190246.050000', '190246.510000', '190246.970000', '190247.430000', '190247.890000', '190248.350000', '190248.810000', '190249.270000', '190249.730000', '190250.190000', '190250.650000', '190251.110000', '190251.570000', '190252.030000', '190252.490000', '190252.950000', '190253.410000', '190253.870000', '190254.330000', '190254.790000', '190255.250000', '190255.710000', '190256.170000', '190256.630000', '190257.090000', '190257.550000', '190258.010000', '190258.470000', '190258.930000', '190259.390000', '190259.850000', '190300.310000', '190300.770000', '190301.230000', '190301.690000', '190302.150000', '190302.610000', '190303.070000', '190303.530000', '190303.990000', '190304.450000', '190304.910000', '190305.370000', '190305.830000', '190306.290000', '190306.750000', '190307.210000', '190307.670000', '190308.130000', '190308.590000', '190309.050000', '190309.510000', '190309.970000', '190310.430000', '190310.890000', '190311.350000', '190311.810000', '190312.270000', '190312.730000', '190313.190000', '190313.650000', '190314.110000', '190314.570000', '190315.030000', '190315.490000', '190315.950000', '190316.410000', '190316.870000', '190317.330000', '190317.790000', '190318.250000', '190318.710000', '190319.170000', '190319.630000', '190320.090000', '190320.550000', '190321.010000', '190321.470000', '190321.930000', '190322.390000', '190322.850000', '190323.310000', '190323.770000', '190324.230000', '190324.690000', '190325.150000', '190325.610000', '190326.070000', '190326.530000', '190326.990000', '190327.450000', '190327.910000', '190328.370000', '190328.830000', '190329.290000', '190329.750000', '190330.210000', '190330.670000', '190331.130000', '190331.590000', '190332.050000', '190332.510000', '190332.970000', '190333.430000', '190333.890000', '190334.350000', '190334.810000', '190335.270000', '190335.730000', '190336.190000', '190336.650000', '190337.110000', '190337.570000', '190338.030000', '190338.490000', '190338.950000', '190339.410000', '190339.870000', '190340.330000', '190340.790000', '190341.250000', '190341.710000', '190342.170000', '190342.630000', '190343.090000', '190343.550000', '190344.010000', '190344.470000', '190344.930000', '190345.390000', '190345.850000', '190346.310000', '190346.770000', '190347.230000', '190347.690000', '190348.150000', '190348.610000', '190349.070000', '190349.530000', '190349.990000', '190350.450000', '190350.910000', '190351.370000', '190351.830000', '190352.290000', '190352.750000', '190353.210000', '190353.670000', '190354.130000', '190354.590000', '190355.050000', '190355.510000', '190355.970000', '190356.430000', '190356.890000', '190357.350000', '190357.810000', '190358.270000', '190358.730000', '190359.190000', '190359.650000', '190400.110000', '190400.570000', '190401.030000', '190401.490000', '190401.950000', '190402.410000', '190402.870000', '190403.330000', '190403.790000', '190404.250000', '190404.710000', '190405.170000', '190405.630000', '190406.090000', '190406.550000', '190407.010000', '190407.470000', '190407.930000', '190408.390000', '190408.850000', '190409.310000', '190409.770000', '190410.230000', '190410.690000', '190411.150000', '190411.610000', '190412.070000', '190412.530000', '190412.990000', '190413.450000', '190413.910000', '190414.370000', '190414.830000', '190415.290000', '190415.750000', '190416.210000', '190416.670000', '190417.130000', '190417.590000', '190418.050000', '190418.510000', '190418.970000', '190419.430000', '190419.890000', '190420.350000', '190420.810000', '190421.270000', '190421.730000', '190422.190000', '190422.650000', '190423.110000', '190423.570000', '190424.030000', '190424.490000', '190424.950000', '190425.410000', '190425.870000', '190426.330000', '190426.790000', '190427.250000', '190427.710000', '190428.170000', '190428.630000', '190429.090000', '190429.550000', '190430.010000', '190430.470000', '190430.930000', '190431.390000', '190431.850000', '190432.310000', '190432.770000', '190433.230000', '190433.690000', '190434.150000', '190434.610000', '190435.070000', '190435.530000', '190435.990000', '190436.450000', '190436.910000', '190437.370000', '190437.830000', '190438.290000', '190438.750000', '190439.210000', '190439.670000', '190440.130000', '190440.590000', '190441.050000', '190441.510000', '190441.970000', '190442.430000', '190442.890000', '190443.350000', '190443.810000', '190444.270000', '190444.730000', '190445.190000', '190445.650000', '190446.110000', '190446.570000', '190447.030000', '190447.490000', '190447.950000', '190448.410000', '190448.870000', '190449.330000', '190449.790000', '190450.250000', '190450.710000', '190451.170000', '190451.630000', '190452.090000', '190452.550000', '190453.010000', '190453.470000', '190453.930000', '190454.390000', '190454.850000', '190455.310000', '190455.770000', '190456.230000', '190456.690000', '190457.150000', '190457.610000', '190458.070000', '190458.530000', '190458.990000', '190459.450000', '190459.910000', '190500.370000', '190500.830000', '190501.290000', '190501.750000', '190502.210000', '190502.670000', '190503.130000', '190503.590000', '190504.050000', '190504.510000', '190504.970000', '190505.430000', '190505.890000', '190506.350000', '190506.810000', '190507.270000', '190507.730000', '190508.190000', '190508.650000', '190509.110000', '190509.570000', '190510.030000', '190510.490000', '190510.950000', '190511.410000', '190511.870000', '190512.330000', '190512.790000', '190513.250000', '190513.710000', '190514.170000', '190514.630000', '190515.090000', '190515.550000', '190516.010000', '190516.470000', '190516.930000', '190517.390000', '190517.850000', '190518.310000', '190518.770000', '190519.230000', '190519.690000', '190520.150000', '190520.610000', '190521.070000', '190521.530000', '190521.990000', '190522.450000', '190522.910000', '190523.370000', '190523.830000', '190524.290000', '190524.750000', '190525.210000', '190525.670000', '190526.130000', '190526.590000', '190527.050000', '190527.510000', '190527.970000', '190528.430000', '190528.890000', '190529.350000', '190529.810000', '190530.270000', '190530.730000', '190531.190000', '190531.650000', '190532.110000', '190532.570000', '190533.030000', '190533.490000', '190533.950000', '190534.410000', '190534.870000', '190535.330000', '190535.790000', '190536.250000', '190536.710000', '190537.170000', '190537.630000', '190538.090000', '190538.550000', '190539.010000', '190539.470000', '190539.930000', '190540.390000', '190540.850000', '190541.310000', '190541.770000', '190542.230000', '190542.690000', '190543.150000', '190543.610000', '190544.070000', '190544.530000', '190544.990000', '190545.450000', '190545.910000', '190546.370000', '190546.830000', '190547.290000', '190547.750000', '190548.210000', '190548.670000', '190549.130000', '190549.590000', '190550.050000', '190550.510000', '190550.970000', '190551.430000', '190551.890000', '190552.350000', '190552.810000', '190553.270000', '190553.730000', '190554.190000', '190554.650000', '190555.110000', '190555.570000', '190556.030000', '190556.490000', '190556.950000', '190557.410000', '190557.870000', '190558.330000', '190558.790000', '190559.250000', '190559.710000', '190600.170000', '190600.630000', '190601.090000', '190601.550000', '190602.010000', '190602.470000', '190602.930000', '190603.390000'], 'ContentTime': ['185937.843000', '185937.846000', '185937.849000', '185937.852000', '185937.854000', '185937.857000', '185937.860000', '185937.862000', '185937.865000', '185937.874000', '185937.876000', '185937.879000', '185937.882000', '185937.884000', '185937.887000', '185937.889000', '185937.898000', '185937.901000', '185937.903000', '185937.906000', '185937.908000', '185937.911000', '185937.914000', '185937.916000', '185937.922000', '185937.925000', '185937.927000', '185937.930000', '185937.932000', '185937.935000', '185957.772000', '185957.775000', '185957.778000', '185957.781000', '185957.783000', '185957.786000', '185957.789000', '185957.791000', '185957.794000', '185957.796000', '185957.799000', '185957.820000', '185957.823000', '185957.826000', '185957.828000', '185957.831000', '185957.833000', '185957.836000', '185957.838000', '185957.846000', '185957.849000', '185957.852000', '185957.854000', '185957.857000', '185957.859000', '185957.862000', '185957.864000', '185957.867000', '185957.869000', '185957.872000', '185957.874000', '185957.877000', '185957.879000', '185957.882000', '185957.885000', '185957.887000', '185957.890000', '185957.892000', '185957.895000', '185957.897000', '185957.900000', '185957.903000', '185957.905000', '190017.772000', '190017.775000', '190017.778000', '190017.780000', '190017.783000', '190017.786000', '190017.788000', '190017.791000', '190017.793000', '190017.796000', '190017.799000', '190017.832000', '190017.835000', '190017.837000', '190017.840000', '190017.842000', '190017.845000', '190017.876000', '190017.878000', '190017.881000', '190017.883000', '190017.886000', '190017.888000', '190017.891000', '190017.894000', '190017.896000', '190017.899000', '190017.901000', '190017.904000', '190017.906000', '190017.909000', '190017.912000', '190017.921000', '190017.923000', '190017.926000', '190017.928000', '190017.931000', '190017.934000', '190017.936000', '190017.939000', '190017.941000', '190017.944000', '190017.946000', '190017.949000', '190037.772000', '190037.775000', '190037.778000', '190037.780000', '190037.783000', '190037.785000', '190037.788000', '190037.790000', '190037.793000', '190037.796000', '190037.798000', '190037.801000', '190037.803000', '190037.806000', '190037.809000', '190037.812000', '190037.815000', '190037.817000', '190037.820000', '190037.822000', '190037.825000', '190037.827000', '190037.830000', '190037.833000', '190037.835000', '190037.838000', '190037.840000', '190037.843000', '190037.846000', '190037.848000', '190037.851000', '190037.853000', '190037.856000', '190037.859000', '190037.861000', '190037.864000', '190037.866000', '190037.869000', '190037.872000', '190037.874000', '190037.877000', '190037.879000', '190037.882000', '190057.772000', '190057.775000', '190057.778000', '190057.780000', '190057.783000', '190057.786000', '190057.788000', '190057.791000', '190057.794000', '190057.797000', '190057.799000', '190057.802000', '190057.804000', '190057.807000', '190057.809000', '190057.812000', '190057.814000', '190057.817000', '190057.820000', '190057.822000', '190057.825000', '190057.827000', '190057.830000', '190057.833000', '190057.835000', '190057.838000', '190057.840000', '190057.843000', '190057.845000', '190057.848000', '190057.851000', '190057.853000', '190057.856000', '190057.858000', '190057.861000', '190057.864000', '190057.866000', '190057.869000', '190057.871000', '190057.874000', '190057.877000', '190057.879000', '190057.882000', '190057.884000', '190117.773000', '190117.776000', '190117.779000', '190117.781000', '190117.784000', '190117.786000', '190117.789000', '190117.792000', '190117.795000', '190117.798000', '190117.844000', '190117.846000', '190117.849000', '190117.852000', '190117.854000', '190117.857000', '190117.859000', '190117.862000', '190117.865000', '190117.867000', '190117.870000', '190117.872000', '190117.875000', '190117.878000', '190117.880000', '190117.883000', '190117.885000', '190117.888000', '190117.890000', '190117.893000', '190117.896000', '190117.898000', '190117.901000', '190117.903000', '190117.906000', '190117.908000', '190117.911000', '190117.914000', '190117.916000', '190117.919000', '190117.921000', '190117.924000', '190117.926000', '190137.773000', '190137.776000', '190137.779000', '190137.781000', '190137.784000', '190137.786000', '190137.789000', '190137.805000', '190137.832000', '190137.835000', '190137.837000', '190137.840000', '190137.842000', '190137.845000', '190137.848000', '190137.850000', '190137.853000', '190137.855000', '190137.858000', '190137.860000', '190137.863000', '190137.865000', '190137.868000', '190137.871000', '190137.873000', '190137.876000', '190137.878000', '190137.881000', '190137.884000', '190137.886000', '190137.889000', '190137.891000', '190137.894000', '190137.896000', '190137.899000', '190137.902000', '190137.904000', '190137.907000', '190137.909000', '190137.912000', '190137.915000', '190137.917000', '190137.920000', '190137.922000', '190157.773000', '190157.776000', '190157.779000', '190157.781000', '190157.784000', '190157.787000', '190157.789000', '190157.792000', '190157.794000', '190157.797000', '190157.800000', '190157.802000', '190157.805000', '190157.808000', '190157.810000', '190157.813000', '190157.816000', '190157.818000', '190157.821000', '190157.823000', '190157.826000', '190157.828000', '190157.831000', '190157.834000', '190157.836000', '190157.839000', '190157.841000', '190157.844000', '190157.847000', '190157.849000', '190157.852000', '190157.854000', '190157.857000', '190157.859000', '190157.862000', '190157.865000', '190157.867000', '190157.870000', '190157.872000', '190157.875000', '190157.877000', '190157.880000', '190157.883000', '190217.773000', '190217.775000', '190217.778000', '190217.781000', '190217.783000', '190217.786000', '190217.789000', '190217.791000', '190217.794000', '190217.796000', '190217.799000', '190217.810000', '190217.813000', '190217.816000', '190217.818000', '190217.821000', '190217.824000', '190217.826000', '190217.829000', '190217.831000', '190217.834000', '190217.836000', '190217.839000', '190217.842000', '190217.845000', '190217.848000', '190217.850000', '190217.853000', '190217.856000', '190217.858000', '190217.861000', '190217.863000', '190217.866000', '190217.869000', '190217.871000', '190217.874000', '190217.876000', '190217.879000', '190217.882000', '190217.884000', '190217.887000', '190217.889000', '190217.892000', '190217.895000', '190237.773000', '190237.775000', '190237.778000', '190237.781000', '190237.783000', '190237.786000', '190237.789000', '190237.791000', '190237.794000', '190237.796000', '190237.799000', '190237.844000', '190237.846000', '190237.849000', '190237.852000', '190237.854000', '190237.857000', '190237.859000', '190237.862000', '190237.864000', '190237.867000', '190237.870000', '190237.872000', '190237.875000', '190237.877000', '190237.880000', '190237.883000', '190237.885000', '190237.888000', '190237.890000', '190237.893000', '190237.896000', '190237.898000', '190237.901000', '190237.903000', '190237.906000', '190237.909000', '190237.911000', '190237.914000', '190237.916000', '190237.919000', '190237.921000', '190237.924000', '190257.773000', '190257.775000', '190257.778000', '190257.781000', '190257.783000', '190257.786000', '190257.788000', '190257.791000', '190257.793000', '190257.796000', '190257.799000', '190257.858000', '190257.861000', '190257.863000', '190257.866000', '190257.868000', '190257.871000', '190257.873000', '190257.876000', '190257.879000', '190257.881000', '190257.884000', '190257.886000', '190257.889000', '190257.891000', '190257.894000', '190257.896000', '190257.899000', '190257.902000', '190257.904000', '190257.907000', '190257.909000', '190257.912000', '190257.915000', '190257.917000', '190257.920000', '190257.922000', '190257.925000', '190257.927000', '190257.930000', '190257.932000', '190257.935000', '190257.937000', '190257.940000', '190317.773000', '190317.776000', '190317.778000', '190317.781000', '190317.784000', '190317.786000', '190317.789000', '190317.791000', '190317.794000', '190317.797000', '190317.799000', '190317.835000', '190317.837000', '190317.840000', '190317.842000', '190317.845000', '190317.848000', '190317.850000', '190317.853000', '190317.856000', '190317.858000', '190317.861000', '190317.864000', '190317.866000', '190317.869000', '190317.871000', '190317.874000', '190317.877000', '190317.879000', '190317.882000', '190317.884000', '190317.887000', '190317.890000', '190317.892000', '190317.895000', '190317.897000', '190317.900000', '190317.902000', '190317.905000', '190317.908000', '190317.910000', '190317.913000', '190317.915000', '190337.774000', '190337.776000', '190337.779000', '190337.782000', '190337.784000', '190337.787000', '190337.789000', '190337.792000', '190337.794000', '190337.797000', '190337.851000', '190337.854000', '190337.856000', '190337.859000', '190337.862000', '190337.864000', '190337.867000', '190337.869000', '190337.872000', '190337.875000', '190337.877000', '190337.880000', '190337.882000', '190337.885000', '190337.888000', '190337.890000', '190337.893000', '190337.895000', '190337.898000', '190337.901000', '190337.903000', '190337.906000', '190337.909000', '190337.911000', '190337.914000', '190337.916000', '190337.919000', '190337.921000', '190337.924000', '190337.927000', '190337.929000', '190337.932000', '190337.934000', '190337.937000', '190357.774000', '190357.777000', '190357.779000', '190357.782000', '190357.784000', '190357.787000', '190357.789000', '190357.792000', '190357.794000', '190357.797000', '190357.800000', '190357.802000', '190357.805000', '190357.807000', '190357.810000', '190357.813000', '190357.815000', '190357.818000', '190357.821000', '190357.823000', '190357.826000', '190357.828000', '190357.831000', '190357.833000', '190357.836000', '190357.839000', '190357.841000', '190357.844000', '190357.847000', '190357.850000', '190357.853000', '190357.855000', '190357.858000', '190357.861000', '190357.863000', '190357.866000', '190357.868000', '190357.872000', '190357.875000', '190357.877000', '190357.880000', '190357.882000', '190357.885000', '190417.773000', '190417.776000', '190417.779000', '190417.781000', '190417.784000', '190417.787000', '190417.789000', '190417.792000', '190417.794000', '190417.797000', '190417.844000', '190417.846000', '190417.849000', '190417.851000', '190417.854000', '190417.856000', '190417.859000', '190417.862000', '190417.864000', '190417.867000', '190417.869000', '190417.872000', '190417.874000', '190417.877000', '190417.880000', '190417.882000', '190417.885000', '190417.888000', '190417.890000', '190417.893000', '190417.896000', '190417.898000', '190417.901000', '190417.903000', '190417.906000', '190417.909000', '190417.911000', '190417.914000', '190417.916000', '190417.919000', '190417.921000', '190417.924000', '190417.927000', '190417.929000', '190437.773000', '190437.776000', '190437.778000', '190437.781000', '190437.783000', '190437.786000', '190437.788000', '190437.791000', '190437.794000', '190437.796000', '190437.799000', '190437.850000', '190437.852000', '190437.869000', '190437.871000', '190437.874000', '190437.877000', '190437.879000', '190437.882000', '190437.885000', '190437.888000', '190437.890000', '190437.893000', '190437.896000', '190437.898000', '190437.901000', '190437.904000', '190437.906000', '190437.909000', '190437.912000', '190437.915000', '190437.917000', '190437.920000', '190437.922000', '190437.925000', '190437.928000', '190437.930000', '190437.933000', '190437.935000', '190437.938000', '190437.941000', '190437.943000', '190437.946000', '190457.773000', '190457.776000', '190457.779000', '190457.781000', '190457.784000', '190457.787000', '190457.789000', '190457.792000', '190457.794000', '190457.797000', '190457.799000', '190457.869000', '190457.871000', '190457.874000', '190457.877000', '190457.879000', '190457.882000', '190457.884000', '190457.887000', '190457.890000', '190457.892000', '190457.895000', '190457.897000', '190457.900000', '190457.902000', '190457.905000', '190457.908000', '190457.910000', '190457.913000', '190457.915000', '190457.918000', '190457.921000', '190457.923000', '190457.926000', '190457.928000', '190457.931000', '190457.934000', '190457.936000', '190457.939000', '190457.941000', '190457.944000', '190457.947000', '190457.949000', '190517.772000', '190517.775000', '190517.778000', '190517.781000', '190517.783000', '190517.786000', '190517.788000', '190517.791000', '190517.793000', '190517.796000', '190517.799000', '190517.801000', '190517.804000', '190517.870000', '190517.873000', '190517.875000', '190517.878000', '190517.882000', '190517.885000', '190517.887000', '190517.890000', '190517.892000', '190517.895000', '190517.898000', '190517.900000', '190517.903000', '190517.906000', '190517.908000', '190517.913000', '190517.916000', '190517.919000', '190517.922000', '190517.924000', '190517.927000', '190517.930000', '190517.932000', '190517.935000', '190517.938000', '190517.941000', '190517.943000', '190517.946000', '190517.949000', '190517.951000', '190517.954000', '190537.772000', '190537.775000', '190537.778000', '190537.780000', '190537.783000', '190537.786000', '190537.788000', '190537.791000', '190537.793000', '190537.796000', '190537.799000', '190537.862000', '190537.864000', '190537.867000', '190537.869000', '190537.872000', '190537.874000', '190537.877000', '190537.879000', '190537.882000', '190537.885000', '190537.887000', '190537.890000', '190537.892000', '190537.895000', '190537.897000', '190537.900000', '190537.903000', '190537.905000', '190537.908000', '190537.911000', '190537.913000', '190537.916000', '190537.918000', '190537.921000', '190537.923000', '190537.926000', '190537.928000', '190537.931000', '190537.934000', '190537.936000', '190537.939000', '190537.941000', '190537.944000', '190557.773000', '190557.776000', '190557.779000', '190557.782000', '190557.784000', '190557.787000', '190557.789000', '190557.792000', '190557.794000', '190557.797000', '190557.800000', '190557.802000', '190557.805000', '190557.808000', '190557.810000', '190557.813000', '190557.816000', '190557.818000', '190557.821000', '190557.823000', '190557.826000', '190557.828000', '190557.831000', '190557.833000', '190557.846000', '190557.849000', '190557.851000', '190557.854000', '190557.856000', '190557.859000', '190557.861000', '190557.864000', '190557.867000', '190557.869000', '190557.872000', '190557.874000', '190557.877000', '190557.880000', '190557.883000', '190557.886000', '190557.888000', '190557.891000', '190557.893000', '190604.766000', '190604.769000', '190604.772000', '190604.774000', '190604.777000', '190604.779000', '190604.782000', '190604.785000', '190604.787000', '190604.790000', '190604.792000', '190604.795000', '190604.798000', '190604.800000', '190604.803000', '190604.805000'], 'InstanceCreationTime': ['185937.843000', '185937.846000', '185937.849000', '185937.852000', '185937.854000', '185937.857000', '185937.860000', '185937.862000', '185937.865000', '185937.874000', '185937.876000', '185937.879000', '185937.882000', '185937.884000', '185937.887000', '185937.889000', '185937.898000', '185937.901000', '185937.903000', '185937.906000', '185937.908000', '185937.911000', '185937.914000', '185937.916000', '185937.922000', '185937.925000', '185937.927000', '185937.930000', '185937.932000', '185937.935000', '185957.772000', '185957.775000', '185957.778000', '185957.781000', '185957.783000', '185957.786000', '185957.789000', '185957.791000', '185957.794000', '185957.796000', '185957.799000', '185957.820000', '185957.823000', '185957.826000', '185957.828000', '185957.831000', '185957.833000', '185957.836000', '185957.838000', '185957.846000', '185957.849000', '185957.852000', '185957.854000', '185957.857000', '185957.859000', '185957.862000', '185957.864000', '185957.867000', '185957.869000', '185957.872000', '185957.874000', '185957.877000', '185957.879000', '185957.882000', '185957.885000', '185957.887000', '185957.890000', '185957.892000', '185957.895000', '185957.897000', '185957.900000', '185957.903000', '185957.905000', '190017.772000', '190017.775000', '190017.778000', '190017.780000', '190017.783000', '190017.786000', '190017.788000', '190017.791000', '190017.793000', '190017.796000', '190017.799000', '190017.832000', '190017.835000', '190017.837000', '190017.840000', '190017.842000', '190017.845000', '190017.876000', '190017.878000', '190017.881000', '190017.883000', '190017.886000', '190017.888000', '190017.891000', '190017.894000', '190017.896000', '190017.899000', '190017.901000', '190017.904000', '190017.906000', '190017.909000', '190017.912000', '190017.921000', '190017.923000', '190017.926000', '190017.928000', '190017.931000', '190017.934000', '190017.936000', '190017.939000', '190017.941000', '190017.944000', '190017.946000', '190017.949000', '190037.772000', '190037.775000', '190037.778000', '190037.780000', '190037.783000', '190037.785000', '190037.788000', '190037.790000', '190037.793000', '190037.796000', '190037.798000', '190037.801000', '190037.803000', '190037.806000', '190037.809000', '190037.812000', '190037.815000', '190037.817000', '190037.820000', '190037.822000', '190037.825000', '190037.827000', '190037.830000', '190037.833000', '190037.835000', '190037.838000', '190037.840000', '190037.843000', '190037.846000', '190037.848000', '190037.851000', '190037.853000', '190037.856000', '190037.859000', '190037.861000', '190037.864000', '190037.866000', '190037.869000', '190037.872000', '190037.874000', '190037.877000', '190037.879000', '190037.882000', '190057.772000', '190057.775000', '190057.778000', '190057.780000', '190057.783000', '190057.786000', '190057.788000', '190057.791000', '190057.794000', '190057.797000', '190057.799000', '190057.802000', '190057.804000', '190057.807000', '190057.809000', '190057.812000', '190057.814000', '190057.817000', '190057.820000', '190057.822000', '190057.825000', '190057.827000', '190057.830000', '190057.833000', '190057.835000', '190057.838000', '190057.840000', '190057.843000', '190057.845000', '190057.848000', '190057.851000', '190057.853000', '190057.856000', '190057.858000', '190057.861000', '190057.864000', '190057.866000', '190057.869000', '190057.871000', '190057.874000', '190057.877000', '190057.879000', '190057.882000', '190057.884000', '190117.773000', '190117.776000', '190117.779000', '190117.781000', '190117.784000', '190117.786000', '190117.789000', '190117.792000', '190117.795000', '190117.798000', '190117.844000', '190117.846000', '190117.849000', '190117.852000', '190117.854000', '190117.857000', '190117.859000', '190117.862000', '190117.865000', '190117.867000', '190117.870000', '190117.872000', '190117.875000', '190117.878000', '190117.880000', '190117.883000', '190117.885000', '190117.888000', '190117.890000', '190117.893000', '190117.896000', '190117.898000', '190117.901000', '190117.903000', '190117.906000', '190117.908000', '190117.911000', '190117.914000', '190117.916000', '190117.919000', '190117.921000', '190117.924000', '190117.926000', '190137.773000', '190137.776000', '190137.779000', '190137.781000', '190137.784000', '190137.786000', '190137.789000', '190137.805000', '190137.832000', '190137.835000', '190137.837000', '190137.840000', '190137.842000', '190137.845000', '190137.848000', '190137.850000', '190137.853000', '190137.855000', '190137.858000', '190137.860000', '190137.863000', '190137.865000', '190137.868000', '190137.871000', '190137.873000', '190137.876000', '190137.878000', '190137.881000', '190137.884000', '190137.886000', '190137.889000', '190137.891000', '190137.894000', '190137.896000', '190137.899000', '190137.902000', '190137.904000', '190137.907000', '190137.909000', '190137.912000', '190137.915000', '190137.917000', '190137.920000', '190137.922000', '190157.773000', '190157.776000', '190157.779000', '190157.781000', '190157.784000', '190157.787000', '190157.789000', '190157.792000', '190157.794000', '190157.797000', '190157.800000', '190157.802000', '190157.805000', '190157.808000', '190157.810000', '190157.813000', '190157.816000', '190157.818000', '190157.821000', '190157.823000', '190157.826000', '190157.828000', '190157.831000', '190157.834000', '190157.836000', '190157.839000', '190157.841000', '190157.844000', '190157.847000', '190157.849000', '190157.852000', '190157.854000', '190157.857000', '190157.859000', '190157.862000', '190157.865000', '190157.867000', '190157.870000', '190157.872000', '190157.875000', '190157.877000', '190157.880000', '190157.883000', '190217.773000', '190217.775000', '190217.778000', '190217.781000', '190217.783000', '190217.786000', '190217.789000', '190217.791000', '190217.794000', '190217.796000', '190217.799000', '190217.810000', '190217.813000', '190217.816000', '190217.818000', '190217.821000', '190217.824000', '190217.826000', '190217.829000', '190217.831000', '190217.834000', '190217.836000', '190217.839000', '190217.842000', '190217.845000', '190217.848000', '190217.850000', '190217.853000', '190217.856000', '190217.858000', '190217.861000', '190217.863000', '190217.866000', '190217.869000', '190217.871000', '190217.874000', '190217.876000', '190217.879000', '190217.882000', '190217.884000', '190217.887000', '190217.889000', '190217.892000', '190217.895000', '190237.773000', '190237.775000', '190237.778000', '190237.781000', '190237.783000', '190237.786000', '190237.789000', '190237.791000', '190237.794000', '190237.796000', '190237.799000', '190237.844000', '190237.846000', '190237.849000', '190237.852000', '190237.854000', '190237.857000', '190237.859000', '190237.862000', '190237.864000', '190237.867000', '190237.870000', '190237.872000', '190237.875000', '190237.877000', '190237.880000', '190237.883000', '190237.885000', '190237.888000', '190237.890000', '190237.893000', '190237.896000', '190237.898000', '190237.901000', '190237.903000', '190237.906000', '190237.909000', '190237.911000', '190237.914000', '190237.916000', '190237.919000', '190237.921000', '190237.924000', '190257.773000', '190257.775000', '190257.778000', '190257.781000', '190257.783000', '190257.786000', '190257.788000', '190257.791000', '190257.793000', '190257.796000', '190257.799000', '190257.858000', '190257.861000', '190257.863000', '190257.866000', '190257.868000', '190257.871000', '190257.873000', '190257.876000', '190257.879000', '190257.881000', '190257.884000', '190257.886000', '190257.889000', '190257.891000', '190257.894000', '190257.896000', '190257.899000', '190257.902000', '190257.904000', '190257.907000', '190257.909000', '190257.912000', '190257.915000', '190257.917000', '190257.920000', '190257.922000', '190257.925000', '190257.927000', '190257.930000', '190257.932000', '190257.935000', '190257.937000', '190257.940000', '190317.773000', '190317.776000', '190317.778000', '190317.781000', '190317.784000', '190317.786000', '190317.789000', '190317.791000', '190317.794000', '190317.797000', '190317.799000', '190317.835000', '190317.837000', '190317.840000', '190317.842000', '190317.845000', '190317.848000', '190317.850000', '190317.853000', '190317.856000', '190317.858000', '190317.861000', '190317.864000', '190317.866000', '190317.869000', '190317.871000', '190317.874000', '190317.877000', '190317.879000', '190317.882000', '190317.884000', '190317.887000', '190317.890000', '190317.892000', '190317.895000', '190317.897000', '190317.900000', '190317.902000', '190317.905000', '190317.908000', '190317.910000', '190317.913000', '190317.915000', '190337.774000', '190337.776000', '190337.779000', '190337.782000', '190337.784000', '190337.787000', '190337.789000', '190337.792000', '190337.794000', '190337.797000', '190337.851000', '190337.854000', '190337.856000', '190337.859000', '190337.862000', '190337.864000', '190337.867000', '190337.869000', '190337.872000', '190337.875000', '190337.877000', '190337.880000', '190337.882000', '190337.885000', '190337.888000', '190337.890000', '190337.893000', '190337.895000', '190337.898000', '190337.901000', '190337.903000', '190337.906000', '190337.909000', '190337.911000', '190337.914000', '190337.916000', '190337.919000', '190337.921000', '190337.924000', '190337.927000', '190337.929000', '190337.932000', '190337.934000', '190337.937000', '190357.774000', '190357.777000', '190357.779000', '190357.782000', '190357.784000', '190357.787000', '190357.789000', '190357.792000', '190357.794000', '190357.797000', '190357.800000', '190357.802000', '190357.805000', '190357.807000', '190357.810000', '190357.813000', '190357.815000', '190357.818000', '190357.821000', '190357.823000', '190357.826000', '190357.828000', '190357.831000', '190357.833000', '190357.836000', '190357.839000', '190357.841000', '190357.844000', '190357.847000', '190357.850000', '190357.853000', '190357.855000', '190357.858000', '190357.861000', '190357.863000', '190357.866000', '190357.868000', '190357.872000', '190357.875000', '190357.877000', '190357.880000', '190357.882000', '190357.885000', '190417.773000', '190417.776000', '190417.779000', '190417.781000', '190417.784000', '190417.787000', '190417.789000', '190417.792000', '190417.794000', '190417.797000', '190417.844000', '190417.846000', '190417.849000', '190417.851000', '190417.854000', '190417.856000', '190417.859000', '190417.862000', '190417.864000', '190417.867000', '190417.869000', '190417.872000', '190417.874000', '190417.877000', '190417.880000', '190417.882000', '190417.885000', '190417.888000', '190417.890000', '190417.893000', '190417.896000', '190417.898000', '190417.901000', '190417.903000', '190417.906000', '190417.909000', '190417.911000', '190417.914000', '190417.916000', '190417.919000', '190417.921000', '190417.924000', '190417.927000', '190417.929000', '190437.773000', '190437.776000', '190437.778000', '190437.781000', '190437.783000', '190437.786000', '190437.788000', '190437.791000', '190437.794000', '190437.796000', '190437.799000', '190437.850000', '190437.852000', '190437.869000', '190437.871000', '190437.874000', '190437.877000', '190437.879000', '190437.882000', '190437.885000', '190437.888000', '190437.890000', '190437.893000', '190437.896000', '190437.898000', '190437.901000', '190437.904000', '190437.906000', '190437.909000', '190437.912000', '190437.915000', '190437.917000', '190437.920000', '190437.922000', '190437.925000', '190437.928000', '190437.930000', '190437.933000', '190437.935000', '190437.938000', '190437.941000', '190437.943000', '190437.946000', '190457.773000', '190457.776000', '190457.779000', '190457.781000', '190457.784000', '190457.787000', '190457.789000', '190457.792000', '190457.794000', '190457.797000', '190457.799000', '190457.869000', '190457.871000', '190457.874000', '190457.877000', '190457.879000', '190457.882000', '190457.884000', '190457.887000', '190457.890000', '190457.892000', '190457.895000', '190457.897000', '190457.900000', '190457.902000', '190457.905000', '190457.908000', '190457.910000', '190457.913000', '190457.915000', '190457.918000', '190457.921000', '190457.923000', '190457.926000', '190457.928000', '190457.931000', '190457.934000', '190457.936000', '190457.939000', '190457.941000', '190457.944000', '190457.947000', '190457.949000', '190517.772000', '190517.775000', '190517.778000', '190517.781000', '190517.783000', '190517.786000', '190517.788000', '190517.791000', '190517.793000', '190517.796000', '190517.799000', '190517.801000', '190517.804000', '190517.870000', '190517.873000', '190517.875000', '190517.878000', '190517.882000', '190517.885000', '190517.887000', '190517.890000', '190517.892000', '190517.895000', '190517.898000', '190517.900000', '190517.903000', '190517.906000', '190517.908000', '190517.913000', '190517.916000', '190517.919000', '190517.922000', '190517.924000', '190517.927000', '190517.930000', '190517.932000', '190517.935000', '190517.938000', '190517.941000', '190517.943000', '190517.946000', '190517.949000', '190517.951000', '190517.954000', '190537.772000', '190537.775000', '190537.778000', '190537.780000', '190537.783000', '190537.786000', '190537.788000', '190537.791000', '190537.793000', '190537.796000', '190537.799000', '190537.862000', '190537.864000', '190537.867000', '190537.869000', '190537.872000', '190537.874000', '190537.877000', '190537.879000', '190537.882000', '190537.885000', '190537.887000', '190537.890000', '190537.892000', '190537.895000', '190537.897000', '190537.900000', '190537.903000', '190537.905000', '190537.908000', '190537.911000', '190537.913000', '190537.916000', '190537.918000', '190537.921000', '190537.923000', '190537.926000', '190537.928000', '190537.931000', '190537.934000', '190537.936000', '190537.939000', '190537.941000', '190537.944000', '190557.773000', '190557.776000', '190557.779000', '190557.782000', '190557.784000', '190557.787000', '190557.789000', '190557.792000', '190557.794000', '190557.797000', '190557.800000', '190557.802000', '190557.805000', '190557.808000', '190557.810000', '190557.813000', '190557.816000', '190557.818000', '190557.821000', '190557.823000', '190557.826000', '190557.828000', '190557.831000', '190557.833000', '190557.846000', '190557.849000', '190557.851000', '190557.854000', '190557.856000', '190557.859000', '190557.861000', '190557.864000', '190557.867000', '190557.869000', '190557.872000', '190557.874000', '190557.877000', '190557.880000', '190557.883000', '190557.886000', '190557.888000', '190557.891000', '190557.893000', '190604.766000', '190604.769000', '190604.772000', '190604.774000', '190604.777000', '190604.779000', '190604.782000', '190604.785000', '190604.787000', '190604.790000', '190604.792000', '190604.795000', '190604.798000', '190604.800000', '190604.803000', '190604.805000'], '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': [12664, 9466, 12383, 8200, 11237, 8627, 11948, 9431, 12192, 8814, 11639, 8174, 11190, 8738, 11384, 8574, 11480, 8651, 11302, 8892, 11630, 8768, 11354, 8901, 12077, 8320, 11720, 8609, 12026, 8879, 11844, 8751, 12103, 8873, 11740, 8787, 11746, 9165, 12517, 9764, 10018, 9586, 7473, 10700, 7914, 11193, 11016, 10159, 12264, 10402, 8713, 10327, 8063, 11185, 9684, 10755, 8166, 11268, 7990, 11521, 9000, 11918, 9206, 12309, 9572, 12263, 9263, 11822, 9075, 12425, 9342, 11343, 9023, 11545, 9201, 12558, 9304, 11877, 9839, 10852, 9141, 11478, 9484, 11775, 9903, 9408, 9800, 10590, 10282, 11307, 10455, 8037, 11735, 8935, 12220, 9614, 12689, 9513, 12937, 9133, 11882, 8512, 12198, 9204, 12374, 8956, 11951, 8432, 11625, 8773, 11780, 9177, 11702, 9428, 12472, 9285, 12380, 9636, 11971, 8779, 11644, 8893, 11531, 9452, 11150, 8777, 11620, 8948, 12379, 9147, 11537, 9087, 11679, 9108, 11949, 8288, 11495, 8183, 10973, 7765, 10821, 8884, 10411, 9167, 10593, 7843, 10647, 7916, 11389, 8092, 11668, 9123, 12194, 8754, 12042, 8623, 11748, 8178, 11464, 7784, 11450, 8449, 11691, 7862, 11595, 7769, 11156, 8053, 11191, 8135, 11818, 8183, 11708, 7898, 11318, 11968, 9845, 12617, 9635, 11386, 9043, 11363, 8136, 10819, 7882, 11086, 7815, 10958, 7552, 10570, 10102, 9697, 12444, 9332, 10525, 9019, 11965, 9163, 11392, 7792, 10898, 7867, 10624, 7696, 10649, 12021, 10034, 10571, 9758, 12611, 9574, 11765, 9374, 11504, 9400, 11390, 9524, 12177, 9133, 10891, 9639, 11980, 9395, 12478, 9191, 11929, 9332, 11339, 9149, 11001, 9111, 11738, 9435, 11387, 8869, 11020, 8092, 11095, 7915, 10828, 7635, 11071, 8128, 11234, 8104, 11803, 8313, 11467, 8067, 11384, 8320, 11333, 8211, 11820, 9151, 13311, 9634, 7641, 10364, 7755, 11126, 8540, 10534, 9748, 10535, 12550, 10722, 9292, 10407, 13849, 10065, 13844, 9989, 13169, 9843, 11095, 10095, 12235, 9716, 12197, 9772, 11301, 9263, 11378, 9070, 11286, 9020, 10907, 8326, 10841, 7830, 10654, 7608, 10538, 11439, 9795, 12074, 9588, 11707, 9447, 11688, 9262, 10866, 9124, 11132, 9248, 11709, 9048, 11650, 9135, 12097, 9669, 7857, 9788, 8354, 10589, 8712, 11015, 9809, 11037, 7836, 11538, 8191, 11467, 8757, 10630, 10002, 10822, 8062, 11112, 8083, 11209, 8655, 10714, 8304, 11316, 8711, 10969, 9927, 10875, 13001, 10491, 9323, 9988, 11631, 10096, 13467, 9933, 10867, 9891, 10412, 9735, 12266, 9398, 12675, 9636, 9881, 9582, 9458, 10117, 10197, 9709, 7841, 10780, 8220, 10585, 7894, 11037, 8442, 11865, 9041, 12447, 9270, 12414, 9200, 12321, 9280, 12428, 9141, 11694, 9208, 12231, 9289, 11879, 9400, 12177, 9190, 12158, 8341, 11503, 8289, 11735, 8158, 11349, 8566, 10660, 12965, 10291, 12756, 9721, 11679, 9445, 12094, 9756, 10020, 9467, 11046, 9948, 13319, 9864, 12455, 9912, 12579, 9568, 12162, 9268, 12106, 9774, 12120, 9172, 12065, 9334, 12431, 9482, 11759, 9503, 12142, 9482, 11843, 9436, 11777, 9164, 11389, 8546, 11409, 8048, 10516, 12481, 9831, 8301, 10524, 11715, 10131, 13283, 9841, 12144, 9841, 11921, 9504, 11878, 9314, 11812, 9993, 7446, 10321, 7970, 11005, 8152, 11497, 8432, 11989, 9337, 12307, 9727, 12120, 9716, 12027, 9728, 11487, 9564, 12370, 9373, 12547, 9224, 11583, 9428, 11389, 9668, 11557, 9530, 11305, 9277, 11227, 9162, 11540, 9196, 11244, 9146, 11771, 9422, 11494, 9313, 12402, 9193, 12441, 9633, 11089, 9226, 11975, 9276, 11581, 9118, 11756, 9628, 11686, 9363, 12106, 9449, 12193, 10098, 8367, 9844, 7986, 10683, 8169, 11362, 8191, 12085, 8719, 12376, 9244, 12449, 9383, 12585, 10136, 12214, 9554, 11572, 9558, 12618, 9893, 9664, 9781, 10511, 9783, 11099, 9970, 8856, 10939, 8185, 11036, 8056, 11003, 8375, 11410, 7987, 11642, 8301, 11529, 8330, 12181, 8872, 12077, 9031, 12155, 9619, 12251, 9600, 7689, 10929, 8984, 13445, 10306, 8125, 10172, 7802, 11629, 9014, 12297, 10135, 11797, 9575, 11757, 9545, 10284, 9873, 10974, 10027, 7451, 11030, 7856, 11251, 8395, 11555, 7817, 12077, 8089, 12001, 7961, 11904, 7916, 11564, 7857, 11644, 7861, 11698, 7994, 11611, 7866, 11502, 7658, 11584, 8000, 11061, 9363, 10912, 13012, 10870, 8710, 10398, 9928, 10286, 10198, 9978, 11854, 10167, 7355, 10530, 9138, 10725, 13363, 10101, 12495, 10210, 10312, 9228, 10924, 9748, 10007, 10217, 7882, 11373, 8556, 12050, 9131, 12774, 8377, 12052, 8923, 12490, 9074, 12468, 8222, 11495, 9215, 10719, 7636, 10915, 8806, 10877, 10583, 10693, 7586, 10950, 8283, 10718, 11903, 9916, 11845, 9733, 12839, 9413, 11774, 9115, 12152, 7800, 11729, 7564, 10991, 11657, 9849, 14022, 10720, 9679, 9807, 10520, 9648, 12436, 9660, 12618, 10126, 9843, 9445, 10135, 9639, 12517, 9477, 12676, 9782, 12017, 9691, 11477, 9231, 12033, 8284, 10887, 7893, 10857, 8074, 10227, 11545, 9959, 8413, 10278, 10413, 10080, 12196, 10009, 13180, 9906, 8308, 10295, 8362, 10365, 12882, 9995, 12780, 10137, 12105, 9212, 11764, 9220, 11742, 8174, 11689, 7934, 11241, 7316, 10252, 13285, 9488, 11665, 9350, 10701, 8846, 11570, 8829, 11570, 8888, 11862, 9390, 11088, 8996, 10219, 9455, 9313, 10392, 9400, 11461, 7698, 12099, 8538, 12328, 9385, 11512, 8503, 12133, 8463, 12335, 8233, 11710, 8798, 11111, 8528, 10469, 13767, 10016, 12596, 9984, 12231, 9292, 11621, 8144, 11313, 8077, 11302, 7693, 11333, 8017, 11687, 7934, 11241, 8116, 11420, 7812, 11586, 7760, 10538, 11525, 10231, 8339, 10597, 8455, 10458, 9591, 10551, 10613, 10756, 7636, 11721, 7860, 12107, 8208, 12347, 8472, 12542, 8932, 12415, 9032, 12184, 8649, 11859, 8263, 12338, 8952, 12303, 9277, 12155, 9415, 12360, 9329, 11971, 9564, 12798, 9767, 12365, 9401, 12399, 9939, 11503, 9510, 11703, 9344, 12418, 9719, 11678, 9248, 12032, 9265, 12077, 8539, 11844, 9073, 12162, 8927, 11645, 9226, 12218, 9242, 12216, 9902, 11795, 9228, 11011, 9749, 9807, 9989, 10038, 10604, 7634, 11806, 7998, 12010, 8566, 11024, 12384, 10174, 8659, 10978, 10028, 10545, 13695], 'WindowCenter': [4164.0, 4118.0, 4148.0, 4083.0, 4124.0, 4079.0, 4110.0, 4088.0, 4118.0, 4077.0, 4108.0, 4078.0, 4108.0, 4075.0, 4119.0, 4078.0, 4119.0, 4090.0, 4122.0, 4091.0, 4121.0, 4090.0, 4110.0, 4091.0, 4133.0, 4093.0, 4123.0, 4090.0, 4120.0, 4089.0, 4120.0, 4091.0, 4121.0, 4089.0, 4121.0, 4090.0, 4121.0, 4102.0, 4132.0, 4112.0, 4112.0, 4113.0, 4071.0, 4123.0, 4081.0, 4136.0, 4123.0, 4114.0, 4133.0, 4113.0, 4091.0, 4112.0, 4080.0, 4124.0, 4101.0, 4123.0, 4091.0, 4122.0, 4080.0, 4122.0, 4101.0, 4133.0, 4104.0, 4134.0, 4113.0, 4133.0, 4102.0, 4133.0, 4103.0, 4133.0, 4103.0, 4122.0, 4090.0, 4120.0, 4101.0, 4129.0, 4102.0, 4122.0, 4112.0, 4110.0, 4101.0, 4121.0, 4102.0, 4121.0, 4112.0, 4100.0, 4112.0, 4111.0, 4112.0, 4122.0, 4123.0, 4081.0, 4122.0, 4091.0, 4133.0, 4114.0, 4143.0, 4102.0, 4132.0, 4102.0, 4134.0, 4081.0, 4132.0, 4089.0, 4120.0, 4079.0, 4109.0, 4078.0, 4110.0, 4076.0, 4107.0, 4087.0, 4108.0, 4088.0, 4120.0, 4089.0, 4120.0, 4101.0, 4108.0, 4078.0, 4108.0, 4077.0, 4107.0, 4087.0, 4096.0, 4076.0, 4106.0, 4076.0, 4117.0, 4075.0, 4106.0, 4074.0, 4096.0, 4076.0, 4109.0, 4076.0, 4108.0, 4065.0, 4096.0, 4066.0, 4108.0, 4088.0, 4099.0, 4087.0, 4098.0, 4066.0, 4108.0, 4078.0, 4120.0, 4079.0, 4121.0, 4101.0, 4131.0, 4090.0, 4122.0, 4091.0, 4134.0, 4080.0, 4121.0, 4068.0, 4120.0, 4077.0, 4121.0, 4079.0, 4120.0, 4066.0, 4108.0, 4065.0, 4108.0, 4067.0, 4119.0, 4077.0, 4119.0, 4067.0, 4109.0, 4118.0, 4098.0, 4119.0, 4088.0, 4108.0, 4076.0, 4108.0, 4066.0, 4109.0, 4067.0, 4109.0, 4067.0, 4109.0, 4068.0, 4110.0, 4109.0, 4101.0, 4133.0, 4103.0, 4111.0, 4103.0, 4122.0, 4102.0, 4124.0, 4081.0, 4124.0, 4080.0, 4113.0, 4069.0, 4112.0, 4132.0, 4102.0, 4109.0, 4100.0, 4131.0, 4101.0, 4121.0, 4100.0, 4121.0, 4102.0, 4121.0, 4102.0, 4134.0, 4103.0, 4123.0, 4114.0, 4132.0, 4103.0, 4132.0, 4102.0, 4122.0, 4102.0, 4121.0, 4103.0, 4112.0, 4103.0, 4132.0, 4102.0, 4122.0, 4091.0, 4111.0, 4082.0, 4123.0, 4080.0, 4111.0, 4069.0, 4111.0, 4079.0, 4122.0, 4080.0, 4123.0, 4079.0, 4121.0, 4079.0, 4121.0, 4092.0, 4124.0, 4091.0, 4123.0, 4102.0, 4142.0, 4101.0, 4082.0, 4124.0, 4082.0, 4123.0, 4090.0, 4112.0, 4100.0, 4112.0, 4132.0, 4123.0, 4090.0, 4110.0, 4129.0, 4099.0, 4128.0, 4088.0, 4117.0, 4087.0, 4095.0, 4096.0, 4105.0, 4087.0, 4119.0, 4085.0, 4095.0, 4074.0, 4093.0, 4063.0, 4094.0, 4063.0, 4095.0, 4053.0, 4094.0, 4052.0, 4084.0, 4053.0, 4096.0, 4095.0, 4086.0, 4104.0, 4085.0, 4105.0, 4087.0, 4118.0, 4087.0, 4107.0, 4087.0, 4119.0, 4100.0, 4118.0, 4091.0, 4121.0, 4102.0, 4131.0, 4102.0, 4080.0, 4111.0, 4090.0, 4123.0, 4091.0, 4123.0, 4112.0, 4122.0, 4080.0, 4121.0, 4079.0, 4122.0, 4091.0, 4113.0, 4100.0, 4122.0, 4079.0, 4121.0, 4079.0, 4121.0, 4092.0, 4112.0, 4080.0, 4121.0, 4089.0, 4111.0, 4110.0, 4122.0, 4132.0, 4111.0, 4087.0, 4099.0, 4119.0, 4111.0, 4142.0, 4100.0, 4108.0, 4098.0, 4108.0, 4099.0, 4121.0, 4102.0, 4128.0, 4100.0, 4099.0, 4099.0, 4099.0, 4111.0, 4111.0, 4113.0, 4092.0, 4123.0, 4092.0, 4123.0, 4093.0, 4125.0, 4093.0, 4136.0, 4103.0, 4131.0, 4102.0, 4133.0, 4102.0, 4134.0, 4103.0, 4133.0, 4100.0, 4120.0, 4102.0, 4131.0, 4101.0, 4121.0, 4100.0, 4131.0, 4100.0, 4131.0, 4091.0, 4121.0, 4079.0, 4121.0, 4078.0, 4111.0, 4078.0, 4111.0, 4131.0, 4110.0, 4129.0, 4100.0, 4122.0, 4101.0, 4132.0, 4113.0, 4112.0, 4102.0, 4121.0, 4112.0, 4143.0, 4113.0, 4133.0, 4112.0, 4131.0, 4101.0, 4122.0, 4104.0, 4133.0, 4113.0, 4119.0, 4101.0, 4119.0, 4101.0, 4133.0, 4102.0, 4121.0, 4100.0, 4121.0, 4101.0, 4121.0, 4102.0, 4122.0, 4101.0, 4122.0, 4090.0, 4122.0, 4079.0, 4112.0, 4120.0, 4102.0, 4080.0, 4111.0, 4118.0, 4100.0, 4130.0, 4100.0, 4120.0, 4099.0, 4118.0, 4088.0, 4118.0, 4100.0, 4132.0, 4111.0, 4070.0, 4112.0, 4079.0, 4111.0, 4080.0, 4123.0, 4091.0, 4122.0, 4101.0, 4121.0, 4100.0, 4133.0, 4102.0, 4121.0, 4100.0, 4120.0, 4089.0, 4118.0, 4089.0, 4118.0, 4088.0, 4106.0, 4087.0, 4107.0, 4086.0, 4106.0, 4086.0, 4106.0, 4088.0, 4108.0, 4087.0, 4107.0, 4087.0, 4109.0, 4101.0, 4120.0, 4089.0, 4108.0, 4089.0, 4119.0, 4090.0, 4132.0, 4101.0, 4109.0, 4088.0, 4118.0, 4090.0, 4120.0, 4091.0, 4119.0, 4100.0, 4119.0, 4099.0, 4120.0, 4102.0, 4131.0, 4112.0, 4079.0, 4100.0, 4069.0, 4111.0, 4079.0, 4122.0, 4079.0, 4120.0, 4079.0, 4120.0, 4088.0, 4130.0, 4102.0, 4120.0, 4111.0, 4120.0, 4098.0, 4108.0, 4101.0, 4133.0, 4101.0, 4099.0, 4100.0, 4097.0, 4100.0, 4120.0, 4100.0, 4089.0, 4109.0, 4078.0, 4110.0, 4067.0, 4110.0, 4079.0, 4120.0, 4068.0, 4110.0, 4078.0, 4121.0, 4092.0, 4134.0, 4091.0, 4131.0, 4090.0, 4132.0, 4100.0, 4133.0, 4113.0, 4082.0, 4122.0, 4103.0, 4146.0, 4113.0, 4080.0, 4111.0, 4069.0, 4122.0, 4089.0, 4133.0, 4102.0, 4120.0, 4100.0, 4120.0, 4090.0, 4099.0, 4100.0, 4110.0, 4100.0, 4057.0, 4109.0, 4066.0, 4108.0, 4077.0, 4122.0, 4070.0, 4122.0, 4067.0, 4120.0, 4067.0, 4119.0, 4078.0, 4122.0, 4079.0, 4122.0, 4068.0, 4119.0, 4068.0, 4120.0, 4081.0, 4123.0, 4070.0, 4121.0, 4078.0, 4122.0, 4089.0, 4124.0, 4143.0, 4122.0, 4090.0, 4111.0, 4099.0, 4112.0, 4112.0, 4112.0, 4132.0, 4112.0, 4070.0, 4123.0, 4100.0, 4123.0, 4142.0, 4113.0, 4132.0, 4124.0, 4112.0, 4102.0, 4111.0, 4103.0, 4114.0, 4115.0, 4081.0, 4123.0, 4092.0, 4134.0, 4102.0, 4144.0, 4094.0, 4134.0, 4091.0, 4132.0, 4092.0, 4132.0, 4079.0, 4121.0, 4089.0, 4110.0, 4067.0, 4109.0, 4088.0, 4109.0, 4110.0, 4110.0, 4068.0, 4110.0, 4078.0, 4111.0, 4133.0, 4102.0, 4120.0, 4100.0, 4130.0, 4089.0, 4121.0, 4091.0, 4120.0, 4056.0, 4109.0, 4055.0, 4097.0, 4120.0, 4100.0, 4128.0, 4109.0, 4086.0, 4099.0, 4096.0, 4098.0, 4118.0, 4100.0, 4132.0, 4110.0, 4099.0, 4099.0, 4099.0, 4100.0, 4130.0, 4100.0, 4129.0, 4100.0, 4118.0, 4088.0, 4108.0, 4089.0, 4120.0, 4078.0, 4099.0, 4065.0, 4098.0, 4065.0, 4087.0, 4106.0, 4087.0, 4064.0, 4098.0, 4097.0, 4099.0, 4117.0, 4102.0, 4132.0, 4099.0, 4076.0, 4098.0, 4078.0, 4099.0, 4130.0, 4101.0, 4118.0, 4100.0, 4107.0, 4086.0, 4108.0, 4086.0, 4109.0, 4077.0, 4107.0, 4065.0, 4108.0, 4054.0, 4096.0, 4128.0, 4100.0, 4108.0, 4088.0, 4097.0, 4088.0, 4119.0, 4090.0, 4121.0, 4102.0, 4134.0, 4104.0, 4123.0, 4105.0, 4111.0, 4113.0, 4104.0, 4114.0, 4102.0, 4124.0, 4082.0, 4134.0, 4090.0, 4132.0, 4090.0, 4109.0, 4077.0, 4120.0, 4078.0, 4119.0, 4079.0, 4119.0, 4076.0, 4107.0, 4077.0, 4097.0, 4129.0, 4098.0, 4119.0, 4098.0, 4117.0, 4087.0, 4108.0, 4067.0, 4109.0, 4066.0, 4109.0, 4066.0, 4109.0, 4066.0, 4120.0, 4079.0, 4120.0, 4078.0, 4122.0, 4068.0, 4120.0, 4068.0, 4112.0, 4122.0, 4111.0, 4079.0, 4111.0, 4078.0, 4110.0, 4099.0, 4110.0, 4123.0, 4122.0, 4080.0, 4132.0, 4081.0, 4132.0, 4092.0, 4144.0, 4091.0, 4145.0, 4102.0, 4133.0, 4102.0, 4133.0, 4091.0, 4121.0, 4091.0, 4133.0, 4091.0, 4121.0, 4101.0, 4121.0, 4090.0, 4130.0, 4102.0, 4120.0, 4088.0, 4118.0, 4098.0, 4118.0, 4089.0, 4119.0, 4099.0, 4109.0, 4086.0, 4118.0, 4100.0, 4131.0, 4100.0, 4107.0, 4086.0, 4119.0, 4087.0, 4119.0, 4090.0, 4108.0, 4077.0, 4118.0, 4087.0, 4107.0, 4088.0, 4130.0, 4101.0, 4133.0, 4111.0, 4122.0, 4101.0, 4121.0, 4101.0, 4111.0, 4115.0, 4100.0, 4111.0, 4069.0, 4122.0, 4081.0, 4132.0, 4091.0, 4110.0, 4132.0, 4111.0, 4088.0, 4112.0, 4100.0, 4111.0, 4131.0], 'WindowWidth': [9249.0, 9173.0, 9210.0, 9115.0, 9168.0, 9098.0, 9141.0, 9108.0, 9151.0, 9093.0, 9137.0, 9096.0, 9138.0, 9090.0, 9153.0, 9098.0, 9153.0, 9118.0, 9162.0, 9119.0, 9158.0, 9118.0, 9145.0, 9118.0, 9179.0, 9125.0, 9163.0, 9115.0, 9157.0, 9114.0, 9156.0, 9118.0, 9159.0, 9113.0, 9158.0, 9115.0, 9161.0, 9136.0, 9176.0, 9148.0, 9150.0, 9152.0, 9095.0, 9167.0, 9108.0, 9187.0, 9167.0, 9154.0, 9177.0, 9151.0, 9119.0, 9148.0, 9104.0, 9166.0, 9134.0, 9164.0, 9120.0, 9163.0, 9105.0, 9162.0, 9134.0, 9179.0, 9143.0, 9182.0, 9152.0, 9178.0, 9138.0, 9179.0, 9140.0, 9179.0, 9138.0, 9160.0, 9117.0, 9157.0, 9132.0, 9169.0, 9135.0, 9162.0, 9148.0, 9145.0, 9132.0, 9160.0, 9136.0, 9160.0, 9149.0, 9131.0, 9148.0, 9145.0, 9147.0, 9163.0, 9166.0, 9107.0, 9162.0, 9119.0, 9180.0, 9157.0, 9194.0, 9136.0, 9175.0, 9136.0, 9181.0, 9105.0, 9175.0, 9114.0, 9156.0, 9098.0, 9139.0, 9097.0, 9141.0, 9090.0, 9134.0, 9106.0, 9135.0, 9111.0, 9156.0, 9115.0, 9157.0, 9132.0, 9137.0, 9097.0, 9135.0, 9092.0, 9134.0, 9106.0, 9117.0, 9089.0, 9130.0, 9091.0, 9146.0, 9088.0, 9129.0, 9085.0, 9115.0, 9089.0, 9137.0, 9091.0, 9137.0, 9073.0, 9119.0, 9078.0, 9136.0, 9109.0, 9124.0, 9106.0, 9122.0, 9079.0, 9138.0, 9097.0, 9156.0, 9102.0, 9161.0, 9132.0, 9173.0, 9118.0, 9162.0, 9120.0, 9181.0, 9103.0, 9158.0, 9083.0, 9154.0, 9094.0, 9160.0, 9100.0, 9156.0, 9077.0, 9135.0, 9075.0, 9137.0, 9083.0, 9154.0, 9092.0, 9154.0, 9080.0, 9141.0, 9149.0, 9122.0, 9153.0, 9110.0, 9135.0, 9090.0, 9135.0, 9076.0, 9138.0, 9082.0, 9139.0, 9080.0, 9139.0, 9083.0, 9145.0, 9140.0, 9134.0, 9179.0, 9139.0, 9148.0, 9139.0, 9163.0, 9134.0, 9168.0, 9107.0, 9166.0, 9102.0, 9150.0, 9089.0, 9149.0, 9176.0, 9135.0, 9140.0, 9130.0, 9172.0, 9131.0, 9160.0, 9133.0, 9159.0, 9134.0, 9160.0, 9135.0, 9183.0, 9141.0, 9165.0, 9155.0, 9177.0, 9138.0, 9175.0, 9137.0, 9161.0, 9137.0, 9160.0, 9136.0, 9148.0, 9139.0, 9176.0, 9137.0, 9161.0, 9118.0, 9147.0, 9110.0, 9164.0, 9103.0, 9145.0, 9087.0, 9145.0, 9101.0, 9162.0, 9103.0, 9164.0, 9100.0, 9158.0, 9099.0, 9159.0, 9122.0, 9167.0, 9120.0, 9164.0, 9135.0, 9191.0, 9132.0, 9107.0, 9168.0, 9110.0, 9167.0, 9117.0, 9147.0, 9130.0, 9149.0, 9177.0, 9164.0, 9116.0, 9143.0, 9166.0, 9124.0, 9164.0, 9107.0, 9147.0, 9107.0, 9115.0, 9116.0, 9127.0, 9107.0, 9151.0, 9101.0, 9112.0, 9081.0, 9106.0, 9067.0, 9112.0, 9066.0, 9111.0, 9054.0, 9109.0, 9051.0, 9096.0, 9056.0, 9118.0, 9112.0, 9102.0, 9125.0, 9101.0, 9129.0, 9106.0, 9149.0, 9109.0, 9134.0, 9109.0, 9153.0, 9130.0, 9151.0, 9118.0, 9159.0, 9138.0, 9173.0, 9135.0, 9104.0, 9147.0, 9117.0, 9165.0, 9119.0, 9164.0, 9147.0, 9161.0, 9101.0, 9159.0, 9100.0, 9161.0, 9119.0, 9151.0, 9128.0, 9161.0, 9100.0, 9160.0, 9101.0, 9161.0, 9122.0, 9150.0, 9102.0, 9160.0, 9114.0, 9144.0, 9144.0, 9163.0, 9174.0, 9147.0, 9109.0, 9126.0, 9152.0, 9145.0, 9191.0, 9131.0, 9138.0, 9124.0, 9137.0, 9126.0, 9158.0, 9135.0, 9166.0, 9131.0, 9126.0, 9127.0, 9127.0, 9146.0, 9145.0, 9151.0, 9123.0, 9166.0, 9123.0, 9166.0, 9126.0, 9172.0, 9128.0, 9188.0, 9138.0, 9176.0, 9136.0, 9179.0, 9136.0, 9181.0, 9136.0, 9176.0, 9131.0, 9157.0, 9134.0, 9175.0, 9135.0, 9161.0, 9131.0, 9172.0, 9130.0, 9175.0, 9119.0, 9160.0, 9100.0, 9160.0, 9098.0, 9144.0, 9098.0, 9145.0, 9171.0, 9143.0, 9167.0, 9129.0, 9162.0, 9134.0, 9177.0, 9153.0, 9148.0, 9135.0, 9159.0, 9149.0, 9192.0, 9152.0, 9178.0, 9148.0, 9172.0, 9131.0, 9161.0, 9141.0, 9177.0, 9150.0, 9156.0, 9132.0, 9156.0, 9131.0, 9180.0, 9138.0, 9160.0, 9128.0, 9158.0, 9130.0, 9159.0, 9138.0, 9164.0, 9132.0, 9162.0, 9115.0, 9163.0, 9100.0, 9147.0, 9155.0, 9133.0, 9101.0, 9144.0, 9150.0, 9127.0, 9171.0, 9130.0, 9155.0, 9126.0, 9150.0, 9110.0, 9152.0, 9131.0, 9176.0, 9147.0, 9089.0, 9147.0, 9099.0, 9146.0, 9103.0, 9165.0, 9119.0, 9162.0, 9132.0, 9158.0, 9129.0, 9177.0, 9136.0, 9159.0, 9130.0, 9155.0, 9112.0, 9149.0, 9111.0, 9151.0, 9109.0, 9131.0, 9106.0, 9132.0, 9102.0, 9129.0, 9104.0, 9131.0, 9108.0, 9135.0, 9106.0, 9135.0, 9108.0, 9139.0, 9132.0, 9154.0, 9113.0, 9138.0, 9113.0, 9154.0, 9117.0, 9176.0, 9130.0, 9139.0, 9111.0, 9150.0, 9115.0, 9157.0, 9120.0, 9154.0, 9128.0, 9154.0, 9128.0, 9156.0, 9136.0, 9175.0, 9148.0, 9101.0, 9129.0, 9086.0, 9143.0, 9100.0, 9161.0, 9100.0, 9158.0, 9100.0, 9155.0, 9111.0, 9170.0, 9135.0, 9156.0, 9144.0, 9156.0, 9123.0, 9138.0, 9131.0, 9177.0, 9133.0, 9125.0, 9129.0, 9121.0, 9127.0, 9156.0, 9128.0, 9113.0, 9140.0, 9096.0, 9140.0, 9080.0, 9143.0, 9101.0, 9156.0, 9084.0, 9142.0, 9098.0, 9157.0, 9124.0, 9184.0, 9119.0, 9173.0, 9117.0, 9176.0, 9130.0, 9179.0, 9152.0, 9111.0, 9164.0, 9140.0, 9200.0, 9153.0, 9104.0, 9144.0, 9087.0, 9159.0, 9113.0, 9177.0, 9133.0, 9156.0, 9128.0, 9154.0, 9115.0, 9124.0, 9128.0, 9143.0, 9128.0, 9066.0, 9137.0, 9077.0, 9136.0, 9094.0, 9162.0, 9091.0, 9159.0, 9080.0, 9155.0, 9080.0, 9152.0, 9097.0, 9160.0, 9100.0, 9160.0, 9083.0, 9153.0, 9082.0, 9157.0, 9109.0, 9162.0, 9089.0, 9159.0, 9098.0, 9160.0, 9113.0, 9166.0, 9192.0, 9162.0, 9115.0, 9145.0, 9127.0, 9146.0, 9148.0, 9149.0, 9177.0, 9149.0, 9092.0, 9164.0, 9132.0, 9165.0, 9190.0, 9153.0, 9176.0, 9168.0, 9148.0, 9135.0, 9145.0, 9137.0, 9152.0, 9156.0, 9107.0, 9165.0, 9122.0, 9181.0, 9135.0, 9196.0, 9128.0, 9179.0, 9120.0, 9175.0, 9120.0, 9175.0, 9101.0, 9158.0, 9113.0, 9140.0, 9080.0, 9139.0, 9108.0, 9140.0, 9143.0, 9142.0, 9083.0, 9142.0, 9097.0, 9145.0, 9179.0, 9136.0, 9157.0, 9131.0, 9170.0, 9113.0, 9159.0, 9121.0, 9156.0, 9064.0, 9137.0, 9062.0, 9120.0, 9156.0, 9129.0, 9164.0, 9137.0, 9104.0, 9123.0, 9118.0, 9124.0, 9149.0, 9128.0, 9174.0, 9144.0, 9127.0, 9127.0, 9124.0, 9128.0, 9170.0, 9130.0, 9168.0, 9129.0, 9150.0, 9111.0, 9137.0, 9112.0, 9155.0, 9096.0, 9124.0, 9073.0, 9120.0, 9073.0, 9105.0, 9132.0, 9106.0, 9072.0, 9122.0, 9118.0, 9125.0, 9149.0, 9133.0, 9175.0, 9128.0, 9093.0, 9124.0, 9097.0, 9126.0, 9170.0, 9132.0, 9152.0, 9128.0, 9134.0, 9106.0, 9136.0, 9104.0, 9138.0, 9096.0, 9134.0, 9074.0, 9135.0, 9059.0, 9117.0, 9163.0, 9127.0, 9136.0, 9111.0, 9121.0, 9111.0, 9153.0, 9116.0, 9159.0, 9137.0, 9180.0, 9142.0, 9165.0, 9143.0, 9147.0, 9153.0, 9140.0, 9155.0, 9136.0, 9168.0, 9107.0, 9180.0, 9114.0, 9175.0, 9116.0, 9139.0, 9093.0, 9154.0, 9094.0, 9153.0, 9099.0, 9155.0, 9092.0, 9134.0, 9092.0, 9120.0, 9167.0, 9126.0, 9153.0, 9123.0, 9145.0, 9105.0, 9134.0, 9081.0, 9139.0, 9077.0, 9138.0, 9077.0, 9138.0, 9078.0, 9154.0, 9102.0, 9158.0, 9098.0, 9160.0, 9084.0, 9156.0, 9083.0, 9148.0, 9162.0, 9145.0, 9100.0, 9144.0, 9096.0, 9141.0, 9125.0, 9144.0, 9165.0, 9162.0, 9103.0, 9175.0, 9108.0, 9176.0, 9123.0, 9195.0, 9120.0, 9198.0, 9136.0, 9179.0, 9138.0, 9177.0, 9119.0, 9160.0, 9120.0, 9179.0, 9118.0, 9160.0, 9130.0, 9156.0, 9114.0, 9170.0, 9133.0, 9155.0, 9111.0, 9151.0, 9123.0, 9151.0, 9114.0, 9152.0, 9125.0, 9137.0, 9106.0, 9150.0, 9130.0, 9172.0, 9128.0, 9135.0, 9105.0, 9150.0, 9106.0, 9152.0, 9114.0, 9134.0, 9092.0, 9148.0, 9106.0, 9135.0, 9110.0, 9169.0, 9134.0, 9176.0, 9146.0, 9160.0, 9135.0, 9160.0, 9134.0, 9146.0, 9158.0, 9131.0, 9147.0, 9088.0, 9162.0, 9105.0, 9176.0, 9118.0, 9144.0, 9173.0, 9145.0, 9112.0, 9147.0, 9127.0, 9145.0, 9173.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.0002198163030998852</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01665900803673938</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.40003174531035</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2597920842873556</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9970728258045966</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4922</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4597.4805</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07347961097260396</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.4592422502870264</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.394066261778129</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3762853978903955</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5716615750504466</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.234251812393545</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00841805</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009589689783751965</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027530120685696602</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</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.9103203093607615</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>20.1334</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.999</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.4155</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>295168.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>810.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>322.3106</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5052</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.3754</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3276.876</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3433.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>81376.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1161.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4335.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>877.9278</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.19945721421391</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> |