=== 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-0038 --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-0038",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 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-0038_ses-03_task-social_acq-mb8_run-05_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-0038_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0038_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-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0038_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-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0038_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-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0038_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-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0038_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-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0038_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-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0038_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-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-05_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-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0038/figures/sub-0038_ses-03_task-social_acq-mb8_run-05_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-0038/ses-03/func/sub-0038_ses-03_task-social_acq-mb8_run-05_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>e46b44a7433d4b9dc86c6fbd71743889</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>15:52:24.757500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995257, -0.0972834, -0.000270088, 0.0972351, 0.994667, 0.0344042]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.0718788</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4146, -7746, -7238, 575, -77, -210, -73, 60]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>229.808</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>93c4fb9e-fb9c-44c4-9429-ca6593f87719||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.670200824737549, 0.2608746588230133, 0.008311435580253601, 99.66780090332031], [0.26100432872772217, 2.6686177253723145, 0.09252157807350159, -108.89730834960938], [-0.0007246253080666065, -0.09230389446020126, 2.69840145111084, -64.31317901611328], [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': ['155224.757500', '155225.217500', '155225.677500', '155226.137500', '155226.597500', '155227.057500', '155227.517500', '155227.977500', '155228.437500', '155228.897500', '155229.357500', '155229.817500', '155230.277500', '155230.737500', '155231.197500', '155231.657500', '155232.117500', '155232.577500', '155233.037500', '155233.497500', '155233.957500', '155234.417500', '155234.877500', '155235.337500', '155235.797500', '155236.257500', '155236.717500', '155237.177500', '155237.637500', '155238.097500', '155238.557500', '155239.017500', '155239.477500', '155239.937500', '155240.397500', '155240.857500', '155241.317500', '155241.777500', '155242.237500', '155242.697500', '155243.157500', '155243.617500', '155244.077500', '155244.537500', '155244.997500', '155245.457500', '155245.917500', '155246.377500', '155246.837500', '155247.297500', '155247.757500', '155248.217500', '155248.677500', '155249.137500', '155249.597500', '155250.057500', '155250.517500', '155250.977500', '155251.437500', '155251.897500', '155252.357500', '155252.817500', '155253.277500', '155253.737500', '155254.197500', '155254.657500', '155255.117500', '155255.577500', '155256.037500', '155256.497500', '155256.957500', '155257.417500', '155257.877500', '155258.337500', '155258.797500', '155259.257500', '155259.717500', '155300.177500', '155300.637500', '155301.097500', '155301.557500', '155302.017500', '155302.477500', '155302.937500', '155303.397500', '155303.857500', '155304.317500', '155304.777500', '155305.237500', '155305.697500', '155306.157500', '155306.617500', '155307.077500', '155307.537500', '155307.997500', '155308.457500', '155308.917500', '155309.377500', '155309.837500', '155310.297500', '155310.757500', '155311.217500', '155311.677500', '155312.137500', '155312.597500', '155313.057500', '155313.517500', '155313.977500', '155314.437500', '155314.897500', '155315.357500', '155315.817500', '155316.277500', '155316.737500', '155317.197500', '155317.657500', '155318.117500', '155318.577500', '155319.037500', '155319.497500', '155319.957500', '155320.417500', '155320.877500', '155321.337500', '155321.797500', '155322.257500', '155322.717500', '155323.177500', '155323.637500', '155324.097500', '155324.557500', '155325.017500', '155325.477500', '155325.937500', '155326.397500', '155326.857500', '155327.317500', '155327.777500', '155328.237500', '155328.697500', '155329.157500', '155329.617500', '155330.077500', '155330.537500', '155330.997500', '155331.457500', '155331.917500', '155332.377500', '155332.837500', '155333.297500', '155333.757500', '155334.217500', '155334.677500', '155335.137500', '155335.597500', '155336.057500', '155336.517500', '155336.977500', '155337.437500', '155337.897500', '155338.357500', '155338.817500', '155339.277500', '155339.737500', '155340.197500', '155340.657500', '155341.117500', '155341.577500', '155342.037500', '155342.497500', '155342.957500', '155343.417500', '155343.877500', '155344.337500', '155344.797500', '155345.257500', '155345.717500', '155346.177500', '155346.637500', '155347.097500', '155347.557500', '155348.017500', '155348.477500', '155348.937500', '155349.397500', '155349.857500', '155350.317500', '155350.777500', '155351.237500', '155351.697500', '155352.157500', '155352.617500', '155353.077500', '155353.537500', '155353.997500', '155354.457500', '155354.917500', '155355.377500', '155355.837500', '155356.297500', '155356.757500', '155357.217500', '155357.677500', '155358.137500', '155358.597500', '155359.057500', '155359.517500', '155359.977500', '155400.437500', '155400.897500', '155401.357500', '155401.817500', '155402.277500', '155402.737500', '155403.197500', '155403.657500', '155404.117500', '155404.577500', '155405.037500', '155405.497500', '155405.957500', '155406.417500', '155406.877500', '155407.337500', '155407.797500', '155408.257500', '155408.717500', '155409.177500', '155409.637500', '155410.097500', '155410.557500', '155411.017500', '155411.477500', '155411.937500', '155412.397500', '155412.857500', '155413.317500', '155413.777500', '155414.237500', '155414.697500', '155415.157500', '155415.617500', '155416.077500', '155416.537500', '155416.997500', '155417.457500', '155417.917500', '155418.377500', '155418.837500', '155419.297500', '155419.757500', '155420.217500', '155420.677500', '155421.137500', '155421.597500', '155422.057500', '155422.517500', '155422.977500', '155423.437500', '155423.897500', '155424.357500', '155424.817500', '155425.277500', '155425.737500', '155426.197500', '155426.657500', '155427.117500', '155427.577500', '155428.037500', '155428.497500', '155428.957500', '155429.417500', '155429.877500', '155430.337500', '155430.797500', '155431.257500', '155431.717500', '155432.177500', '155432.637500', '155433.097500', '155433.557500', '155434.017500', '155434.477500', '155434.937500', '155435.397500', '155435.857500', '155436.317500', '155436.777500', '155437.237500', '155437.697500', '155438.157500', '155438.617500', '155439.077500', '155439.537500', '155439.997500', '155440.457500', '155440.917500', '155441.377500', '155441.837500', '155442.297500', '155442.757500', '155443.217500', '155443.677500', '155444.137500', '155444.597500', '155445.057500', '155445.517500', '155445.977500', '155446.437500', '155446.897500', '155447.357500', '155447.817500', '155448.277500', '155448.737500', '155449.197500', '155449.657500', '155450.117500', '155450.577500', '155451.037500', '155451.497500', '155451.957500', '155452.417500', '155452.877500', '155453.337500', '155453.797500', '155454.257500', '155454.717500', '155455.177500', '155455.637500', '155456.097500', '155456.557500', '155457.017500', '155457.477500', '155457.937500', '155458.397500', '155458.857500', '155459.317500', '155459.777500', '155500.237500', '155500.697500', '155501.157500', '155501.617500', '155502.077500', '155502.537500', '155502.997500', '155503.457500', '155503.917500', '155504.377500', '155504.837500', '155505.297500', '155505.757500', '155506.217500', '155506.677500', '155507.137500', '155507.597500', '155508.057500', '155508.517500', '155508.977500', '155509.437500', '155509.897500', '155510.357500', '155510.817500', '155511.277500', '155511.737500', '155512.197500', '155512.657500', '155513.117500', '155513.577500', '155514.037500', '155514.497500', '155514.957500', '155515.417500', '155515.877500', '155516.337500', '155516.797500', '155517.257500', '155517.717500', '155518.177500', '155518.637500', '155519.097500', '155519.557500', '155520.017500', '155520.477500', '155520.937500', '155521.397500', '155521.857500', '155522.317500', '155522.777500', '155523.237500', '155523.697500', '155524.157500', '155524.617500', '155525.077500', '155525.537500', '155525.997500', '155526.457500', '155526.917500', '155527.377500', '155527.837500', '155528.297500', '155528.757500', '155529.217500', '155529.677500', '155530.137500', '155530.597500', '155531.057500', '155531.517500', '155531.977500', '155532.437500', '155532.897500', '155533.357500', '155533.817500', '155534.277500', '155534.737500', '155535.197500', '155535.657500', '155536.117500', '155536.577500', '155537.037500', '155537.497500', '155537.957500', '155538.417500', '155538.877500', '155539.337500', '155539.797500', '155540.257500', '155540.717500', '155541.177500', '155541.637500', '155542.097500', '155542.557500', '155543.017500', '155543.477500', '155543.937500', '155544.397500', '155544.857500', '155545.317500', '155545.777500', '155546.237500', '155546.697500', '155547.157500', '155547.617500', '155548.077500', '155548.537500', '155548.997500', '155549.457500', '155549.917500', '155550.377500', '155550.837500', '155551.297500', '155551.757500', '155552.217500', '155552.677500', '155553.137500', '155553.597500', '155554.057500', '155554.517500', '155554.977500', '155555.437500', '155555.897500', '155556.357500', '155556.817500', '155557.277500', '155557.737500', '155558.197500', '155558.657500', '155559.117500', '155559.577500', '155600.037500', '155600.497500', '155600.957500', '155601.417500', '155601.877500', '155602.337500', '155602.797500', '155603.257500', '155603.717500', '155604.177500', '155604.637500', '155605.097500', '155605.557500', '155606.017500', '155606.477500', '155606.937500', '155607.397500', '155607.857500', '155608.317500', '155608.777500', '155609.237500', '155609.697500', '155610.157500', '155610.617500', '155611.077500', '155611.537500', '155611.997500', '155612.457500', '155612.917500', '155613.377500', '155613.837500', '155614.297500', '155614.757500', '155615.217500', '155615.677500', '155616.137500', '155616.597500', '155617.057500', '155617.517500', '155617.977500', '155618.437500', '155618.897500', '155619.357500', '155619.817500', '155620.277500', '155620.737500', '155621.197500', '155621.657500', '155622.117500', '155622.577500', '155623.037500', '155623.497500', '155623.957500', '155624.417500', '155624.877500', '155625.337500', '155625.797500', '155626.257500', '155626.717500', '155627.177500', '155627.637500', '155628.097500', '155628.557500', '155629.017500', '155629.477500', '155629.937500', '155630.397500', '155630.857500', '155631.317500', '155631.777500', '155632.237500', '155632.697500', '155633.157500', '155633.617500', '155634.077500', '155634.537500', '155634.997500', '155635.457500', '155635.917500', '155636.377500', '155636.837500', '155637.297500', '155637.757500', '155638.217500', '155638.677500', '155639.137500', '155639.597500', '155640.057500', '155640.517500', '155640.977500', '155641.437500', '155641.897500', '155642.357500', '155642.817500', '155643.277500', '155643.737500', '155644.197500', '155644.657500', '155645.117500', '155645.577500', '155646.037500', '155646.497500', '155646.957500', '155647.417500', '155647.877500', '155648.337500', '155648.797500', '155649.257500', '155649.717500', '155650.177500', '155650.637500', '155651.097500', '155651.557500', '155652.017500', '155652.477500', '155652.937500', '155653.397500', '155653.857500', '155654.317500', '155654.777500', '155655.237500', '155655.697500', '155656.157500', '155656.617500', '155657.077500', '155657.537500', '155657.997500', '155658.457500', '155658.917500', '155659.377500', '155659.837500', '155700.297500', '155700.757500', '155701.217500', '155701.677500', '155702.137500', '155702.597500', '155703.057500', '155703.517500', '155703.977500', '155704.437500', '155704.897500', '155705.357500', '155705.817500', '155706.277500', '155706.737500', '155707.197500', '155707.657500', '155708.117500', '155708.577500', '155709.037500', '155709.497500', '155709.957500', '155710.417500', '155710.877500', '155711.337500', '155711.797500', '155712.257500', '155712.717500', '155713.177500', '155713.637500', '155714.097500', '155714.557500', '155715.017500', '155715.477500', '155715.937500', '155716.397500', '155716.857500', '155717.317500', '155717.777500', '155718.237500', '155718.697500', '155719.157500', '155719.617500', '155720.077500', '155720.537500', '155720.997500', '155721.457500', '155721.917500', '155722.377500', '155722.837500', '155723.297500', '155723.757500', '155724.217500', '155724.677500', '155725.137500', '155725.597500', '155726.057500', '155726.517500', '155726.977500', '155727.437500', '155727.897500', '155728.357500', '155728.817500', '155729.277500', '155729.737500', '155730.197500', '155730.657500', '155731.117500', '155731.577500', '155732.037500', '155732.497500', '155732.957500', '155733.417500', '155733.877500', '155734.337500', '155734.797500', '155735.257500', '155735.717500', '155736.177500', '155736.637500', '155737.097500', '155737.557500', '155738.017500', '155738.477500', '155738.937500', '155739.397500', '155739.857500', '155740.317500', '155740.777500', '155741.237500', '155741.697500', '155742.157500', '155742.617500', '155743.077500', '155743.537500', '155743.997500', '155744.457500', '155744.917500', '155745.377500', '155745.837500', '155746.297500', '155746.757500', '155747.217500', '155747.677500', '155748.137500', '155748.597500', '155749.057500', '155749.517500', '155749.977500', '155750.437500', '155750.897500', '155751.357500', '155751.817500', '155752.277500', '155752.737500', '155753.197500', '155753.657500', '155754.117500', '155754.577500', '155755.037500', '155755.497500', '155755.957500', '155756.417500', '155756.877500', '155757.337500', '155757.797500', '155758.257500', '155758.717500', '155759.177500', '155759.637500', '155800.097500', '155800.557500', '155801.017500', '155801.477500', '155801.937500', '155802.397500', '155802.857500', '155803.317500', '155803.777500', '155804.237500', '155804.697500', '155805.157500', '155805.617500', '155806.077500', '155806.537500', '155806.997500', '155807.457500', '155807.917500', '155808.377500', '155808.837500', '155809.297500', '155809.757500', '155810.217500', '155810.677500', '155811.137500', '155811.597500', '155812.057500', '155812.517500', '155812.977500', '155813.437500', '155813.897500', '155814.357500', '155814.817500', '155815.277500', '155815.737500', '155816.197500', '155816.657500', '155817.117500', '155817.577500', '155818.037500', '155818.497500', '155818.957500', '155819.417500', '155819.877500', '155820.337500', '155820.797500', '155821.257500', '155821.717500', '155822.177500', '155822.637500', '155823.097500', '155823.557500', '155824.017500', '155824.477500', '155824.937500', '155825.397500', '155825.857500', '155826.317500', '155826.777500', '155827.237500', '155827.697500', '155828.157500', '155828.617500', '155829.077500', '155829.537500', '155829.997500', '155830.457500', '155830.917500', '155831.377500', '155831.837500', '155832.297500', '155832.757500', '155833.217500', '155833.677500', '155834.137500', '155834.597500', '155835.057500', '155835.517500', '155835.977500', '155836.437500', '155836.897500', '155837.357500', '155837.817500', '155838.277500', '155838.737500', '155839.197500', '155839.657500', '155840.117500', '155840.577500', '155841.037500', '155841.497500', '155841.957500', '155842.417500', '155842.877500', '155843.337500', '155843.797500', '155844.257500', '155844.717500', '155845.177500', '155845.637500', '155846.097500', '155846.557500', '155847.017500', '155847.477500', '155847.937500', '155848.397500', '155848.857500', '155849.317500', '155849.777500', '155850.237500', '155850.697500', '155851.157500', '155851.617500', '155852.077500', '155852.537500', '155852.997500', '155853.457500', '155853.917500', '155854.377500', '155854.837500', '155855.297500', '155855.757500', '155856.217500', '155856.677500', '155857.137500', '155857.597500', '155858.057500', '155858.517500', '155858.977500', '155859.437500', '155859.897500', '155900.357500', '155900.817500', '155901.277500', '155901.737500', '155902.197500', '155902.657500', '155903.117500', '155903.577500', '155904.037500', '155904.497500', '155904.957500', '155905.417500'], 'ContentTime': ['155247.146000', '155247.150000', '155247.153000', '155247.155000', '155247.158000', '155247.161000', '155247.164000', '155247.167000', '155247.170000', '155247.172000', '155247.175000', '155247.178000', '155247.181000', '155247.184000', '155247.187000', '155247.189000', '155247.192000', '155247.195000', '155247.198000', '155247.201000', '155247.204000', '155247.207000', '155247.209000', '155247.212000', '155247.215000', '155247.218000', '155247.221000', '155247.224000', '155247.226000', '155247.229000', '155247.232000', '155247.235000', '155247.238000', '155247.240000', '155247.243000', '155247.246000', '155247.249000', '155247.252000', '155247.254000', '155247.257000', '155247.260000', '155247.263000', '155247.266000', '155247.268000', '155247.271000', '155247.274000', '155247.277000', '155307.107000', '155307.110000', '155307.113000', '155307.116000', '155307.118000', '155307.121000', '155307.124000', '155307.127000', '155307.130000', '155307.132000', '155307.135000', '155307.138000', '155307.141000', '155307.144000', '155307.147000', '155307.149000', '155307.152000', '155307.155000', '155307.158000', '155307.161000', '155307.163000', '155307.166000', '155307.169000', '155307.172000', '155307.175000', '155307.177000', '155307.185000', '155307.187000', '155307.190000', '155307.193000', '155307.196000', '155307.199000', '155307.201000', '155307.204000', '155307.216000', '155307.219000', '155307.221000', '155307.224000', '155307.227000', '155307.230000', '155307.233000', '155307.236000', '155307.239000', '155327.107000', '155327.110000', '155327.113000', '155327.116000', '155327.118000', '155327.121000', '155327.124000', '155327.127000', '155327.130000', '155327.133000', '155327.135000', '155327.138000', '155327.141000', '155327.144000', '155327.147000', '155327.149000', '155327.152000', '155327.155000', '155327.158000', '155327.161000', '155327.163000', '155327.166000', '155327.169000', '155327.172000', '155327.174000', '155327.177000', '155327.180000', '155327.183000', '155327.186000', '155327.189000', '155327.191000', '155327.194000', '155327.197000', '155327.203000', '155327.206000', '155327.208000', '155327.211000', '155327.214000', '155327.217000', '155327.220000', '155327.222000', '155327.225000', '155327.228000', '155327.231000', '155347.107000', '155347.110000', '155347.113000', '155347.116000', '155347.119000', '155347.121000', '155347.124000', '155347.127000', '155347.130000', '155347.133000', '155347.136000', '155347.138000', '155347.141000', '155347.144000', '155347.147000', '155347.150000', '155347.152000', '155347.155000', '155347.158000', '155347.161000', '155347.163000', '155347.167000', '155347.169000', '155347.172000', '155347.175000', '155347.178000', '155347.181000', '155347.184000', '155347.186000', '155347.189000', '155347.192000', '155347.195000', '155347.203000', '155347.205000', '155347.208000', '155347.211000', '155347.214000', '155347.217000', '155347.220000', '155347.223000', '155347.225000', '155347.228000', '155347.231000', '155407.106000', '155407.109000', '155407.112000', '155407.114000', '155407.117000', '155407.120000', '155407.123000', '155407.126000', '155407.129000', '155407.131000', '155407.134000', '155407.137000', '155407.140000', '155407.143000', '155407.146000', '155407.148000', '155407.151000', '155407.154000', '155407.157000', '155407.160000', '155407.162000', '155407.165000', '155407.168000', '155407.171000', '155407.174000', '155407.176000', '155407.179000', '155407.182000', '155407.185000', '155407.188000', '155407.191000', '155407.194000', '155407.196000', '155407.199000', '155407.202000', '155407.205000', '155407.208000', '155407.210000', '155407.213000', '155407.216000', '155407.219000', '155407.222000', '155407.225000', '155407.228000', '155427.106000', '155427.109000', '155427.112000', '155427.115000', '155427.118000', '155427.121000', '155427.124000', '155427.126000', '155427.129000', '155427.132000', '155427.135000', '155427.138000', '155427.141000', '155427.143000', '155427.146000', '155427.149000', '155427.152000', '155427.155000', '155427.158000', '155427.160000', '155427.163000', '155427.166000', '155427.169000', '155427.172000', '155427.175000', '155427.178000', '155427.180000', '155427.183000', '155427.197000', '155427.200000', '155427.203000', '155427.206000', '155427.209000', '155427.211000', '155427.214000', '155427.217000', '155427.220000', '155427.223000', '155427.226000', '155427.228000', '155427.231000', '155427.234000', '155427.237000', '155447.106000', '155447.109000', '155447.112000', '155447.115000', '155447.117000', '155447.120000', '155447.123000', '155447.126000', '155447.129000', '155447.137000', '155447.140000', '155447.143000', '155447.146000', '155447.149000', '155447.151000', '155447.161000', '155447.164000', '155447.167000', '155447.170000', '155447.173000', '155447.176000', '155447.179000', '155447.181000', '155447.184000', '155447.187000', '155447.190000', '155447.193000', '155447.196000', '155447.198000', '155447.201000', '155447.204000', '155447.207000', '155447.210000', '155447.213000', '155447.215000', '155447.219000', '155447.222000', '155447.225000', '155447.228000', '155447.231000', '155447.234000', '155447.237000', '155447.239000', '155447.242000', '155507.107000', '155507.110000', '155507.113000', '155507.116000', '155507.119000', '155507.121000', '155507.124000', '155507.127000', '155507.130000', '155507.133000', '155507.136000', '155507.138000', '155507.141000', '155507.144000', '155507.147000', '155507.150000', '155507.152000', '155507.155000', '155507.158000', '155507.161000', '155507.164000', '155507.167000', '155507.169000', '155507.172000', '155507.175000', '155507.178000', '155507.181000', '155507.184000', '155507.187000', '155507.189000', '155507.192000', '155507.195000', '155507.198000', '155507.201000', '155507.204000', '155507.207000', '155507.209000', '155507.212000', '155507.215000', '155507.218000', '155507.221000', '155507.224000', '155507.226000', '155527.107000', '155527.110000', '155527.113000', '155527.116000', '155527.118000', '155527.121000', '155527.125000', '155527.128000', '155527.131000', '155527.134000', '155527.137000', '155527.139000', '155527.142000', '155527.145000', '155527.148000', '155527.151000', '155527.154000', '155527.157000', '155527.159000', '155527.162000', '155527.165000', '155527.168000', '155527.171000', '155527.174000', '155527.176000', '155527.179000', '155527.182000', '155527.185000', '155527.188000', '155527.191000', '155527.193000', '155527.196000', '155527.199000', '155527.202000', '155527.205000', '155527.208000', '155527.210000', '155527.213000', '155527.216000', '155527.219000', '155527.222000', '155527.225000', '155527.227000', '155547.107000', '155547.110000', '155547.113000', '155547.116000', '155547.119000', '155547.121000', '155547.124000', '155547.127000', '155547.130000', '155547.133000', '155547.140000', '155547.143000', '155547.146000', '155547.149000', '155547.151000', '155547.154000', '155547.157000', '155547.160000', '155547.163000', '155547.166000', '155547.168000', '155547.171000', '155547.174000', '155547.177000', '155547.180000', '155547.183000', '155547.185000', '155547.188000', '155547.191000', '155547.194000', '155547.197000', '155547.212000', '155547.215000', '155547.217000', '155547.220000', '155547.223000', '155547.226000', '155547.229000', '155547.232000', '155547.235000', '155547.237000', '155547.240000', '155547.243000', '155547.246000', '155607.107000', '155607.110000', '155607.113000', '155607.116000', '155607.119000', '155607.122000', '155607.124000', '155607.127000', '155607.130000', '155607.133000', '155607.136000', '155607.139000', '155607.142000', '155607.146000', '155607.148000', '155607.151000', '155607.154000', '155607.157000', '155607.160000', '155607.163000', '155607.165000', '155607.168000', '155607.171000', '155607.174000', '155607.177000', '155607.180000', '155607.183000', '155607.186000', '155607.188000', '155607.191000', '155607.194000', '155607.197000', '155607.200000', '155607.203000', '155607.212000', '155607.215000', '155607.218000', '155607.221000', '155607.224000', '155607.227000', '155607.229000', '155607.232000', '155607.235000', '155627.106000', '155627.109000', '155627.112000', '155627.115000', '155627.118000', '155627.120000', '155627.123000', '155627.126000', '155627.129000', '155627.132000', '155627.135000', '155627.138000', '155627.141000', '155627.144000', '155627.147000', '155627.149000', '155627.152000', '155627.155000', '155627.158000', '155627.161000', '155627.164000', '155627.166000', '155627.169000', '155627.172000', '155627.175000', '155627.178000', '155627.181000', '155627.184000', '155627.186000', '155627.189000', '155627.202000', '155627.205000', '155627.208000', '155627.210000', '155627.213000', '155627.216000', '155627.219000', '155627.222000', '155627.225000', '155627.228000', '155627.230000', '155627.233000', '155627.236000', '155627.239000', '155647.106000', '155647.109000', '155647.112000', '155647.115000', '155647.118000', '155647.120000', '155647.123000', '155647.126000', '155647.139000', '155647.142000', '155647.145000', '155647.148000', '155647.151000', '155647.154000', '155647.156000', '155647.159000', '155647.162000', '155647.165000', '155647.168000', '155647.171000', '155647.174000', '155647.177000', '155647.180000', '155647.183000', '155647.185000', '155647.188000', '155647.191000', '155647.194000', '155647.197000', '155647.200000', '155647.203000', '155647.205000', '155647.208000', '155647.211000', '155647.214000', '155647.217000', '155647.220000', '155647.222000', '155647.225000', '155647.228000', '155647.231000', '155647.234000', '155647.237000', '155707.106000', '155707.109000', '155707.112000', '155707.115000', '155707.118000', '155707.121000', '155707.123000', '155707.126000', '155707.129000', '155707.132000', '155707.135000', '155707.138000', '155707.141000', '155707.144000', '155707.146000', '155707.149000', '155707.152000', '155707.155000', '155707.158000', '155707.161000', '155707.163000', '155707.166000', '155707.169000', '155707.172000', '155707.175000', '155707.178000', '155707.180000', '155707.183000', '155707.186000', '155707.189000', '155707.192000', '155707.195000', '155707.198000', '155707.200000', '155707.203000', '155707.206000', '155707.209000', '155707.212000', '155707.215000', '155707.218000', '155707.220000', '155707.223000', '155707.226000', '155707.229000', '155727.107000', '155727.110000', '155727.113000', '155727.116000', '155727.119000', '155727.121000', '155727.124000', '155727.127000', '155727.130000', '155727.133000', '155727.136000', '155727.149000', '155727.151000', '155727.154000', '155727.157000', '155727.160000', '155727.163000', '155727.166000', '155727.169000', '155727.177000', '155727.180000', '155727.183000', '155727.186000', '155727.189000', '155727.191000', '155727.195000', '155727.197000', '155727.217000', '155727.219000', '155727.222000', '155727.225000', '155727.228000', '155727.231000', '155727.234000', '155727.237000', '155727.239000', '155727.242000', '155727.245000', '155727.248000', '155727.251000', '155727.254000', '155727.256000', '155727.259000', '155747.107000', '155747.110000', '155747.113000', '155747.116000', '155747.119000', '155747.121000', '155747.124000', '155747.127000', '155747.130000', '155747.133000', '155747.136000', '155747.138000', '155747.141000', '155747.144000', '155747.147000', '155747.150000', '155747.153000', '155747.156000', '155747.158000', '155747.161000', '155747.164000', '155747.167000', '155747.170000', '155747.182000', '155747.185000', '155747.187000', '155747.190000', '155747.193000', '155747.196000', '155747.199000', '155747.202000', '155747.205000', '155747.208000', '155747.210000', '155747.213000', '155747.216000', '155747.219000', '155747.222000', '155747.224000', '155747.227000', '155747.230000', '155747.233000', '155747.236000', '155747.239000', '155807.107000', '155807.110000', '155807.113000', '155807.116000', '155807.119000', '155807.122000', '155807.125000', '155807.129000', '155807.132000', '155807.134000', '155807.137000', '155807.140000', '155807.143000', '155807.146000', '155807.149000', '155807.152000', '155807.154000', '155807.157000', '155807.160000', '155807.163000', '155807.166000', '155807.169000', '155807.172000', '155807.174000', '155807.177000', '155807.180000', '155807.183000', '155807.186000', '155807.189000', '155807.192000', '155807.195000', '155807.205000', '155807.208000', '155807.211000', '155807.214000', '155807.216000', '155807.219000', '155807.222000', '155807.225000', '155807.228000', '155807.231000', '155807.234000', '155807.236000', '155827.106000', '155827.109000', '155827.112000', '155827.115000', '155827.118000', '155827.120000', '155827.123000', '155827.126000', '155827.129000', '155827.133000', '155827.136000', '155827.139000', '155827.142000', '155827.145000', '155827.148000', '155827.151000', '155827.153000', '155827.156000', '155827.159000', '155827.162000', '155827.165000', '155827.168000', '155827.170000', '155827.174000', '155827.177000', '155827.179000', '155827.182000', '155827.185000', '155827.188000', '155827.191000', '155827.194000', '155827.197000', '155827.199000', '155827.202000', '155827.205000', '155827.208000', '155827.211000', '155827.214000', '155827.217000', '155827.219000', '155827.222000', '155827.225000', '155827.228000', '155827.231000', '155847.106000', '155847.109000', '155847.112000', '155847.115000', '155847.118000', '155847.121000', '155847.124000', '155847.126000', '155847.129000', '155847.132000', '155847.135000', '155847.138000', '155847.141000', '155847.143000', '155847.146000', '155847.149000', '155847.152000', '155847.155000', '155847.158000', '155847.160000', '155847.163000', '155847.166000', '155847.179000', '155847.182000', '155847.185000', '155847.188000', '155847.191000', '155847.193000', '155847.196000', '155847.199000', '155847.202000', '155847.205000', '155847.208000', '155847.211000', '155847.214000', '155847.219000', '155847.223000', '155847.225000', '155847.228000', '155847.231000', '155847.234000', '155847.237000', '155847.239000', '155906.605000', '155906.609000', '155906.612000', '155906.616000', '155906.620000', '155906.623000', '155906.626000', '155906.628000', '155906.638000', '155906.641000', '155906.644000', '155906.647000', '155906.651000', '155906.654000', '155906.656000', '155906.659000', '155906.662000', '155906.665000', '155906.668000', '155906.671000', '155906.674000', '155906.677000', '155906.680000', '155906.682000', '155906.685000', '155906.688000', '155906.691000', '155906.694000', '155906.697000', '155906.700000', '155906.703000', '155906.705000', '155906.708000', '155906.711000', '155906.714000', '155906.717000', '155906.720000', '155906.723000', '155906.726000', '155906.729000', '155906.732000', '155906.734000', '155906.737000'], 'InstanceCreationTime': ['155247.146000', '155247.150000', '155247.153000', '155247.155000', '155247.158000', '155247.161000', '155247.164000', '155247.167000', '155247.170000', '155247.172000', '155247.175000', '155247.178000', '155247.181000', '155247.184000', '155247.187000', '155247.189000', '155247.192000', '155247.195000', '155247.198000', '155247.201000', '155247.204000', '155247.207000', '155247.209000', '155247.212000', '155247.215000', '155247.218000', '155247.221000', '155247.224000', '155247.226000', '155247.229000', '155247.232000', '155247.235000', '155247.238000', '155247.240000', '155247.243000', '155247.246000', '155247.249000', '155247.252000', '155247.254000', '155247.257000', '155247.260000', '155247.263000', '155247.266000', '155247.268000', '155247.271000', '155247.274000', '155247.277000', '155307.107000', '155307.110000', '155307.113000', '155307.116000', '155307.118000', '155307.121000', '155307.124000', '155307.127000', '155307.130000', '155307.132000', '155307.135000', '155307.138000', '155307.141000', '155307.144000', '155307.147000', '155307.149000', '155307.152000', '155307.155000', '155307.158000', '155307.161000', '155307.163000', '155307.166000', '155307.169000', '155307.172000', '155307.175000', '155307.177000', '155307.185000', '155307.187000', '155307.190000', '155307.193000', '155307.196000', '155307.199000', '155307.201000', '155307.204000', '155307.216000', '155307.219000', '155307.221000', '155307.224000', '155307.227000', '155307.230000', '155307.233000', '155307.236000', '155307.239000', '155327.107000', '155327.110000', '155327.113000', '155327.116000', '155327.118000', '155327.121000', '155327.124000', '155327.127000', '155327.130000', '155327.133000', '155327.135000', '155327.138000', '155327.141000', '155327.144000', '155327.147000', '155327.149000', '155327.152000', '155327.155000', '155327.158000', '155327.161000', '155327.163000', '155327.166000', '155327.169000', '155327.172000', '155327.174000', '155327.177000', '155327.180000', '155327.183000', '155327.186000', '155327.189000', '155327.191000', '155327.194000', '155327.197000', '155327.203000', '155327.206000', '155327.208000', '155327.211000', '155327.214000', '155327.217000', '155327.220000', '155327.222000', '155327.225000', '155327.228000', '155327.231000', '155347.107000', '155347.110000', '155347.113000', '155347.116000', '155347.119000', '155347.121000', '155347.124000', '155347.127000', '155347.130000', '155347.133000', '155347.136000', '155347.138000', '155347.141000', '155347.144000', '155347.147000', '155347.150000', '155347.152000', '155347.155000', '155347.158000', '155347.161000', '155347.163000', '155347.167000', '155347.169000', '155347.172000', '155347.175000', '155347.178000', '155347.181000', '155347.184000', '155347.186000', '155347.189000', '155347.192000', '155347.195000', '155347.203000', '155347.205000', '155347.208000', '155347.211000', '155347.214000', '155347.217000', '155347.220000', '155347.223000', '155347.225000', '155347.228000', '155347.231000', '155407.106000', '155407.109000', '155407.112000', '155407.114000', '155407.117000', '155407.120000', '155407.123000', '155407.126000', '155407.129000', '155407.131000', '155407.134000', '155407.137000', '155407.140000', '155407.143000', '155407.146000', '155407.148000', '155407.151000', '155407.154000', '155407.157000', '155407.160000', '155407.162000', '155407.165000', '155407.168000', '155407.171000', '155407.174000', '155407.176000', '155407.179000', '155407.182000', '155407.185000', '155407.188000', '155407.191000', '155407.194000', '155407.196000', '155407.199000', '155407.202000', '155407.205000', '155407.208000', '155407.210000', '155407.213000', '155407.216000', '155407.219000', '155407.222000', '155407.225000', '155407.228000', '155427.106000', '155427.109000', '155427.112000', '155427.115000', '155427.118000', '155427.121000', '155427.124000', '155427.126000', '155427.129000', '155427.132000', '155427.135000', '155427.138000', '155427.141000', '155427.143000', '155427.146000', '155427.149000', '155427.152000', '155427.155000', '155427.158000', '155427.160000', '155427.163000', '155427.166000', '155427.169000', '155427.172000', '155427.175000', '155427.178000', '155427.180000', '155427.183000', '155427.197000', '155427.200000', '155427.203000', '155427.206000', '155427.209000', '155427.211000', '155427.214000', '155427.217000', '155427.220000', '155427.223000', '155427.226000', '155427.228000', '155427.231000', '155427.234000', '155427.237000', '155447.106000', '155447.109000', '155447.112000', '155447.115000', '155447.117000', '155447.120000', '155447.123000', '155447.126000', '155447.129000', '155447.137000', '155447.140000', '155447.143000', '155447.146000', '155447.149000', '155447.151000', '155447.161000', '155447.164000', '155447.167000', '155447.170000', '155447.173000', '155447.176000', '155447.179000', '155447.181000', '155447.184000', '155447.187000', '155447.190000', '155447.193000', '155447.196000', '155447.198000', '155447.201000', '155447.204000', '155447.207000', '155447.210000', '155447.213000', '155447.215000', '155447.219000', '155447.222000', '155447.225000', '155447.228000', '155447.231000', '155447.234000', '155447.237000', '155447.239000', '155447.242000', '155507.107000', '155507.110000', '155507.113000', '155507.116000', '155507.119000', '155507.121000', '155507.124000', '155507.127000', '155507.130000', '155507.133000', '155507.136000', '155507.138000', '155507.141000', '155507.144000', '155507.147000', '155507.150000', '155507.152000', '155507.155000', '155507.158000', '155507.161000', '155507.164000', '155507.167000', '155507.169000', '155507.172000', '155507.175000', '155507.178000', '155507.181000', '155507.184000', '155507.187000', '155507.189000', '155507.192000', '155507.195000', '155507.198000', '155507.201000', '155507.204000', '155507.207000', '155507.209000', '155507.212000', '155507.215000', '155507.218000', '155507.221000', '155507.224000', '155507.226000', '155527.107000', '155527.110000', '155527.113000', '155527.116000', '155527.118000', '155527.121000', '155527.125000', '155527.128000', '155527.131000', '155527.134000', '155527.137000', '155527.139000', '155527.142000', '155527.145000', '155527.148000', '155527.151000', '155527.154000', '155527.157000', '155527.159000', '155527.162000', '155527.165000', '155527.168000', '155527.171000', '155527.174000', '155527.176000', '155527.179000', '155527.182000', '155527.185000', '155527.188000', '155527.191000', '155527.193000', '155527.196000', '155527.199000', '155527.202000', '155527.205000', '155527.208000', '155527.210000', '155527.213000', '155527.216000', '155527.219000', '155527.222000', '155527.225000', '155527.227000', '155547.107000', '155547.110000', '155547.113000', '155547.116000', '155547.119000', '155547.121000', '155547.124000', '155547.127000', '155547.130000', '155547.133000', '155547.140000', '155547.143000', '155547.146000', '155547.149000', '155547.151000', '155547.154000', '155547.157000', '155547.160000', '155547.163000', '155547.166000', '155547.168000', '155547.171000', '155547.174000', '155547.177000', '155547.180000', '155547.183000', '155547.185000', '155547.188000', '155547.191000', '155547.194000', '155547.197000', '155547.212000', '155547.215000', '155547.217000', '155547.220000', '155547.223000', '155547.226000', '155547.229000', '155547.232000', '155547.235000', '155547.237000', '155547.240000', '155547.243000', '155547.246000', '155607.107000', '155607.110000', '155607.113000', '155607.116000', '155607.119000', '155607.122000', '155607.124000', '155607.127000', '155607.130000', '155607.133000', '155607.136000', '155607.139000', '155607.142000', '155607.146000', '155607.148000', '155607.151000', '155607.154000', '155607.157000', '155607.160000', '155607.163000', '155607.165000', '155607.168000', '155607.171000', '155607.174000', '155607.177000', '155607.180000', '155607.183000', '155607.186000', '155607.188000', '155607.191000', '155607.194000', '155607.197000', '155607.200000', '155607.203000', '155607.212000', '155607.215000', '155607.218000', '155607.221000', '155607.224000', '155607.227000', '155607.229000', '155607.232000', '155607.235000', '155627.106000', '155627.109000', '155627.112000', '155627.115000', '155627.118000', '155627.120000', '155627.123000', '155627.126000', '155627.129000', '155627.132000', '155627.135000', '155627.138000', '155627.141000', '155627.144000', '155627.147000', '155627.149000', '155627.152000', '155627.155000', '155627.158000', '155627.161000', '155627.164000', '155627.166000', '155627.169000', '155627.172000', '155627.175000', '155627.178000', '155627.181000', '155627.184000', '155627.186000', '155627.189000', '155627.202000', '155627.205000', '155627.208000', '155627.210000', '155627.213000', '155627.216000', '155627.219000', '155627.222000', '155627.225000', '155627.228000', '155627.230000', '155627.233000', '155627.236000', '155627.239000', '155647.106000', '155647.109000', '155647.112000', '155647.115000', '155647.118000', '155647.120000', '155647.123000', '155647.126000', '155647.139000', '155647.142000', '155647.145000', '155647.148000', '155647.151000', '155647.154000', '155647.156000', '155647.159000', '155647.162000', '155647.165000', '155647.168000', '155647.171000', '155647.174000', '155647.177000', '155647.180000', '155647.183000', '155647.185000', '155647.188000', '155647.191000', '155647.194000', '155647.197000', '155647.200000', '155647.203000', '155647.205000', '155647.208000', '155647.211000', '155647.214000', '155647.217000', '155647.220000', '155647.222000', '155647.225000', '155647.228000', '155647.231000', '155647.234000', '155647.237000', '155707.106000', '155707.109000', '155707.112000', '155707.115000', '155707.118000', '155707.121000', '155707.123000', '155707.126000', '155707.129000', '155707.132000', '155707.135000', '155707.138000', '155707.141000', '155707.144000', '155707.146000', '155707.149000', '155707.152000', '155707.155000', '155707.158000', '155707.161000', '155707.163000', '155707.166000', '155707.169000', '155707.172000', '155707.175000', '155707.178000', '155707.180000', '155707.183000', '155707.186000', '155707.189000', '155707.192000', '155707.195000', '155707.198000', '155707.200000', '155707.203000', '155707.206000', '155707.209000', '155707.212000', '155707.215000', '155707.218000', '155707.220000', '155707.223000', '155707.226000', '155707.229000', '155727.107000', '155727.110000', '155727.113000', '155727.116000', '155727.119000', '155727.121000', '155727.124000', '155727.127000', '155727.130000', '155727.133000', '155727.136000', '155727.149000', '155727.151000', '155727.154000', '155727.157000', '155727.160000', '155727.163000', '155727.166000', '155727.169000', '155727.177000', '155727.180000', '155727.183000', '155727.186000', '155727.189000', '155727.191000', '155727.195000', '155727.197000', '155727.217000', '155727.219000', '155727.222000', '155727.225000', '155727.228000', '155727.231000', '155727.234000', '155727.237000', '155727.239000', '155727.242000', '155727.245000', '155727.248000', '155727.251000', '155727.254000', '155727.256000', '155727.259000', '155747.107000', '155747.110000', '155747.113000', '155747.116000', '155747.119000', '155747.121000', '155747.124000', '155747.127000', '155747.130000', '155747.133000', '155747.136000', '155747.138000', '155747.141000', '155747.144000', '155747.147000', '155747.150000', '155747.153000', '155747.156000', '155747.158000', '155747.161000', '155747.164000', '155747.167000', '155747.170000', '155747.182000', '155747.185000', '155747.187000', '155747.190000', '155747.193000', '155747.196000', '155747.199000', '155747.202000', '155747.205000', '155747.208000', '155747.210000', '155747.213000', '155747.216000', '155747.219000', '155747.222000', '155747.224000', '155747.227000', '155747.230000', '155747.233000', '155747.236000', '155747.239000', '155807.107000', '155807.110000', '155807.113000', '155807.116000', '155807.119000', '155807.122000', '155807.125000', '155807.129000', '155807.132000', '155807.134000', '155807.137000', '155807.140000', '155807.143000', '155807.146000', '155807.149000', '155807.152000', '155807.154000', '155807.157000', '155807.160000', '155807.163000', '155807.166000', '155807.169000', '155807.172000', '155807.174000', '155807.177000', '155807.180000', '155807.183000', '155807.186000', '155807.189000', '155807.192000', '155807.195000', '155807.205000', '155807.208000', '155807.211000', '155807.214000', '155807.216000', '155807.219000', '155807.222000', '155807.225000', '155807.228000', '155807.231000', '155807.234000', '155807.236000', '155827.106000', '155827.109000', '155827.112000', '155827.115000', '155827.118000', '155827.120000', '155827.123000', '155827.126000', '155827.129000', '155827.133000', '155827.136000', '155827.139000', '155827.142000', '155827.145000', '155827.148000', '155827.151000', '155827.153000', '155827.156000', '155827.159000', '155827.162000', '155827.165000', '155827.168000', '155827.170000', '155827.174000', '155827.177000', '155827.179000', '155827.182000', '155827.185000', '155827.188000', '155827.191000', '155827.194000', '155827.197000', '155827.199000', '155827.202000', '155827.205000', '155827.208000', '155827.211000', '155827.214000', '155827.217000', '155827.219000', '155827.222000', '155827.225000', '155827.228000', '155827.231000', '155847.106000', '155847.109000', '155847.112000', '155847.115000', '155847.118000', '155847.121000', '155847.124000', '155847.126000', '155847.129000', '155847.132000', '155847.135000', '155847.138000', '155847.141000', '155847.143000', '155847.146000', '155847.149000', '155847.152000', '155847.155000', '155847.158000', '155847.160000', '155847.163000', '155847.166000', '155847.179000', '155847.182000', '155847.185000', '155847.188000', '155847.191000', '155847.193000', '155847.196000', '155847.199000', '155847.202000', '155847.205000', '155847.208000', '155847.211000', '155847.214000', '155847.219000', '155847.223000', '155847.225000', '155847.228000', '155847.231000', '155847.234000', '155847.237000', '155847.239000', '155906.605000', '155906.609000', '155906.612000', '155906.616000', '155906.620000', '155906.623000', '155906.626000', '155906.628000', '155906.638000', '155906.641000', '155906.644000', '155906.647000', '155906.651000', '155906.654000', '155906.656000', '155906.659000', '155906.662000', '155906.665000', '155906.668000', '155906.671000', '155906.674000', '155906.677000', '155906.680000', '155906.682000', '155906.685000', '155906.688000', '155906.691000', '155906.694000', '155906.697000', '155906.700000', '155906.703000', '155906.705000', '155906.708000', '155906.711000', '155906.714000', '155906.717000', '155906.720000', '155906.723000', '155906.726000', '155906.729000', '155906.732000', '155906.734000', '155906.737000'], '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': [9747, 12449, 8869, 11609, 8824, 11394, 8872, 9692, 8899, 9242, 9019, 9543, 8988, 10744, 8128, 9699, 8542, 8846, 8932, 8664, 10110, 8527, 8643, 8777, 8661, 9446, 8968, 10063, 9906, 8614, 9462, 9488, 10527, 9788, 9233, 8479, 8541, 8089, 8572, 10799, 8580, 11462, 8484, 10562, 8528, 10432, 8900, 10097, 8555, 9767, 8699, 10458, 8493, 10373, 8598, 8677, 8744, 7652, 8516, 8336, 8728, 8413, 8902, 8464, 9218, 8460, 8839, 8447, 8735, 8216, 8587, 8466, 8666, 8714, 9654, 8721, 8617, 8441, 8729, 8172, 8830, 8750, 8558, 8961, 9159, 9189, 9569, 9014, 9492, 8969, 10257, 8957, 10695, 9099, 10607, 8978, 11057, 8711, 12313, 8957, 7849, 9127, 8460, 8913, 8175, 9148, 9469, 9013, 12412, 8971, 11576, 8960, 11237, 8783, 10833, 8915, 11160, 8813, 11627, 8882, 10553, 9004, 10070, 8808, 7878, 8613, 8179, 8632, 8272, 8646, 8533, 8819, 8395, 8937, 8678, 8714, 8533, 8647, 8176, 8702, 8293, 9410, 8947, 8539, 9292, 9931, 9125, 11057, 9041, 11232, 8812, 11498, 9014, 11373, 9025, 10788, 8764, 10335, 8903, 11109, 8812, 10787, 8724, 10933, 9061, 10306, 8886, 10242, 8864, 10524, 8782, 8382, 8680, 9166, 9469, 8731, 11522, 8835, 8007, 8896, 8834, 8858, 8805, 8978, 8668, 8925, 9814, 8893, 9031, 9028, 12014, 9108, 11382, 8789, 10809, 8855, 10509, 8824, 9756, 9194, 9037, 9027, 9797, 8724, 9400, 8832, 9108, 9014, 8829, 10478, 8760, 10949, 8857, 10706, 8846, 10339, 9004, 10274, 8846, 9848, 8933, 10799, 8973, 10579, 9056, 10312, 8961, 9551, 8952, 8179, 8983, 8067, 8834, 8268, 8935, 8531, 8961, 8721, 11621, 8469, 12428, 8691, 8912, 9035, 9053, 10174, 8408, 8772, 11955, 9018, 12009, 9061, 11512, 8906, 11076, 9027, 10823, 8673, 10810, 8986, 10510, 9174, 10333, 8981, 8534, 8980, 8576, 9036, 9034, 9460, 9112, 10143, 9015, 9599, 8910, 10045, 8807, 10300, 8931, 10536, 8760, 10191, 8932, 11371, 8879, 11435, 8923, 11197, 8823, 10980, 8755, 10637, 8796, 10025, 8889, 10189, 8934, 10310, 8917, 10305, 8847, 10542, 8891, 10361, 9006, 10627, 8948, 10822, 8851, 10409, 8886, 10700, 9146, 10910, 9207, 10987, 9055, 10875, 8984, 10445, 8888, 8198, 9027, 9210, 9974, 9281, 11334, 8947, 11528, 8796, 9677, 9085, 9082, 7972, 9090, 12145, 9109, 10723, 8792, 10483, 9025, 10464, 8920, 11121, 9317, 8384, 8949, 8507, 9112, 8761, 8924, 7932, 9028, 7995, 8928, 7972, 8892, 8423, 8793, 8251, 8858, 8470, 8847, 8615, 8950, 8819, 10970, 8840, 10219, 8664, 8051, 8943, 8325, 8972, 12440, 9044, 11464, 8831, 11137, 8801, 10669, 8896, 10713, 9053, 10691, 8950, 10137, 9008, 10527, 8741, 9841, 8921, 10169, 8578, 10934, 8897, 8949, 9092, 8225, 9054, 8531, 9096, 9863, 8898, 11513, 8847, 10793, 8922, 10472, 8838, 9906, 9408, 10302, 9103, 10166, 8945, 10217, 8964, 10617, 9051, 10326, 9039, 10351, 8989, 10551, 9162, 10723, 8734, 10676, 8818, 10729, 8870, 10808, 9018, 11231, 9156, 8024, 10135, 8804, 9411, 9014, 11955, 9020, 11889, 9038, 11543, 8793, 10833, 8996, 11345, 8809, 10574, 9050, 10873, 8950, 10980, 8995, 12318, 9000, 8054, 9018, 8644, 9018, 8921, 9174, 9292, 8894, 12009, 8918, 11404, 8919, 10961, 8901, 10397, 9092, 9653, 8951, 8966, 8956, 8857, 8523, 9025, 8520, 8956, 8392, 8968, 8431, 9086, 8493, 9445, 8769, 9658, 9058, 9910, 8758, 9192, 8867, 9013, 10625, 9078, 12109, 9127, 11538, 8836, 11221, 8902, 10941, 9062, 11129, 9067, 10512, 8985, 8878, 8531, 8912, 10615, 9046, 12032, 8937, 11431, 9025, 11096, 9103, 10734, 9341, 10422, 9058, 10139, 9205, 9675, 8977, 9317, 8823, 9657, 8566, 9106, 9105, 9198, 12950, 9188, 12132, 9044, 11705, 9039, 11276, 9153, 10956, 9038, 10921, 9159, 11019, 9524, 10254, 8930, 10178, 8899, 9387, 8806, 9005, 8699, 8930, 8253, 9383, 8298, 10309, 8974, 9065, 9253, 10659, 9249, 10931, 9082, 10117, 8720, 9155, 8825, 9220, 8669, 9177, 10034, 9083, 12479, 9097, 11838, 8947, 10970, 9082, 10945, 9125, 11293, 8821, 10923, 9064, 10255, 9155, 10187, 8850, 8487, 8602, 8699, 8879, 9048, 8891, 8969, 9172, 10557, 9417, 11400, 9292, 12540, 9326, 11966, 9282, 12553, 9329, 11407, 9304, 9396, 8408, 9462, 11834, 9348, 10731, 9198, 10175, 8591, 9030, 13658, 10511, 12749, 8862, 11583, 9113, 10884, 9073, 11530, 8891, 10507, 8931, 11348, 8905, 11276, 9105, 10864, 8751, 10324, 8881, 10429, 9392, 10608, 9108, 10711, 8978, 10997, 9154, 10733, 8976, 10806, 9137, 10481, 9434, 9323, 9100, 9122, 8940, 9506, 8849, 8825, 9049, 8987, 12615, 9318, 9920, 9013, 9822, 9179, 12448, 9157, 11422, 9040, 11545, 9293, 11373, 9410, 10289, 9052, 9513, 9047, 9010, 8777, 9025, 8752, 8990, 8740, 9192, 8623, 8919, 8703, 9056, 13132, 9408, 11974, 9052, 11315, 9279, 9796, 9202, 8924, 9042, 9025, 9468, 9365, 8892, 11320, 8919, 11932, 8791, 11735, 9201, 10598, 8790, 10871, 8865, 11251, 8556, 10090, 8735, 9511, 8880, 8280, 8461, 8351, 8821, 8777, 9413, 9063, 9561, 9029, 10602, 8875, 10087, 8855, 8646, 8627, 9096, 8627, 8394, 8654, 9596, 9135, 8235, 8545, 9115, 11459, 9738, 8633, 10694, 9041, 11159, 8987, 9436, 8696, 10234, 9068, 11119, 8760, 10644, 8911, 10031, 9193, 10644, 8970, 10006, 8982, 10636, 9265, 9507, 8683, 8762, 8878, 8954, 10931, 9297, 12648, 9041, 8524, 9307, 9355, 11106, 8978, 10384, 8610, 8590, 12112, 8497, 12130, 9379, 11304, 8587, 11463, 8931, 11642, 8965, 11294, 9818, 9765, 8158, 10416, 8802, 9129, 8825, 10394, 9131, 10662, 8856, 10926, 8528, 9775, 8363, 8495, 8562, 8812, 9565, 8957, 10457, 8759, 11189, 8769, 8383, 8733, 8995, 10208, 9119, 11049, 8749, 11240, 9099, 11992, 8909, 11324, 9054, 11372, 8925, 11418, 8993, 10639, 9024, 9327, 8991, 8840, 8803, 8690, 8296, 8893, 8440, 9044, 7911, 8889, 8051, 9199, 8867, 8694, 8296, 9064, 8488, 8967, 8604, 8779, 11063, 8945, 12446, 9134], 'WindowCenter': [4119.0, 4112.0, 4080.0, 4097.0, 4078.0, 4096.0, 4064.0, 4062.0, 4062.0, 4064.0, 4062.0, 4076.0, 4076.0, 4086.0, 4054.0, 4074.0, 4065.0, 4075.0, 4077.0, 4077.0, 4100.0, 4066.0, 4079.0, 4067.0, 4068.0, 4074.0, 4066.0, 4074.0, 4077.0, 4052.0, 4063.0, 4049.0, 4062.0, 4048.0, 4051.0, 4026.0, 4038.0, 4013.0, 4023.0, 4043.0, 4024.0, 4054.0, 4036.0, 4044.0, 4037.0, 4056.0, 4049.0, 4057.0, 4050.0, 4057.0, 4050.0, 4071.0, 4053.0, 4070.0, 4063.0, 4063.0, 4065.0, 4053.0, 4065.0, 4064.0, 4064.0, 4053.0, 4066.0, 4064.0, 4075.0, 4054.0, 4066.0, 4052.0, 4064.0, 4053.0, 4053.0, 4052.0, 4064.0, 4064.0, 4087.0, 4063.0, 4065.0, 4052.0, 4065.0, 4064.0, 4075.0, 4066.0, 4065.0, 4077.0, 4088.0, 4089.0, 4090.0, 4089.0, 4090.0, 4090.0, 4102.0, 4092.0, 4099.0, 4079.0, 4088.0, 4090.0, 4099.0, 4079.0, 4108.0, 4078.0, 4068.0, 4089.0, 4068.0, 4080.0, 4067.0, 4090.0, 4077.0, 4078.0, 4096.0, 4065.0, 4096.0, 4065.0, 4085.0, 4053.0, 4073.0, 4064.0, 4083.0, 4064.0, 4082.0, 4063.0, 4072.0, 4065.0, 4072.0, 4064.0, 4039.0, 4050.0, 4040.0, 4052.0, 4052.0, 4053.0, 4050.0, 4052.0, 4053.0, 4064.0, 4063.0, 4055.0, 4051.0, 4053.0, 4064.0, 4066.0, 4067.0, 4076.0, 4078.0, 4065.0, 4076.0, 4086.0, 4088.0, 4097.0, 4080.0, 4097.0, 4080.0, 4097.0, 4077.0, 4087.0, 4065.0, 4071.0, 4053.0, 4060.0, 4062.0, 4070.0, 4052.0, 4071.0, 4050.0, 4071.0, 4051.0, 4061.0, 4051.0, 4059.0, 4063.0, 4072.0, 4063.0, 4051.0, 4053.0, 4063.0, 4074.0, 4066.0, 4094.0, 4076.0, 4054.0, 4065.0, 4076.0, 4077.0, 4064.0, 4066.0, 4052.0, 4064.0, 4062.0, 4053.0, 4051.0, 4052.0, 4070.0, 4050.0, 4069.0, 4040.0, 4059.0, 4048.0, 4057.0, 4037.0, 4049.0, 4047.0, 4048.0, 4049.0, 4048.0, 4050.0, 4051.0, 4052.0, 4050.0, 4053.0, 4052.0, 4073.0, 4054.0, 4072.0, 4052.0, 4071.0, 4075.0, 4072.0, 4063.0, 4061.0, 4051.0, 4060.0, 4063.0, 4071.0, 4064.0, 4072.0, 4063.0, 4073.0, 4076.0, 4075.0, 4066.0, 4054.0, 4077.0, 4067.0, 4079.0, 4067.0, 4079.0, 4078.0, 4090.0, 4080.0, 4111.0, 4071.0, 4111.0, 4080.0, 4078.0, 4080.0, 4081.0, 4102.0, 4067.0, 4070.0, 4098.0, 4069.0, 4097.0, 4067.0, 4083.0, 4055.0, 4073.0, 4052.0, 4059.0, 4039.0, 4059.0, 4051.0, 4061.0, 4051.0, 4058.0, 4049.0, 4038.0, 4052.0, 4039.0, 4051.0, 4038.0, 4051.0, 4050.0, 4063.0, 4051.0, 4050.0, 4038.0, 4047.0, 4050.0, 4061.0, 4051.0, 4070.0, 4052.0, 4071.0, 4065.0, 4082.0, 4065.0, 4083.0, 4063.0, 4083.0, 4066.0, 4073.0, 4065.0, 4074.0, 4064.0, 4073.0, 4067.0, 4075.0, 4065.0, 4075.0, 4065.0, 4075.0, 4080.0, 4089.0, 4077.0, 4076.0, 4078.0, 4085.0, 4079.0, 4087.0, 4079.0, 4086.0, 4077.0, 4088.0, 4078.0, 4086.0, 4078.0, 4085.0, 4066.0, 4085.0, 4079.0, 4088.0, 4079.0, 4069.0, 4078.0, 4079.0, 4091.0, 4079.0, 4101.0, 4080.0, 4100.0, 4067.0, 4077.0, 4065.0, 4066.0, 4045.0, 4066.0, 4082.0, 4053.0, 4072.0, 4053.0, 4072.0, 4064.0, 4072.0, 4063.0, 4083.0, 4065.0, 4052.0, 4065.0, 4051.0, 4066.0, 4053.0, 4053.0, 4028.0, 4051.0, 4040.0, 4063.0, 4042.0, 4065.0, 4053.0, 4054.0, 4054.0, 4066.0, 4053.0, 4065.0, 4054.0, 4065.0, 4065.0, 4075.0, 4064.0, 4074.0, 4053.0, 4042.0, 4066.0, 4055.0, 4068.0, 4086.0, 4066.0, 4074.0, 4055.0, 4074.0, 4053.0, 4061.0, 4052.0, 4061.0, 4042.0, 4062.0, 4041.0, 4061.0, 4052.0, 4061.0, 4039.0, 4049.0, 4040.0, 4049.0, 4050.0, 4059.0, 4052.0, 4040.0, 4052.0, 4039.0, 4053.0, 4040.0, 4052.0, 4049.0, 4052.0, 4070.0, 4053.0, 4062.0, 4050.0, 4061.0, 4052.0, 4062.0, 4064.0, 4073.0, 4053.0, 4073.0, 4054.0, 4075.0, 4078.0, 4075.0, 4054.0, 4073.0, 4053.0, 4074.0, 4065.0, 4075.0, 4066.0, 4086.0, 4055.0, 4088.0, 4067.0, 4075.0, 4066.0, 4073.0, 4066.0, 4086.0, 4080.0, 4059.0, 4078.0, 4068.0, 4067.0, 4069.0, 4087.0, 4068.0, 4087.0, 4056.0, 4076.0, 4054.0, 4074.0, 4054.0, 4074.0, 4053.0, 4062.0, 4050.0, 4061.0, 4052.0, 4061.0, 4055.0, 4083.0, 4053.0, 4041.0, 4052.0, 4051.0, 4064.0, 4065.0, 4064.0, 4051.0, 4052.0, 4070.0, 4040.0, 4070.0, 4041.0, 4060.0, 4040.0, 4050.0, 4040.0, 4051.0, 4051.0, 4051.0, 4052.0, 4052.0, 4051.0, 4065.0, 4064.0, 4065.0, 4053.0, 4068.0, 4065.0, 4078.0, 4068.0, 4090.0, 4080.0, 4092.0, 4080.0, 4090.0, 4069.0, 4079.0, 4066.0, 4067.0, 4074.0, 4066.0, 4086.0, 4068.0, 4086.0, 4067.0, 4086.0, 4066.0, 4076.0, 4067.0, 4089.0, 4067.0, 4077.0, 4055.0, 4057.0, 4055.0, 4067.0, 4074.0, 4067.0, 4086.0, 4066.0, 4087.0, 4068.0, 4087.0, 4066.0, 4089.0, 4067.0, 4089.0, 4068.0, 4079.0, 4067.0, 4078.0, 4068.0, 4078.0, 4079.0, 4079.0, 4066.0, 4069.0, 4055.0, 4067.0, 4097.0, 4067.0, 4085.0, 4055.0, 4073.0, 4053.0, 4074.0, 4065.0, 4074.0, 4053.0, 4075.0, 4064.0, 4086.0, 4066.0, 4076.0, 4053.0, 4075.0, 4054.0, 4067.0, 4055.0, 4067.0, 4053.0, 4066.0, 4054.0, 4078.0, 4067.0, 4077.0, 4066.0, 4066.0, 4065.0, 4077.0, 4066.0, 4088.0, 4067.0, 4078.0, 4056.0, 4066.0, 4055.0, 4067.0, 4053.0, 4066.0, 4062.0, 4053.0, 4071.0, 4053.0, 4071.0, 4042.0, 4060.0, 4040.0, 4060.0, 4052.0, 4059.0, 4041.0, 4060.0, 4040.0, 4049.0, 4051.0, 4062.0, 4051.0, 4041.0, 4039.0, 4042.0, 4052.0, 4053.0, 4052.0, 4054.0, 4064.0, 4087.0, 4092.0, 4111.0, 4081.0, 4098.0, 4079.0, 4087.0, 4067.0, 4086.0, 4054.0, 4075.0, 4052.0, 4054.0, 4042.0, 4064.0, 4073.0, 4053.0, 4071.0, 4051.0, 4064.0, 4039.0, 4051.0, 4081.0, 4062.0, 4069.0, 4038.0, 4046.0, 4026.0, 4045.0, 4038.0, 4056.0, 4037.0, 4045.0, 4037.0, 4056.0, 4039.0, 4060.0, 4039.0, 4058.0, 4040.0, 4048.0, 4051.0, 4061.0, 4064.0, 4072.0, 4064.0, 4075.0, 4067.0, 4087.0, 4078.0, 4088.0, 4068.0, 4088.0, 4067.0, 4089.0, 4067.0, 4067.0, 4054.0, 4055.0, 4054.0, 4066.0, 4055.0, 4056.0, 4052.0, 4055.0, 4095.0, 4065.0, 4064.0, 4065.0, 4062.0, 4066.0, 4097.0, 4067.0, 4083.0, 4064.0, 4084.0, 4064.0, 4086.0, 4065.0, 4075.0, 4052.0, 4065.0, 4052.0, 4065.0, 4055.0, 4054.0, 4052.0, 4054.0, 4052.0, 4066.0, 4054.0, 4066.0, 4055.0, 4067.0, 4096.0, 4078.0, 4086.0, 4067.0, 4073.0, 4066.0, 4077.0, 4066.0, 4066.0, 4067.0, 4065.0, 4077.0, 4064.0, 4066.0, 4072.0, 4053.0, 4072.0, 4052.0, 4073.0, 4054.0, 4061.0, 4041.0, 4061.0, 4052.0, 4071.0, 4054.0, 4060.0, 4053.0, 4064.0, 4064.0, 4043.0, 4053.0, 4041.0, 4054.0, 4054.0, 4065.0, 4054.0, 4064.0, 4053.0, 4075.0, 4053.0, 4065.0, 4052.0, 4054.0, 4053.0, 4054.0, 4041.0, 4043.0, 4053.0, 4062.0, 4065.0, 4054.0, 4067.0, 4081.0, 4099.0, 4081.0, 4069.0, 4077.0, 4056.0, 4078.0, 4055.0, 4054.0, 4042.0, 4062.0, 4053.0, 4073.0, 4042.0, 4062.0, 4040.0, 4052.0, 4053.0, 4062.0, 4051.0, 4062.0, 4052.0, 4074.0, 4066.0, 4064.0, 4067.0, 4055.0, 4069.0, 4080.0, 4088.0, 4066.0, 4086.0, 4066.0, 4056.0, 4066.0, 4065.0, 4088.0, 4067.0, 4077.0, 4043.0, 4053.0, 4074.0, 4043.0, 4073.0, 4068.0, 4061.0, 4041.0, 4059.0, 4040.0, 4058.0, 4038.0, 4060.0, 4048.0, 4036.0, 4013.0, 4033.0, 4022.0, 4021.0, 4010.0, 4045.0, 4046.0, 4045.0, 4036.0, 4056.0, 4037.0, 4045.0, 4027.0, 4038.0, 4039.0, 4048.0, 4050.0, 4051.0, 4060.0, 4064.0, 4083.0, 4054.0, 4041.0, 4053.0, 4065.0, 4076.0, 4065.0, 4085.0, 4067.0, 4086.0, 4066.0, 4086.0, 4066.0, 4074.0, 4055.0, 4073.0, 4054.0, 4073.0, 4053.0, 4076.0, 4052.0, 4053.0, 4054.0, 4064.0, 4053.0, 4066.0, 4053.0, 4066.0, 4055.0, 4068.0, 4055.0, 4078.0, 4068.0, 4091.0, 4080.0, 4071.0, 4056.0, 4078.0, 4067.0, 4068.0, 4066.0, 4067.0, 4086.0, 4081.0, 4109.0, 4080.0], 'WindowWidth': [9160.0, 9133.0, 9087.0, 9100.0, 9078.0, 9096.0, 9052.0, 9046.0, 9045.0, 9049.0, 9045.0, 9070.0, 9074.0, 9087.0, 9041.0, 9067.0, 9056.0, 9072.0, 9078.0, 9078.0, 9113.0, 9059.0, 9080.0, 9059.0, 9063.0, 9066.0, 9058.0, 9065.0, 9073.0, 9031.0, 9048.0, 9022.0, 9042.0, 9018.0, 9025.0, 8983.0, 9001.0, 8961.0, 8977.0, 9003.0, 8980.0, 9018.0, 8997.0, 9004.0, 8999.0, 9024.0, 9022.0, 9029.0, 9024.0, 9031.0, 9027.0, 9056.0, 9034.0, 9054.0, 9049.0, 9048.0, 9055.0, 9037.0, 9056.0, 9052.0, 9053.0, 9037.0, 9057.0, 9054.0, 9069.0, 9038.0, 9056.0, 9033.0, 9051.0, 9036.0, 9035.0, 9033.0, 9052.0, 9055.0, 9088.0, 9049.0, 9055.0, 9033.0, 9053.0, 9054.0, 9069.0, 9056.0, 9057.0, 9074.0, 9092.0, 9097.0, 9099.0, 9096.0, 9096.0, 9098.0, 9117.0, 9104.0, 9107.0, 9082.0, 9090.0, 9100.0, 9109.0, 9083.0, 9120.0, 9079.0, 9064.0, 9095.0, 9064.0, 9084.0, 9064.0, 9098.0, 9075.0, 9079.0, 9099.0, 9055.0, 9097.0, 9056.0, 9078.0, 9036.0, 9058.0, 9050.0, 9073.0, 9053.0, 9071.0, 9048.0, 9057.0, 9053.0, 9059.0, 9050.0, 9008.0, 9026.0, 9011.0, 9032.0, 9029.0, 9033.0, 9025.0, 9031.0, 9035.0, 9052.0, 9049.0, 9039.0, 9029.0, 9036.0, 9053.0, 9059.0, 9063.0, 9074.0, 9076.0, 9057.0, 9074.0, 9085.0, 9092.0, 9103.0, 9084.0, 9102.0, 9082.0, 9102.0, 9076.0, 9087.0, 9055.0, 9056.0, 9033.0, 9039.0, 9045.0, 9051.0, 9030.0, 9053.0, 9025.0, 9053.0, 9027.0, 9040.0, 9028.0, 9035.0, 9047.0, 9059.0, 9048.0, 9028.0, 9033.0, 9049.0, 9066.0, 9060.0, 9094.0, 9073.0, 9042.0, 9057.0, 9072.0, 9073.0, 9050.0, 9056.0, 9032.0, 9050.0, 9044.0, 9034.0, 9026.0, 9029.0, 9050.0, 9024.0, 9048.0, 9010.0, 9032.0, 9018.0, 9027.0, 9002.0, 9019.0, 9014.0, 9015.0, 9019.0, 9016.0, 9024.0, 9026.0, 9029.0, 9026.0, 9031.0, 9031.0, 9060.0, 9036.0, 9055.0, 9031.0, 9053.0, 9070.0, 9058.0, 9046.0, 9039.0, 9027.0, 9039.0, 9048.0, 9056.0, 9050.0, 9056.0, 9048.0, 9061.0, 9071.0, 9065.0, 9056.0, 9038.0, 9074.0, 9061.0, 9080.0, 9061.0, 9081.0, 9077.0, 9098.0, 9086.0, 9126.0, 9072.0, 9125.0, 9084.0, 9080.0, 9083.0, 9084.0, 9117.0, 9062.0, 9068.0, 9101.0, 9065.0, 9097.0, 9059.0, 9074.0, 9038.0, 9056.0, 9028.0, 9031.0, 9008.0, 9032.0, 9025.0, 9036.0, 9024.0, 9029.0, 9022.0, 9003.0, 9029.0, 9008.0, 9025.0, 9003.0, 9025.0, 9023.0, 9044.0, 9025.0, 9021.0, 9004.0, 9015.0, 9024.0, 9038.0, 9027.0, 9052.0, 9031.0, 9054.0, 9053.0, 9071.0, 9052.0, 9074.0, 9048.0, 9073.0, 9055.0, 9062.0, 9053.0, 9060.0, 9051.0, 9060.0, 9059.0, 9066.0, 9055.0, 9065.0, 9054.0, 9066.0, 9081.0, 9091.0, 9075.0, 9068.0, 9076.0, 9081.0, 9079.0, 9087.0, 9079.0, 9082.0, 9072.0, 9089.0, 9079.0, 9084.0, 9077.0, 9079.0, 9056.0, 9079.0, 9079.0, 9091.0, 9081.0, 9064.0, 9077.0, 9080.0, 9096.0, 9081.0, 9113.0, 9082.0, 9108.0, 9059.0, 9071.0, 9051.0, 9055.0, 9025.0, 9055.0, 9069.0, 9031.0, 9055.0, 9034.0, 9054.0, 9047.0, 9054.0, 9047.0, 9074.0, 9052.0, 9031.0, 9050.0, 9026.0, 9054.0, 9033.0, 9031.0, 8992.0, 9026.0, 9009.0, 9046.0, 9017.0, 9050.0, 9031.0, 9035.0, 9035.0, 9054.0, 9033.0, 9051.0, 9034.0, 9052.0, 9054.0, 9066.0, 9050.0, 9063.0, 9036.0, 9020.0, 9057.0, 9040.0, 9060.0, 9081.0, 9054.0, 9061.0, 9039.0, 9059.0, 9032.0, 9039.0, 9028.0, 9039.0, 9012.0, 9040.0, 9009.0, 9036.0, 9029.0, 9037.0, 9006.0, 9016.0, 9005.0, 9017.0, 9025.0, 9033.0, 9027.0, 9007.0, 9027.0, 9008.0, 9030.0, 9010.0, 9029.0, 9020.0, 9025.0, 9049.0, 9031.0, 9040.0, 9022.0, 9036.0, 9026.0, 9039.0, 9048.0, 9058.0, 9032.0, 9059.0, 9034.0, 9066.0, 9075.0, 9064.0, 9034.0, 9058.0, 9032.0, 9062.0, 9051.0, 9064.0, 9053.0, 9080.0, 9039.0, 9087.0, 9058.0, 9064.0, 9052.0, 9057.0, 9053.0, 9082.0, 9083.0, 9052.0, 9076.0, 9062.0, 9057.0, 9064.0, 9083.0, 9060.0, 9081.0, 9041.0, 9063.0, 9034.0, 9058.0, 9034.0, 9059.0, 9031.0, 9040.0, 9024.0, 9036.0, 9028.0, 9039.0, 9038.0, 9070.0, 9032.0, 9010.0, 9028.0, 9026.0, 9050.0, 9052.0, 9049.0, 9024.0, 9025.0, 9047.0, 9007.0, 9048.0, 9010.0, 9034.0, 9007.0, 9020.0, 9007.0, 9025.0, 9024.0, 9024.0, 9025.0, 9028.0, 9025.0, 9050.0, 9051.0, 9052.0, 9033.0, 9059.0, 9054.0, 9077.0, 9063.0, 9095.0, 9081.0, 9101.0, 9080.0, 9095.0, 9067.0, 9078.0, 9054.0, 9055.0, 9060.0, 9053.0, 9079.0, 9059.0, 9079.0, 9057.0, 9079.0, 9054.0, 9065.0, 9055.0, 9086.0, 9056.0, 9069.0, 9036.0, 9040.0, 9037.0, 9057.0, 9060.0, 9056.0, 9078.0, 9053.0, 9083.0, 9062.0, 9083.0, 9055.0, 9088.0, 9057.0, 9090.0, 9060.0, 9076.0, 9057.0, 9073.0, 9057.0, 9073.0, 9078.0, 9077.0, 9056.0, 9063.0, 9037.0, 9056.0, 9098.0, 9057.0, 9076.0, 9036.0, 9057.0, 9029.0, 9060.0, 9050.0, 9059.0, 9032.0, 9060.0, 9048.0, 9081.0, 9053.0, 9066.0, 9030.0, 9064.0, 9035.0, 9056.0, 9037.0, 9055.0, 9031.0, 9054.0, 9035.0, 9073.0, 9059.0, 9071.0, 9053.0, 9053.0, 9052.0, 9069.0, 9052.0, 9087.0, 9058.0, 9074.0, 9039.0, 9054.0, 9037.0, 9056.0, 9033.0, 9052.0, 9042.0, 9031.0, 9051.0, 9029.0, 9050.0, 9013.0, 9032.0, 9009.0, 9032.0, 9028.0, 9033.0, 9010.0, 9032.0, 9006.0, 9019.0, 9025.0, 9040.0, 9023.0, 9012.0, 9005.0, 9014.0, 9029.0, 9032.0, 9028.0, 9035.0, 9049.0, 9085.0, 9103.0, 9127.0, 9084.0, 9102.0, 9077.0, 9084.0, 9058.0, 9083.0, 9036.0, 9064.0, 9029.0, 9034.0, 9014.0, 9046.0, 9056.0, 9029.0, 9054.0, 9024.0, 9045.0, 9007.0, 9024.0, 9065.0, 9040.0, 9044.0, 9001.0, 9005.0, 8980.0, 9004.0, 9002.0, 9021.0, 8998.0, 9006.0, 8999.0, 9023.0, 9006.0, 9033.0, 9007.0, 9028.0, 9008.0, 9015.0, 9023.0, 9037.0, 9047.0, 9055.0, 9050.0, 9064.0, 9057.0, 9084.0, 9075.0, 9086.0, 9060.0, 9085.0, 9058.0, 9090.0, 9058.0, 9057.0, 9034.0, 9037.0, 9034.0, 9054.0, 9038.0, 9040.0, 9029.0, 9037.0, 9092.0, 9051.0, 9046.0, 9051.0, 9043.0, 9054.0, 9096.0, 9057.0, 9073.0, 9049.0, 9074.0, 9049.0, 9079.0, 9050.0, 9062.0, 9030.0, 9050.0, 9030.0, 9053.0, 9039.0, 9036.0, 9029.0, 9034.0, 9029.0, 9053.0, 9036.0, 9056.0, 9038.0, 9059.0, 9096.0, 9074.0, 9081.0, 9056.0, 9059.0, 9053.0, 9070.0, 9057.0, 9054.0, 9059.0, 9052.0, 9070.0, 9050.0, 9053.0, 9056.0, 9031.0, 9055.0, 9030.0, 9056.0, 9032.0, 9035.0, 9013.0, 9038.0, 9031.0, 9053.0, 9034.0, 9037.0, 9031.0, 9048.0, 9051.0, 9020.0, 9032.0, 9013.0, 9036.0, 9036.0, 9052.0, 9035.0, 9048.0, 9032.0, 9065.0, 9032.0, 9051.0, 9027.0, 9033.0, 9031.0, 9033.0, 9012.0, 9016.0, 9029.0, 9041.0, 9050.0, 9036.0, 9059.0, 9086.0, 9107.0, 9084.0, 9061.0, 9070.0, 9040.0, 9071.0, 9035.0, 9032.0, 9013.0, 9038.0, 9030.0, 9055.0, 9015.0, 9039.0, 9007.0, 9026.0, 9028.0, 9039.0, 9024.0, 9039.0, 9029.0, 9061.0, 9054.0, 9048.0, 9057.0, 9037.0, 9063.0, 9080.0, 9088.0, 9054.0, 9080.0, 9055.0, 9041.0, 9054.0, 9054.0, 9089.0, 9055.0, 9069.0, 9018.0, 9031.0, 9057.0, 9017.0, 9054.0, 9057.0, 9037.0, 9010.0, 9031.0, 9004.0, 9024.0, 9000.0, 9036.0, 9014.0, 8993.0, 8957.0, 8984.0, 8968.0, 8963.0, 8949.0, 9005.0, 9011.0, 9005.0, 8999.0, 9021.0, 9001.0, 9006.0, 8988.0, 9002.0, 9005.0, 9016.0, 9021.0, 9023.0, 9037.0, 9049.0, 9073.0, 9035.0, 9013.0, 9032.0, 9050.0, 9067.0, 9054.0, 9078.0, 9056.0, 9080.0, 9057.0, 9082.0, 9054.0, 9059.0, 9037.0, 9056.0, 9034.0, 9058.0, 9033.0, 9067.0, 9028.0, 9030.0, 9032.0, 9047.0, 9030.0, 9053.0, 9031.0, 9055.0, 9039.0, 9060.0, 9037.0, 9075.0, 9063.0, 9096.0, 9080.0, 9069.0, 9043.0, 9076.0, 9058.0, 9062.0, 9056.0, 9060.0, 9082.0, 9088.0, 9119.0, 9080.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.001415928899082569</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04359447373853211</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.902419097898964</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1528552330195183</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9694817816991967</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4452</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7517.584</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10843862359144643</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>68</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>7.798165137614679</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.429081464094324</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3286284899357157</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.720245571507928</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2383703308393277</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0137364</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01547758374363184</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.028259629383683205</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8207773459661194</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>34.3056</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.8125</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.2542</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>308960.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>677.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>302.4057</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.104</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>470.6377</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3320.4329</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3557.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67584.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1034.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4343.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>930.9555</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>33.25883828732185</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> |