=== 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-0060 --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-0060",
"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-0060_ses-04_task-social_acq-mb8_run-04_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-0060_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0060_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-04_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-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0060/figures/sub-0060_ses-04_task-social_acq-mb8_run-04_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-0060/ses-04/func/sub-0060_ses-04_task-social_acq-mb8_run-04_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>c356744b0d3c819d972203ca72378818</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>14:53:48.435000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996522, 0.0820235, 0.0147228, -0.08333, 0.982608, 0.165942]</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-04_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.0953177</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4144, -7744, -7259, 719, -29, -27, -38, 69]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>233.926</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>3c67c2a5-e19f-40be-987b-db65ced53d8a||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6735947132110596, -0.22356830537319183, 0.00231011095456779, 120.43595886230469], [-0.22006314992904663, 2.6362667083740234, 0.4497973620891571, -102.04283905029297], [0.03950018435716629, -0.44521015882492065, 2.662269115447998, -47.45408248901367], [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': ['145348.435000', '145348.895000', '145349.355000', '145349.815000', '145350.275000', '145350.735000', '145351.195000', '145351.655000', '145352.115000', '145352.575000', '145353.035000', '145353.495000', '145353.955000', '145354.415000', '145354.875000', '145355.335000', '145355.795000', '145356.255000', '145356.715000', '145357.175000', '145357.635000', '145358.095000', '145358.555000', '145359.015000', '145359.475000', '145359.935000', '145400.395000', '145400.855000', '145401.315000', '145401.775000', '145402.235000', '145402.695000', '145403.155000', '145403.615000', '145404.075000', '145404.535000', '145404.995000', '145405.455000', '145405.915000', '145406.375000', '145406.835000', '145407.295000', '145407.755000', '145408.215000', '145408.675000', '145409.135000', '145409.595000', '145410.055000', '145410.515000', '145410.975000', '145411.435000', '145411.895000', '145412.355000', '145412.815000', '145413.275000', '145413.735000', '145414.195000', '145414.655000', '145415.115000', '145415.575000', '145416.035000', '145416.495000', '145416.955000', '145417.415000', '145417.875000', '145418.335000', '145418.795000', '145419.255000', '145419.715000', '145420.175000', '145420.635000', '145421.095000', '145421.555000', '145422.015000', '145422.475000', '145422.935000', '145423.395000', '145423.855000', '145424.315000', '145424.775000', '145425.235000', '145425.695000', '145426.155000', '145426.615000', '145427.075000', '145427.535000', '145427.995000', '145428.455000', '145428.915000', '145429.375000', '145429.835000', '145430.295000', '145430.755000', '145431.215000', '145431.675000', '145432.135000', '145432.595000', '145433.055000', '145433.515000', '145433.975000', '145434.435000', '145434.895000', '145435.355000', '145435.815000', '145436.275000', '145436.735000', '145437.195000', '145437.655000', '145438.115000', '145438.575000', '145439.035000', '145439.495000', '145439.955000', '145440.415000', '145440.875000', '145441.335000', '145441.795000', '145442.255000', '145442.715000', '145443.175000', '145443.635000', '145444.095000', '145444.555000', '145445.015000', '145445.475000', '145445.935000', '145446.395000', '145446.855000', '145447.315000', '145447.775000', '145448.235000', '145448.695000', '145449.155000', '145449.615000', '145450.075000', '145450.535000', '145450.995000', '145451.455000', '145451.915000', '145452.375000', '145452.835000', '145453.295000', '145453.755000', '145454.215000', '145454.675000', '145455.135000', '145455.595000', '145456.055000', '145456.515000', '145456.975000', '145457.435000', '145457.895000', '145458.355000', '145458.815000', '145459.275000', '145459.735000', '145500.195000', '145500.655000', '145501.115000', '145501.575000', '145502.035000', '145502.495000', '145502.955000', '145503.415000', '145503.875000', '145504.335000', '145504.795000', '145505.255000', '145505.715000', '145506.175000', '145506.635000', '145507.095000', '145507.555000', '145508.015000', '145508.475000', '145508.935000', '145509.395000', '145509.855000', '145510.315000', '145510.775000', '145511.235000', '145511.695000', '145512.155000', '145512.615000', '145513.075000', '145513.535000', '145513.995000', '145514.455000', '145514.915000', '145515.375000', '145515.835000', '145516.295000', '145516.755000', '145517.215000', '145517.675000', '145518.135000', '145518.595000', '145519.055000', '145519.515000', '145519.975000', '145520.435000', '145520.895000', '145521.355000', '145521.815000', '145522.275000', '145522.735000', '145523.195000', '145523.655000', '145524.115000', '145524.575000', '145525.035000', '145525.495000', '145525.955000', '145526.415000', '145526.875000', '145527.335000', '145527.795000', '145528.255000', '145528.715000', '145529.175000', '145529.635000', '145530.095000', '145530.555000', '145531.015000', '145531.475000', '145531.935000', '145532.395000', '145532.855000', '145533.315000', '145533.775000', '145534.235000', '145534.695000', '145535.155000', '145535.615000', '145536.075000', '145536.535000', '145536.995000', '145537.455000', '145537.915000', '145538.375000', '145538.835000', '145539.295000', '145539.755000', '145540.215000', '145540.675000', '145541.135000', '145541.595000', '145542.055000', '145542.515000', '145542.975000', '145543.435000', '145543.895000', '145544.355000', '145544.815000', '145545.275000', '145545.735000', '145546.195000', '145546.655000', '145547.115000', '145547.575000', '145548.035000', '145548.495000', '145548.955000', '145549.415000', '145549.875000', '145550.335000', '145550.795000', '145551.255000', '145551.715000', '145552.175000', '145552.635000', '145553.095000', '145553.555000', '145554.015000', '145554.475000', '145554.935000', '145555.395000', '145555.855000', '145556.315000', '145556.775000', '145557.235000', '145557.695000', '145558.155000', '145558.615000', '145559.075000', '145559.535000', '145559.995000', '145600.455000', '145600.915000', '145601.375000', '145601.835000', '145602.295000', '145602.755000', '145603.215000', '145603.675000', '145604.135000', '145604.595000', '145605.055000', '145605.515000', '145605.975000', '145606.435000', '145606.895000', '145607.355000', '145607.815000', '145608.275000', '145608.735000', '145609.195000', '145609.655000', '145610.115000', '145610.575000', '145611.035000', '145611.495000', '145611.955000', '145612.415000', '145612.875000', '145613.335000', '145613.795000', '145614.255000', '145614.715000', '145615.175000', '145615.635000', '145616.095000', '145616.555000', '145617.015000', '145617.475000', '145617.935000', '145618.395000', '145618.855000', '145619.315000', '145619.775000', '145620.235000', '145620.695000', '145621.155000', '145621.615000', '145622.075000', '145622.535000', '145622.995000', '145623.455000', '145623.915000', '145624.375000', '145624.835000', '145625.295000', '145625.755000', '145626.215000', '145626.675000', '145627.135000', '145627.595000', '145628.055000', '145628.515000', '145628.975000', '145629.435000', '145629.895000', '145630.355000', '145630.815000', '145631.275000', '145631.735000', '145632.195000', '145632.655000', '145633.115000', '145633.575000', '145634.035000', '145634.495000', '145634.955000', '145635.415000', '145635.875000', '145636.335000', '145636.795000', '145637.255000', '145637.715000', '145638.175000', '145638.635000', '145639.095000', '145639.555000', '145640.015000', '145640.475000', '145640.935000', '145641.395000', '145641.855000', '145642.315000', '145642.775000', '145643.235000', '145643.695000', '145644.155000', '145644.615000', '145645.075000', '145645.535000', '145645.995000', '145646.455000', '145646.915000', '145647.375000', '145647.835000', '145648.295000', '145648.755000', '145649.215000', '145649.675000', '145650.135000', '145650.595000', '145651.055000', '145651.515000', '145651.975000', '145652.435000', '145652.895000', '145653.355000', '145653.815000', '145654.275000', '145654.735000', '145655.195000', '145655.655000', '145656.115000', '145656.575000', '145657.035000', '145657.495000', '145657.955000', '145658.415000', '145658.875000', '145659.335000', '145659.795000', '145700.255000', '145700.715000', '145701.175000', '145701.635000', '145702.095000', '145702.555000', '145703.015000', '145703.475000', '145703.935000', '145704.395000', '145704.855000', '145705.315000', '145705.775000', '145706.235000', '145706.695000', '145707.155000', '145707.615000', '145708.075000', '145708.535000', '145708.995000', '145709.455000', '145709.915000', '145710.375000', '145710.835000', '145711.295000', '145711.755000', '145712.215000', '145712.675000', '145713.135000', '145713.595000', '145714.055000', '145714.515000', '145714.975000', '145715.435000', '145715.895000', '145716.355000', '145716.815000', '145717.275000', '145717.735000', '145718.195000', '145718.655000', '145719.115000', '145719.575000', '145720.035000', '145720.495000', '145720.955000', '145721.415000', '145721.875000', '145722.335000', '145722.795000', '145723.255000', '145723.715000', '145724.175000', '145724.635000', '145725.095000', '145725.555000', '145726.015000', '145726.475000', '145726.935000', '145727.395000', '145727.855000', '145728.315000', '145728.775000', '145729.235000', '145729.695000', '145730.155000', '145730.615000', '145731.075000', '145731.535000', '145731.995000', '145732.455000', '145732.915000', '145733.375000', '145733.835000', '145734.295000', '145734.755000', '145735.215000', '145735.675000', '145736.135000', '145736.595000', '145737.055000', '145737.515000', '145737.975000', '145738.435000', '145738.895000', '145739.355000', '145739.815000', '145740.275000', '145740.735000', '145741.195000', '145741.655000', '145742.115000', '145742.575000', '145743.035000', '145743.495000', '145743.955000', '145744.415000', '145744.875000', '145745.335000', '145745.795000', '145746.255000', '145746.715000', '145747.175000', '145747.635000', '145748.095000', '145748.555000', '145749.015000', '145749.475000', '145749.935000', '145750.395000', '145750.855000', '145751.315000', '145751.775000', '145752.235000', '145752.695000', '145753.155000', '145753.615000', '145754.075000', '145754.535000', '145754.995000', '145755.455000', '145755.915000', '145756.375000', '145756.835000', '145757.295000', '145757.755000', '145758.215000', '145758.675000', '145759.135000', '145759.595000', '145800.055000', '145800.515000', '145800.975000', '145801.435000', '145801.895000', '145802.355000', '145802.815000', '145803.275000', '145803.735000', '145804.195000', '145804.655000', '145805.115000', '145805.575000', '145806.035000', '145806.495000', '145806.955000', '145807.415000', '145807.875000', '145808.335000', '145808.795000', '145809.255000', '145809.715000', '145810.175000', '145810.635000', '145811.095000', '145811.555000', '145812.015000', '145812.475000', '145812.935000', '145813.395000', '145813.855000', '145814.315000', '145814.775000', '145815.235000', '145815.695000', '145816.155000', '145816.615000', '145817.075000', '145817.535000', '145817.995000', '145818.455000', '145818.915000', '145819.375000', '145819.835000', '145820.295000', '145820.755000', '145821.215000', '145821.675000', '145822.135000', '145822.595000', '145823.055000', '145823.515000', '145823.975000', '145824.435000', '145824.895000', '145825.355000', '145825.815000', '145826.275000', '145826.735000', '145827.195000', '145827.655000', '145828.115000', '145828.575000', '145829.035000', '145829.495000', '145829.955000', '145830.415000', '145830.875000', '145831.335000', '145831.795000', '145832.255000', '145832.715000', '145833.175000', '145833.635000', '145834.095000', '145834.555000', '145835.015000', '145835.475000', '145835.935000', '145836.395000', '145836.855000', '145837.315000', '145837.775000', '145838.235000', '145838.695000', '145839.155000', '145839.615000', '145840.075000', '145840.535000', '145840.995000', '145841.455000', '145841.915000', '145842.375000', '145842.835000', '145843.295000', '145843.755000', '145844.215000', '145844.675000', '145845.135000', '145845.595000', '145846.055000', '145846.515000', '145846.975000', '145847.435000', '145847.895000', '145848.355000', '145848.815000', '145849.275000', '145849.735000', '145850.195000', '145850.655000', '145851.115000', '145851.575000', '145852.035000', '145852.495000', '145852.955000', '145853.415000', '145853.875000', '145854.335000', '145854.795000', '145855.255000', '145855.715000', '145856.175000', '145856.635000', '145857.095000', '145857.555000', '145858.015000', '145858.475000', '145858.935000', '145859.395000', '145859.855000', '145900.315000', '145900.775000', '145901.235000', '145901.695000', '145902.155000', '145902.615000', '145903.075000', '145903.535000', '145903.995000', '145904.455000', '145904.915000', '145905.375000', '145905.835000', '145906.295000', '145906.755000', '145907.215000', '145907.675000', '145908.135000', '145908.595000', '145909.055000', '145909.515000', '145909.975000', '145910.435000', '145910.895000', '145911.355000', '145911.815000', '145912.275000', '145912.735000', '145913.195000', '145913.655000', '145914.115000', '145914.575000', '145915.035000', '145915.495000', '145915.955000', '145916.415000', '145916.875000', '145917.335000', '145917.795000', '145918.255000', '145918.715000', '145919.175000', '145919.635000', '145920.095000', '145920.555000', '145921.015000', '145921.475000', '145921.935000', '145922.395000', '145922.855000', '145923.315000', '145923.775000', '145924.235000', '145924.695000', '145925.155000', '145925.615000', '145926.075000', '145926.535000', '145926.995000', '145927.455000', '145927.915000', '145928.375000', '145928.835000', '145929.295000', '145929.755000', '145930.215000', '145930.675000', '145931.135000', '145931.595000', '145932.055000', '145932.515000', '145932.975000', '145933.435000', '145933.895000', '145934.355000', '145934.815000', '145935.275000', '145935.735000', '145936.195000', '145936.655000', '145937.115000', '145937.575000', '145938.035000', '145938.495000', '145938.955000', '145939.415000', '145939.875000', '145940.335000', '145940.795000', '145941.255000', '145941.715000', '145942.175000', '145942.635000', '145943.095000', '145943.555000', '145944.015000', '145944.475000', '145944.935000', '145945.395000', '145945.855000', '145946.315000', '145946.775000', '145947.235000', '145947.695000', '145948.155000', '145948.615000', '145949.075000', '145949.535000', '145949.995000', '145950.455000', '145950.915000', '145951.375000', '145951.835000', '145952.295000', '145952.755000', '145953.215000', '145953.675000', '145954.135000', '145954.595000', '145955.055000', '145955.515000', '145955.975000', '145956.435000', '145956.895000', '145957.355000', '145957.815000', '145958.275000', '145958.735000', '145959.195000', '145959.655000', '150000.115000', '150000.575000', '150001.035000', '150001.495000', '150001.955000', '150002.415000', '150002.875000', '150003.335000', '150003.795000', '150004.255000', '150004.715000', '150005.175000', '150005.635000', '150006.095000', '150006.555000', '150007.015000', '150007.475000', '150007.935000', '150008.395000', '150008.855000', '150009.315000', '150009.775000', '150010.235000', '150010.695000', '150011.155000', '150011.615000', '150012.075000', '150012.535000', '150012.995000', '150013.455000', '150013.915000', '150014.375000', '150014.835000', '150015.295000', '150015.755000', '150016.215000', '150016.675000', '150017.135000', '150017.595000', '150018.055000', '150018.515000', '150018.975000', '150019.435000', '150019.895000', '150020.355000', '150020.815000', '150021.275000', '150021.735000', '150022.195000', '150022.655000', '150023.115000', '150023.575000', '150024.035000', '150024.495000', '150024.955000', '150025.415000', '150025.875000', '150026.335000', '150026.795000', '150027.255000', '150027.715000', '150028.175000', '150028.635000', '150029.095000'], 'ContentTime': ['145407.473000', '145407.476000', '145407.479000', '145407.481000', '145407.484000', '145407.487000', '145407.489000', '145407.492000', '145407.495000', '145407.497000', '145407.500000', '145407.503000', '145407.505000', '145407.508000', '145407.511000', '145407.513000', '145407.516000', '145407.518000', '145407.521000', '145407.524000', '145407.526000', '145407.529000', '145407.532000', '145407.534000', '145407.537000', '145407.540000', '145407.542000', '145407.553000', '145407.555000', '145407.558000', '145407.561000', '145407.563000', '145407.566000', '145407.568000', '145407.571000', '145407.574000', '145407.576000', '145407.579000', '145427.438000', '145427.441000', '145427.444000', '145427.447000', '145427.449000', '145427.456000', '145427.459000', '145427.461000', '145427.464000', '145427.467000', '145427.469000', '145427.472000', '145427.475000', '145427.477000', '145427.480000', '145427.482000', '145427.485000', '145427.488000', '145427.490000', '145427.493000', '145427.496000', '145427.498000', '145427.501000', '145427.504000', '145427.506000', '145427.509000', '145427.511000', '145427.514000', '145427.517000', '145427.519000', '145427.522000', '145427.525000', '145427.527000', '145427.530000', '145427.533000', '145427.535000', '145427.538000', '145427.541000', '145427.543000', '145427.546000', '145427.549000', '145427.551000', '145427.554000', '145427.556000', '145447.438000', '145447.441000', '145447.444000', '145447.447000', '145447.449000', '145447.452000', '145447.461000', '145447.464000', '145447.466000', '145447.469000', '145447.472000', '145447.474000', '145447.477000', '145447.480000', '145447.482000', '145447.485000', '145447.489000', '145447.492000', '145447.495000', '145447.501000', '145447.504000', '145447.507000', '145447.509000', '145447.512000', '145447.515000', '145447.517000', '145447.520000', '145447.523000', '145447.525000', '145447.528000', '145447.530000', '145447.533000', '145447.541000', '145447.544000', '145447.546000', '145447.549000', '145447.552000', '145447.554000', '145447.557000', '145447.560000', '145447.562000', '145447.565000', '145447.567000', '145447.570000', '145507.452000', '145507.455000', '145507.458000', '145507.461000', '145507.463000', '145507.466000', '145507.469000', '145507.471000', '145507.474000', '145507.477000', '145507.479000', '145507.482000', '145507.485000', '145507.487000', '145507.490000', '145507.493000', '145507.495000', '145507.498000', '145507.501000', '145507.503000', '145507.506000', '145507.509000', '145507.511000', '145507.514000', '145507.517000', '145507.519000', '145507.522000', '145507.525000', '145507.527000', '145507.530000', '145507.533000', '145507.535000', '145507.538000', '145507.541000', '145507.543000', '145507.546000', '145507.549000', '145507.552000', '145507.554000', '145507.557000', '145507.559000', '145507.562000', '145507.565000', '145527.437000', '145527.440000', '145527.443000', '145527.445000', '145527.448000', '145527.451000', '145527.454000', '145527.456000', '145527.459000', '145527.462000', '145527.464000', '145527.467000', '145527.469000', '145527.472000', '145527.475000', '145527.477000', '145527.480000', '145527.483000', '145527.486000', '145527.488000', '145527.491000', '145527.494000', '145527.496000', '145527.499000', '145527.502000', '145527.504000', '145527.507000', '145527.509000', '145527.512000', '145527.515000', '145527.517000', '145527.520000', '145527.523000', '145527.525000', '145527.528000', '145527.531000', '145527.533000', '145527.536000', '145527.538000', '145527.541000', '145527.544000', '145527.546000', '145527.549000', '145547.438000', '145547.441000', '145547.443000', '145547.446000', '145547.449000', '145547.451000', '145547.454000', '145547.457000', '145547.459000', '145547.462000', '145547.465000', '145547.467000', '145547.470000', '145547.473000', '145547.475000', '145547.478000', '145547.481000', '145547.483000', '145547.486000', '145547.489000', '145547.491000', '145547.494000', '145547.497000', '145547.499000', '145547.502000', '145547.505000', '145547.507000', '145547.510000', '145547.513000', '145547.516000', '145547.518000', '145547.521000', '145547.524000', '145547.526000', '145547.529000', '145547.532000', '145547.534000', '145547.537000', '145547.540000', '145547.542000', '145547.545000', '145547.548000', '145547.559000', '145547.561000', '145607.437000', '145607.440000', '145607.443000', '145607.446000', '145607.448000', '145607.451000', '145607.454000', '145607.456000', '145607.459000', '145607.462000', '145607.464000', '145607.467000', '145607.470000', '145607.473000', '145607.475000', '145607.478000', '145607.480000', '145607.483000', '145607.486000', '145607.488000', '145607.491000', '145607.494000', '145607.496000', '145607.499000', '145607.502000', '145607.504000', '145607.507000', '145607.510000', '145607.513000', '145607.515000', '145607.518000', '145607.521000', '145607.523000', '145607.527000', '145607.529000', '145607.532000', '145607.535000', '145607.538000', '145607.540000', '145607.543000', '145607.545000', '145607.548000', '145607.551000', '145627.438000', '145627.441000', '145627.444000', '145627.447000', '145627.449000', '145627.452000', '145627.455000', '145627.457000', '145627.460000', '145627.463000', '145627.466000', '145627.468000', '145627.471000', '145627.474000', '145627.476000', '145627.479000', '145627.482000', '145627.484000', '145627.487000', '145627.489000', '145627.492000', '145627.495000', '145627.498000', '145627.500000', '145627.503000', '145627.506000', '145627.508000', '145627.511000', '145627.514000', '145627.517000', '145627.519000', '145627.522000', '145627.525000', '145627.527000', '145627.530000', '145627.533000', '145627.535000', '145627.538000', '145627.541000', '145627.543000', '145627.546000', '145627.549000', '145627.551000', '145627.554000', '145647.439000', '145647.441000', '145647.444000', '145647.447000', '145647.450000', '145647.452000', '145647.455000', '145647.458000', '145647.460000', '145647.463000', '145647.479000', '145647.482000', '145647.484000', '145647.487000', '145647.490000', '145647.492000', '145647.495000', '145647.497000', '145647.500000', '145647.503000', '145647.505000', '145647.508000', '145647.511000', '145647.514000', '145647.516000', '145647.519000', '145647.522000', '145647.524000', '145647.527000', '145647.530000', '145647.533000', '145647.536000', '145647.540000', '145647.542000', '145647.545000', '145647.547000', '145647.550000', '145647.553000', '145647.555000', '145647.558000', '145647.561000', '145647.563000', '145647.566000', '145707.439000', '145707.442000', '145707.444000', '145707.447000', '145707.450000', '145707.452000', '145707.455000', '145707.458000', '145707.460000', '145707.463000', '145707.466000', '145707.469000', '145707.471000', '145707.474000', '145707.476000', '145707.479000', '145707.482000', '145707.485000', '145707.487000', '145707.490000', '145707.493000', '145707.495000', '145707.498000', '145707.501000', '145707.503000', '145707.506000', '145707.508000', '145707.511000', '145707.514000', '145707.517000', '145707.519000', '145707.522000', '145707.525000', '145707.527000', '145707.530000', '145707.533000', '145707.535000', '145707.538000', '145707.541000', '145707.543000', '145707.546000', '145707.549000', '145707.551000', '145707.554000', '145727.438000', '145727.441000', '145727.443000', '145727.446000', '145727.449000', '145727.452000', '145727.454000', '145727.457000', '145727.460000', '145727.462000', '145727.465000', '145727.468000', '145727.470000', '145727.473000', '145727.476000', '145727.478000', '145727.481000', '145727.484000', '145727.486000', '145727.489000', '145727.492000', '145727.494000', '145727.497000', '145727.500000', '145727.502000', '145727.505000', '145727.508000', '145727.510000', '145727.514000', '145727.517000', '145727.520000', '145727.524000', '145727.527000', '145727.529000', '145727.532000', '145727.535000', '145727.538000', '145727.540000', '145727.543000', '145727.546000', '145727.548000', '145727.551000', '145727.554000', '145747.438000', '145747.441000', '145747.444000', '145747.447000', '145747.450000', '145747.452000', '145747.455000', '145747.458000', '145747.460000', '145747.463000', '145747.466000', '145747.469000', '145747.471000', '145747.474000', '145747.477000', '145747.479000', '145747.482000', '145747.485000', '145747.487000', '145747.490000', '145747.492000', '145747.495000', '145747.498000', '145747.501000', '145747.503000', '145747.506000', '145747.513000', '145747.516000', '145747.518000', '145747.521000', '145747.524000', '145747.526000', '145747.529000', '145747.532000', '145747.535000', '145747.537000', '145747.540000', '145747.543000', '145747.546000', '145747.548000', '145747.551000', '145747.553000', '145747.556000', '145747.559000', '145807.438000', '145807.440000', '145807.443000', '145807.446000', '145807.449000', '145807.451000', '145807.454000', '145807.456000', '145807.459000', '145807.462000', '145807.464000', '145807.467000', '145807.470000', '145807.472000', '145807.475000', '145807.478000', '145807.481000', '145807.483000', '145807.486000', '145807.489000', '145807.491000', '145807.494000', '145807.497000', '145807.499000', '145807.502000', '145807.505000', '145807.507000', '145807.510000', '145807.513000', '145807.515000', '145807.518000', '145807.521000', '145807.524000', '145807.526000', '145807.529000', '145807.548000', '145807.551000', '145807.553000', '145807.556000', '145807.559000', '145807.561000', '145807.564000', '145807.567000', '145827.437000', '145827.441000', '145827.443000', '145827.446000', '145827.448000', '145827.451000', '145827.454000', '145827.457000', '145827.459000', '145827.462000', '145827.465000', '145827.467000', '145827.470000', '145827.472000', '145827.475000', '145827.478000', '145827.480000', '145827.483000', '145827.486000', '145827.488000', '145827.491000', '145827.494000', '145827.497000', '145827.499000', '145827.502000', '145827.505000', '145827.507000', '145827.510000', '145827.512000', '145827.515000', '145827.518000', '145827.520000', '145827.523000', '145827.526000', '145827.529000', '145827.531000', '145827.534000', '145827.537000', '145827.539000', '145827.542000', '145827.544000', '145827.547000', '145827.550000', '145827.552000', '145847.438000', '145847.441000', '145847.444000', '145847.447000', '145847.449000', '145847.452000', '145847.455000', '145847.458000', '145847.460000', '145847.463000', '145847.465000', '145847.468000', '145847.471000', '145847.473000', '145847.476000', '145847.479000', '145847.482000', '145847.484000', '145847.487000', '145847.490000', '145847.492000', '145847.495000', '145847.498000', '145847.501000', '145847.503000', '145847.506000', '145847.508000', '145847.511000', '145847.514000', '145847.517000', '145847.519000', '145847.522000', '145847.525000', '145847.527000', '145847.530000', '145847.533000', '145847.535000', '145847.538000', '145847.541000', '145847.544000', '145847.547000', '145847.552000', '145847.554000', '145907.439000', '145907.441000', '145907.444000', '145907.447000', '145907.450000', '145907.453000', '145907.455000', '145907.458000', '145907.461000', '145907.463000', '145907.466000', '145907.468000', '145907.471000', '145907.474000', '145907.476000', '145907.479000', '145907.482000', '145907.485000', '145907.487000', '145907.490000', '145907.493000', '145907.495000', '145907.498000', '145907.500000', '145907.503000', '145907.506000', '145907.508000', '145907.511000', '145907.514000', '145907.517000', '145907.519000', '145907.522000', '145907.525000', '145907.527000', '145907.530000', '145907.533000', '145907.535000', '145907.538000', '145907.541000', '145907.543000', '145907.546000', '145907.549000', '145907.551000', '145907.554000', '145927.439000', '145927.441000', '145927.444000', '145927.447000', '145927.450000', '145927.452000', '145927.462000', '145927.464000', '145927.467000', '145927.470000', '145927.472000', '145927.475000', '145927.478000', '145927.480000', '145927.483000', '145927.486000', '145927.488000', '145927.491000', '145927.494000', '145927.496000', '145927.499000', '145927.502000', '145927.504000', '145927.507000', '145927.510000', '145927.512000', '145927.515000', '145927.517000', '145927.520000', '145927.523000', '145927.526000', '145927.528000', '145927.531000', '145927.534000', '145927.536000', '145927.539000', '145927.542000', '145927.544000', '145927.547000', '145927.550000', '145927.552000', '145927.555000', '145927.558000', '145947.438000', '145947.441000', '145947.444000', '145947.457000', '145947.460000', '145947.463000', '145947.466000', '145947.468000', '145947.471000', '145947.474000', '145947.476000', '145947.479000', '145947.482000', '145947.484000', '145947.487000', '145947.490000', '145947.492000', '145947.495000', '145947.497000', '145947.500000', '145947.503000', '145947.505000', '145947.508000', '145947.511000', '145947.513000', '145947.516000', '145947.519000', '145947.521000', '145947.524000', '145947.527000', '145947.529000', '145947.532000', '145947.535000', '145947.537000', '145947.540000', '145947.543000', '145947.545000', '145947.548000', '145947.551000', '145947.553000', '145947.556000', '145947.559000', '145947.561000', '145947.564000', '150007.437000', '150007.441000', '150007.443000', '150007.446000', '150007.448000', '150007.451000', '150007.454000', '150007.456000', '150007.459000', '150007.462000', '150007.464000', '150007.467000', '150007.470000', '150007.472000', '150007.475000', '150007.478000', '150007.480000', '150007.483000', '150007.486000', '150007.488000', '150007.491000', '150007.494000', '150007.496000', '150007.499000', '150007.501000', '150007.504000', '150007.507000', '150007.509000', '150007.512000', '150007.515000', '150007.518000', '150007.520000', '150007.523000', '150007.526000', '150007.528000', '150007.531000', '150007.534000', '150007.536000', '150007.539000', '150007.542000', '150007.544000', '150007.547000', '150007.550000', '150027.438000', '150027.441000', '150027.443000', '150027.446000', '150027.449000', '150027.451000', '150027.454000', '150027.457000', '150027.459000', '150027.462000', '150027.465000', '150027.468000', '150027.470000', '150027.473000', '150027.476000', '150027.478000', '150027.481000', '150027.483000', '150027.486000', '150027.489000', '150027.491000', '150027.499000', '150027.502000', '150027.505000', '150027.507000', '150027.510000', '150027.513000', '150027.515000', '150027.518000', '150027.521000', '150027.523000', '150027.526000', '150027.529000', '150027.531000', '150027.534000', '150027.537000', '150027.540000', '150027.542000', '150027.545000', '150027.548000', '150027.550000', '150027.553000', '150027.556000', '150027.558000', '150030.626000', '150030.630000', '150030.633000', '150030.635000', '150030.639000', '150030.642000', '150030.645000'], 'InstanceCreationTime': ['145407.473000', '145407.476000', '145407.479000', '145407.481000', '145407.484000', '145407.487000', '145407.489000', '145407.492000', '145407.495000', '145407.497000', '145407.500000', '145407.503000', '145407.505000', '145407.508000', '145407.511000', '145407.513000', '145407.516000', '145407.518000', '145407.521000', '145407.524000', '145407.526000', '145407.529000', '145407.532000', '145407.534000', '145407.537000', '145407.540000', '145407.542000', '145407.553000', '145407.555000', '145407.558000', '145407.561000', '145407.563000', '145407.566000', '145407.568000', '145407.571000', '145407.574000', '145407.576000', '145407.579000', '145427.438000', '145427.441000', '145427.444000', '145427.447000', '145427.449000', '145427.456000', '145427.459000', '145427.461000', '145427.464000', '145427.467000', '145427.469000', '145427.472000', '145427.475000', '145427.477000', '145427.480000', '145427.482000', '145427.485000', '145427.488000', '145427.490000', '145427.493000', '145427.496000', '145427.498000', '145427.501000', '145427.504000', '145427.506000', '145427.509000', '145427.511000', '145427.514000', '145427.517000', '145427.519000', '145427.522000', '145427.525000', '145427.527000', '145427.530000', '145427.533000', '145427.535000', '145427.538000', '145427.541000', '145427.543000', '145427.546000', '145427.549000', '145427.551000', '145427.554000', '145427.556000', '145447.438000', '145447.441000', '145447.444000', '145447.447000', '145447.449000', '145447.452000', '145447.461000', '145447.464000', '145447.466000', '145447.469000', '145447.472000', '145447.474000', '145447.477000', '145447.480000', '145447.482000', '145447.485000', '145447.489000', '145447.492000', '145447.495000', '145447.501000', '145447.504000', '145447.507000', '145447.509000', '145447.512000', '145447.515000', '145447.517000', '145447.520000', '145447.523000', '145447.525000', '145447.528000', '145447.530000', '145447.533000', '145447.541000', '145447.544000', '145447.546000', '145447.549000', '145447.552000', '145447.554000', '145447.557000', '145447.560000', '145447.562000', '145447.565000', '145447.567000', '145447.570000', '145507.452000', '145507.455000', '145507.458000', '145507.461000', '145507.463000', '145507.466000', '145507.469000', '145507.471000', '145507.474000', '145507.477000', '145507.479000', '145507.482000', '145507.485000', '145507.487000', '145507.490000', '145507.493000', '145507.495000', '145507.498000', '145507.501000', '145507.503000', '145507.506000', '145507.509000', '145507.511000', '145507.514000', '145507.517000', '145507.519000', '145507.522000', '145507.525000', '145507.527000', '145507.530000', '145507.533000', '145507.535000', '145507.538000', '145507.541000', '145507.543000', '145507.546000', '145507.549000', '145507.552000', '145507.554000', '145507.557000', '145507.559000', '145507.562000', '145507.565000', '145527.437000', '145527.440000', '145527.443000', '145527.445000', '145527.448000', '145527.451000', '145527.454000', '145527.456000', '145527.459000', '145527.462000', '145527.464000', '145527.467000', '145527.469000', '145527.472000', '145527.475000', '145527.477000', '145527.480000', '145527.483000', '145527.486000', '145527.488000', '145527.491000', '145527.494000', '145527.496000', '145527.499000', '145527.502000', '145527.504000', '145527.507000', '145527.509000', '145527.512000', '145527.515000', '145527.517000', '145527.520000', '145527.523000', '145527.525000', '145527.528000', '145527.531000', '145527.533000', '145527.536000', '145527.538000', '145527.541000', '145527.544000', '145527.546000', '145527.549000', '145547.438000', '145547.441000', '145547.443000', '145547.446000', '145547.449000', '145547.451000', '145547.454000', '145547.457000', '145547.459000', '145547.462000', '145547.465000', '145547.467000', '145547.470000', '145547.473000', '145547.475000', '145547.478000', '145547.481000', '145547.483000', '145547.486000', '145547.489000', '145547.491000', '145547.494000', '145547.497000', '145547.499000', '145547.502000', '145547.505000', '145547.507000', '145547.510000', '145547.513000', '145547.516000', '145547.518000', '145547.521000', '145547.524000', '145547.526000', '145547.529000', '145547.532000', '145547.534000', '145547.537000', '145547.540000', '145547.542000', '145547.545000', '145547.548000', '145547.559000', '145547.561000', '145607.437000', '145607.440000', '145607.443000', '145607.446000', '145607.448000', '145607.451000', '145607.454000', '145607.456000', '145607.459000', '145607.462000', '145607.464000', '145607.467000', '145607.470000', '145607.473000', '145607.475000', '145607.478000', '145607.480000', '145607.483000', '145607.486000', '145607.488000', '145607.491000', '145607.494000', '145607.496000', '145607.499000', '145607.502000', '145607.504000', '145607.507000', '145607.510000', '145607.513000', '145607.515000', '145607.518000', '145607.521000', '145607.523000', '145607.527000', '145607.529000', '145607.532000', '145607.535000', '145607.538000', '145607.540000', '145607.543000', '145607.545000', '145607.548000', '145607.551000', '145627.438000', '145627.441000', '145627.444000', '145627.447000', '145627.449000', '145627.452000', '145627.455000', '145627.457000', '145627.460000', '145627.463000', '145627.466000', '145627.468000', '145627.471000', '145627.474000', '145627.476000', '145627.479000', '145627.482000', '145627.484000', '145627.487000', '145627.489000', '145627.492000', '145627.495000', '145627.498000', '145627.500000', '145627.503000', '145627.506000', '145627.508000', '145627.511000', '145627.514000', '145627.517000', '145627.519000', '145627.522000', '145627.525000', '145627.527000', '145627.530000', '145627.533000', '145627.535000', '145627.538000', '145627.541000', '145627.543000', '145627.546000', '145627.549000', '145627.551000', '145627.554000', '145647.439000', '145647.441000', '145647.444000', '145647.447000', '145647.450000', '145647.452000', '145647.455000', '145647.458000', '145647.460000', '145647.463000', '145647.479000', '145647.482000', '145647.484000', '145647.487000', '145647.490000', '145647.492000', '145647.495000', '145647.497000', '145647.500000', '145647.503000', '145647.505000', '145647.508000', '145647.511000', '145647.514000', '145647.516000', '145647.519000', '145647.522000', '145647.524000', '145647.527000', '145647.530000', '145647.533000', '145647.536000', '145647.540000', '145647.542000', '145647.545000', '145647.547000', '145647.550000', '145647.553000', '145647.555000', '145647.558000', '145647.561000', '145647.563000', '145647.566000', '145707.439000', '145707.442000', '145707.444000', '145707.447000', '145707.450000', '145707.452000', '145707.455000', '145707.458000', '145707.460000', '145707.463000', '145707.466000', '145707.469000', '145707.471000', '145707.474000', '145707.476000', '145707.479000', '145707.482000', '145707.485000', '145707.487000', '145707.490000', '145707.493000', '145707.495000', '145707.498000', '145707.501000', '145707.503000', '145707.506000', '145707.508000', '145707.511000', '145707.514000', '145707.517000', '145707.519000', '145707.522000', '145707.525000', '145707.527000', '145707.530000', '145707.533000', '145707.535000', '145707.538000', '145707.541000', '145707.543000', '145707.546000', '145707.549000', '145707.551000', '145707.554000', '145727.438000', '145727.441000', '145727.443000', '145727.446000', '145727.449000', '145727.452000', '145727.454000', '145727.457000', '145727.460000', '145727.462000', '145727.465000', '145727.468000', '145727.470000', '145727.473000', '145727.476000', '145727.478000', '145727.481000', '145727.484000', '145727.486000', '145727.489000', '145727.492000', '145727.494000', '145727.497000', '145727.500000', '145727.502000', '145727.505000', '145727.508000', '145727.510000', '145727.514000', '145727.517000', '145727.520000', '145727.524000', '145727.527000', '145727.529000', '145727.532000', '145727.535000', '145727.538000', '145727.540000', '145727.543000', '145727.546000', '145727.548000', '145727.551000', '145727.554000', '145747.438000', '145747.441000', '145747.444000', '145747.447000', '145747.450000', '145747.452000', '145747.455000', '145747.458000', '145747.460000', '145747.463000', '145747.466000', '145747.469000', '145747.471000', '145747.474000', '145747.477000', '145747.479000', '145747.482000', '145747.485000', '145747.487000', '145747.490000', '145747.492000', '145747.495000', '145747.498000', '145747.501000', '145747.503000', '145747.506000', '145747.513000', '145747.516000', '145747.518000', '145747.521000', '145747.524000', '145747.526000', '145747.529000', '145747.532000', '145747.535000', '145747.537000', '145747.540000', '145747.543000', '145747.546000', '145747.548000', '145747.551000', '145747.553000', '145747.556000', '145747.559000', '145807.438000', '145807.440000', '145807.443000', '145807.446000', '145807.449000', '145807.451000', '145807.454000', '145807.456000', '145807.459000', '145807.462000', '145807.464000', '145807.467000', '145807.470000', '145807.472000', '145807.475000', '145807.478000', '145807.481000', '145807.483000', '145807.486000', '145807.489000', '145807.491000', '145807.494000', '145807.497000', '145807.499000', '145807.502000', '145807.505000', '145807.507000', '145807.510000', '145807.513000', '145807.515000', '145807.518000', '145807.521000', '145807.524000', '145807.526000', '145807.529000', '145807.548000', '145807.551000', '145807.553000', '145807.556000', '145807.559000', '145807.561000', '145807.564000', '145807.567000', '145827.437000', '145827.441000', '145827.443000', '145827.446000', '145827.448000', '145827.451000', '145827.454000', '145827.457000', '145827.459000', '145827.462000', '145827.465000', '145827.467000', '145827.470000', '145827.472000', '145827.475000', '145827.478000', '145827.480000', '145827.483000', '145827.486000', '145827.488000', '145827.491000', '145827.494000', '145827.497000', '145827.499000', '145827.502000', '145827.505000', '145827.507000', '145827.510000', '145827.512000', '145827.515000', '145827.518000', '145827.520000', '145827.523000', '145827.526000', '145827.529000', '145827.531000', '145827.534000', '145827.537000', '145827.539000', '145827.542000', '145827.544000', '145827.547000', '145827.550000', '145827.552000', '145847.438000', '145847.441000', '145847.444000', '145847.447000', '145847.449000', '145847.452000', '145847.455000', '145847.458000', '145847.460000', '145847.463000', '145847.465000', '145847.468000', '145847.471000', '145847.473000', '145847.476000', '145847.479000', '145847.482000', '145847.484000', '145847.487000', '145847.490000', '145847.492000', '145847.495000', '145847.498000', '145847.501000', '145847.503000', '145847.506000', '145847.508000', '145847.511000', '145847.514000', '145847.517000', '145847.519000', '145847.522000', '145847.525000', '145847.527000', '145847.530000', '145847.533000', '145847.535000', '145847.538000', '145847.541000', '145847.544000', '145847.547000', '145847.552000', '145847.554000', '145907.439000', '145907.441000', '145907.444000', '145907.447000', '145907.450000', '145907.453000', '145907.455000', '145907.458000', '145907.461000', '145907.463000', '145907.466000', '145907.468000', '145907.471000', '145907.474000', '145907.476000', '145907.479000', '145907.482000', '145907.485000', '145907.487000', '145907.490000', '145907.493000', '145907.495000', '145907.498000', '145907.500000', '145907.503000', '145907.506000', '145907.508000', '145907.511000', '145907.514000', '145907.517000', '145907.519000', '145907.522000', '145907.525000', '145907.527000', '145907.530000', '145907.533000', '145907.535000', '145907.538000', '145907.541000', '145907.543000', '145907.546000', '145907.549000', '145907.551000', '145907.554000', '145927.439000', '145927.441000', '145927.444000', '145927.447000', '145927.450000', '145927.452000', '145927.462000', '145927.464000', '145927.467000', '145927.470000', '145927.472000', '145927.475000', '145927.478000', '145927.480000', '145927.483000', '145927.486000', '145927.488000', '145927.491000', '145927.494000', '145927.496000', '145927.499000', '145927.502000', '145927.504000', '145927.507000', '145927.510000', '145927.512000', '145927.515000', '145927.517000', '145927.520000', '145927.523000', '145927.526000', '145927.528000', '145927.531000', '145927.534000', '145927.536000', '145927.539000', '145927.542000', '145927.544000', '145927.547000', '145927.550000', '145927.552000', '145927.555000', '145927.558000', '145947.438000', '145947.441000', '145947.444000', '145947.457000', '145947.460000', '145947.463000', '145947.466000', '145947.468000', '145947.471000', '145947.474000', '145947.476000', '145947.479000', '145947.482000', '145947.484000', '145947.487000', '145947.490000', '145947.492000', '145947.495000', '145947.497000', '145947.500000', '145947.503000', '145947.505000', '145947.508000', '145947.511000', '145947.513000', '145947.516000', '145947.519000', '145947.521000', '145947.524000', '145947.527000', '145947.529000', '145947.532000', '145947.535000', '145947.537000', '145947.540000', '145947.543000', '145947.545000', '145947.548000', '145947.551000', '145947.553000', '145947.556000', '145947.559000', '145947.561000', '145947.564000', '150007.437000', '150007.441000', '150007.443000', '150007.446000', '150007.448000', '150007.451000', '150007.454000', '150007.456000', '150007.459000', '150007.462000', '150007.464000', '150007.467000', '150007.470000', '150007.472000', '150007.475000', '150007.478000', '150007.480000', '150007.483000', '150007.486000', '150007.488000', '150007.491000', '150007.494000', '150007.496000', '150007.499000', '150007.501000', '150007.504000', '150007.507000', '150007.509000', '150007.512000', '150007.515000', '150007.518000', '150007.520000', '150007.523000', '150007.526000', '150007.528000', '150007.531000', '150007.534000', '150007.536000', '150007.539000', '150007.542000', '150007.544000', '150007.547000', '150007.550000', '150027.438000', '150027.441000', '150027.443000', '150027.446000', '150027.449000', '150027.451000', '150027.454000', '150027.457000', '150027.459000', '150027.462000', '150027.465000', '150027.468000', '150027.470000', '150027.473000', '150027.476000', '150027.478000', '150027.481000', '150027.483000', '150027.486000', '150027.489000', '150027.491000', '150027.499000', '150027.502000', '150027.505000', '150027.507000', '150027.510000', '150027.513000', '150027.515000', '150027.518000', '150027.521000', '150027.523000', '150027.526000', '150027.529000', '150027.531000', '150027.534000', '150027.537000', '150027.540000', '150027.542000', '150027.545000', '150027.548000', '150027.550000', '150027.553000', '150027.556000', '150027.558000', '150030.626000', '150030.630000', '150030.633000', '150030.635000', '150030.639000', '150030.642000', '150030.645000'], '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': [9206, 10946, 8561, 9655, 10850, 9052, 9299, 8768, 8725, 9282, 8924, 8505, 9453, 9012, 8796, 9522, 9003, 8718, 9365, 8840, 8704, 9163, 9158, 8917, 9421, 8704, 8647, 9332, 9369, 8812, 9578, 10268, 8671, 9254, 9388, 8641, 9358, 9142, 8875, 9506, 9397, 8715, 9447, 8840, 9347, 9515, 9766, 9268, 9296, 8934, 9061, 9566, 9646, 8991, 9455, 9195, 8893, 9612, 9493, 9042, 9666, 9586, 8999, 9345, 9424, 9142, 9616, 10037, 9029, 9401, 9021, 9505, 9417, 9470, 9271, 9788, 9361, 9262, 10016, 9356, 8879, 9892, 9154, 8881, 9895, 9523, 8618, 9979, 8469, 8784, 9930, 8833, 9040, 9120, 9319, 9272, 9256, 9477, 10057, 9157, 9469, 8846, 8602, 9395, 9291, 8863, 9311, 9527, 9706, 8992, 9529, 8579, 9379, 9270, 9014, 9412, 8960, 8707, 9694, 9696, 9662, 9101, 9794, 8996, 9240, 10206, 8789, 9638, 10670, 8686, 9456, 8183, 8697, 9838, 8537, 8793, 9195, 9367, 8637, 9186, 9449, 8842, 9126, 9447, 8653, 9409, 8916, 8781, 9600, 8641, 8588, 9877, 8945, 8702, 9756, 9102, 10787, 8612, 9488, 9219, 9239, 9346, 9893, 9431, 9299, 9159, 9189, 9853, 9907, 9212, 9899, 10106, 10474, 8818, 9260, 9434, 8794, 9312, 10408, 8881, 9764, 11965, 8599, 9820, 9388, 8786, 9630, 9709, 9279, 12169, 10283, 9308, 11586, 8723, 9297, 9585, 8802, 9514, 9620, 8570, 8909, 9322, 8636, 9568, 8874, 8854, 9515, 8691, 9343, 8405, 8699, 9998, 8740, 8582, 9847, 8816, 8744, 9322, 9726, 9029, 9541, 8744, 8861, 8992, 8600, 10025, 10431, 8652, 9704, 9249, 9006, 9733, 9704, 9028, 9440, 9475, 8776, 9469, 9932, 8826, 9565, 9820, 8812, 9760, 8727, 8958, 9723, 8878, 8978, 9370, 8801, 9206, 9696, 9581, 9077, 9695, 9089, 9605, 9626, 9180, 9818, 9407, 9300, 9416, 9594, 9254, 9669, 9823, 9784, 9593, 9445, 9590, 9576, 9305, 9074, 9619, 9299, 8704, 9424, 8498, 9053, 9696, 8498, 8865, 9245, 8186, 9085, 9378, 8641, 8893, 9447, 8726, 8965, 10000, 11338, 10339, 9703, 10554, 9404, 9449, 12538, 9036, 9316, 9865, 9207, 10020, 11515, 9602, 12028, 8781, 9668, 11455, 9269, 9702, 11367, 8623, 9994, 8126, 8600, 9848, 9437, 8309, 9327, 10043, 8580, 9133, 8962, 8750, 8492, 9295, 9564, 8507, 9151, 11356, 8423, 9414, 10458, 8528, 8652, 10888, 8741, 8501, 9922, 8395, 8994, 9848, 8696, 8801, 9563, 8648, 9505, 8187, 8426, 9595, 8452, 8685, 9485, 8966, 8747, 9407, 10294, 8571, 9253, 10078, 8477, 8936, 9161, 8682, 9661, 8681, 8463, 9315, 8478, 8745, 9420, 8687, 9060, 9229, 9715, 8782, 9330, 9033, 9257, 9525, 9235, 9559, 9734, 9757, 9087, 9415, 8871, 9161, 10891, 8849, 9190, 11591, 8831, 9497, 8703, 9055, 10084, 8515, 9859, 10937, 8625, 9373, 9031, 8746, 9430, 9288, 9111, 9195, 9243, 8907, 9224, 8932, 9124, 9631, 9649, 9109, 9261, 8477, 9105, 8892, 8812, 9704, 10233, 9061, 9224, 9168, 9211, 9517, 9634, 8935, 9447, 9222, 8851, 9272, 8638, 9833, 12169, 8577, 9387, 9679, 8763, 9288, 9926, 8967, 9131, 9198, 8600, 9107, 9926, 8573, 9423, 9249, 8362, 9395, 8782, 8778, 8667, 8640, 9628, 8600, 8591, 9481, 8191, 8334, 9806, 8797, 8662, 9678, 10031, 8564, 8947, 9641, 8622, 9501, 9583, 8530, 9381, 8898, 8860, 9260, 8815, 9021, 9299, 9048, 8706, 9179, 9459, 9287, 9652, 8862, 8997, 9383, 8570, 9188, 8141, 8895, 9897, 9463, 8871, 9293, 9179, 9251, 9457, 9760, 8772, 9142, 8652, 9252, 9094, 8935, 8979, 9010, 8533, 9577, 9651, 8697, 9702, 10980, 8437, 9562, 10603, 8705, 9490, 10566, 8586, 9742, 9643, 8729, 9255, 10734, 8582, 8896, 9222, 8734, 9515, 8782, 8776, 9372, 8654, 8788, 9277, 8697, 9301, 9680, 8724, 9149, 9002, 8659, 9886, 8630, 8530, 9623, 8908, 8543, 9844, 9040, 8962, 9962, 9038, 8523, 9750, 9028, 8755, 9818, 9376, 9615, 9499, 9110, 8536, 9931, 9607, 8645, 9548, 9304, 8758, 9322, 8931, 8975, 9357, 8658, 8545, 10009, 9435, 9253, 9612, 9358, 9102, 9483, 9161, 9300, 9755, 8678, 8459, 9686, 8141, 8695, 9618, 9289, 8848, 9023, 9374, 9328, 9442, 11023, 10015, 9301, 11938, 9755, 9546, 12073, 9711, 9015, 9596, 8593, 9258, 9548, 8963, 8947, 9390, 8705, 9237, 9953, 9133, 9975, 9861, 8802, 9746, 8751, 9332, 9500, 8743, 9403, 9566, 8544, 9946, 9048, 9927, 9692, 9440, 8624, 10170, 9675, 9626, 9393, 10014, 9240, 9459, 10170, 10180, 9066, 10106, 9021, 9126, 10193, 8997, 9922, 9284, 8717, 10211, 8835, 9175, 10448, 8982, 9150, 10335, 9049, 9247, 10496, 9724, 9521, 10515, 9503, 9461, 10708, 10382, 9815, 9882, 10436, 9492, 9789, 9930, 9627, 10366, 10020, 9408, 10101, 8929, 9780, 9560, 9212, 10240, 8551, 9383, 10760, 9723, 9905, 10268, 9754, 9619, 10121, 10112, 10007, 10305, 10118, 9514, 10216, 9288, 9658, 10092, 8831, 9943, 9626, 9245, 10598, 9545, 9139, 10446, 9078, 9341, 10514, 9779, 9992, 9950, 9841, 9709, 10097, 10196, 9912, 9766, 10081, 9591, 10056, 10337, 9797, 10167, 10828, 9287, 9962, 8868, 10400, 9027, 9515, 10242, 10262, 11827, 9739, 10424, 11593, 8822, 10119, 8731, 9637, 8640, 9588, 9612, 8902, 9652, 9047, 8899, 10821, 8727, 8824, 11734, 9726, 8953, 12231, 9295, 8849, 11670, 8575, 8566, 8981, 8449, 8629, 8810, 8504, 8442, 8750, 8545, 8270, 8735, 9297, 9577, 8560, 9425, 8735, 8497, 9885, 8598, 8428, 9941, 9451, 8694, 9825, 9242, 8506, 9766, 9665, 8872, 9755, 9617, 9256, 9633, 9975, 9203, 9669, 9779, 9399, 9903, 10207, 9495, 9983, 9788, 9406, 9929, 9200, 9447, 9502, 9548, 9753, 9612, 8743, 9286, 10523, 9282, 8384, 9379, 9457, 9482, 9556, 11236, 9846, 9685, 10915, 8402, 9829, 10589, 8555, 9727, 11673, 8646, 9206, 9685, 8499, 9150, 9685, 9127, 9695, 9751, 8989, 9606, 8816, 9290, 9916, 8748, 9092, 9413, 8391, 9994, 9870, 9275, 10020, 9272, 8755, 10095, 9729, 9215, 9797], 'WindowCenter': [3929.0, 3924.0, 3891.0, 3897.0, 3896.0, 3874.0, 3872.0, 3860.0, 3871.0, 3870.0, 3870.0, 3871.0, 3881.0, 3872.0, 3871.0, 3871.0, 3870.0, 3870.0, 3870.0, 3871.0, 3873.0, 3883.0, 3871.0, 3872.0, 3871.0, 3870.0, 3872.0, 3882.0, 3882.0, 3885.0, 3882.0, 3893.0, 3872.0, 3882.0, 3882.0, 3885.0, 3883.0, 3883.0, 3883.0, 3883.0, 3884.0, 3873.0, 3883.0, 3883.0, 3895.0, 3897.0, 3896.0, 3885.0, 3884.0, 3884.0, 3885.0, 3896.0, 3895.0, 3885.0, 3884.0, 3883.0, 3884.0, 3895.0, 3884.0, 3884.0, 3884.0, 3883.0, 3874.0, 3882.0, 3883.0, 3884.0, 3884.0, 3895.0, 3885.0, 3884.0, 3885.0, 3897.0, 3896.0, 3896.0, 3897.0, 3896.0, 3896.0, 3899.0, 3897.0, 3886.0, 3887.0, 3895.0, 3886.0, 3885.0, 3896.0, 3895.0, 3875.0, 3895.0, 3874.0, 3886.0, 3897.0, 3884.0, 3886.0, 3886.0, 3885.0, 3884.0, 3886.0, 3895.0, 3896.0, 3886.0, 3885.0, 3885.0, 3885.0, 3885.0, 3885.0, 3886.0, 3896.0, 3895.0, 3896.0, 3886.0, 3884.0, 3874.0, 3886.0, 3885.0, 3884.0, 3884.0, 3873.0, 3874.0, 3884.0, 3884.0, 3884.0, 3872.0, 3882.0, 3871.0, 3885.0, 3893.0, 3861.0, 3870.0, 3879.0, 3857.0, 3869.0, 3859.0, 3859.0, 3881.0, 3859.0, 3870.0, 3881.0, 3870.0, 3871.0, 3884.0, 3894.0, 3885.0, 3885.0, 3883.0, 3873.0, 3884.0, 3886.0, 3885.0, 3895.0, 3884.0, 3875.0, 3896.0, 3884.0, 3885.0, 3896.0, 3885.0, 3895.0, 3874.0, 3885.0, 3884.0, 3885.0, 3884.0, 3895.0, 3885.0, 3885.0, 3884.0, 3885.0, 3898.0, 3897.0, 3885.0, 3895.0, 3896.0, 3895.0, 3884.0, 3884.0, 3883.0, 3874.0, 3871.0, 3893.0, 3872.0, 3881.0, 3891.0, 3860.0, 3869.0, 3869.0, 3860.0, 3868.0, 3857.0, 3858.0, 3878.0, 3868.0, 3857.0, 3866.0, 3845.0, 3854.0, 3855.0, 3856.0, 3855.0, 3855.0, 3846.0, 3855.0, 3856.0, 3858.0, 3868.0, 3869.0, 3869.0, 3869.0, 3859.0, 3871.0, 3860.0, 3871.0, 3883.0, 3873.0, 3873.0, 3883.0, 3872.0, 3873.0, 3884.0, 3884.0, 3884.0, 3884.0, 3873.0, 3873.0, 3871.0, 3874.0, 3894.0, 3893.0, 3874.0, 3882.0, 3872.0, 3874.0, 3895.0, 3883.0, 3885.0, 3882.0, 3882.0, 3873.0, 3894.0, 3884.0, 3884.0, 3882.0, 3882.0, 3871.0, 3893.0, 3874.0, 3872.0, 3882.0, 3871.0, 3872.0, 3882.0, 3883.0, 3884.0, 3894.0, 3884.0, 3885.0, 3896.0, 3885.0, 3896.0, 3896.0, 3899.0, 3908.0, 3898.0, 3897.0, 3897.0, 3897.0, 3897.0, 3908.0, 3910.0, 3909.0, 3898.0, 3897.0, 3897.0, 3898.0, 3898.0, 3899.0, 3899.0, 3897.0, 3898.0, 3898.0, 3887.0, 3897.0, 3898.0, 3898.0, 3897.0, 3899.0, 3900.0, 3900.0, 3911.0, 3900.0, 3900.0, 3909.0, 3899.0, 3899.0, 3908.0, 3908.0, 3897.0, 3896.0, 3906.0, 3886.0, 3884.0, 3917.0, 3885.0, 3883.0, 3883.0, 3885.0, 3884.0, 3905.0, 3884.0, 3902.0, 3873.0, 3882.0, 3891.0, 3870.0, 3871.0, 3892.0, 3859.0, 3881.0, 3859.0, 3871.0, 3882.0, 3882.0, 3874.0, 3882.0, 3894.0, 3873.0, 3882.0, 3871.0, 3871.0, 3872.0, 3882.0, 3882.0, 3873.0, 3871.0, 3892.0, 3861.0, 3871.0, 3881.0, 3860.0, 3870.0, 3881.0, 3860.0, 3860.0, 3868.0, 3859.0, 3870.0, 3869.0, 3860.0, 3871.0, 3881.0, 3860.0, 3870.0, 3859.0, 3860.0, 3882.0, 3861.0, 3872.0, 3884.0, 3872.0, 3873.0, 3882.0, 3894.0, 3874.0, 3871.0, 3881.0, 3862.0, 3870.0, 3872.0, 3873.0, 3881.0, 3872.0, 3873.0, 3882.0, 3873.0, 3874.0, 3884.0, 3885.0, 3885.0, 3883.0, 3884.0, 3884.0, 3884.0, 3885.0, 3885.0, 3895.0, 3897.0, 3909.0, 3897.0, 3899.0, 3899.0, 3896.0, 3887.0, 3887.0, 3895.0, 3887.0, 3885.0, 3906.0, 3885.0, 3884.0, 3873.0, 3873.0, 3883.0, 3873.0, 3884.0, 3892.0, 3872.0, 3871.0, 3871.0, 3873.0, 3897.0, 3895.0, 3884.0, 3883.0, 3884.0, 3884.0, 3884.0, 3884.0, 3896.0, 3896.0, 3897.0, 3886.0, 3885.0, 3886.0, 3888.0, 3886.0, 3886.0, 3896.0, 3897.0, 3886.0, 3885.0, 3897.0, 3898.0, 3896.0, 3897.0, 3886.0, 3895.0, 3885.0, 3885.0, 3885.0, 3874.0, 3884.0, 3904.0, 3873.0, 3882.0, 3883.0, 3874.0, 3884.0, 3883.0, 3884.0, 3884.0, 3882.0, 3874.0, 3884.0, 3883.0, 3873.0, 3871.0, 3871.0, 3871.0, 3885.0, 3872.0, 3871.0, 3870.0, 3860.0, 3882.0, 3871.0, 3871.0, 3882.0, 3871.0, 3872.0, 3883.0, 3885.0, 3884.0, 3883.0, 3883.0, 3873.0, 3871.0, 3883.0, 3873.0, 3882.0, 3881.0, 3871.0, 3871.0, 3872.0, 3872.0, 3882.0, 3884.0, 3883.0, 3883.0, 3885.0, 3873.0, 3883.0, 3895.0, 3898.0, 3896.0, 3884.0, 3886.0, 3884.0, 3884.0, 3885.0, 3876.0, 3885.0, 3894.0, 3894.0, 3884.0, 3884.0, 3885.0, 3885.0, 3894.0, 3895.0, 3886.0, 3884.0, 3885.0, 3896.0, 3884.0, 3884.0, 3885.0, 3883.0, 3885.0, 3898.0, 3895.0, 3885.0, 3884.0, 3893.0, 3876.0, 3883.0, 3894.0, 3874.0, 3883.0, 3892.0, 3872.0, 3881.0, 3882.0, 3885.0, 3884.0, 3893.0, 3873.0, 3872.0, 3881.0, 3872.0, 3884.0, 3873.0, 3873.0, 3882.0, 3872.0, 3884.0, 3884.0, 3885.0, 3895.0, 3894.0, 3884.0, 3895.0, 3884.0, 3887.0, 3907.0, 3885.0, 3887.0, 3896.0, 3896.0, 3886.0, 3897.0, 3897.0, 3886.0, 3895.0, 3885.0, 3884.0, 3895.0, 3886.0, 3898.0, 3896.0, 3886.0, 3896.0, 3896.0, 3884.0, 3885.0, 3895.0, 3884.0, 3874.0, 3884.0, 3884.0, 3885.0, 3898.0, 3886.0, 3884.0, 3884.0, 3872.0, 3872.0, 3883.0, 3885.0, 3884.0, 3883.0, 3884.0, 3885.0, 3883.0, 3882.0, 3885.0, 3897.0, 3888.0, 3886.0, 3896.0, 3887.0, 3899.0, 3898.0, 3898.0, 3887.0, 3886.0, 3897.0, 3896.0, 3886.0, 3895.0, 3883.0, 3872.0, 3892.0, 3882.0, 3882.0, 3890.0, 3870.0, 3870.0, 3869.0, 3859.0, 3882.0, 3883.0, 3872.0, 3870.0, 3871.0, 3872.0, 3870.0, 3894.0, 3883.0, 3880.0, 3881.0, 3870.0, 3870.0, 3871.0, 3884.0, 3881.0, 3871.0, 3882.0, 3882.0, 3874.0, 3896.0, 3883.0, 3907.0, 3895.0, 3882.0, 3873.0, 3893.0, 3881.0, 3882.0, 3882.0, 3883.0, 3882.0, 3895.0, 3894.0, 3893.0, 3883.0, 3881.0, 3872.0, 3882.0, 3893.0, 3871.0, 3881.0, 3882.0, 3871.0, 3881.0, 3883.0, 3884.0, 3895.0, 3883.0, 3896.0, 3895.0, 3885.0, 3884.0, 3905.0, 3885.0, 3885.0, 3895.0, 3883.0, 3884.0, 3907.0, 3895.0, 3895.0, 3894.0, 3894.0, 3884.0, 3895.0, 3895.0, 3897.0, 3895.0, 3896.0, 3884.0, 3894.0, 3884.0, 3898.0, 3895.0, 3885.0, 3895.0, 3884.0, 3884.0, 3906.0, 3895.0, 3895.0, 3895.0, 3895.0, 3896.0, 3908.0, 3908.0, 3908.0, 3907.0, 3907.0, 3897.0, 3907.0, 3896.0, 3896.0, 3894.0, 3884.0, 3895.0, 3896.0, 3899.0, 3908.0, 3895.0, 3885.0, 3895.0, 3885.0, 3886.0, 3906.0, 3895.0, 3896.0, 3896.0, 3895.0, 3896.0, 3908.0, 3907.0, 3898.0, 3897.0, 3896.0, 3896.0, 3895.0, 3896.0, 3896.0, 3896.0, 3894.0, 3886.0, 3883.0, 3885.0, 3906.0, 3885.0, 3884.0, 3895.0, 3894.0, 3906.0, 3886.0, 3896.0, 3907.0, 3884.0, 3882.0, 3860.0, 3868.0, 3859.0, 3870.0, 3869.0, 3870.0, 3880.0, 3870.0, 3870.0, 3880.0, 3860.0, 3857.0, 3878.0, 3856.0, 3844.0, 3865.0, 3844.0, 3843.0, 3863.0, 3831.0, 3829.0, 3829.0, 3829.0, 3829.0, 3830.0, 3830.0, 3830.0, 3829.0, 3830.0, 3829.0, 3830.0, 3841.0, 3852.0, 3844.0, 3854.0, 3844.0, 3855.0, 3867.0, 3857.0, 3858.0, 3893.0, 3882.0, 3871.0, 3881.0, 3870.0, 3860.0, 3882.0, 3896.0, 3883.0, 3882.0, 3883.0, 3884.0, 3883.0, 3883.0, 3883.0, 3884.0, 3894.0, 3897.0, 3907.0, 3895.0, 3896.0, 3894.0, 3908.0, 3885.0, 3895.0, 3885.0, 3896.0, 3896.0, 3896.0, 3898.0, 3898.0, 3898.0, 3911.0, 3922.0, 3899.0, 3889.0, 3898.0, 3896.0, 3897.0, 3896.0, 3907.0, 3896.0, 3885.0, 3894.0, 3874.0, 3884.0, 3893.0, 3874.0, 3897.0, 3904.0, 3873.0, 3882.0, 3884.0, 3873.0, 3884.0, 3895.0, 3885.0, 3882.0, 3883.0, 3884.0, 3883.0, 3884.0, 3898.0, 3909.0, 3887.0, 3886.0, 3885.0, 3874.0, 3896.0, 3896.0, 3885.0, 3895.0, 3885.0, 3885.0, 3895.0, 3895.0, 3898.0, 3896.0], 'WindowWidth': [8785.0, 8767.0, 8715.0, 8717.0, 8712.0, 8677.0, 8671.0, 8651.0, 8669.0, 8664.0, 8665.0, 8667.0, 8682.0, 8672.0, 8669.0, 8666.0, 8663.0, 8666.0, 8664.0, 8667.0, 8674.0, 8686.0, 8668.0, 8669.0, 8666.0, 8666.0, 8672.0, 8685.0, 8687.0, 8692.0, 8686.0, 8701.0, 8672.0, 8684.0, 8684.0, 8694.0, 8687.0, 8687.0, 8689.0, 8686.0, 8691.0, 8676.0, 8687.0, 8688.0, 8709.0, 8712.0, 8710.0, 8696.0, 8692.0, 8693.0, 8695.0, 8712.0, 8708.0, 8693.0, 8689.0, 8689.0, 8690.0, 8709.0, 8693.0, 8691.0, 8690.0, 8689.0, 8675.0, 8685.0, 8690.0, 8693.0, 8691.0, 8707.0, 8693.0, 8690.0, 8697.0, 8715.0, 8710.0, 8711.0, 8712.0, 8710.0, 8713.0, 8719.0, 8714.0, 8697.0, 8699.0, 8708.0, 8699.0, 8696.0, 8709.0, 8708.0, 8680.0, 8706.0, 8677.0, 8697.0, 8712.0, 8692.0, 8697.0, 8698.0, 8693.0, 8693.0, 8696.0, 8708.0, 8712.0, 8697.0, 8693.0, 8694.0, 8695.0, 8694.0, 8695.0, 8697.0, 8712.0, 8708.0, 8711.0, 8696.0, 8690.0, 8678.0, 8697.0, 8695.0, 8691.0, 8690.0, 8674.0, 8676.0, 8691.0, 8692.0, 8690.0, 8672.0, 8683.0, 8667.0, 8695.0, 8703.0, 8654.0, 8662.0, 8673.0, 8643.0, 8659.0, 8647.0, 8649.0, 8679.0, 8649.0, 8665.0, 8682.0, 8666.0, 8668.0, 8689.0, 8704.0, 8692.0, 8694.0, 8689.0, 8675.0, 8690.0, 8696.0, 8694.0, 8709.0, 8691.0, 8679.0, 8710.0, 8691.0, 8695.0, 8711.0, 8693.0, 8708.0, 8679.0, 8691.0, 8691.0, 8693.0, 8692.0, 8709.0, 8694.0, 8692.0, 8691.0, 8692.0, 8715.0, 8713.0, 8695.0, 8706.0, 8710.0, 8707.0, 8691.0, 8689.0, 8687.0, 8675.0, 8668.0, 8701.0, 8672.0, 8680.0, 8695.0, 8651.0, 8662.0, 8662.0, 8649.0, 8656.0, 8642.0, 8642.0, 8672.0, 8654.0, 8639.0, 8649.0, 8621.0, 8631.0, 8637.0, 8639.0, 8634.0, 8636.0, 8624.0, 8636.0, 8640.0, 8646.0, 8659.0, 8661.0, 8661.0, 8661.0, 8648.0, 8667.0, 8651.0, 8670.0, 8688.0, 8673.0, 8674.0, 8687.0, 8672.0, 8674.0, 8693.0, 8692.0, 8689.0, 8688.0, 8673.0, 8673.0, 8669.0, 8676.0, 8704.0, 8702.0, 8677.0, 8683.0, 8671.0, 8675.0, 8707.0, 8687.0, 8692.0, 8684.0, 8685.0, 8674.0, 8705.0, 8692.0, 8689.0, 8683.0, 8683.0, 8668.0, 8701.0, 8677.0, 8672.0, 8684.0, 8669.0, 8671.0, 8684.0, 8688.0, 8692.0, 8703.0, 8692.0, 8694.0, 8710.0, 8696.0, 8711.0, 8713.0, 8721.0, 8732.0, 8715.0, 8714.0, 8713.0, 8713.0, 8714.0, 8732.0, 8736.0, 8733.0, 8717.0, 8713.0, 8714.0, 8716.0, 8716.0, 8720.0, 8720.0, 8716.0, 8718.0, 8717.0, 8703.0, 8716.0, 8716.0, 8717.0, 8716.0, 8722.0, 8725.0, 8725.0, 8739.0, 8723.0, 8723.0, 8735.0, 8723.0, 8721.0, 8730.0, 8731.0, 8716.0, 8710.0, 8726.0, 8697.0, 8690.0, 8739.0, 8693.0, 8688.0, 8690.0, 8694.0, 8690.0, 8719.0, 8690.0, 8711.0, 8674.0, 8684.0, 8696.0, 8666.0, 8667.0, 8696.0, 8650.0, 8679.0, 8649.0, 8667.0, 8685.0, 8686.0, 8678.0, 8686.0, 8704.0, 8677.0, 8686.0, 8669.0, 8668.0, 8672.0, 8684.0, 8686.0, 8675.0, 8669.0, 8698.0, 8654.0, 8667.0, 8680.0, 8650.0, 8666.0, 8681.0, 8650.0, 8649.0, 8659.0, 8648.0, 8663.0, 8662.0, 8651.0, 8668.0, 8681.0, 8651.0, 8664.0, 8649.0, 8651.0, 8682.0, 8654.0, 8671.0, 8688.0, 8672.0, 8674.0, 8684.0, 8704.0, 8675.0, 8668.0, 8682.0, 8656.0, 8665.0, 8672.0, 8674.0, 8682.0, 8670.0, 8674.0, 8685.0, 8675.0, 8678.0, 8693.0, 8696.0, 8693.0, 8689.0, 8691.0, 8690.0, 8690.0, 8693.0, 8694.0, 8708.0, 8715.0, 8733.0, 8715.0, 8719.0, 8719.0, 8712.0, 8700.0, 8698.0, 8708.0, 8699.0, 8694.0, 8724.0, 8694.0, 8690.0, 8675.0, 8674.0, 8687.0, 8673.0, 8690.0, 8699.0, 8671.0, 8668.0, 8669.0, 8673.0, 8718.0, 8709.0, 8692.0, 8689.0, 8691.0, 8692.0, 8691.0, 8692.0, 8710.0, 8712.0, 8714.0, 8698.0, 8695.0, 8696.0, 8701.0, 8698.0, 8698.0, 8711.0, 8713.0, 8697.0, 8694.0, 8716.0, 8716.0, 8711.0, 8715.0, 8698.0, 8708.0, 8694.0, 8695.0, 8694.0, 8678.0, 8690.0, 8717.0, 8676.0, 8685.0, 8687.0, 8679.0, 8689.0, 8689.0, 8691.0, 8687.0, 8685.0, 8676.0, 8693.0, 8689.0, 8674.0, 8669.0, 8667.0, 8669.0, 8693.0, 8672.0, 8668.0, 8665.0, 8651.0, 8684.0, 8670.0, 8669.0, 8684.0, 8669.0, 8671.0, 8688.0, 8697.0, 8694.0, 8689.0, 8689.0, 8675.0, 8668.0, 8686.0, 8675.0, 8684.0, 8682.0, 8668.0, 8667.0, 8672.0, 8673.0, 8684.0, 8692.0, 8690.0, 8689.0, 8692.0, 8675.0, 8689.0, 8707.0, 8719.0, 8711.0, 8693.0, 8699.0, 8692.0, 8691.0, 8694.0, 8687.0, 8695.0, 8706.0, 8707.0, 8693.0, 8691.0, 8696.0, 8696.0, 8705.0, 8709.0, 8697.0, 8690.0, 8694.0, 8712.0, 8691.0, 8693.0, 8694.0, 8690.0, 8695.0, 8716.0, 8709.0, 8694.0, 8690.0, 8703.0, 8684.0, 8689.0, 8705.0, 8676.0, 8687.0, 8698.0, 8670.0, 8682.0, 8687.0, 8695.0, 8690.0, 8702.0, 8674.0, 8670.0, 8683.0, 8671.0, 8691.0, 8675.0, 8674.0, 8685.0, 8671.0, 8691.0, 8693.0, 8696.0, 8709.0, 8704.0, 8694.0, 8709.0, 8692.0, 8702.0, 8728.0, 8695.0, 8700.0, 8711.0, 8712.0, 8699.0, 8714.0, 8716.0, 8698.0, 8709.0, 8696.0, 8693.0, 8709.0, 8698.0, 8719.0, 8712.0, 8698.0, 8712.0, 8710.0, 8692.0, 8697.0, 8709.0, 8691.0, 8678.0, 8691.0, 8691.0, 8695.0, 8716.0, 8699.0, 8692.0, 8691.0, 8672.0, 8671.0, 8689.0, 8695.0, 8693.0, 8688.0, 8693.0, 8695.0, 8689.0, 8688.0, 8696.0, 8713.0, 8704.0, 8700.0, 8713.0, 8703.0, 8722.0, 8718.0, 8717.0, 8701.0, 8697.0, 8715.0, 8713.0, 8695.0, 8707.0, 8688.0, 8670.0, 8698.0, 8685.0, 8685.0, 8692.0, 8666.0, 8664.0, 8662.0, 8648.0, 8685.0, 8688.0, 8670.0, 8667.0, 8667.0, 8669.0, 8666.0, 8706.0, 8689.0, 8679.0, 8681.0, 8665.0, 8664.0, 8672.0, 8690.0, 8681.0, 8671.0, 8685.0, 8684.0, 8678.0, 8709.0, 8687.0, 8728.0, 8710.0, 8686.0, 8674.0, 8703.0, 8683.0, 8684.0, 8686.0, 8686.0, 8685.0, 8708.0, 8704.0, 8703.0, 8688.0, 8683.0, 8671.0, 8684.0, 8699.0, 8670.0, 8682.0, 8684.0, 8669.0, 8683.0, 8688.0, 8693.0, 8708.0, 8689.0, 8712.0, 8709.0, 8694.0, 8692.0, 8722.0, 8693.0, 8694.0, 8706.0, 8690.0, 8690.0, 8728.0, 8710.0, 8709.0, 8705.0, 8705.0, 8690.0, 8704.0, 8708.0, 8715.0, 8707.0, 8709.0, 8691.0, 8703.0, 8690.0, 8717.0, 8707.0, 8694.0, 8708.0, 8693.0, 8692.0, 8726.0, 8708.0, 8710.0, 8709.0, 8709.0, 8711.0, 8733.0, 8732.0, 8731.0, 8727.0, 8727.0, 8713.0, 8727.0, 8710.0, 8710.0, 8705.0, 8692.0, 8707.0, 8708.0, 8719.0, 8729.0, 8709.0, 8696.0, 8707.0, 8694.0, 8697.0, 8724.0, 8707.0, 8710.0, 8709.0, 8708.0, 8710.0, 8732.0, 8728.0, 8715.0, 8713.0, 8712.0, 8711.0, 8708.0, 8711.0, 8713.0, 8709.0, 8705.0, 8697.0, 8689.0, 8693.0, 8723.0, 8693.0, 8692.0, 8706.0, 8702.0, 8723.0, 8697.0, 8709.0, 8727.0, 8691.0, 8683.0, 8652.0, 8658.0, 8648.0, 8664.0, 8662.0, 8666.0, 8678.0, 8666.0, 8665.0, 8678.0, 8649.0, 8641.0, 8669.0, 8640.0, 8618.0, 8647.0, 8616.0, 8614.0, 8641.0, 8595.0, 8589.0, 8589.0, 8589.0, 8589.0, 8590.0, 8591.0, 8590.0, 8589.0, 8591.0, 8589.0, 8594.0, 8610.0, 8627.0, 8617.0, 8631.0, 8618.0, 8636.0, 8654.0, 8642.0, 8647.0, 8700.0, 8687.0, 8668.0, 8679.0, 8664.0, 8651.0, 8681.0, 8713.0, 8688.0, 8683.0, 8688.0, 8692.0, 8689.0, 8688.0, 8688.0, 8689.0, 8703.0, 8712.0, 8729.0, 8709.0, 8710.0, 8704.0, 8730.0, 8696.0, 8707.0, 8694.0, 8710.0, 8709.0, 8710.0, 8717.0, 8716.0, 8718.0, 8741.0, 8757.0, 8722.0, 8707.0, 8716.0, 8711.0, 8713.0, 8710.0, 8729.0, 8709.0, 8692.0, 8703.0, 8675.0, 8688.0, 8701.0, 8677.0, 8714.0, 8719.0, 8674.0, 8683.0, 8692.0, 8676.0, 8688.0, 8707.0, 8694.0, 8686.0, 8688.0, 8691.0, 8689.0, 8691.0, 8717.0, 8735.0, 8701.0, 8698.0, 8694.0, 8678.0, 8709.0, 8711.0, 8693.0, 8706.0, 8693.0, 8695.0, 8705.0, 8708.0, 8715.0, 8710.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.000506103448275862</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.015602459999999999</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.20169707616802</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1827619536018426</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0126979863981598</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4509</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6329.2422</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.06281647954337675</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.9195402298850575</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4218416866087966</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3364706715669254</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6326173917789646</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2964369964805003</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0252091</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01961146667599678</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.018273718655109406</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.8452731702414606</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.6019</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.8647</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.5332</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>309482.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>749.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>326.7521</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.201</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>495.7516</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3141.0735</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3345.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>67062.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1007.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4111.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>869.8927</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>48.081253356765956</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> |