=== 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-0101 --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-0101",
"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-0101_ses-01_task-social_acq-mb8_run-03_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-0101_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0101_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-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0101_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-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0101_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-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0101_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-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0101_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-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0101_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-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0101_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-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-03_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-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-01_task-social_acq-mb8_run-03_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-0101/ses-01/func/sub-0101_ses-01_task-social_acq-mb8_run-03_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>c688ecac81fb33432b632c58131fb239</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>12:55:16.735000</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.998133, 0.0505016, 0.0343564, -0.0442777, 0.985706, -0.162552]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.130922</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4245, -7753, -7244, 56, -187, -71, -74, 63]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>318.564</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>53d42732-157d-41d7-a349-86ccc92de4e4||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.67791748046875, -0.11879376322031021, 0.1136009618639946, 115.83614349365234], [-0.13549205660820007, 2.6445770263671875, -0.4339645802974701, -75.71792602539062], [0.09217563271522522, 0.4361160695552826, 2.6624743938446045, -98.6727523803711], [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': ['125516.735000', '125517.195000', '125517.655000', '125518.115000', '125518.575000', '125519.035000', '125519.495000', '125519.955000', '125520.415000', '125520.875000', '125521.335000', '125521.795000', '125522.255000', '125522.715000', '125523.175000', '125523.635000', '125524.095000', '125524.555000', '125525.015000', '125525.475000', '125525.935000', '125526.395000', '125526.855000', '125527.315000', '125527.775000', '125528.235000', '125528.695000', '125529.155000', '125529.615000', '125530.075000', '125530.535000', '125530.995000', '125531.455000', '125531.915000', '125532.375000', '125532.835000', '125533.295000', '125533.755000', '125534.215000', '125534.675000', '125535.135000', '125535.595000', '125536.055000', '125536.515000', '125536.975000', '125537.435000', '125537.895000', '125538.355000', '125538.815000', '125539.275000', '125539.735000', '125540.195000', '125540.655000', '125541.115000', '125541.575000', '125542.035000', '125542.495000', '125542.955000', '125543.415000', '125543.875000', '125544.335000', '125544.795000', '125545.255000', '125545.715000', '125546.175000', '125546.635000', '125547.095000', '125547.555000', '125548.015000', '125548.475000', '125548.935000', '125549.395000', '125549.855000', '125550.315000', '125550.775000', '125551.235000', '125551.695000', '125552.155000', '125552.615000', '125553.075000', '125553.535000', '125553.995000', '125554.455000', '125554.915000', '125555.375000', '125555.835000', '125556.295000', '125556.755000', '125557.215000', '125557.675000', '125558.135000', '125558.595000', '125559.055000', '125559.515000', '125559.975000', '125600.435000', '125600.895000', '125601.355000', '125601.815000', '125602.275000', '125602.735000', '125603.195000', '125603.655000', '125604.115000', '125604.575000', '125605.035000', '125605.495000', '125605.955000', '125606.415000', '125606.875000', '125607.335000', '125607.795000', '125608.255000', '125608.715000', '125609.175000', '125609.635000', '125610.095000', '125610.555000', '125611.015000', '125611.475000', '125611.935000', '125612.395000', '125612.855000', '125613.315000', '125613.775000', '125614.235000', '125614.695000', '125615.155000', '125615.615000', '125616.075000', '125616.535000', '125616.995000', '125617.455000', '125617.915000', '125618.375000', '125618.835000', '125619.295000', '125619.755000', '125620.215000', '125620.675000', '125621.135000', '125621.595000', '125622.055000', '125622.515000', '125622.975000', '125623.435000', '125623.895000', '125624.355000', '125624.815000', '125625.275000', '125625.735000', '125626.195000', '125626.655000', '125627.115000', '125627.575000', '125628.035000', '125628.495000', '125628.955000', '125629.415000', '125629.875000', '125630.335000', '125630.795000', '125631.255000', '125631.715000', '125632.175000', '125632.635000', '125633.095000', '125633.555000', '125634.015000', '125634.475000', '125634.935000', '125635.395000', '125635.855000', '125636.315000', '125636.775000', '125637.235000', '125637.695000', '125638.155000', '125638.615000', '125639.075000', '125639.535000', '125639.995000', '125640.455000', '125640.915000', '125641.375000', '125641.835000', '125642.295000', '125642.755000', '125643.215000', '125643.675000', '125644.135000', '125644.595000', '125645.055000', '125645.515000', '125645.975000', '125646.435000', '125646.895000', '125647.355000', '125647.815000', '125648.275000', '125648.735000', '125649.195000', '125649.655000', '125650.115000', '125650.575000', '125651.035000', '125651.495000', '125651.955000', '125652.415000', '125652.875000', '125653.335000', '125653.795000', '125654.255000', '125654.715000', '125655.175000', '125655.635000', '125656.095000', '125656.555000', '125657.015000', '125657.475000', '125657.935000', '125658.395000', '125658.855000', '125659.315000', '125659.775000', '125700.235000', '125700.695000', '125701.155000', '125701.615000', '125702.075000', '125702.535000', '125702.995000', '125703.455000', '125703.915000', '125704.375000', '125704.835000', '125705.295000', '125705.755000', '125706.215000', '125706.675000', '125707.135000', '125707.595000', '125708.055000', '125708.515000', '125708.975000', '125709.435000', '125709.895000', '125710.355000', '125710.815000', '125711.275000', '125711.735000', '125712.195000', '125712.655000', '125713.115000', '125713.575000', '125714.035000', '125714.495000', '125714.955000', '125715.415000', '125715.875000', '125716.335000', '125716.795000', '125717.255000', '125717.715000', '125718.175000', '125718.635000', '125719.095000', '125719.555000', '125720.015000', '125720.475000', '125720.935000', '125721.395000', '125721.855000', '125722.315000', '125722.775000', '125723.235000', '125723.695000', '125724.155000', '125724.615000', '125725.075000', '125725.535000', '125725.995000', '125726.455000', '125726.915000', '125727.375000', '125727.835000', '125728.295000', '125728.755000', '125729.215000', '125729.675000', '125730.135000', '125730.595000', '125731.055000', '125731.515000', '125731.975000', '125732.435000', '125732.895000', '125733.355000', '125733.815000', '125734.275000', '125734.735000', '125735.195000', '125735.655000', '125736.115000', '125736.575000', '125737.035000', '125737.495000', '125737.955000', '125738.415000', '125738.875000', '125739.335000', '125739.795000', '125740.255000', '125740.715000', '125741.175000', '125741.635000', '125742.095000', '125742.555000', '125743.015000', '125743.475000', '125743.935000', '125744.395000', '125744.855000', '125745.315000', '125745.775000', '125746.235000', '125746.695000', '125747.155000', '125747.615000', '125748.075000', '125748.535000', '125748.995000', '125749.455000', '125749.915000', '125750.375000', '125750.835000', '125751.295000', '125751.755000', '125752.215000', '125752.675000', '125753.135000', '125753.595000', '125754.055000', '125754.515000', '125754.975000', '125755.435000', '125755.895000', '125756.355000', '125756.815000', '125757.275000', '125757.735000', '125758.195000', '125758.655000', '125759.115000', '125759.575000', '125800.035000', '125800.495000', '125800.955000', '125801.415000', '125801.875000', '125802.335000', '125802.795000', '125803.255000', '125803.715000', '125804.175000', '125804.635000', '125805.095000', '125805.555000', '125806.015000', '125806.475000', '125806.935000', '125807.395000', '125807.855000', '125808.315000', '125808.775000', '125809.235000', '125809.695000', '125810.155000', '125810.615000', '125811.075000', '125811.535000', '125811.995000', '125812.455000', '125812.915000', '125813.375000', '125813.835000', '125814.295000', '125814.755000', '125815.215000', '125815.675000', '125816.135000', '125816.595000', '125817.055000', '125817.515000', '125817.975000', '125818.435000', '125818.895000', '125819.355000', '125819.815000', '125820.275000', '125820.735000', '125821.195000', '125821.655000', '125822.115000', '125822.575000', '125823.035000', '125823.495000', '125823.955000', '125824.415000', '125824.875000', '125825.335000', '125825.795000', '125826.255000', '125826.715000', '125827.175000', '125827.635000', '125828.095000', '125828.555000', '125829.015000', '125829.475000', '125829.935000', '125830.395000', '125830.855000', '125831.315000', '125831.775000', '125832.235000', '125832.695000', '125833.155000', '125833.615000', '125834.075000', '125834.535000', '125834.995000', '125835.455000', '125835.915000', '125836.375000', '125836.835000', '125837.295000', '125837.755000', '125838.215000', '125838.675000', '125839.135000', '125839.595000', '125840.055000', '125840.515000', '125840.975000', '125841.435000', '125841.895000', '125842.355000', '125842.815000', '125843.275000', '125843.735000', '125844.195000', '125844.655000', '125845.115000', '125845.575000', '125846.035000', '125846.495000', '125846.955000', '125847.415000', '125847.875000', '125848.335000', '125848.795000', '125849.255000', '125849.715000', '125850.175000', '125850.635000', '125851.095000', '125851.555000', '125852.015000', '125852.475000', '125852.935000', '125853.395000', '125853.855000', '125854.315000', '125854.775000', '125855.235000', '125855.695000', '125856.155000', '125856.615000', '125857.075000', '125857.535000', '125857.995000', '125858.455000', '125858.915000', '125859.375000', '125859.835000', '125900.295000', '125900.755000', '125901.215000', '125901.675000', '125902.135000', '125902.595000', '125903.055000', '125903.515000', '125903.975000', '125904.435000', '125904.895000', '125905.355000', '125905.815000', '125906.275000', '125906.735000', '125907.195000', '125907.655000', '125908.115000', '125908.575000', '125909.035000', '125909.495000', '125909.955000', '125910.415000', '125910.875000', '125911.335000', '125911.795000', '125912.255000', '125912.715000', '125913.175000', '125913.635000', '125914.095000', '125914.555000', '125915.015000', '125915.475000', '125915.935000', '125916.395000', '125916.855000', '125917.315000', '125917.775000', '125918.235000', '125918.695000', '125919.155000', '125919.615000', '125920.075000', '125920.535000', '125920.995000', '125921.455000', '125921.915000', '125922.375000', '125922.835000', '125923.295000', '125923.755000', '125924.215000', '125924.675000', '125925.135000', '125925.595000', '125926.055000', '125926.515000', '125926.975000', '125927.435000', '125927.895000', '125928.355000', '125928.815000', '125929.275000', '125929.735000', '125930.195000', '125930.655000', '125931.115000', '125931.575000', '125932.035000', '125932.495000', '125932.955000', '125933.415000', '125933.875000', '125934.335000', '125934.795000', '125935.255000', '125935.715000', '125936.175000', '125936.635000', '125937.095000', '125937.555000', '125938.015000', '125938.475000', '125938.935000', '125939.395000', '125939.855000', '125940.315000', '125940.775000', '125941.235000', '125941.695000', '125942.155000', '125942.615000', '125943.075000', '125943.535000', '125943.995000', '125944.455000', '125944.915000', '125945.375000', '125945.835000', '125946.295000', '125946.755000', '125947.215000', '125947.675000', '125948.135000', '125948.595000', '125949.055000', '125949.515000', '125949.975000', '125950.435000', '125950.895000', '125951.355000', '125951.815000', '125952.275000', '125952.735000', '125953.195000', '125953.655000', '125954.115000', '125954.575000', '125955.035000', '125955.495000', '125955.955000', '125956.415000', '125956.875000', '125957.335000', '125957.795000', '125958.255000', '125958.715000', '125959.175000', '125959.635000', '130000.095000', '130000.555000', '130001.015000', '130001.475000', '130001.935000', '130002.395000', '130002.855000', '130003.315000', '130003.775000', '130004.235000', '130004.695000', '130005.155000', '130005.615000', '130006.075000', '130006.535000', '130006.995000', '130007.455000', '130007.915000', '130008.375000', '130008.835000', '130009.295000', '130009.755000', '130010.215000', '130010.675000', '130011.135000', '130011.595000', '130012.055000', '130012.515000', '130012.975000', '130013.435000', '130013.895000', '130014.355000', '130014.815000', '130015.275000', '130015.735000', '130016.195000', '130016.655000', '130017.115000', '130017.575000', '130018.035000', '130018.495000', '130018.955000', '130019.415000', '130019.875000', '130020.335000', '130020.795000', '130021.255000', '130021.715000', '130022.175000', '130022.635000', '130023.095000', '130023.555000', '130024.015000', '130024.475000', '130024.935000', '130025.395000', '130025.855000', '130026.315000', '130026.775000', '130027.235000', '130027.695000', '130028.155000', '130028.615000', '130029.075000', '130029.535000', '130029.995000', '130030.455000', '130030.915000', '130031.375000', '130031.835000', '130032.295000', '130032.755000', '130033.215000', '130033.675000', '130034.135000', '130034.595000', '130035.055000', '130035.515000', '130035.975000', '130036.435000', '130036.895000', '130037.355000', '130037.815000', '130038.275000', '130038.735000', '130039.195000', '130039.655000', '130040.115000', '130040.575000', '130041.035000', '130041.495000', '130041.955000', '130042.415000', '130042.875000', '130043.335000', '130043.795000', '130044.255000', '130044.715000', '130045.175000', '130045.635000', '130046.095000', '130046.555000', '130047.015000', '130047.475000', '130047.935000', '130048.395000', '130048.855000', '130049.315000', '130049.775000', '130050.235000', '130050.695000', '130051.155000', '130051.615000', '130052.075000', '130052.535000', '130052.995000', '130053.455000', '130053.915000', '130054.375000', '130054.835000', '130055.295000', '130055.755000', '130056.215000', '130056.675000', '130057.135000', '130057.595000', '130058.055000', '130058.515000', '130058.975000', '130059.435000', '130059.895000', '130100.355000', '130100.815000', '130101.275000', '130101.735000', '130102.195000', '130102.655000', '130103.115000', '130103.575000', '130104.035000', '130104.495000', '130104.955000', '130105.415000', '130105.875000', '130106.335000', '130106.795000', '130107.255000', '130107.715000', '130108.175000', '130108.635000', '130109.095000', '130109.555000', '130110.015000', '130110.475000', '130110.935000', '130111.395000', '130111.855000', '130112.315000', '130112.775000', '130113.235000', '130113.695000', '130114.155000', '130114.615000', '130115.075000', '130115.535000', '130115.995000', '130116.455000', '130116.915000', '130117.375000', '130117.835000', '130118.295000', '130118.755000', '130119.215000', '130119.675000', '130120.135000', '130120.595000', '130121.055000', '130121.515000', '130121.975000', '130122.435000', '130122.895000', '130123.355000', '130123.815000', '130124.275000', '130124.735000', '130125.195000', '130125.655000', '130126.115000', '130126.575000', '130127.035000', '130127.495000', '130127.955000', '130128.415000', '130128.875000', '130129.335000', '130129.795000', '130130.255000', '130130.715000', '130131.175000', '130131.635000', '130132.095000', '130132.555000', '130133.015000', '130133.475000', '130133.935000', '130134.395000', '130134.855000', '130135.315000', '130135.775000', '130136.235000', '130136.695000', '130137.155000', '130137.615000', '130138.075000', '130138.535000', '130138.995000', '130139.455000', '130139.915000', '130140.375000', '130140.835000', '130141.295000', '130141.755000', '130142.215000', '130142.675000', '130143.135000', '130143.595000', '130144.055000', '130144.515000', '130144.975000', '130145.435000', '130145.895000', '130146.355000', '130146.815000', '130147.275000', '130147.735000', '130148.195000', '130148.655000', '130149.115000', '130149.575000', '130150.035000', '130150.495000', '130150.955000', '130151.415000', '130151.875000', '130152.335000', '130152.795000', '130153.255000', '130153.715000', '130154.175000', '130154.635000', '130155.095000', '130155.555000', '130156.015000', '130156.475000', '130156.935000', '130157.395000'], 'ContentTime': ['125537.508000', '125537.511000', '125537.525000', '125537.527000', '125537.530000', '125537.532000', '125537.535000', '125537.538000', '125537.540000', '125537.543000', '125537.546000', '125537.548000', '125537.551000', '125537.554000', '125537.556000', '125537.559000', '125537.561000', '125537.564000', '125537.567000', '125537.569000', '125537.572000', '125537.574000', '125537.577000', '125537.580000', '125537.586000', '125537.588000', '125537.591000', '125537.594000', '125537.596000', '125537.599000', '125537.602000', '125537.604000', '125537.607000', '125537.609000', '125537.612000', '125537.615000', '125537.617000', '125537.620000', '125537.622000', '125537.625000', '125537.629000', '125537.632000', '125537.634000', '125557.483000', '125557.486000', '125557.495000', '125557.498000', '125557.500000', '125557.503000', '125557.506000', '125557.509000', '125557.511000', '125557.514000', '125557.516000', '125557.519000', '125557.522000', '125557.524000', '125557.527000', '125557.529000', '125557.532000', '125557.535000', '125557.537000', '125557.540000', '125557.542000', '125557.545000', '125557.548000', '125557.550000', '125557.553000', '125557.555000', '125557.558000', '125557.561000', '125557.563000', '125557.566000', '125557.568000', '125557.571000', '125557.573000', '125557.576000', '125557.578000', '125557.581000', '125557.583000', '125557.586000', '125557.589000', '125557.591000', '125557.594000', '125557.601000', '125557.603000', '125617.482000', '125617.485000', '125617.488000', '125617.490000', '125617.493000', '125617.496000', '125617.498000', '125617.501000', '125617.504000', '125617.506000', '125617.509000', '125617.511000', '125617.514000', '125617.517000', '125617.519000', '125617.522000', '125617.525000', '125617.527000', '125617.530000', '125617.533000', '125617.535000', '125617.538000', '125617.540000', '125617.543000', '125617.546000', '125617.548000', '125617.551000', '125617.554000', '125617.556000', '125617.559000', '125617.561000', '125617.564000', '125617.566000', '125617.569000', '125617.571000', '125617.574000', '125617.577000', '125617.579000', '125617.582000', '125617.585000', '125617.587000', '125617.590000', '125617.592000', '125617.595000', '125637.482000', '125637.484000', '125637.487000', '125637.489000', '125637.492000', '125637.495000', '125637.497000', '125637.500000', '125637.502000', '125637.505000', '125637.508000', '125637.510000', '125637.514000', '125637.517000', '125637.519000', '125637.522000', '125637.525000', '125637.527000', '125637.530000', '125637.532000', '125637.535000', '125637.538000', '125637.540000', '125637.543000', '125637.545000', '125637.548000', '125637.551000', '125637.553000', '125637.556000', '125637.558000', '125637.561000', '125637.564000', '125637.566000', '125637.569000', '125637.572000', '125637.574000', '125637.577000', '125637.579000', '125637.582000', '125637.585000', '125637.587000', '125637.590000', '125637.596000', '125637.599000', '125657.482000', '125657.484000', '125657.487000', '125657.490000', '125657.493000', '125657.495000', '125657.498000', '125657.501000', '125657.503000', '125657.506000', '125657.508000', '125657.511000', '125657.514000', '125657.516000', '125657.519000', '125657.521000', '125657.524000', '125657.527000', '125657.529000', '125657.532000', '125657.534000', '125657.537000', '125657.540000', '125657.542000', '125657.545000', '125657.547000', '125657.550000', '125657.552000', '125657.555000', '125657.557000', '125657.560000', '125657.563000', '125657.565000', '125657.568000', '125657.570000', '125657.573000', '125657.576000', '125657.578000', '125657.581000', '125657.584000', '125657.586000', '125657.589000', '125657.591000', '125717.481000', '125717.484000', '125717.487000', '125717.490000', '125717.492000', '125717.495000', '125717.497000', '125717.500000', '125717.503000', '125717.506000', '125717.508000', '125717.511000', '125717.513000', '125717.516000', '125717.519000', '125717.521000', '125717.524000', '125717.527000', '125717.529000', '125717.532000', '125717.535000', '125717.537000', '125717.540000', '125717.542000', '125717.545000', '125717.548000', '125717.550000', '125717.553000', '125717.556000', '125717.558000', '125717.561000', '125717.563000', '125717.566000', '125717.573000', '125717.576000', '125717.579000', '125717.581000', '125717.584000', '125717.587000', '125717.589000', '125717.592000', '125717.594000', '125717.597000', '125737.482000', '125737.484000', '125737.487000', '125737.490000', '125737.492000', '125737.495000', '125737.497000', '125737.500000', '125737.503000', '125737.505000', '125737.508000', '125737.511000', '125737.513000', '125737.516000', '125737.518000', '125737.521000', '125737.524000', '125737.526000', '125737.529000', '125737.532000', '125737.534000', '125737.537000', '125737.540000', '125737.542000', '125737.545000', '125737.547000', '125737.550000', '125737.553000', '125737.555000', '125737.558000', '125737.560000', '125737.563000', '125737.566000', '125737.568000', '125737.571000', '125737.574000', '125737.576000', '125737.579000', '125737.581000', '125737.584000', '125737.587000', '125737.589000', '125737.592000', '125737.595000', '125757.482000', '125757.485000', '125757.488000', '125757.490000', '125757.493000', '125757.496000', '125757.498000', '125757.501000', '125757.503000', '125757.506000', '125757.508000', '125757.511000', '125757.514000', '125757.516000', '125757.519000', '125757.521000', '125757.524000', '125757.527000', '125757.529000', '125757.532000', '125757.534000', '125757.537000', '125757.540000', '125757.542000', '125757.545000', '125757.547000', '125757.550000', '125757.553000', '125757.556000', '125757.559000', '125757.562000', '125757.564000', '125757.567000', '125757.569000', '125757.572000', '125757.574000', '125757.577000', '125757.580000', '125757.582000', '125757.585000', '125757.587000', '125757.590000', '125757.593000', '125817.482000', '125817.485000', '125817.488000', '125817.491000', '125817.493000', '125817.496000', '125817.498000', '125817.501000', '125817.504000', '125817.506000', '125817.509000', '125817.511000', '125817.514000', '125817.516000', '125817.519000', '125817.522000', '125817.524000', '125817.527000', '125817.529000', '125817.532000', '125817.535000', '125817.537000', '125817.540000', '125817.542000', '125817.545000', '125817.547000', '125817.550000', '125817.553000', '125817.555000', '125817.558000', '125817.560000', '125817.563000', '125817.566000', '125817.568000', '125817.571000', '125817.573000', '125817.576000', '125817.578000', '125817.581000', '125817.584000', '125817.586000', '125817.589000', '125817.591000', '125817.594000', '125837.482000', '125837.485000', '125837.488000', '125837.490000', '125837.493000', '125837.496000', '125837.499000', '125837.501000', '125837.504000', '125837.507000', '125837.509000', '125837.512000', '125837.515000', '125837.517000', '125837.520000', '125837.522000', '125837.525000', '125837.528000', '125837.530000', '125837.533000', '125837.535000', '125837.538000', '125837.540000', '125837.543000', '125837.546000', '125837.548000', '125837.551000', '125837.553000', '125837.556000', '125837.559000', '125837.562000', '125837.565000', '125837.568000', '125837.570000', '125837.573000', '125837.576000', '125837.579000', '125837.581000', '125837.584000', '125837.588000', '125837.591000', '125837.594000', '125837.596000', '125857.482000', '125857.485000', '125857.488000', '125857.491000', '125857.493000', '125857.497000', '125857.499000', '125857.502000', '125857.505000', '125857.507000', '125857.510000', '125857.513000', '125857.515000', '125857.518000', '125857.521000', '125857.523000', '125857.526000', '125857.529000', '125857.531000', '125857.534000', '125857.536000', '125857.539000', '125857.542000', '125857.544000', '125857.547000', '125857.550000', '125857.552000', '125857.555000', '125857.557000', '125857.560000', '125857.563000', '125857.565000', '125857.568000', '125857.571000', '125857.573000', '125857.576000', '125857.578000', '125857.590000', '125857.593000', '125857.595000', '125857.598000', '125857.601000', '125857.603000', '125857.606000', '125917.481000', '125917.484000', '125917.487000', '125917.490000', '125917.492000', '125917.495000', '125917.497000', '125917.500000', '125917.503000', '125917.505000', '125917.508000', '125917.510000', '125917.513000', '125917.516000', '125917.518000', '125917.521000', '125917.523000', '125917.526000', '125917.529000', '125917.531000', '125917.534000', '125917.537000', '125917.539000', '125917.542000', '125917.545000', '125917.547000', '125917.550000', '125917.553000', '125917.555000', '125917.558000', '125917.561000', '125917.563000', '125917.566000', '125917.569000', '125917.571000', '125917.574000', '125917.577000', '125917.579000', '125917.582000', '125917.584000', '125917.587000', '125917.590000', '125917.593000', '125937.481000', '125937.484000', '125937.487000', '125937.490000', '125937.492000', '125937.495000', '125937.497000', '125937.500000', '125937.503000', '125937.505000', '125937.508000', '125937.510000', '125937.513000', '125937.516000', '125937.518000', '125937.521000', '125937.523000', '125937.526000', '125937.528000', '125937.531000', '125937.534000', '125937.536000', '125937.539000', '125937.541000', '125937.544000', '125937.546000', '125937.549000', '125937.552000', '125937.554000', '125937.557000', '125937.559000', '125937.562000', '125937.564000', '125937.567000', '125937.570000', '125937.572000', '125937.575000', '125937.578000', '125937.581000', '125937.583000', '125937.586000', '125937.589000', '125937.591000', '125937.594000', '125957.481000', '125957.484000', '125957.487000', '125957.489000', '125957.492000', '125957.495000', '125957.497000', '125957.500000', '125957.502000', '125957.505000', '125957.507000', '125957.510000', '125957.512000', '125957.515000', '125957.518000', '125957.520000', '125957.530000', '125957.532000', '125957.535000', '125957.538000', '125957.540000', '125957.543000', '125957.545000', '125957.548000', '125957.551000', '125957.553000', '125957.556000', '125957.558000', '125957.561000', '125957.564000', '125957.566000', '125957.569000', '125957.571000', '125957.574000', '125957.576000', '125957.579000', '125957.582000', '125957.584000', '125957.587000', '125957.589000', '125957.592000', '125957.595000', '125957.597000', '130017.483000', '130017.486000', '130017.488000', '130017.491000', '130017.493000', '130017.496000', '130017.498000', '130017.501000', '130017.504000', '130017.506000', '130017.509000', '130017.511000', '130017.514000', '130017.517000', '130017.519000', '130017.522000', '130017.524000', '130017.527000', '130017.530000', '130017.532000', '130017.535000', '130017.537000', '130017.540000', '130017.543000', '130017.545000', '130017.548000', '130017.550000', '130017.553000', '130017.556000', '130017.558000', '130017.561000', '130017.564000', '130017.566000', '130017.569000', '130017.571000', '130017.574000', '130017.577000', '130017.579000', '130017.582000', '130017.584000', '130017.587000', '130017.590000', '130017.592000', '130017.595000', '130037.483000', '130037.486000', '130037.489000', '130037.491000', '130037.494000', '130037.497000', '130037.499000', '130037.502000', '130037.504000', '130037.507000', '130037.510000', '130037.512000', '130037.515000', '130037.517000', '130037.520000', '130037.523000', '130037.525000', '130037.528000', '130037.530000', '130037.533000', '130037.535000', '130037.538000', '130037.540000', '130037.543000', '130037.546000', '130037.548000', '130037.551000', '130037.553000', '130037.556000', '130037.559000', '130037.561000', '130037.564000', '130037.566000', '130037.569000', '130037.571000', '130037.574000', '130037.577000', '130037.579000', '130037.582000', '130037.584000', '130037.587000', '130037.590000', '130037.592000', '130057.482000', '130057.494000', '130057.497000', '130057.499000', '130057.502000', '130057.505000', '130057.507000', '130057.510000', '130057.512000', '130057.515000', '130057.517000', '130057.520000', '130057.522000', '130057.525000', '130057.528000', '130057.530000', '130057.533000', '130057.535000', '130057.538000', '130057.540000', '130057.543000', '130057.546000', '130057.548000', '130057.551000', '130057.554000', '130057.556000', '130057.559000', '130057.561000', '130057.564000', '130057.567000', '130057.569000', '130057.572000', '130057.574000', '130057.577000', '130057.579000', '130057.582000', '130057.585000', '130057.587000', '130057.590000', '130057.592000', '130057.595000', '130057.598000', '130057.600000', '130057.603000', '130117.481000', '130117.484000', '130117.487000', '130117.489000', '130117.492000', '130117.495000', '130117.498000', '130117.500000', '130117.503000', '130117.505000', '130117.508000', '130117.510000', '130117.513000', '130117.516000', '130117.518000', '130117.521000', '130117.523000', '130117.526000', '130117.529000', '130117.531000', '130117.534000', '130117.536000', '130117.539000', '130117.542000', '130117.544000', '130117.547000', '130117.549000', '130117.554000', '130117.556000', '130117.559000', '130117.562000', '130117.564000', '130117.567000', '130117.569000', '130117.572000', '130117.575000', '130117.577000', '130117.580000', '130117.582000', '130117.585000', '130117.588000', '130117.619000', '130117.622000', '130137.481000', '130137.484000', '130137.487000', '130137.490000', '130137.492000', '130137.495000', '130137.497000', '130137.500000', '130137.503000', '130137.506000', '130137.508000', '130137.511000', '130137.514000', '130137.516000', '130137.519000', '130137.522000', '130137.524000', '130137.527000', '130137.529000', '130137.532000', '130137.535000', '130137.537000', '130137.540000', '130137.542000', '130137.545000', '130137.547000', '130137.550000', '130137.553000', '130137.555000', '130137.558000', '130137.560000', '130137.563000', '130137.566000', '130137.568000', '130137.571000', '130137.574000', '130137.576000', '130137.579000', '130137.581000', '130137.584000', '130137.587000', '130137.589000', '130137.592000', '130157.482000', '130157.484000', '130157.487000', '130157.489000', '130157.492000', '130157.495000', '130157.497000', '130157.500000', '130157.502000', '130157.505000', '130157.507000', '130157.510000', '130157.513000', '130157.515000', '130157.518000', '130157.520000', '130157.523000', '130157.526000', '130157.528000', '130157.531000', '130157.536000', '130157.539000', '130157.541000', '130157.544000', '130157.546000', '130157.549000', '130157.551000', '130157.554000', '130157.557000', '130157.559000', '130157.562000', '130157.564000', '130157.567000', '130157.570000', '130157.572000', '130157.575000', '130157.578000', '130157.580000', '130157.583000', '130157.585000', '130157.588000', '130157.591000', '130157.594000', '130157.596000', '130158.551000', '130158.554000', '130158.556000'], 'InstanceCreationTime': ['125537.508000', '125537.511000', '125537.525000', '125537.527000', '125537.530000', '125537.532000', '125537.535000', '125537.538000', '125537.540000', '125537.543000', '125537.546000', '125537.548000', '125537.551000', '125537.554000', '125537.556000', '125537.559000', '125537.561000', '125537.564000', '125537.567000', '125537.569000', '125537.572000', '125537.574000', '125537.577000', '125537.580000', '125537.586000', '125537.588000', '125537.591000', '125537.594000', '125537.596000', '125537.599000', '125537.602000', '125537.604000', '125537.607000', '125537.609000', '125537.612000', '125537.615000', '125537.617000', '125537.620000', '125537.622000', '125537.625000', '125537.629000', '125537.632000', '125537.634000', '125557.483000', '125557.486000', '125557.495000', '125557.498000', '125557.500000', '125557.503000', '125557.506000', '125557.509000', '125557.511000', '125557.514000', '125557.516000', '125557.519000', '125557.522000', '125557.524000', '125557.527000', '125557.529000', '125557.532000', '125557.535000', '125557.537000', '125557.540000', '125557.542000', '125557.545000', '125557.548000', '125557.550000', '125557.553000', '125557.555000', '125557.558000', '125557.561000', '125557.563000', '125557.566000', '125557.568000', '125557.571000', '125557.573000', '125557.576000', '125557.578000', '125557.581000', '125557.583000', '125557.586000', '125557.589000', '125557.591000', '125557.594000', '125557.601000', '125557.603000', '125617.482000', '125617.485000', '125617.488000', '125617.490000', '125617.493000', '125617.496000', '125617.498000', '125617.501000', '125617.504000', '125617.506000', '125617.509000', '125617.511000', '125617.514000', '125617.517000', '125617.519000', '125617.522000', '125617.525000', '125617.527000', '125617.530000', '125617.533000', '125617.535000', '125617.538000', '125617.540000', '125617.543000', '125617.546000', '125617.548000', '125617.551000', '125617.554000', '125617.556000', '125617.559000', '125617.561000', '125617.564000', '125617.566000', '125617.569000', '125617.571000', '125617.574000', '125617.577000', '125617.579000', '125617.582000', '125617.585000', '125617.587000', '125617.590000', '125617.592000', '125617.595000', '125637.482000', '125637.484000', '125637.487000', '125637.489000', '125637.492000', '125637.495000', '125637.497000', '125637.500000', '125637.502000', '125637.505000', '125637.508000', '125637.510000', '125637.514000', '125637.517000', '125637.519000', '125637.522000', '125637.525000', '125637.527000', '125637.530000', '125637.532000', '125637.535000', '125637.538000', '125637.540000', '125637.543000', '125637.545000', '125637.548000', '125637.551000', '125637.553000', '125637.556000', '125637.558000', '125637.561000', '125637.564000', '125637.566000', '125637.569000', '125637.572000', '125637.574000', '125637.577000', '125637.579000', '125637.582000', '125637.585000', '125637.587000', '125637.590000', '125637.596000', '125637.599000', '125657.482000', '125657.484000', '125657.487000', '125657.490000', '125657.493000', '125657.495000', '125657.498000', '125657.501000', '125657.503000', '125657.506000', '125657.508000', '125657.511000', '125657.514000', '125657.516000', '125657.519000', '125657.521000', '125657.524000', '125657.527000', '125657.529000', '125657.532000', '125657.534000', '125657.537000', '125657.540000', '125657.542000', '125657.545000', '125657.547000', '125657.550000', '125657.552000', '125657.555000', '125657.557000', '125657.560000', '125657.563000', '125657.565000', '125657.568000', '125657.570000', '125657.573000', '125657.576000', '125657.578000', '125657.581000', '125657.584000', '125657.586000', '125657.589000', '125657.591000', '125717.481000', '125717.484000', '125717.487000', '125717.490000', '125717.492000', '125717.495000', '125717.497000', '125717.500000', '125717.503000', '125717.506000', '125717.508000', '125717.511000', '125717.513000', '125717.516000', '125717.519000', '125717.521000', '125717.524000', '125717.527000', '125717.529000', '125717.532000', '125717.535000', '125717.537000', '125717.540000', '125717.542000', '125717.545000', '125717.548000', '125717.550000', '125717.553000', '125717.556000', '125717.558000', '125717.561000', '125717.563000', '125717.566000', '125717.573000', '125717.576000', '125717.579000', '125717.581000', '125717.584000', '125717.587000', '125717.589000', '125717.592000', '125717.594000', '125717.597000', '125737.482000', '125737.484000', '125737.487000', '125737.490000', '125737.492000', '125737.495000', '125737.497000', '125737.500000', '125737.503000', '125737.505000', '125737.508000', '125737.511000', '125737.513000', '125737.516000', '125737.518000', '125737.521000', '125737.524000', '125737.526000', '125737.529000', '125737.532000', '125737.534000', '125737.537000', '125737.540000', '125737.542000', '125737.545000', '125737.547000', '125737.550000', '125737.553000', '125737.555000', '125737.558000', '125737.560000', '125737.563000', '125737.566000', '125737.568000', '125737.571000', '125737.574000', '125737.576000', '125737.579000', '125737.581000', '125737.584000', '125737.587000', '125737.589000', '125737.592000', '125737.595000', '125757.482000', '125757.485000', '125757.488000', '125757.490000', '125757.493000', '125757.496000', '125757.498000', '125757.501000', '125757.503000', '125757.506000', '125757.508000', '125757.511000', '125757.514000', '125757.516000', '125757.519000', '125757.521000', '125757.524000', '125757.527000', '125757.529000', '125757.532000', '125757.534000', '125757.537000', '125757.540000', '125757.542000', '125757.545000', '125757.547000', '125757.550000', '125757.553000', '125757.556000', '125757.559000', '125757.562000', '125757.564000', '125757.567000', '125757.569000', '125757.572000', '125757.574000', '125757.577000', '125757.580000', '125757.582000', '125757.585000', '125757.587000', '125757.590000', '125757.593000', '125817.482000', '125817.485000', '125817.488000', '125817.491000', '125817.493000', '125817.496000', '125817.498000', '125817.501000', '125817.504000', '125817.506000', '125817.509000', '125817.511000', '125817.514000', '125817.516000', '125817.519000', '125817.522000', '125817.524000', '125817.527000', '125817.529000', '125817.532000', '125817.535000', '125817.537000', '125817.540000', '125817.542000', '125817.545000', '125817.547000', '125817.550000', '125817.553000', '125817.555000', '125817.558000', '125817.560000', '125817.563000', '125817.566000', '125817.568000', '125817.571000', '125817.573000', '125817.576000', '125817.578000', '125817.581000', '125817.584000', '125817.586000', '125817.589000', '125817.591000', '125817.594000', '125837.482000', '125837.485000', '125837.488000', '125837.490000', '125837.493000', '125837.496000', '125837.499000', '125837.501000', '125837.504000', '125837.507000', '125837.509000', '125837.512000', '125837.515000', '125837.517000', '125837.520000', '125837.522000', '125837.525000', '125837.528000', '125837.530000', '125837.533000', '125837.535000', '125837.538000', '125837.540000', '125837.543000', '125837.546000', '125837.548000', '125837.551000', '125837.553000', '125837.556000', '125837.559000', '125837.562000', '125837.565000', '125837.568000', '125837.570000', '125837.573000', '125837.576000', '125837.579000', '125837.581000', '125837.584000', '125837.588000', '125837.591000', '125837.594000', '125837.596000', '125857.482000', '125857.485000', '125857.488000', '125857.491000', '125857.493000', '125857.497000', '125857.499000', '125857.502000', '125857.505000', '125857.507000', '125857.510000', '125857.513000', '125857.515000', '125857.518000', '125857.521000', '125857.523000', '125857.526000', '125857.529000', '125857.531000', '125857.534000', '125857.536000', '125857.539000', '125857.542000', '125857.544000', '125857.547000', '125857.550000', '125857.552000', '125857.555000', '125857.557000', '125857.560000', '125857.563000', '125857.565000', '125857.568000', '125857.571000', '125857.573000', '125857.576000', '125857.578000', '125857.590000', '125857.593000', '125857.595000', '125857.598000', '125857.601000', '125857.603000', '125857.606000', '125917.481000', '125917.484000', '125917.487000', '125917.490000', '125917.492000', '125917.495000', '125917.497000', '125917.500000', '125917.503000', '125917.505000', '125917.508000', '125917.510000', '125917.513000', '125917.516000', '125917.518000', '125917.521000', '125917.523000', '125917.526000', '125917.529000', '125917.531000', '125917.534000', '125917.537000', '125917.539000', '125917.542000', '125917.545000', '125917.547000', '125917.550000', '125917.553000', '125917.555000', '125917.558000', '125917.561000', '125917.563000', '125917.566000', '125917.569000', '125917.571000', '125917.574000', '125917.577000', '125917.579000', '125917.582000', '125917.584000', '125917.587000', '125917.590000', '125917.593000', '125937.481000', '125937.484000', '125937.487000', '125937.490000', '125937.492000', '125937.495000', '125937.497000', '125937.500000', '125937.503000', '125937.505000', '125937.508000', '125937.510000', '125937.513000', '125937.516000', '125937.518000', '125937.521000', '125937.523000', '125937.526000', '125937.528000', '125937.531000', '125937.534000', '125937.536000', '125937.539000', '125937.541000', '125937.544000', '125937.546000', '125937.549000', '125937.552000', '125937.554000', '125937.557000', '125937.559000', '125937.562000', '125937.564000', '125937.567000', '125937.570000', '125937.572000', '125937.575000', '125937.578000', '125937.581000', '125937.583000', '125937.586000', '125937.589000', '125937.591000', '125937.594000', '125957.481000', '125957.484000', '125957.487000', '125957.489000', '125957.492000', '125957.495000', '125957.497000', '125957.500000', '125957.502000', '125957.505000', '125957.507000', '125957.510000', '125957.512000', '125957.515000', '125957.518000', '125957.520000', '125957.530000', '125957.532000', '125957.535000', '125957.538000', '125957.540000', '125957.543000', '125957.545000', '125957.548000', '125957.551000', '125957.553000', '125957.556000', '125957.558000', '125957.561000', '125957.564000', '125957.566000', '125957.569000', '125957.571000', '125957.574000', '125957.576000', '125957.579000', '125957.582000', '125957.584000', '125957.587000', '125957.589000', '125957.592000', '125957.595000', '125957.597000', '130017.483000', '130017.486000', '130017.488000', '130017.491000', '130017.493000', '130017.496000', '130017.498000', '130017.501000', '130017.504000', '130017.506000', '130017.509000', '130017.511000', '130017.514000', '130017.517000', '130017.519000', '130017.522000', '130017.524000', '130017.527000', '130017.530000', '130017.532000', '130017.535000', '130017.537000', '130017.540000', '130017.543000', '130017.545000', '130017.548000', '130017.550000', '130017.553000', '130017.556000', '130017.558000', '130017.561000', '130017.564000', '130017.566000', '130017.569000', '130017.571000', '130017.574000', '130017.577000', '130017.579000', '130017.582000', '130017.584000', '130017.587000', '130017.590000', '130017.592000', '130017.595000', '130037.483000', '130037.486000', '130037.489000', '130037.491000', '130037.494000', '130037.497000', '130037.499000', '130037.502000', '130037.504000', '130037.507000', '130037.510000', '130037.512000', '130037.515000', '130037.517000', '130037.520000', '130037.523000', '130037.525000', '130037.528000', '130037.530000', '130037.533000', '130037.535000', '130037.538000', '130037.540000', '130037.543000', '130037.546000', '130037.548000', '130037.551000', '130037.553000', '130037.556000', '130037.559000', '130037.561000', '130037.564000', '130037.566000', '130037.569000', '130037.571000', '130037.574000', '130037.577000', '130037.579000', '130037.582000', '130037.584000', '130037.587000', '130037.590000', '130037.592000', '130057.482000', '130057.494000', '130057.497000', '130057.499000', '130057.502000', '130057.505000', '130057.507000', '130057.510000', '130057.512000', '130057.515000', '130057.517000', '130057.520000', '130057.522000', '130057.525000', '130057.528000', '130057.530000', '130057.533000', '130057.535000', '130057.538000', '130057.540000', '130057.543000', '130057.546000', '130057.548000', '130057.551000', '130057.554000', '130057.556000', '130057.559000', '130057.561000', '130057.564000', '130057.567000', '130057.569000', '130057.572000', '130057.574000', '130057.577000', '130057.579000', '130057.582000', '130057.585000', '130057.587000', '130057.590000', '130057.592000', '130057.595000', '130057.598000', '130057.600000', '130057.603000', '130117.481000', '130117.484000', '130117.487000', '130117.489000', '130117.492000', '130117.495000', '130117.498000', '130117.500000', '130117.503000', '130117.505000', '130117.508000', '130117.510000', '130117.513000', '130117.516000', '130117.518000', '130117.521000', '130117.523000', '130117.526000', '130117.529000', '130117.531000', '130117.534000', '130117.536000', '130117.539000', '130117.542000', '130117.544000', '130117.547000', '130117.549000', '130117.554000', '130117.556000', '130117.559000', '130117.562000', '130117.564000', '130117.567000', '130117.569000', '130117.572000', '130117.575000', '130117.577000', '130117.580000', '130117.582000', '130117.585000', '130117.588000', '130117.619000', '130117.622000', '130137.481000', '130137.484000', '130137.487000', '130137.490000', '130137.492000', '130137.495000', '130137.497000', '130137.500000', '130137.503000', '130137.506000', '130137.508000', '130137.511000', '130137.514000', '130137.516000', '130137.519000', '130137.522000', '130137.524000', '130137.527000', '130137.529000', '130137.532000', '130137.535000', '130137.537000', '130137.540000', '130137.542000', '130137.545000', '130137.547000', '130137.550000', '130137.553000', '130137.555000', '130137.558000', '130137.560000', '130137.563000', '130137.566000', '130137.568000', '130137.571000', '130137.574000', '130137.576000', '130137.579000', '130137.581000', '130137.584000', '130137.587000', '130137.589000', '130137.592000', '130157.482000', '130157.484000', '130157.487000', '130157.489000', '130157.492000', '130157.495000', '130157.497000', '130157.500000', '130157.502000', '130157.505000', '130157.507000', '130157.510000', '130157.513000', '130157.515000', '130157.518000', '130157.520000', '130157.523000', '130157.526000', '130157.528000', '130157.531000', '130157.536000', '130157.539000', '130157.541000', '130157.544000', '130157.546000', '130157.549000', '130157.551000', '130157.554000', '130157.557000', '130157.559000', '130157.562000', '130157.564000', '130157.567000', '130157.570000', '130157.572000', '130157.575000', '130157.578000', '130157.580000', '130157.583000', '130157.585000', '130157.588000', '130157.591000', '130157.594000', '130157.596000', '130158.551000', '130158.554000', '130158.556000'], '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': [9810, 8930, 11429, 9516, 8458, 9138, 14932, 12491, 9589, 9029, 8269, 9296, 8445, 9370, 8631, 11031, 8233, 9062, 8451, 8644, 8806, 8114, 8788, 8907, 9295, 8192, 9260, 8808, 8911, 9671, 8533, 9413, 12852, 12594, 9297, 7972, 8942, 8834, 9548, 8516, 9393, 8637, 9503, 8779, 9505, 10473, 15005, 10103, 9153, 8691, 8432, 8933, 7605, 8602, 8288, 9223, 8376, 9031, 8265, 9666, 9152, 7835, 9030, 8936, 11791, 11198, 9377, 8709, 10223, 9065, 9123, 13863, 13898, 8844, 8654, 8525, 8663, 9204, 8313, 8902, 8562, 9459, 8676, 9210, 8574, 9838, 9294, 8202, 8751, 9175, 9753, 8802, 9467, 8132, 8849, 9245, 8450, 9083, 10427, 11539, 8810, 9353, 8446, 9274, 8975, 8556, 9159, 12133, 9410, 8226, 9131, 8468, 8455, 8665, 8076, 8648, 8047, 9294, 8561, 9082, 8672, 12130, 9940, 8756, 9127, 9204, 11930, 10585, 9613, 8779, 8886, 8882, 9037, 8502, 11259, 9525, 8548, 8813, 9593, 9470, 8674, 8965, 8764, 9455, 8390, 9443, 8901, 13003, 8741, 9593, 8513, 8677, 8920, 9210, 8286, 8924, 9045, 9332, 8996, 10135, 9749, 9415, 8879, 9590, 9198, 8563, 8794, 8663, 9457, 8626, 8566, 8771, 9628, 8395, 9153, 8438, 9750, 8050, 8805, 8566, 9194, 8234, 8997, 8560, 8663, 8612, 9341, 8935, 12168, 9011, 9185, 8724, 9061, 8930, 10043, 12583, 11401, 8881, 8983, 8718, 8960, 8914, 8887, 9225, 9017, 8515, 9084, 8553, 11177, 8871, 8837, 8507, 8633, 9118, 8426, 8276, 8702, 9145, 8035, 8985, 8882, 10096, 8320, 9102, 8755, 9589, 8512, 8931, 8966, 14280, 9085, 9442, 8211, 8842, 8840, 8858, 8897, 7905, 8657, 8858, 8714, 9890, 9501, 8590, 8915, 12466, 12032, 9239, 8588, 9082, 8826, 11164, 8932, 9387, 8789, 8634, 9174, 8334, 8262, 8437, 9245, 8386, 8378, 8430, 9099, 8248, 8462, 8319, 8820, 8134, 8297, 10163, 9278, 8324, 8894, 9326, 10689, 11667, 10393, 10071, 9743, 8419, 9176, 10482, 11570, 9055, 8568, 8851, 9335, 8287, 8737, 12805, 9455, 8232, 8439, 8644, 9039, 8314, 8450, 8990, 9495, 8603, 9179, 12604, 12979, 8779, 9232, 8680, 9610, 8797, 9352, 13961, 13266, 9059, 9399, 8765, 8522, 8906, 8815, 8556, 8950, 9101, 8905, 8981, 9063, 9223, 8243, 8765, 8520, 9287, 8456, 8964, 8414, 8530, 9121, 8242, 8951, 10755, 10951, 8692, 9017, 8957, 9797, 8718, 9007, 13307, 12714, 11615, 10586, 11439, 9423, 8414, 8819, 8943, 9313, 8278, 8349, 8494, 9565, 8616, 8831, 8476, 9315, 8578, 9328, 8632, 9715, 8958, 9839, 8567, 10469, 9041, 10529, 9857, 11277, 9223, 8484, 8803, 9627, 8679, 8879, 8524, 8546, 8899, 8530, 8128, 8775, 9341, 8587, 9043, 9795, 9110, 8417, 8409, 8456, 9726, 8487, 9365, 12185, 11238, 8261, 8432, 8742, 9315, 8704, 11600, 13490, 9768, 8907, 8668, 8768, 9538, 9114, 8774, 12515, 9195, 9516, 8658, 8641, 9105, 9174, 8620, 12943, 9324, 9444, 8485, 8675, 8649, 9236, 8173, 8751, 8869, 8693, 8641, 10372, 9470, 8444, 8744, 8973, 9676, 10198, 9053, 9044, 9930, 8717, 9126, 8857, 9772, 8234, 8722, 12775, 9380, 8261, 9064, 9208, 9101, 8422, 8322, 8644, 9146, 8757, 8923, 11249, 9135, 9289, 8706, 8955, 8569, 8532, 8363, 8804, 8655, 8650, 7969, 10752, 9099, 8673, 8815, 9935, 9284, 8667, 8465, 8977, 8698, 8794, 8430, 10838, 8687, 9035, 8746, 11638, 9759, 8230, 8415, 9055, 9942, 8466, 8602, 12813, 9726, 8925, 8842, 8910, 11922, 9641, 9462, 8979, 9621, 8377, 8283, 8884, 9411, 9045, 8253, 8379, 8917, 8041, 8065, 8378, 9512, 8152, 8879, 9082, 9948, 8321, 8595, 8633, 9296, 8256, 9179, 10256, 9885, 8900, 9021, 8499, 10244, 8613, 9469, 8114, 9686, 8394, 9369, 8178, 10022, 9519, 8834, 9289, 14512, 11385, 8577, 8503, 9009, 10025, 8818, 9070, 9028, 9949, 8794, 8612, 9944, 9405, 8413, 8771, 9888, 9499, 8434, 8662, 8862, 9373, 8977, 9644, 8499, 9468, 8856, 8906, 10838, 9897, 8514, 9059, 8568, 9529, 7932, 8458, 8102, 8752, 7698, 9119, 9583, 9752, 9206, 8950, 8754, 10154, 9890, 9488, 9625, 8554, 10380, 9263, 8557, 8616, 9084, 9576, 8991, 9352, 8323, 8596, 9482, 8111, 8704, 10348, 9027, 8536, 8601, 8752, 9413, 8393, 9032, 8169, 9336, 8693, 9047, 8544, 12072, 8999, 9438, 8448, 10500, 9113, 9533, 8525, 11640, 9625, 9184, 8927, 13422, 9372, 9416, 8699, 9519, 8716, 9574, 14665, 10940, 8293, 8645, 8906, 9008, 8346, 8815, 8159, 9744, 8676, 9116, 8524, 11475, 9024, 9173, 8553, 9148, 9420, 8645, 11453, 12443, 9900, 8634, 8735, 9170, 9971, 8610, 8490, 14470, 10284, 8441, 8612, 9056, 9621, 8902, 9581, 8434, 9298, 8738, 9217, 7965, 8668, 9347, 8496, 8752, 9666, 9453, 8363, 7939, 8713, 9785, 8302, 8374, 10136, 9762, 8766, 9030, 8726, 12652, 9199, 9887, 8750, 10166, 8914, 8776, 14391, 10180, 8693, 8405, 8606, 9759, 8633, 9035, 14625, 9620, 8320, 8308, 8772, 9126, 7987, 8939, 8390, 9842, 8440, 8702, 9592, 9698, 8207, 8626, 8437, 9127, 7968, 8879, 8803, 10114, 8671, 8601, 11399, 13140, 11442, 9402, 9998, 9972, 8969, 8467, 12984, 10012, 8590, 8796, 9638, 9905, 8676, 9342, 8693, 9585, 8712, 9215, 8500, 10271, 9000, 8991, 8554, 11301, 8856, 8976, 8763, 9687, 8315, 8394, 9374, 9923, 8662, 8542, 8652, 10916, 9161, 9481, 9018, 8756, 9331, 9316, 8609, 14881, 11136, 9501, 8675, 8369, 9725, 8828, 8471, 11101, 9271, 8273, 8690, 8585, 9982, 8589, 8672, 11646, 12853, 9200, 8801, 8556, 10025, 8464, 8246, 10308, 9846, 8513, 8796, 10149, 9975, 8980, 9463, 8445, 9974, 8526, 8831, 9014, 9761, 8776, 8354, 8359, 9984, 8909, 9336, 8360, 10237, 8113, 9123, 8353, 9850, 8549, 8634, 8958, 10207, 8731, 9622, 8615, 9925, 8759, 8939, 10189, 13050, 10287, 8784, 10454, 9555, 7618, 8247, 7894, 10642, 7997, 8961, 7842, 9805, 9222, 8097, 9227, 9773, 9693, 9407, 9920, 8173, 9804, 9154, 8143, 8635, 8354], 'WindowCenter': [4719.0, 4669.0, 4689.0, 4654.0, 4621.0, 4628.0, 4698.0, 4662.0, 4625.0, 4613.0, 4602.0, 4608.0, 4588.0, 4610.0, 4601.0, 4640.0, 4591.0, 4610.0, 4602.0, 4600.0, 4610.0, 4591.0, 4601.0, 4608.0, 4610.0, 4603.0, 4613.0, 4612.0, 4610.0, 4619.0, 4602.0, 4613.0, 4662.0, 4650.0, 4609.0, 4589.0, 4609.0, 4610.0, 4620.0, 4603.0, 4613.0, 4600.0, 4619.0, 4601.0, 4621.0, 4631.0, 4680.0, 4631.0, 4612.0, 4599.0, 4588.0, 4609.0, 4594.0, 4616.0, 4603.0, 4611.0, 4600.0, 4614.0, 4602.0, 4622.0, 4621.0, 4591.0, 4614.0, 4614.0, 4652.0, 4644.0, 4622.0, 4601.0, 4627.0, 4615.0, 4611.0, 4672.0, 4670.0, 4610.0, 4599.0, 4599.0, 4600.0, 4609.0, 4602.0, 4612.0, 4602.0, 4620.0, 4612.0, 4613.0, 4601.0, 4620.0, 4610.0, 4589.0, 4597.0, 4611.0, 4621.0, 4612.0, 4624.0, 4592.0, 4609.0, 4607.0, 4591.0, 4611.0, 4631.0, 4638.0, 4599.0, 4610.0, 4589.0, 4619.0, 4611.0, 4600.0, 4610.0, 4651.0, 4609.0, 4591.0, 4610.0, 4599.0, 4586.0, 4599.0, 4591.0, 4613.0, 4602.0, 4622.0, 4613.0, 4613.0, 4612.0, 4651.0, 4620.0, 4600.0, 4608.0, 4621.0, 4649.0, 4634.0, 4623.0, 4603.0, 4608.0, 4611.0, 4608.0, 4601.0, 4640.0, 4618.0, 4600.0, 4609.0, 4620.0, 4621.0, 4600.0, 4612.0, 4599.0, 4606.0, 4601.0, 4620.0, 4610.0, 4662.0, 4601.0, 4619.0, 4602.0, 4600.0, 4611.0, 4612.0, 4590.0, 4608.0, 4612.0, 4611.0, 4611.0, 4630.0, 4622.0, 4610.0, 4610.0, 4607.0, 4597.0, 4587.0, 4599.0, 4598.0, 4619.0, 4602.0, 4600.0, 4599.0, 4607.0, 4589.0, 4611.0, 4602.0, 4620.0, 4589.0, 4610.0, 4610.0, 4611.0, 4603.0, 4613.0, 4601.0, 4598.0, 4601.0, 4622.0, 4611.0, 4662.0, 4611.0, 4613.0, 4601.0, 4610.0, 4611.0, 4622.0, 4651.0, 4637.0, 4599.0, 4598.0, 4587.0, 4599.0, 4609.0, 4612.0, 4610.0, 4608.0, 4601.0, 4612.0, 4602.0, 4641.0, 4611.0, 4610.0, 4599.0, 4597.0, 4611.0, 4603.0, 4601.0, 4600.0, 4609.0, 4590.0, 4612.0, 4611.0, 4632.0, 4601.0, 4610.0, 4599.0, 4618.0, 4600.0, 4613.0, 4609.0, 4682.0, 4611.0, 4619.0, 4588.0, 4609.0, 4612.0, 4611.0, 4599.0, 4576.0, 4585.0, 4610.0, 4599.0, 4629.0, 4619.0, 4600.0, 4609.0, 4663.0, 4649.0, 4609.0, 4599.0, 4610.0, 4610.0, 4641.0, 4612.0, 4611.0, 4600.0, 4599.0, 4609.0, 4603.0, 4602.0, 4601.0, 4610.0, 4602.0, 4590.0, 4590.0, 4614.0, 4604.0, 4605.0, 4601.0, 4610.0, 4604.0, 4604.0, 4632.0, 4621.0, 4600.0, 4613.0, 4611.0, 4631.0, 4652.0, 4632.0, 4622.0, 4609.0, 4588.0, 4609.0, 4631.0, 4641.0, 4601.0, 4598.0, 4598.0, 4607.0, 4599.0, 4601.0, 4662.0, 4620.0, 4602.0, 4602.0, 4602.0, 4609.0, 4601.0, 4601.0, 4608.0, 4609.0, 4600.0, 4611.0, 4660.0, 4662.0, 4600.0, 4609.0, 4597.0, 4620.0, 4600.0, 4610.0, 4672.0, 4657.0, 4598.0, 4608.0, 4597.0, 4597.0, 4611.0, 4614.0, 4597.0, 4598.0, 4598.0, 4610.0, 4611.0, 4610.0, 4621.0, 4602.0, 4600.0, 4598.0, 4619.0, 4605.0, 4614.0, 4602.0, 4601.0, 4608.0, 4601.0, 4612.0, 4639.0, 4641.0, 4599.0, 4601.0, 4597.0, 4617.0, 4600.0, 4611.0, 4669.0, 4659.0, 4641.0, 4632.0, 4639.0, 4606.0, 4588.0, 4595.0, 4599.0, 4608.0, 4601.0, 4590.0, 4599.0, 4621.0, 4600.0, 4609.0, 4602.0, 4609.0, 4588.0, 4609.0, 4599.0, 4608.0, 4599.0, 4620.0, 4600.0, 4633.0, 4612.0, 4632.0, 4621.0, 4639.0, 4609.0, 4598.0, 4609.0, 4618.0, 4601.0, 4610.0, 4600.0, 4611.0, 4612.0, 4602.0, 4589.0, 4599.0, 4608.0, 4598.0, 4610.0, 4620.0, 4612.0, 4602.0, 4591.0, 4588.0, 4610.0, 4599.0, 4611.0, 4648.0, 4641.0, 4590.0, 4600.0, 4600.0, 4611.0, 4600.0, 4643.0, 4661.0, 4617.0, 4599.0, 4586.0, 4587.0, 4609.0, 4610.0, 4601.0, 4650.0, 4612.0, 4621.0, 4601.0, 4598.0, 4598.0, 4610.0, 4600.0, 4661.0, 4611.0, 4623.0, 4601.0, 4599.0, 4599.0, 4610.0, 4588.0, 4600.0, 4612.0, 4612.0, 4614.0, 4631.0, 4622.0, 4602.0, 4599.0, 4610.0, 4621.0, 4631.0, 4612.0, 4601.0, 4621.0, 4599.0, 4607.0, 4596.0, 4618.0, 4589.0, 4599.0, 4661.0, 4609.0, 4600.0, 4613.0, 4621.0, 4609.0, 4602.0, 4590.0, 4599.0, 4607.0, 4602.0, 4610.0, 4639.0, 4609.0, 4610.0, 4599.0, 4609.0, 4602.0, 4611.0, 4600.0, 4609.0, 4599.0, 4612.0, 4602.0, 4642.0, 4611.0, 4602.0, 4612.0, 4632.0, 4623.0, 4602.0, 4601.0, 4609.0, 4599.0, 4613.0, 4602.0, 4641.0, 4601.0, 4611.0, 4610.0, 4650.0, 4620.0, 4601.0, 4600.0, 4599.0, 4619.0, 4600.0, 4601.0, 4660.0, 4618.0, 4599.0, 4611.0, 4609.0, 4649.0, 4609.0, 4609.0, 4597.0, 4608.0, 4587.0, 4587.0, 4608.0, 4609.0, 4601.0, 4589.0, 4588.0, 4610.0, 4589.0, 4590.0, 4587.0, 4608.0, 4589.0, 4609.0, 4611.0, 4630.0, 4602.0, 4599.0, 4599.0, 4609.0, 4601.0, 4622.0, 4633.0, 4619.0, 4609.0, 4608.0, 4612.0, 4630.0, 4615.0, 4622.0, 4590.0, 4622.0, 4601.0, 4620.0, 4602.0, 4618.0, 4620.0, 4611.0, 4614.0, 4672.0, 4639.0, 4600.0, 4602.0, 4611.0, 4620.0, 4600.0, 4599.0, 4597.0, 4621.0, 4601.0, 4604.0, 4619.0, 4608.0, 4600.0, 4602.0, 4622.0, 4608.0, 4590.0, 4602.0, 4612.0, 4609.0, 4612.0, 4621.0, 4599.0, 4623.0, 4611.0, 4611.0, 4630.0, 4618.0, 4599.0, 4611.0, 4611.0, 4621.0, 4591.0, 4616.0, 4589.0, 4586.0, 4576.0, 4611.0, 4620.0, 4618.0, 4611.0, 4600.0, 4603.0, 4632.0, 4622.0, 4622.0, 4623.0, 4603.0, 4632.0, 4614.0, 4615.0, 4602.0, 4612.0, 4619.0, 4615.0, 4614.0, 4604.0, 4599.0, 4619.0, 4593.0, 4602.0, 4638.0, 4612.0, 4602.0, 4602.0, 4617.0, 4623.0, 4605.0, 4613.0, 4602.0, 4609.0, 4603.0, 4627.0, 4616.0, 4665.0, 4615.0, 4623.0, 4604.0, 4644.0, 4615.0, 4623.0, 4602.0, 4639.0, 4611.0, 4623.0, 4611.0, 4661.0, 4611.0, 4611.0, 4602.0, 4621.0, 4602.0, 4621.0, 4681.0, 4640.0, 4590.0, 4597.0, 4608.0, 4610.0, 4602.0, 4613.0, 4591.0, 4621.0, 4613.0, 4623.0, 4611.0, 4653.0, 4611.0, 4611.0, 4600.0, 4621.0, 4622.0, 4614.0, 4653.0, 4662.0, 4620.0, 4599.0, 4601.0, 4598.0, 4618.0, 4601.0, 4600.0, 4682.0, 4630.0, 4601.0, 4601.0, 4611.0, 4619.0, 4609.0, 4617.0, 4588.0, 4609.0, 4600.0, 4611.0, 4592.0, 4599.0, 4607.0, 4598.0, 4600.0, 4620.0, 4620.0, 4600.0, 4589.0, 4600.0, 4619.0, 4601.0, 4601.0, 4631.0, 4620.0, 4600.0, 4624.0, 4612.0, 4660.0, 4610.0, 4620.0, 4596.0, 4617.0, 4611.0, 4600.0, 4670.0, 4620.0, 4598.0, 4589.0, 4596.0, 4622.0, 4600.0, 4612.0, 4683.0, 4608.0, 4588.0, 4587.0, 4609.0, 4620.0, 4591.0, 4610.0, 4599.0, 4618.0, 4600.0, 4613.0, 4631.0, 4632.0, 4601.0, 4610.0, 4612.0, 4621.0, 4605.0, 4612.0, 4609.0, 4629.0, 4601.0, 4612.0, 4651.0, 4671.0, 4639.0, 4611.0, 4616.0, 4618.0, 4610.0, 4600.0, 4661.0, 4618.0, 4599.0, 4612.0, 4619.0, 4620.0, 4600.0, 4608.0, 4601.0, 4617.0, 4600.0, 4610.0, 4598.0, 4615.0, 4599.0, 4611.0, 4600.0, 4639.0, 4599.0, 4610.0, 4599.0, 4617.0, 4600.0, 4601.0, 4610.0, 4617.0, 4598.0, 4609.0, 4614.0, 4640.0, 4611.0, 4620.0, 4599.0, 4596.0, 4609.0, 4622.0, 4602.0, 4682.0, 4654.0, 4623.0, 4599.0, 4586.0, 4606.0, 4608.0, 4589.0, 4641.0, 4609.0, 4601.0, 4600.0, 4599.0, 4617.0, 4600.0, 4600.0, 4639.0, 4649.0, 4609.0, 4597.0, 4587.0, 4615.0, 4601.0, 4602.0, 4630.0, 4618.0, 4600.0, 4610.0, 4630.0, 4619.0, 4610.0, 4618.0, 4588.0, 4618.0, 4600.0, 4612.0, 4608.0, 4617.0, 4598.0, 4601.0, 4601.0, 4620.0, 4610.0, 4610.0, 4588.0, 4631.0, 4590.0, 4624.0, 4599.0, 4628.0, 4612.0, 4613.0, 4613.0, 4629.0, 4600.0, 4619.0, 4600.0, 4618.0, 4599.0, 4611.0, 4630.0, 4658.0, 4630.0, 4603.0, 4632.0, 4619.0, 4578.0, 4588.0, 4577.0, 4627.0, 4590.0, 4610.0, 4590.0, 4632.0, 4622.0, 4592.0, 4621.0, 4630.0, 4621.0, 4613.0, 4636.0, 4603.0, 4631.0, 4621.0, 4603.0, 4612.0, 4613.0], 'WindowWidth': [10365.0, 10267.0, 10272.0, 10211.0, 10160.0, 10163.0, 10253.0, 10197.0, 10148.0, 10127.0, 10109.0, 10114.0, 10086.0, 10118.0, 10106.0, 10160.0, 10091.0, 10116.0, 10107.0, 10103.0, 10117.0, 10096.0, 10106.0, 10113.0, 10118.0, 10112.0, 10125.0, 10125.0, 10120.0, 10130.0, 10110.0, 10123.0, 10191.0, 10172.0, 10114.0, 10086.0, 10115.0, 10118.0, 10133.0, 10111.0, 10124.0, 10104.0, 10128.0, 10108.0, 10135.0, 10147.0, 10216.0, 10144.0, 10121.0, 10102.0, 10086.0, 10117.0, 10103.0, 10136.0, 10112.0, 10120.0, 10107.0, 10128.0, 10113.0, 10138.0, 10135.0, 10094.0, 10127.0, 10130.0, 10180.0, 10166.0, 10136.0, 10106.0, 10138.0, 10131.0, 10120.0, 10206.0, 10197.0, 10116.0, 10101.0, 10102.0, 10104.0, 10117.0, 10108.0, 10122.0, 10108.0, 10132.0, 10123.0, 10124.0, 10109.0, 10131.0, 10114.0, 10085.0, 10096.0, 10119.0, 10134.0, 10122.0, 10138.0, 10097.0, 10117.0, 10110.0, 10092.0, 10121.0, 10148.0, 10155.0, 10101.0, 10115.0, 10087.0, 10133.0, 10121.0, 10104.0, 10117.0, 10174.0, 10116.0, 10092.0, 10116.0, 10102.0, 10083.0, 10103.0, 10096.0, 10126.0, 10111.0, 10137.0, 10127.0, 10129.0, 10123.0, 10176.0, 10131.0, 10101.0, 10112.0, 10134.0, 10172.0, 10155.0, 10137.0, 10111.0, 10113.0, 10121.0, 10115.0, 10106.0, 10158.0, 10126.0, 10102.0, 10116.0, 10131.0, 10134.0, 10105.0, 10121.0, 10101.0, 10108.0, 10104.0, 10134.0, 10119.0, 10190.0, 10105.0, 10129.0, 10107.0, 10104.0, 10120.0, 10121.0, 10090.0, 10115.0, 10119.0, 10118.0, 10120.0, 10147.0, 10139.0, 10118.0, 10117.0, 10110.0, 10093.0, 10080.0, 10098.0, 10100.0, 10128.0, 10108.0, 10104.0, 10101.0, 10109.0, 10085.0, 10122.0, 10110.0, 10132.0, 10088.0, 10116.0, 10121.0, 10121.0, 10114.0, 10124.0, 10107.0, 10101.0, 10105.0, 10137.0, 10122.0, 10193.0, 10121.0, 10123.0, 10105.0, 10119.0, 10119.0, 10136.0, 10172.0, 10150.0, 10099.0, 10097.0, 10083.0, 10102.0, 10118.0, 10123.0, 10118.0, 10112.0, 10103.0, 10123.0, 10109.0, 10161.0, 10118.0, 10116.0, 10099.0, 10098.0, 10120.0, 10112.0, 10108.0, 10106.0, 10115.0, 10089.0, 10124.0, 10121.0, 10150.0, 10105.0, 10116.0, 10100.0, 10125.0, 10103.0, 10127.0, 10117.0, 10218.0, 10119.0, 10129.0, 10086.0, 10117.0, 10123.0, 10120.0, 10102.0, 10065.0, 10078.0, 10115.0, 10104.0, 10144.0, 10130.0, 10104.0, 10116.0, 10191.0, 10170.0, 10115.0, 10100.0, 10116.0, 10118.0, 10160.0, 10119.0, 10119.0, 10102.0, 10103.0, 10117.0, 10112.0, 10110.0, 10106.0, 10117.0, 10106.0, 10089.0, 10091.0, 10130.0, 10115.0, 10115.0, 10106.0, 10118.0, 10115.0, 10113.0, 10150.0, 10133.0, 10104.0, 10123.0, 10121.0, 10147.0, 10176.0, 10148.0, 10134.0, 10114.0, 10084.0, 10114.0, 10145.0, 10161.0, 10104.0, 10099.0, 10097.0, 10108.0, 10104.0, 10105.0, 10192.0, 10132.0, 10109.0, 10106.0, 10109.0, 10117.0, 10106.0, 10105.0, 10113.0, 10113.0, 10102.0, 10120.0, 10186.0, 10186.0, 10102.0, 10114.0, 10095.0, 10132.0, 10106.0, 10117.0, 10205.0, 10179.0, 10098.0, 10109.0, 10094.0, 10096.0, 10119.0, 10128.0, 10097.0, 10097.0, 10096.0, 10117.0, 10121.0, 10119.0, 10135.0, 10107.0, 10104.0, 10100.0, 10132.0, 10116.0, 10127.0, 10109.0, 10106.0, 10113.0, 10106.0, 10121.0, 10157.0, 10160.0, 10101.0, 10103.0, 10096.0, 10122.0, 10102.0, 10120.0, 10199.0, 10183.0, 10159.0, 10148.0, 10154.0, 10106.0, 10081.0, 10091.0, 10098.0, 10113.0, 10106.0, 10089.0, 10102.0, 10134.0, 10106.0, 10114.0, 10107.0, 10114.0, 10083.0, 10113.0, 10099.0, 10111.0, 10101.0, 10128.0, 10105.0, 10154.0, 10122.0, 10149.0, 10132.0, 10155.0, 10115.0, 10098.0, 10113.0, 10126.0, 10106.0, 10116.0, 10103.0, 10121.0, 10126.0, 10108.0, 10091.0, 10103.0, 10111.0, 10098.0, 10117.0, 10132.0, 10123.0, 10108.0, 10092.0, 10086.0, 10114.0, 10101.0, 10119.0, 10168.0, 10160.0, 10090.0, 10103.0, 10104.0, 10123.0, 10104.0, 10164.0, 10187.0, 10123.0, 10100.0, 10079.0, 10081.0, 10112.0, 10117.0, 10106.0, 10174.0, 10122.0, 10135.0, 10104.0, 10095.0, 10097.0, 10117.0, 10104.0, 10190.0, 10119.0, 10136.0, 10107.0, 10101.0, 10102.0, 10116.0, 10086.0, 10105.0, 10124.0, 10124.0, 10129.0, 10150.0, 10138.0, 10108.0, 10101.0, 10119.0, 10133.0, 10146.0, 10120.0, 10104.0, 10130.0, 10101.0, 10110.0, 10094.0, 10124.0, 10088.0, 10102.0, 10188.0, 10116.0, 10106.0, 10127.0, 10135.0, 10117.0, 10108.0, 10089.0, 10101.0, 10113.0, 10109.0, 10121.0, 10158.0, 10115.0, 10116.0, 10099.0, 10115.0, 10110.0, 10121.0, 10107.0, 10116.0, 10104.0, 10126.0, 10111.0, 10164.0, 10120.0, 10107.0, 10123.0, 10152.0, 10139.0, 10110.0, 10106.0, 10115.0, 10101.0, 10127.0, 10108.0, 10161.0, 10105.0, 10120.0, 10120.0, 10172.0, 10131.0, 10106.0, 10104.0, 10100.0, 10128.0, 10103.0, 10109.0, 10184.0, 10127.0, 10100.0, 10120.0, 10116.0, 10169.0, 10113.0, 10112.0, 10095.0, 10107.0, 10079.0, 10080.0, 10115.0, 10115.0, 10103.0, 10086.0, 10085.0, 10120.0, 10088.0, 10092.0, 10084.0, 10111.0, 10086.0, 10118.0, 10119.0, 10146.0, 10106.0, 10104.0, 10102.0, 10116.0, 10108.0, 10137.0, 10154.0, 10129.0, 10114.0, 10114.0, 10126.0, 10147.0, 10133.0, 10136.0, 10090.0, 10137.0, 10107.0, 10133.0, 10108.0, 10127.0, 10128.0, 10121.0, 10125.0, 10204.0, 10154.0, 10102.0, 10106.0, 10120.0, 10130.0, 10100.0, 10097.0, 10093.0, 10134.0, 10106.0, 10113.0, 10126.0, 10109.0, 10104.0, 10108.0, 10136.0, 10110.0, 10087.0, 10104.0, 10124.0, 10115.0, 10120.0, 10129.0, 10098.0, 10138.0, 10119.0, 10120.0, 10144.0, 10124.0, 10098.0, 10123.0, 10122.0, 10132.0, 10093.0, 10136.0, 10088.0, 10075.0, 10066.0, 10118.0, 10132.0, 10127.0, 10116.0, 10103.0, 10109.0, 10147.0, 10136.0, 10135.0, 10139.0, 10109.0, 10150.0, 10125.0, 10129.0, 10107.0, 10120.0, 10129.0, 10127.0, 10124.0, 10110.0, 10100.0, 10125.0, 10097.0, 10108.0, 10163.0, 10121.0, 10106.0, 10108.0, 10136.0, 10137.0, 10118.0, 10124.0, 10106.0, 10112.0, 10109.0, 10151.0, 10134.0, 10201.0, 10127.0, 10136.0, 10117.0, 10172.0, 10130.0, 10139.0, 10107.0, 10154.0, 10117.0, 10138.0, 10120.0, 10187.0, 10117.0, 10117.0, 10106.0, 10133.0, 10109.0, 10133.0, 10216.0, 10157.0, 10088.0, 10096.0, 10112.0, 10119.0, 10110.0, 10125.0, 10094.0, 10133.0, 10124.0, 10140.0, 10121.0, 10179.0, 10119.0, 10118.0, 10103.0, 10134.0, 10136.0, 10127.0, 10178.0, 10189.0, 10131.0, 10100.0, 10101.0, 10096.0, 10124.0, 10107.0, 10105.0, 10219.0, 10143.0, 10106.0, 10108.0, 10120.0, 10131.0, 10112.0, 10122.0, 10085.0, 10117.0, 10105.0, 10121.0, 10094.0, 10102.0, 10111.0, 10099.0, 10106.0, 10131.0, 10134.0, 10104.0, 10090.0, 10106.0, 10129.0, 10109.0, 10107.0, 10149.0, 10129.0, 10104.0, 10144.0, 10123.0, 10188.0, 10119.0, 10131.0, 10095.0, 10122.0, 10119.0, 10103.0, 10200.0, 10128.0, 10099.0, 10088.0, 10093.0, 10138.0, 10105.0, 10123.0, 10220.0, 10113.0, 10084.0, 10083.0, 10119.0, 10132.0, 10092.0, 10119.0, 10103.0, 10125.0, 10104.0, 10129.0, 10152.0, 10152.0, 10107.0, 10118.0, 10126.0, 10136.0, 10118.0, 10122.0, 10118.0, 10141.0, 10104.0, 10124.0, 10175.0, 10204.0, 10157.0, 10119.0, 10122.0, 10121.0, 10120.0, 10105.0, 10190.0, 10124.0, 10103.0, 10122.0, 10131.0, 10130.0, 10102.0, 10112.0, 10106.0, 10126.0, 10107.0, 10116.0, 10099.0, 10118.0, 10100.0, 10122.0, 10104.0, 10155.0, 10102.0, 10116.0, 10100.0, 10125.0, 10104.0, 10108.0, 10118.0, 10125.0, 10100.0, 10118.0, 10126.0, 10160.0, 10120.0, 10132.0, 10101.0, 10094.0, 10113.0, 10135.0, 10110.0, 10217.0, 10182.0, 10138.0, 10103.0, 10081.0, 10105.0, 10112.0, 10089.0, 10161.0, 10115.0, 10107.0, 10104.0, 10102.0, 10124.0, 10103.0, 10107.0, 10157.0, 10168.0, 10112.0, 10096.0, 10080.0, 10119.0, 10108.0, 10110.0, 10145.0, 10125.0, 10106.0, 10120.0, 10145.0, 10128.0, 10116.0, 10124.0, 10082.0, 10126.0, 10104.0, 10122.0, 10114.0, 10123.0, 10099.0, 10107.0, 10109.0, 10132.0, 10118.0, 10117.0, 10086.0, 10147.0, 10093.0, 10141.0, 10102.0, 10140.0, 10121.0, 10130.0, 10126.0, 10144.0, 10104.0, 10129.0, 10103.0, 10125.0, 10101.0, 10122.0, 10146.0, 10182.0, 10143.0, 10110.0, 10148.0, 10126.0, 10069.0, 10085.0, 10065.0, 10136.0, 10091.0, 10117.0, 10092.0, 10153.0, 10140.0, 10098.0, 10136.0, 10148.0, 10134.0, 10122.0, 10163.0, 10113.0, 10148.0, 10138.0, 10112.0, 10124.0, 10129.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.00019506928406466513</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.01699483233256351</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.83108598117913</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1478117034566473</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0020917184739881</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5439</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2197.5852</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10039041293685647</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>69</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.967667436489608</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4653828797558535</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.372509670707689</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7168649352248924</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3067740333349787</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00361872</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010507481172680855</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.06331279873847961</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>866</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.278827509270365</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>21.2782</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>90.4113</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>294.7757</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>83.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>285699.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1308.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>502.2122</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8414</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>606.3604</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3773.8146</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3883.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>90845.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1774.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4943.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>907.4866</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.89501090394333</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> |