=== 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-0088 --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-0088",
"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-0088_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0088_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0088_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-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0088_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-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0088_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-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0088_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-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0088_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-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0088_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-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0088_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-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0088/ses-03/func/sub-0088_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>8c87800c7d243dee8467e21a1775cbe4</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>15:33:51.492500</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.998781, 0.0301899, 0.0390562, -0.0315625, 0.998888, 0.0350189]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0856444</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4162, -7779, -7193, 525, 4, -124, 30, 54]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>253.132</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>a4b7492a-6a9f-43e8-8842-d430ce7eddc2||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.6796560287475586, -0.08467990159988403, 0.10248000919818878, 116.60674285888672], [-0.0809972733259201, 2.679943799972534, 0.09776397049427032, -94.74284362792969], [0.10478492826223373, -0.09395303577184677, 2.6962826251983643, -62.48627853393555], [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': ['153351.492500', '153351.952500', '153352.412500', '153352.872500', '153353.332500', '153353.792500', '153354.252500', '153354.712500', '153355.172500', '153355.632500', '153356.092500', '153356.552500', '153357.012500', '153357.472500', '153357.932500', '153358.392500', '153358.852500', '153359.312500', '153359.772500', '153400.232500', '153400.692500', '153401.152500', '153401.612500', '153402.072500', '153402.532500', '153402.992500', '153403.452500', '153403.912500', '153404.372500', '153404.832500', '153405.292500', '153405.752500', '153406.212500', '153406.672500', '153407.132500', '153407.592500', '153408.052500', '153408.512500', '153408.972500', '153409.432500', '153409.892500', '153410.352500', '153410.812500', '153411.272500', '153411.732500', '153412.192500', '153412.652500', '153413.112500', '153413.572500', '153414.032500', '153414.492500', '153414.952500', '153415.412500', '153415.872500', '153416.332500', '153416.792500', '153417.252500', '153417.712500', '153418.172500', '153418.632500', '153419.092500', '153419.552500', '153420.012500', '153420.472500', '153420.932500', '153421.392500', '153421.852500', '153422.312500', '153422.772500', '153423.232500', '153423.692500', '153424.152500', '153424.612500', '153425.072500', '153425.532500', '153425.992500', '153426.452500', '153426.912500', '153427.372500', '153427.832500', '153428.292500', '153428.752500', '153429.212500', '153429.672500', '153430.132500', '153430.592500', '153431.052500', '153431.512500', '153431.972500', '153432.432500', '153432.892500', '153433.352500', '153433.812500', '153434.272500', '153434.732500', '153435.192500', '153435.652500', '153436.112500', '153436.572500', '153437.032500', '153437.492500', '153437.952500', '153438.412500', '153438.872500', '153439.332500', '153439.792500', '153440.252500', '153440.712500', '153441.172500', '153441.632500', '153442.092500', '153442.552500', '153443.012500', '153443.472500', '153443.932500', '153444.392500', '153444.852500', '153445.312500', '153445.772500', '153446.232500', '153446.692500', '153447.152500', '153447.612500', '153448.072500', '153448.532500', '153448.992500', '153449.452500', '153449.912500', '153450.372500', '153450.832500', '153451.292500', '153451.752500', '153452.212500', '153452.672500', '153453.132500', '153453.592500', '153454.052500', '153454.512500', '153454.972500', '153455.432500', '153455.892500', '153456.352500', '153456.812500', '153457.272500', '153457.732500', '153458.192500', '153458.652500', '153459.112500', '153459.572500', '153500.032500', '153500.492500', '153500.952500', '153501.412500', '153501.872500', '153502.332500', '153502.792500', '153503.252500', '153503.712500', '153504.172500', '153504.632500', '153505.092500', '153505.552500', '153506.012500', '153506.472500', '153506.932500', '153507.392500', '153507.852500', '153508.312500', '153508.772500', '153509.232500', '153509.692500', '153510.152500', '153510.612500', '153511.072500', '153511.532500', '153511.992500', '153512.452500', '153512.912500', '153513.372500', '153513.832500', '153514.292500', '153514.752500', '153515.212500', '153515.672500', '153516.132500', '153516.592500', '153517.052500', '153517.512500', '153517.972500', '153518.432500', '153518.892500', '153519.352500', '153519.812500', '153520.272500', '153520.732500', '153521.192500', '153521.652500', '153522.112500', '153522.572500', '153523.032500', '153523.492500', '153523.952500', '153524.412500', '153524.872500', '153525.332500', '153525.792500', '153526.252500', '153526.712500', '153527.172500', '153527.632500', '153528.092500', '153528.552500', '153529.012500', '153529.472500', '153529.932500', '153530.392500', '153530.852500', '153531.312500', '153531.772500', '153532.232500', '153532.692500', '153533.152500', '153533.612500', '153534.072500', '153534.532500', '153534.992500', '153535.452500', '153535.912500', '153536.372500', '153536.832500', '153537.292500', '153537.752500', '153538.212500', '153538.672500', '153539.132500', '153539.592500', '153540.052500', '153540.512500', '153540.972500', '153541.432500', '153541.892500', '153542.352500', '153542.812500', '153543.272500', '153543.732500', '153544.192500', '153544.652500', '153545.112500', '153545.572500', '153546.032500', '153546.492500', '153546.952500', '153547.412500', '153547.872500', '153548.332500', '153548.792500', '153549.252500', '153549.712500', '153550.172500', '153550.632500', '153551.092500', '153551.552500', '153552.012500', '153552.472500', '153552.932500', '153553.392500', '153553.852500', '153554.312500', '153554.772500', '153555.232500', '153555.692500', '153556.152500', '153556.612500', '153557.072500', '153557.532500', '153557.992500', '153558.452500', '153558.912500', '153559.372500', '153559.832500', '153600.292500', '153600.752500', '153601.212500', '153601.672500', '153602.132500', '153602.592500', '153603.052500', '153603.512500', '153603.972500', '153604.432500', '153604.892500', '153605.352500', '153605.812500', '153606.272500', '153606.732500', '153607.192500', '153607.652500', '153608.112500', '153608.572500', '153609.032500', '153609.492500', '153609.952500', '153610.412500', '153610.872500', '153611.332500', '153611.792500', '153612.252500', '153612.712500', '153613.172500', '153613.632500', '153614.092500', '153614.552500', '153615.012500', '153615.472500', '153615.932500', '153616.392500', '153616.852500', '153617.312500', '153617.772500', '153618.232500', '153618.692500', '153619.152500', '153619.612500', '153620.072500', '153620.532500', '153620.992500', '153621.452500', '153621.912500', '153622.372500', '153622.832500', '153623.292500', '153623.752500', '153624.212500', '153624.672500', '153625.132500', '153625.592500', '153626.052500', '153626.512500', '153626.972500', '153627.432500', '153627.892500', '153628.352500', '153628.812500', '153629.272500', '153629.732500', '153630.192500', '153630.652500', '153631.112500', '153631.572500', '153632.032500', '153632.492500', '153632.952500', '153633.412500', '153633.872500', '153634.332500', '153634.792500', '153635.252500', '153635.712500', '153636.172500', '153636.632500', '153637.092500', '153637.552500', '153638.012500', '153638.472500', '153638.932500', '153639.392500', '153639.852500', '153640.312500', '153640.772500', '153641.232500', '153641.692500', '153642.152500', '153642.612500', '153643.072500', '153643.532500', '153643.992500', '153644.452500', '153644.912500', '153645.372500', '153645.832500', '153646.292500', '153646.752500', '153647.212500', '153647.672500', '153648.132500', '153648.592500', '153649.052500', '153649.512500', '153649.972500', '153650.432500', '153650.892500', '153651.352500', '153651.812500', '153652.272500', '153652.732500', '153653.192500', '153653.652500', '153654.112500', '153654.572500', '153655.032500', '153655.492500', '153655.952500', '153656.412500', '153656.872500', '153657.332500', '153657.792500', '153658.252500', '153658.712500', '153659.172500', '153659.632500', '153700.092500', '153700.552500', '153701.012500', '153701.472500', '153701.932500', '153702.392500', '153702.852500', '153703.312500', '153703.772500', '153704.232500', '153704.692500', '153705.152500', '153705.612500', '153706.072500', '153706.532500', '153706.992500', '153707.452500', '153707.912500', '153708.372500', '153708.832500', '153709.292500', '153709.752500', '153710.212500', '153710.672500', '153711.132500', '153711.592500', '153712.052500', '153712.512500', '153712.972500', '153713.432500', '153713.892500', '153714.352500', '153714.812500', '153715.272500', '153715.732500', '153716.192500', '153716.652500', '153717.112500', '153717.572500', '153718.032500', '153718.492500', '153718.952500', '153719.412500', '153719.872500', '153720.332500', '153720.792500', '153721.252500', '153721.712500', '153722.172500', '153722.632500', '153723.092500', '153723.552500', '153724.012500', '153724.472500', '153724.932500', '153725.392500', '153725.852500', '153726.312500', '153726.772500', '153727.232500', '153727.692500', '153728.152500', '153728.612500', '153729.072500', '153729.532500', '153729.992500', '153730.452500', '153730.912500', '153731.372500', '153731.832500', '153732.292500', '153732.752500', '153733.212500', '153733.672500', '153734.132500', '153734.592500', '153735.052500', '153735.512500', '153735.972500', '153736.432500', '153736.892500', '153737.352500', '153737.812500', '153738.272500', '153738.732500', '153739.192500', '153739.652500', '153740.112500', '153740.572500', '153741.032500', '153741.492500', '153741.952500', '153742.412500', '153742.872500', '153743.332500', '153743.792500', '153744.252500', '153744.712500', '153745.172500', '153745.632500', '153746.092500', '153746.552500', '153747.012500', '153747.472500', '153747.932500', '153748.392500', '153748.852500', '153749.312500', '153749.772500', '153750.232500', '153750.692500', '153751.152500', '153751.612500', '153752.072500', '153752.532500', '153752.992500', '153753.452500', '153753.912500', '153754.372500', '153754.832500', '153755.292500', '153755.752500', '153756.212500', '153756.672500', '153757.132500', '153757.592500', '153758.052500', '153758.512500', '153758.972500', '153759.432500', '153759.892500', '153800.352500', '153800.812500', '153801.272500', '153801.732500', '153802.192500', '153802.652500', '153803.112500', '153803.572500', '153804.032500', '153804.492500', '153804.952500', '153805.412500', '153805.872500', '153806.332500', '153806.792500', '153807.252500', '153807.712500', '153808.172500', '153808.632500', '153809.092500', '153809.552500', '153810.012500', '153810.472500', '153810.932500', '153811.392500', '153811.852500', '153812.312500', '153812.772500', '153813.232500', '153813.692500', '153814.152500', '153814.612500', '153815.072500', '153815.532500', '153815.992500', '153816.452500', '153816.912500', '153817.372500', '153817.832500', '153818.292500', '153818.752500', '153819.212500', '153819.672500', '153820.132500', '153820.592500', '153821.052500', '153821.512500', '153821.972500', '153822.432500', '153822.892500', '153823.352500', '153823.812500', '153824.272500', '153824.732500', '153825.192500', '153825.652500', '153826.112500', '153826.572500', '153827.032500', '153827.492500', '153827.952500', '153828.412500', '153828.872500', '153829.332500', '153829.792500', '153830.252500', '153830.712500', '153831.172500', '153831.632500', '153832.092500', '153832.552500', '153833.012500', '153833.472500', '153833.932500', '153834.392500', '153834.852500', '153835.312500', '153835.772500', '153836.232500', '153836.692500', '153837.152500', '153837.612500', '153838.072500', '153838.532500', '153838.992500', '153839.452500', '153839.912500', '153840.372500', '153840.832500', '153841.292500', '153841.752500', '153842.212500', '153842.672500', '153843.132500', '153843.592500', '153844.052500', '153844.512500', '153844.972500', '153845.432500', '153845.892500', '153846.352500', '153846.812500', '153847.272500', '153847.732500', '153848.192500', '153848.652500', '153849.112500', '153849.572500', '153850.032500', '153850.492500', '153850.952500', '153851.412500', '153851.872500', '153852.332500', '153852.792500', '153853.252500', '153853.712500', '153854.172500', '153854.632500', '153855.092500', '153855.552500', '153856.012500', '153856.472500', '153856.932500', '153857.392500', '153857.852500', '153858.312500', '153858.772500', '153859.232500', '153859.692500', '153900.152500', '153900.612500', '153901.072500', '153901.532500', '153901.992500', '153902.452500', '153902.912500', '153903.372500', '153903.832500', '153904.292500', '153904.752500', '153905.212500', '153905.672500', '153906.132500', '153906.592500', '153907.052500', '153907.512500', '153907.972500', '153908.432500', '153908.892500', '153909.352500', '153909.812500', '153910.272500', '153910.732500', '153911.192500', '153911.652500', '153912.112500', '153912.572500', '153913.032500', '153913.492500', '153913.952500', '153914.412500', '153914.872500', '153915.332500', '153915.792500', '153916.252500', '153916.712500', '153917.172500', '153917.632500', '153918.092500', '153918.552500', '153919.012500', '153919.472500', '153919.932500', '153920.392500', '153920.852500', '153921.312500', '153921.772500', '153922.232500', '153922.692500', '153923.152500', '153923.612500', '153924.072500', '153924.532500', '153924.992500', '153925.452500', '153925.912500', '153926.372500', '153926.832500', '153927.292500', '153927.752500', '153928.212500', '153928.672500', '153929.132500', '153929.592500', '153930.052500', '153930.512500', '153930.972500', '153931.432500', '153931.892500', '153932.352500', '153932.812500', '153933.272500', '153933.732500', '153934.192500', '153934.652500', '153935.112500', '153935.572500', '153936.032500', '153936.492500', '153936.952500', '153937.412500', '153937.872500', '153938.332500', '153938.792500', '153939.252500', '153939.712500', '153940.172500', '153940.632500', '153941.092500', '153941.552500', '153942.012500', '153942.472500', '153942.932500', '153943.392500', '153943.852500', '153944.312500', '153944.772500', '153945.232500', '153945.692500', '153946.152500', '153946.612500', '153947.072500', '153947.532500', '153947.992500', '153948.452500', '153948.912500', '153949.372500', '153949.832500', '153950.292500', '153950.752500', '153951.212500', '153951.672500', '153952.132500', '153952.592500', '153953.052500', '153953.512500', '153953.972500', '153954.432500', '153954.892500', '153955.352500', '153955.812500', '153956.272500', '153956.732500', '153957.192500', '153957.652500', '153958.112500', '153958.572500', '153959.032500', '153959.492500', '153959.952500', '154000.412500', '154000.872500', '154001.332500', '154001.792500', '154002.252500', '154002.712500', '154003.172500', '154003.632500', '154004.092500', '154004.552500', '154005.012500', '154005.472500', '154005.932500', '154006.392500', '154006.852500', '154007.312500', '154007.772500', '154008.232500', '154008.692500', '154009.152500', '154009.612500', '154010.072500', '154010.532500', '154010.992500', '154011.452500', '154011.912500', '154012.372500', '154012.832500', '154013.292500', '154013.752500', '154014.212500', '154014.672500', '154015.132500', '154015.592500', '154016.052500', '154016.512500', '154016.972500', '154017.432500', '154017.892500', '154018.352500', '154018.812500', '154019.272500', '154019.732500', '154020.192500', '154020.652500', '154021.112500', '154021.572500', '154022.032500', '154022.492500', '154022.952500', '154023.412500', '154023.872500', '154024.332500', '154024.792500', '154025.252500', '154025.712500', '154026.172500', '154026.632500', '154027.092500', '154027.552500', '154028.012500', '154028.472500', '154028.932500', '154029.392500', '154029.852500', '154030.312500', '154030.772500', '154031.232500', '154031.692500', '154032.152500'], 'ContentTime': ['153404.645000', '153404.648000', '153404.651000', '153404.653000', '153404.656000', '153404.659000', '153404.667000', '153404.670000', '153404.672000', '153404.675000', '153404.677000', '153404.680000', '153404.682000', '153404.685000', '153404.687000', '153404.690000', '153404.693000', '153404.695000', '153404.698000', '153404.700000', '153404.703000', '153404.708000', '153404.710000', '153404.713000', '153404.715000', '153404.718000', '153404.720000', '153424.573000', '153424.576000', '153424.578000', '153424.581000', '153424.583000', '153424.586000', '153424.588000', '153424.591000', '153424.593000', '153424.596000', '153424.599000', '153424.601000', '153424.604000', '153424.606000', '153424.609000', '153424.611000', '153424.614000', '153424.616000', '153424.619000', '153424.621000', '153424.624000', '153424.627000', '153424.629000', '153424.632000', '153424.634000', '153424.637000', '153424.640000', '153424.642000', '153424.645000', '153424.647000', '153424.650000', '153424.652000', '153424.670000', '153424.673000', '153424.675000', '153424.678000', '153424.680000', '153424.683000', '153424.685000', '153424.688000', '153424.690000', '153424.693000', '153424.696000', '153444.572000', '153444.575000', '153444.578000', '153444.581000', '153444.583000', '153444.586000', '153444.588000', '153444.591000', '153444.594000', '153444.596000', '153444.599000', '153444.601000', '153444.604000', '153444.607000', '153444.609000', '153444.612000', '153444.615000', '153444.617000', '153444.620000', '153444.622000', '153444.625000', '153444.627000', '153444.630000', '153444.633000', '153444.635000', '153444.638000', '153444.640000', '153444.643000', '153444.646000', '153444.648000', '153444.651000', '153444.653000', '153444.656000', '153444.658000', '153444.661000', '153444.664000', '153444.666000', '153444.669000', '153444.671000', '153444.674000', '153444.676000', '153444.679000', '153444.682000', '153444.684000', '153504.573000', '153504.575000', '153504.578000', '153504.581000', '153504.583000', '153504.586000', '153504.588000', '153504.591000', '153504.593000', '153504.596000', '153504.599000', '153504.601000', '153504.604000', '153504.606000', '153504.609000', '153504.611000', '153504.614000', '153504.616000', '153504.619000', '153504.622000', '153504.624000', '153504.627000', '153504.629000', '153504.632000', '153504.634000', '153504.637000', '153504.639000', '153504.642000', '153504.645000', '153504.648000', '153504.651000', '153504.654000', '153504.656000', '153504.659000', '153504.662000', '153504.664000', '153504.667000', '153504.669000', '153504.672000', '153504.674000', '153504.677000', '153504.680000', '153504.682000', '153524.573000', '153524.575000', '153524.578000', '153524.580000', '153524.583000', '153524.586000', '153524.588000', '153524.591000', '153524.593000', '153524.596000', '153524.599000', '153524.601000', '153524.604000', '153524.606000', '153524.609000', '153524.612000', '153524.614000', '153524.617000', '153524.619000', '153524.622000', '153524.624000', '153524.627000', '153524.629000', '153524.632000', '153524.634000', '153524.637000', '153524.655000', '153524.658000', '153524.660000', '153524.663000', '153524.666000', '153524.668000', '153524.671000', '153524.673000', '153524.676000', '153524.678000', '153524.681000', '153524.683000', '153524.686000', '153524.689000', '153524.691000', '153524.694000', '153524.696000', '153524.699000', '153544.573000', '153544.576000', '153544.579000', '153544.581000', '153544.584000', '153544.587000', '153544.589000', '153544.592000', '153544.594000', '153544.597000', '153544.600000', '153544.602000', '153544.605000', '153544.607000', '153544.610000', '153544.613000', '153544.615000', '153544.618000', '153544.620000', '153544.623000', '153544.625000', '153544.628000', '153544.630000', '153544.633000', '153544.636000', '153544.638000', '153544.641000', '153544.643000', '153544.646000', '153544.649000', '153544.651000', '153544.654000', '153544.657000', '153544.660000', '153544.663000', '153544.666000', '153544.668000', '153544.671000', '153544.674000', '153544.676000', '153544.679000', '153544.681000', '153544.684000', '153604.573000', '153604.576000', '153604.579000', '153604.581000', '153604.584000', '153604.587000', '153604.589000', '153604.592000', '153604.594000', '153604.597000', '153604.600000', '153604.602000', '153604.605000', '153604.607000', '153604.610000', '153604.613000', '153604.615000', '153604.618000', '153604.620000', '153604.623000', '153604.625000', '153604.628000', '153604.630000', '153604.633000', '153604.636000', '153604.638000', '153604.641000', '153604.643000', '153604.646000', '153604.648000', '153604.651000', '153604.653000', '153604.656000', '153604.659000', '153604.661000', '153604.664000', '153604.666000', '153604.669000', '153604.672000', '153604.674000', '153604.677000', '153604.679000', '153604.682000', '153604.684000', '153624.572000', '153624.575000', '153624.578000', '153624.580000', '153624.583000', '153624.586000', '153624.588000', '153624.591000', '153624.593000', '153624.596000', '153624.599000', '153624.601000', '153624.604000', '153624.607000', '153624.609000', '153624.612000', '153624.614000', '153624.617000', '153624.619000', '153624.622000', '153624.625000', '153624.627000', '153624.630000', '153624.633000', '153624.635000', '153624.638000', '153624.640000', '153624.643000', '153624.645000', '153624.648000', '153624.650000', '153624.653000', '153624.656000', '153624.658000', '153624.661000', '153624.664000', '153624.666000', '153624.669000', '153624.671000', '153624.674000', '153624.677000', '153624.679000', '153624.682000', '153644.572000', '153644.575000', '153644.578000', '153644.580000', '153644.583000', '153644.586000', '153644.588000', '153644.591000', '153644.593000', '153644.596000', '153644.599000', '153644.601000', '153644.604000', '153644.606000', '153644.609000', '153644.612000', '153644.614000', '153644.617000', '153644.619000', '153644.622000', '153644.624000', '153644.627000', '153644.630000', '153644.632000', '153644.635000', '153644.637000', '153644.640000', '153644.642000', '153644.645000', '153644.647000', '153644.650000', '153644.653000', '153644.655000', '153644.658000', '153644.660000', '153644.663000', '153644.665000', '153644.668000', '153644.671000', '153644.673000', '153644.676000', '153644.678000', '153644.681000', '153644.684000', '153704.573000', '153704.575000', '153704.578000', '153704.581000', '153704.583000', '153704.586000', '153704.588000', '153704.602000', '153704.605000', '153704.607000', '153704.610000', '153704.613000', '153704.615000', '153704.618000', '153704.620000', '153704.623000', '153704.625000', '153704.628000', '153704.631000', '153704.633000', '153704.636000', '153704.638000', '153704.641000', '153704.643000', '153704.646000', '153704.649000', '153704.651000', '153704.654000', '153704.656000', '153704.659000', '153704.661000', '153704.664000', '153704.667000', '153704.669000', '153704.672000', '153704.674000', '153704.677000', '153704.679000', '153704.682000', '153704.685000', '153704.687000', '153704.690000', '153704.692000', '153724.573000', '153724.575000', '153724.578000', '153724.580000', '153724.583000', '153724.586000', '153724.588000', '153724.591000', '153724.593000', '153724.596000', '153724.599000', '153724.601000', '153724.604000', '153724.607000', '153724.609000', '153724.612000', '153724.614000', '153724.617000', '153724.620000', '153724.622000', '153724.625000', '153724.627000', '153724.630000', '153724.632000', '153724.635000', '153724.638000', '153724.640000', '153724.643000', '153724.645000', '153724.648000', '153724.650000', '153724.653000', '153724.656000', '153724.658000', '153724.661000', '153724.663000', '153724.666000', '153724.669000', '153724.671000', '153724.674000', '153724.676000', '153724.679000', '153724.681000', '153724.684000', '153744.572000', '153744.575000', '153744.578000', '153744.580000', '153744.583000', '153744.586000', '153744.588000', '153744.591000', '153744.594000', '153744.596000', '153744.599000', '153744.601000', '153744.604000', '153744.607000', '153744.609000', '153744.612000', '153744.614000', '153744.617000', '153744.620000', '153744.622000', '153744.625000', '153744.628000', '153744.630000', '153744.633000', '153744.635000', '153744.638000', '153744.640000', '153744.643000', '153744.645000', '153744.648000', '153744.651000', '153744.653000', '153744.656000', '153744.658000', '153744.661000', '153744.664000', '153744.666000', '153744.669000', '153744.671000', '153744.674000', '153744.677000', '153744.679000', '153744.682000', '153804.573000', '153804.576000', '153804.579000', '153804.581000', '153804.584000', '153804.587000', '153804.589000', '153804.592000', '153804.594000', '153804.597000', '153804.600000', '153804.602000', '153804.605000', '153804.607000', '153804.610000', '153804.613000', '153804.615000', '153804.618000', '153804.620000', '153804.623000', '153804.625000', '153804.628000', '153804.631000', '153804.633000', '153804.636000', '153804.638000', '153804.641000', '153804.643000', '153804.646000', '153804.649000', '153804.651000', '153804.654000', '153804.656000', '153804.659000', '153804.662000', '153804.664000', '153804.667000', '153804.669000', '153804.672000', '153804.675000', '153804.677000', '153804.680000', '153804.682000', '153804.685000', '153824.574000', '153824.577000', '153824.579000', '153824.582000', '153824.584000', '153824.587000', '153824.590000', '153824.592000', '153824.595000', '153824.597000', '153824.600000', '153824.603000', '153824.605000', '153824.608000', '153824.611000', '153824.613000', '153824.616000', '153824.618000', '153824.621000', '153824.624000', '153824.626000', '153824.629000', '153824.631000', '153824.634000', '153824.637000', '153824.639000', '153824.642000', '153824.644000', '153824.647000', '153824.650000', '153824.652000', '153824.655000', '153824.657000', '153824.660000', '153824.663000', '153824.665000', '153824.668000', '153824.671000', '153824.673000', '153824.676000', '153824.678000', '153824.681000', '153824.684000', '153844.573000', '153844.576000', '153844.578000', '153844.582000', '153844.584000', '153844.587000', '153844.589000', '153844.592000', '153844.595000', '153844.597000', '153844.600000', '153844.603000', '153844.605000', '153844.608000', '153844.610000', '153844.613000', '153844.615000', '153844.618000', '153844.621000', '153844.623000', '153844.626000', '153844.628000', '153844.631000', '153844.634000', '153844.637000', '153844.639000', '153844.642000', '153844.644000', '153844.647000', '153844.650000', '153844.652000', '153844.655000', '153844.658000', '153844.660000', '153844.663000', '153844.665000', '153844.668000', '153844.670000', '153844.673000', '153844.676000', '153844.678000', '153844.681000', '153844.683000', '153844.686000', '153904.573000', '153904.576000', '153904.578000', '153904.581000', '153904.583000', '153904.586000', '153904.589000', '153904.591000', '153904.594000', '153904.596000', '153904.599000', '153904.602000', '153904.604000', '153904.607000', '153904.610000', '153904.612000', '153904.615000', '153904.617000', '153904.620000', '153904.623000', '153904.625000', '153904.628000', '153904.630000', '153904.633000', '153904.635000', '153904.638000', '153904.641000', '153904.643000', '153904.646000', '153904.648000', '153904.651000', '153904.654000', '153904.656000', '153904.659000', '153904.662000', '153904.664000', '153904.667000', '153904.669000', '153904.672000', '153904.674000', '153904.677000', '153904.680000', '153904.682000', '153924.573000', '153924.575000', '153924.578000', '153924.580000', '153924.583000', '153924.586000', '153924.588000', '153924.591000', '153924.593000', '153924.596000', '153924.599000', '153924.601000', '153924.604000', '153924.606000', '153924.609000', '153924.612000', '153924.614000', '153924.617000', '153924.619000', '153924.622000', '153924.624000', '153924.627000', '153924.630000', '153924.632000', '153924.635000', '153924.637000', '153924.640000', '153924.642000', '153924.645000', '153924.648000', '153924.650000', '153924.653000', '153924.655000', '153924.658000', '153924.660000', '153924.663000', '153924.666000', '153924.668000', '153924.671000', '153924.673000', '153924.676000', '153924.678000', '153924.681000', '153924.684000', '153944.573000', '153944.575000', '153944.578000', '153944.581000', '153944.583000', '153944.586000', '153944.589000', '153944.591000', '153944.594000', '153944.596000', '153944.599000', '153944.602000', '153944.604000', '153944.607000', '153944.610000', '153944.612000', '153944.615000', '153944.617000', '153944.620000', '153944.622000', '153944.627000', '153944.629000', '153944.632000', '153944.634000', '153944.637000', '153944.640000', '153944.642000', '153944.645000', '153944.648000', '153944.650000', '153944.653000', '153944.655000', '153944.658000', '153944.660000', '153944.663000', '153944.666000', '153944.668000', '153944.671000', '153944.673000', '153944.676000', '153944.679000', '153944.681000', '153944.684000', '154004.573000', '154004.576000', '154004.579000', '154004.581000', '154004.584000', '154004.587000', '154004.589000', '154004.592000', '154004.594000', '154004.597000', '154004.600000', '154004.602000', '154004.605000', '154004.607000', '154004.610000', '154004.613000', '154004.615000', '154004.618000', '154004.621000', '154004.624000', '154004.626000', '154004.629000', '154004.632000', '154004.634000', '154004.637000', '154004.639000', '154004.642000', '154004.644000', '154004.647000', '154004.650000', '154004.652000', '154004.655000', '154004.657000', '154004.660000', '154004.663000', '154004.665000', '154004.668000', '154004.670000', '154004.673000', '154004.676000', '154004.678000', '154004.681000', '154004.684000', '154024.574000', '154024.577000', '154024.579000', '154024.582000', '154024.584000', '154024.587000', '154024.589000', '154024.592000', '154024.595000', '154024.597000', '154024.600000', '154024.603000', '154024.605000', '154024.608000', '154024.610000', '154024.613000', '154024.616000', '154024.618000', '154024.621000', '154024.623000', '154024.626000', '154024.629000', '154024.631000', '154024.634000', '154024.636000', '154024.639000', '154024.641000', '154024.644000', '154024.647000', '154024.649000', '154024.652000', '154024.654000', '154024.657000', '154024.660000', '154024.662000', '154024.665000', '154024.667000', '154024.670000', '154024.673000', '154024.675000', '154024.678000', '154024.680000', '154024.683000', '154024.686000', '154033.097000', '154033.100000', '154033.102000', '154033.105000', '154033.107000', '154033.110000', '154033.113000', '154033.115000', '154033.118000', '154033.120000', '154033.123000', '154033.125000', '154033.128000', '154033.131000', '154033.133000', '154033.136000', '154033.138000', '154033.141000', '154033.144000'], 'InstanceCreationTime': ['153404.645000', '153404.648000', '153404.651000', '153404.653000', '153404.656000', '153404.659000', '153404.667000', '153404.670000', '153404.672000', '153404.675000', '153404.677000', '153404.680000', '153404.682000', '153404.685000', '153404.687000', '153404.690000', '153404.693000', '153404.695000', '153404.698000', '153404.700000', '153404.703000', '153404.708000', '153404.710000', '153404.713000', '153404.715000', '153404.718000', '153404.720000', '153424.573000', '153424.576000', '153424.578000', '153424.581000', '153424.583000', '153424.586000', '153424.588000', '153424.591000', '153424.593000', '153424.596000', '153424.599000', '153424.601000', '153424.604000', '153424.606000', '153424.609000', '153424.611000', '153424.614000', '153424.616000', '153424.619000', '153424.621000', '153424.624000', '153424.627000', '153424.629000', '153424.632000', '153424.634000', '153424.637000', '153424.640000', '153424.642000', '153424.645000', '153424.647000', '153424.650000', '153424.652000', '153424.670000', '153424.673000', '153424.675000', '153424.678000', '153424.680000', '153424.683000', '153424.685000', '153424.688000', '153424.690000', '153424.693000', '153424.696000', '153444.572000', '153444.575000', '153444.578000', '153444.581000', '153444.583000', '153444.586000', '153444.588000', '153444.591000', '153444.594000', '153444.596000', '153444.599000', '153444.601000', '153444.604000', '153444.607000', '153444.609000', '153444.612000', '153444.615000', '153444.617000', '153444.620000', '153444.622000', '153444.625000', '153444.627000', '153444.630000', '153444.633000', '153444.635000', '153444.638000', '153444.640000', '153444.643000', '153444.646000', '153444.648000', '153444.651000', '153444.653000', '153444.656000', '153444.658000', '153444.661000', '153444.664000', '153444.666000', '153444.669000', '153444.671000', '153444.674000', '153444.676000', '153444.679000', '153444.682000', '153444.684000', '153504.573000', '153504.575000', '153504.578000', '153504.581000', '153504.583000', '153504.586000', '153504.588000', '153504.591000', '153504.593000', '153504.596000', '153504.599000', '153504.601000', '153504.604000', '153504.606000', '153504.609000', '153504.611000', '153504.614000', '153504.616000', '153504.619000', '153504.622000', '153504.624000', '153504.627000', '153504.629000', '153504.632000', '153504.634000', '153504.637000', '153504.639000', '153504.642000', '153504.645000', '153504.648000', '153504.651000', '153504.654000', '153504.656000', '153504.659000', '153504.662000', '153504.664000', '153504.667000', '153504.669000', '153504.672000', '153504.674000', '153504.677000', '153504.680000', '153504.682000', '153524.573000', '153524.575000', '153524.578000', '153524.580000', '153524.583000', '153524.586000', '153524.588000', '153524.591000', '153524.593000', '153524.596000', '153524.599000', '153524.601000', '153524.604000', '153524.606000', '153524.609000', '153524.612000', '153524.614000', '153524.617000', '153524.619000', '153524.622000', '153524.624000', '153524.627000', '153524.629000', '153524.632000', '153524.634000', '153524.637000', '153524.655000', '153524.658000', '153524.660000', '153524.663000', '153524.666000', '153524.668000', '153524.671000', '153524.673000', '153524.676000', '153524.678000', '153524.681000', '153524.683000', '153524.686000', '153524.689000', '153524.691000', '153524.694000', '153524.696000', '153524.699000', '153544.573000', '153544.576000', '153544.579000', '153544.581000', '153544.584000', '153544.587000', '153544.589000', '153544.592000', '153544.594000', '153544.597000', '153544.600000', '153544.602000', '153544.605000', '153544.607000', '153544.610000', '153544.613000', '153544.615000', '153544.618000', '153544.620000', '153544.623000', '153544.625000', '153544.628000', '153544.630000', '153544.633000', '153544.636000', '153544.638000', '153544.641000', '153544.643000', '153544.646000', '153544.649000', '153544.651000', '153544.654000', '153544.657000', '153544.660000', '153544.663000', '153544.666000', '153544.668000', '153544.671000', '153544.674000', '153544.676000', '153544.679000', '153544.681000', '153544.684000', '153604.573000', '153604.576000', '153604.579000', '153604.581000', '153604.584000', '153604.587000', '153604.589000', '153604.592000', '153604.594000', '153604.597000', '153604.600000', '153604.602000', '153604.605000', '153604.607000', '153604.610000', '153604.613000', '153604.615000', '153604.618000', '153604.620000', '153604.623000', '153604.625000', '153604.628000', '153604.630000', '153604.633000', '153604.636000', '153604.638000', '153604.641000', '153604.643000', '153604.646000', '153604.648000', '153604.651000', '153604.653000', '153604.656000', '153604.659000', '153604.661000', '153604.664000', '153604.666000', '153604.669000', '153604.672000', '153604.674000', '153604.677000', '153604.679000', '153604.682000', '153604.684000', '153624.572000', '153624.575000', '153624.578000', '153624.580000', '153624.583000', '153624.586000', '153624.588000', '153624.591000', '153624.593000', '153624.596000', '153624.599000', '153624.601000', '153624.604000', '153624.607000', '153624.609000', '153624.612000', '153624.614000', '153624.617000', '153624.619000', '153624.622000', '153624.625000', '153624.627000', '153624.630000', '153624.633000', '153624.635000', '153624.638000', '153624.640000', '153624.643000', '153624.645000', '153624.648000', '153624.650000', '153624.653000', '153624.656000', '153624.658000', '153624.661000', '153624.664000', '153624.666000', '153624.669000', '153624.671000', '153624.674000', '153624.677000', '153624.679000', '153624.682000', '153644.572000', '153644.575000', '153644.578000', '153644.580000', '153644.583000', '153644.586000', '153644.588000', '153644.591000', '153644.593000', '153644.596000', '153644.599000', '153644.601000', '153644.604000', '153644.606000', '153644.609000', '153644.612000', '153644.614000', '153644.617000', '153644.619000', '153644.622000', '153644.624000', '153644.627000', '153644.630000', '153644.632000', '153644.635000', '153644.637000', '153644.640000', '153644.642000', '153644.645000', '153644.647000', '153644.650000', '153644.653000', '153644.655000', '153644.658000', '153644.660000', '153644.663000', '153644.665000', '153644.668000', '153644.671000', '153644.673000', '153644.676000', '153644.678000', '153644.681000', '153644.684000', '153704.573000', '153704.575000', '153704.578000', '153704.581000', '153704.583000', '153704.586000', '153704.588000', '153704.602000', '153704.605000', '153704.607000', '153704.610000', '153704.613000', '153704.615000', '153704.618000', '153704.620000', '153704.623000', '153704.625000', '153704.628000', '153704.631000', '153704.633000', '153704.636000', '153704.638000', '153704.641000', '153704.643000', '153704.646000', '153704.649000', '153704.651000', '153704.654000', '153704.656000', '153704.659000', '153704.661000', '153704.664000', '153704.667000', '153704.669000', '153704.672000', '153704.674000', '153704.677000', '153704.679000', '153704.682000', '153704.685000', '153704.687000', '153704.690000', '153704.692000', '153724.573000', '153724.575000', '153724.578000', '153724.580000', '153724.583000', '153724.586000', '153724.588000', '153724.591000', '153724.593000', '153724.596000', '153724.599000', '153724.601000', '153724.604000', '153724.607000', '153724.609000', '153724.612000', '153724.614000', '153724.617000', '153724.620000', '153724.622000', '153724.625000', '153724.627000', '153724.630000', '153724.632000', '153724.635000', '153724.638000', '153724.640000', '153724.643000', '153724.645000', '153724.648000', '153724.650000', '153724.653000', '153724.656000', '153724.658000', '153724.661000', '153724.663000', '153724.666000', '153724.669000', '153724.671000', '153724.674000', '153724.676000', '153724.679000', '153724.681000', '153724.684000', '153744.572000', '153744.575000', '153744.578000', '153744.580000', '153744.583000', '153744.586000', '153744.588000', '153744.591000', '153744.594000', '153744.596000', '153744.599000', '153744.601000', '153744.604000', '153744.607000', '153744.609000', '153744.612000', '153744.614000', '153744.617000', '153744.620000', '153744.622000', '153744.625000', '153744.628000', '153744.630000', '153744.633000', '153744.635000', '153744.638000', '153744.640000', '153744.643000', '153744.645000', '153744.648000', '153744.651000', '153744.653000', '153744.656000', '153744.658000', '153744.661000', '153744.664000', '153744.666000', '153744.669000', '153744.671000', '153744.674000', '153744.677000', '153744.679000', '153744.682000', '153804.573000', '153804.576000', '153804.579000', '153804.581000', '153804.584000', '153804.587000', '153804.589000', '153804.592000', '153804.594000', '153804.597000', '153804.600000', '153804.602000', '153804.605000', '153804.607000', '153804.610000', '153804.613000', '153804.615000', '153804.618000', '153804.620000', '153804.623000', '153804.625000', '153804.628000', '153804.631000', '153804.633000', '153804.636000', '153804.638000', '153804.641000', '153804.643000', '153804.646000', '153804.649000', '153804.651000', '153804.654000', '153804.656000', '153804.659000', '153804.662000', '153804.664000', '153804.667000', '153804.669000', '153804.672000', '153804.675000', '153804.677000', '153804.680000', '153804.682000', '153804.685000', '153824.574000', '153824.577000', '153824.579000', '153824.582000', '153824.584000', '153824.587000', '153824.590000', '153824.592000', '153824.595000', '153824.597000', '153824.600000', '153824.603000', '153824.605000', '153824.608000', '153824.611000', '153824.613000', '153824.616000', '153824.618000', '153824.621000', '153824.624000', '153824.626000', '153824.629000', '153824.631000', '153824.634000', '153824.637000', '153824.639000', '153824.642000', '153824.644000', '153824.647000', '153824.650000', '153824.652000', '153824.655000', '153824.657000', '153824.660000', '153824.663000', '153824.665000', '153824.668000', '153824.671000', '153824.673000', '153824.676000', '153824.678000', '153824.681000', '153824.684000', '153844.573000', '153844.576000', '153844.578000', '153844.582000', '153844.584000', '153844.587000', '153844.589000', '153844.592000', '153844.595000', '153844.597000', '153844.600000', '153844.603000', '153844.605000', '153844.608000', '153844.610000', '153844.613000', '153844.615000', '153844.618000', '153844.621000', '153844.623000', '153844.626000', '153844.628000', '153844.631000', '153844.634000', '153844.637000', '153844.639000', '153844.642000', '153844.644000', '153844.647000', '153844.650000', '153844.652000', '153844.655000', '153844.658000', '153844.660000', '153844.663000', '153844.665000', '153844.668000', '153844.670000', '153844.673000', '153844.676000', '153844.678000', '153844.681000', '153844.683000', '153844.686000', '153904.573000', '153904.576000', '153904.578000', '153904.581000', '153904.583000', '153904.586000', '153904.589000', '153904.591000', '153904.594000', '153904.596000', '153904.599000', '153904.602000', '153904.604000', '153904.607000', '153904.610000', '153904.612000', '153904.615000', '153904.617000', '153904.620000', '153904.623000', '153904.625000', '153904.628000', '153904.630000', '153904.633000', '153904.635000', '153904.638000', '153904.641000', '153904.643000', '153904.646000', '153904.648000', '153904.651000', '153904.654000', '153904.656000', '153904.659000', '153904.662000', '153904.664000', '153904.667000', '153904.669000', '153904.672000', '153904.674000', '153904.677000', '153904.680000', '153904.682000', '153924.573000', '153924.575000', '153924.578000', '153924.580000', '153924.583000', '153924.586000', '153924.588000', '153924.591000', '153924.593000', '153924.596000', '153924.599000', '153924.601000', '153924.604000', '153924.606000', '153924.609000', '153924.612000', '153924.614000', '153924.617000', '153924.619000', '153924.622000', '153924.624000', '153924.627000', '153924.630000', '153924.632000', '153924.635000', '153924.637000', '153924.640000', '153924.642000', '153924.645000', '153924.648000', '153924.650000', '153924.653000', '153924.655000', '153924.658000', '153924.660000', '153924.663000', '153924.666000', '153924.668000', '153924.671000', '153924.673000', '153924.676000', '153924.678000', '153924.681000', '153924.684000', '153944.573000', '153944.575000', '153944.578000', '153944.581000', '153944.583000', '153944.586000', '153944.589000', '153944.591000', '153944.594000', '153944.596000', '153944.599000', '153944.602000', '153944.604000', '153944.607000', '153944.610000', '153944.612000', '153944.615000', '153944.617000', '153944.620000', '153944.622000', '153944.627000', '153944.629000', '153944.632000', '153944.634000', '153944.637000', '153944.640000', '153944.642000', '153944.645000', '153944.648000', '153944.650000', '153944.653000', '153944.655000', '153944.658000', '153944.660000', '153944.663000', '153944.666000', '153944.668000', '153944.671000', '153944.673000', '153944.676000', '153944.679000', '153944.681000', '153944.684000', '154004.573000', '154004.576000', '154004.579000', '154004.581000', '154004.584000', '154004.587000', '154004.589000', '154004.592000', '154004.594000', '154004.597000', '154004.600000', '154004.602000', '154004.605000', '154004.607000', '154004.610000', '154004.613000', '154004.615000', '154004.618000', '154004.621000', '154004.624000', '154004.626000', '154004.629000', '154004.632000', '154004.634000', '154004.637000', '154004.639000', '154004.642000', '154004.644000', '154004.647000', '154004.650000', '154004.652000', '154004.655000', '154004.657000', '154004.660000', '154004.663000', '154004.665000', '154004.668000', '154004.670000', '154004.673000', '154004.676000', '154004.678000', '154004.681000', '154004.684000', '154024.574000', '154024.577000', '154024.579000', '154024.582000', '154024.584000', '154024.587000', '154024.589000', '154024.592000', '154024.595000', '154024.597000', '154024.600000', '154024.603000', '154024.605000', '154024.608000', '154024.610000', '154024.613000', '154024.616000', '154024.618000', '154024.621000', '154024.623000', '154024.626000', '154024.629000', '154024.631000', '154024.634000', '154024.636000', '154024.639000', '154024.641000', '154024.644000', '154024.647000', '154024.649000', '154024.652000', '154024.654000', '154024.657000', '154024.660000', '154024.662000', '154024.665000', '154024.667000', '154024.670000', '154024.673000', '154024.675000', '154024.678000', '154024.680000', '154024.683000', '154024.686000', '154033.097000', '154033.100000', '154033.102000', '154033.105000', '154033.107000', '154033.110000', '154033.113000', '154033.115000', '154033.118000', '154033.120000', '154033.123000', '154033.125000', '154033.128000', '154033.131000', '154033.133000', '154033.136000', '154033.138000', '154033.141000', '154033.144000'], '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': [10136, 8310, 9583, 7848, 7436, 8768, 7426, 11891, 8904, 7425, 9349, 7459, 10684, 8334, 7398, 9554, 7885, 8295, 7966, 6694, 9974, 7817, 6786, 8766, 7553, 10502, 7814, 6873, 8794, 7252, 6942, 9037, 7413, 8983, 7390, 6863, 8713, 6997, 7664, 8924, 6850, 10182, 8002, 7232, 9529, 7707, 14034, 8663, 7495, 9228, 7125, 12285, 9419, 10877, 12265, 7347, 8707, 8375, 6908, 10465, 8255, 8276, 9742, 7361, 9581, 7811, 6695, 8465, 7260, 7082, 9490, 7301, 7826, 8188, 7607, 11685, 8262, 10216, 7260, 6572, 8419, 7203, 8816, 7233, 6797, 8809, 6908, 7509, 7877, 7037, 9795, 7459, 6705, 9998, 8195, 11060, 12958, 8697, 12566, 8863, 13294, 8129, 11413, 8755, 7151, 9340, 7139, 7653, 7828, 6885, 11529, 9049, 8213, 9455, 6932, 10246, 7916, 7094, 10352, 7945, 7045, 8631, 7099, 7408, 8525, 7254, 8313, 10537, 7456, 12502, 8809, 8805, 8747, 8376, 11839, 7498, 8287, 8563, 6903, 12272, 9024, 6679, 9999, 7018, 11683, 8950, 6801, 9842, 7321, 7474, 9128, 7738, 6831, 10694, 8852, 7958, 13066, 8279, 12586, 10241, 9054, 10720, 7652, 7941, 9435, 6814, 13942, 9723, 7279, 10540, 7499, 9041, 8609, 7103, 11573, 7951, 6824, 9707, 7324, 13225, 9696, 7254, 8810, 6930, 10494, 8597, 6951, 10584, 7316, 9626, 8733, 7072, 13530, 8820, 8124, 9678, 6717, 13874, 9677, 7812, 9455, 7122, 10883, 8531, 9359, 9090, 6814, 10503, 7504, 10877, 8803, 6784, 9286, 7568, 6830, 9136, 8267, 7212, 10488, 10637, 8277, 12329, 8794, 14076, 8537, 11992, 9919, 8483, 8613, 6887, 7460, 7619, 6977, 9724, 7904, 6971, 9223, 6699, 11258, 8067, 14321, 9265, 8653, 8837, 7074, 11131, 7647, 12342, 9360, 6824, 10296, 7242, 7561, 9356, 6760, 10056, 8032, 6661, 10093, 7543, 10309, 8498, 7033, 10266, 7071, 12368, 9014, 6925, 11021, 7806, 13952, 10353, 6789, 9839, 7675, 6779, 8218, 8283, 7200, 8673, 10895, 7410, 10246, 8912, 7017, 10411, 7629, 14889, 8982, 6658, 9009, 7173, 10871, 7481, 11760, 8887, 6863, 9890, 6691, 11137, 8359, 7847, 13013, 8301, 8818, 9562, 6859, 11719, 8736, 10004, 10657, 6905, 11913, 8359, 11448, 8915, 9803, 10465, 6799, 10766, 7650, 7320, 9338, 7150, 10011, 8524, 7021, 11160, 7804, 13734, 10145, 6933, 11139, 7453, 12379, 8589, 7729, 11045, 6779, 11446, 7876, 10470, 8906, 7327, 11435, 7095, 7070, 9632, 7313, 6934, 10705, 8358, 7389, 9308, 6967, 13628, 9979, 12985, 7346, 7646, 8867, 6721, 9636, 7288, 6978, 9636, 7622, 7223, 10664, 7185, 12389, 9175, 9540, 13435, 8935, 12882, 9523, 7225, 12283, 9152, 13516, 10957, 6997, 11511, 8180, 11564, 9467, 7578, 11344, 7270, 7565, 9849, 7644, 10791, 7971, 7032, 10352, 7928, 6851, 9594, 6954, 11077, 9137, 6975, 12359, 8044, 10312, 9889, 7585, 12870, 7960, 7456, 10561, 7692, 6703, 10211, 7241, 7320, 10228, 8844, 7305, 14997, 9561, 7352, 11457, 7720, 12247, 9416, 7412, 10781, 7293, 8362, 8854, 6879, 11837, 9175, 7096, 9175, 7043, 11022, 8024, 10980, 8531, 6899, 11319, 7580, 14770, 10187, 7005, 11353, 7578, 11023, 9268, 6955, 12294, 7845, 7989, 9490, 7180, 12976, 10089, 6880, 10854, 7829, 8977, 10348, 6790, 11997, 7336, 8701, 8720, 6942, 11922, 7972, 6959, 9765, 7362, 9540, 9854, 6743, 12092, 9019, 6896, 11997, 7735, 8114, 11017, 10992, 14961, 11373, 7386, 6932, 9990, 8250, 7404, 10116, 8269, 6943, 11738, 9637, 9758, 12533, 8418, 10479, 9129, 7334, 16048, 12101, 10686, 12021, 7724, 7398, 9175, 6880, 11210, 8520, 7618, 9045, 6997, 12122, 9646, 7185, 10794, 7616, 10421, 8696, 6979, 11379, 7932, 10666, 8863, 6716, 12003, 9261, 7852, 12567, 8654, 10005, 10054, 7685, 13106, 8815, 7859, 12052, 7477, 8318, 9736, 7085, 13030, 9329, 6749, 10537, 7335, 6998, 9778, 7672, 7068, 11663, 8186, 6790, 10969, 7628, 14159, 9053, 6974, 10777, 7441, 9173, 10095, 6917, 9864, 8133, 6885, 11867, 8864, 6880, 11650, 7973, 12801, 9953, 9318, 13112, 8249, 12362, 9140, 10256, 9682, 7434, 12279, 7020, 11868, 7818, 10030, 8637, 7223, 12560, 7955, 10130, 8435, 6886, 11365, 6929, 13979, 9792, 7066, 10599, 6994, 12681, 9255, 7428, 12138, 7252, 8428, 10286, 6913, 8236, 9795, 7450, 6943, 11685, 9492, 9176, 10669, 6911, 13202, 8152, 8098, 10709, 7075, 9260, 8424, 6770, 12415, 9228, 9084, 9390, 6990, 12983, 8880, 11729, 8890, 6777, 11602, 7718, 12596, 10026, 6732, 11110, 7683, 8027, 11060, 8106, 9726, 9831, 6963, 13437, 10049, 11951, 10369, 6720, 12373, 8131, 12230, 9580, 6782, 11751, 7342, 11746, 8423, 11048, 9245, 6904, 11466, 6788, 11552, 7862, 10176, 9019, 6979, 12231, 8114, 8850, 9408, 6996, 13077, 9561, 7898, 10711, 7013, 13774, 9586, 11472, 10251, 6981, 12315, 8189, 9849, 9797, 7469, 13358, 8140, 9072, 9414, 6992, 9737, 8548, 6740, 11374, 8286, 7921, 11613, 7509, 13953, 9294, 8759, 12966, 8255, 13183, 9322, 7785, 11450, 7556, 13807, 8956, 6900, 11212, 7246, 13294, 9675, 6806, 11749, 7539, 13182, 9750, 7109, 12255, 7449, 10093, 8892, 7638, 16344, 11690, 7661, 6897, 9475, 7301, 7054, 8330, 9611, 7475, 13048, 10558, 11017, 15703, 11805, 12887, 10346, 10689, 14032, 9801, 15519, 10808, 7250, 11019, 7461, 11786, 8721, 13707, 9586, 8997, 10362, 6850, 11222, 8138, 9748, 8765, 7213, 12780, 8568, 11063, 9018, 6947, 11715, 8460, 10249, 11136, 7616, 12784, 8768, 7696, 12496, 8621, 13415, 9218, 6721, 13209, 8756, 7758, 10082, 6997, 12873, 9312, 12785, 11070, 7386, 13957, 8677, 9322, 12694, 8363, 11823, 8849, 7136, 11908, 9275, 7476, 8673, 12291, 9414, 11109, 9890, 6939, 15554, 10142, 15528, 9222, 7366, 9782, 7044, 12792, 9038, 6885, 10883, 6881, 13002, 8774, 10388, 13456, 8357, 11400, 9833, 7437, 13445, 13271, 8837, 6699, 10281, 8518, 7607, 11780, 11033, 7073, 15636, 10058, 14758, 10645, 7877, 10707, 6923, 14016, 9884, 7496, 9747, 6831, 13013, 8764, 7035, 11466, 7812, 13172, 9127, 9685], 'WindowCenter': [4206.0, 4170.0, 4175.0, 4154.0, 4129.0, 4151.0, 4142.0, 4193.0, 4162.0, 4141.0, 4161.0, 4142.0, 4171.0, 4151.0, 4143.0, 4161.0, 4154.0, 4152.0, 4154.0, 4134.0, 4186.0, 4154.0, 4143.0, 4176.0, 4170.0, 4186.0, 4168.0, 4161.0, 4178.0, 4159.0, 4158.0, 4191.0, 4169.0, 4178.0, 4158.0, 4148.0, 4178.0, 4159.0, 4169.0, 4190.0, 4161.0, 4201.0, 4181.0, 4160.0, 4191.0, 4169.0, 4231.0, 4179.0, 4159.0, 4189.0, 4149.0, 4209.0, 4189.0, 4199.0, 4209.0, 4157.0, 4166.0, 4166.0, 4144.0, 4186.0, 4166.0, 4167.0, 4187.0, 4157.0, 4185.0, 4169.0, 4147.0, 4178.0, 4171.0, 4162.0, 4202.0, 4170.0, 4170.0, 4180.0, 4169.0, 4211.0, 4179.0, 4197.0, 4158.0, 4148.0, 4181.0, 4170.0, 4190.0, 4171.0, 4161.0, 4204.0, 4172.0, 4172.0, 4195.0, 4173.0, 4214.0, 4185.0, 4174.0, 4215.0, 4196.0, 4225.0, 4236.0, 4192.0, 4211.0, 4178.0, 4206.0, 4158.0, 4196.0, 4166.0, 4144.0, 4175.0, 4157.0, 4155.0, 4166.0, 4156.0, 4208.0, 4178.0, 4167.0, 4187.0, 4157.0, 4196.0, 4167.0, 4159.0, 4212.0, 4182.0, 4159.0, 4179.0, 4173.0, 4182.0, 4191.0, 4182.0, 4192.0, 4213.0, 4171.0, 4221.0, 4190.0, 4178.0, 4178.0, 4168.0, 4208.0, 4158.0, 4166.0, 4177.0, 4158.0, 4207.0, 4189.0, 4148.0, 4200.0, 4173.0, 4220.0, 4192.0, 4160.0, 4213.0, 4183.0, 4169.0, 4203.0, 4181.0, 4161.0, 4212.0, 4192.0, 4181.0, 4220.0, 4179.0, 4207.0, 4187.0, 4176.0, 4195.0, 4155.0, 4153.0, 4174.0, 4145.0, 4216.0, 4175.0, 4154.0, 4184.0, 4154.0, 4174.0, 4175.0, 4145.0, 4208.0, 4165.0, 4145.0, 4186.0, 4168.0, 4219.0, 4189.0, 4157.0, 4177.0, 4157.0, 4197.0, 4179.0, 4157.0, 4208.0, 4168.0, 4198.0, 4189.0, 4157.0, 4218.0, 4187.0, 4165.0, 4187.0, 4147.0, 4217.0, 4187.0, 4153.0, 4188.0, 4146.0, 4195.0, 4175.0, 4174.0, 4175.0, 4143.0, 4196.0, 4168.0, 4206.0, 4187.0, 4157.0, 4189.0, 4166.0, 4158.0, 4199.0, 4190.0, 4173.0, 4212.0, 4212.0, 4190.0, 4219.0, 4179.0, 4218.0, 4179.0, 4195.0, 4174.0, 4162.0, 4162.0, 4142.0, 4152.0, 4165.0, 4157.0, 4188.0, 4178.0, 4158.0, 4188.0, 4148.0, 4206.0, 4168.0, 4217.0, 4177.0, 4163.0, 4175.0, 4142.0, 4195.0, 4155.0, 4205.0, 4185.0, 4145.0, 4196.0, 4156.0, 4166.0, 4186.0, 4148.0, 4196.0, 4180.0, 4157.0, 4199.0, 4170.0, 4198.0, 4178.0, 4156.0, 4198.0, 4157.0, 4218.0, 4188.0, 4156.0, 4197.0, 4168.0, 4230.0, 4200.0, 4158.0, 4186.0, 4166.0, 4158.0, 4177.0, 4189.0, 4180.0, 4190.0, 4212.0, 4170.0, 4199.0, 4188.0, 4156.0, 4198.0, 4156.0, 4215.0, 4174.0, 4145.0, 4174.0, 4145.0, 4196.0, 4156.0, 4206.0, 4188.0, 4147.0, 4198.0, 4146.0, 4208.0, 4178.0, 4179.0, 4219.0, 4180.0, 4189.0, 4188.0, 4147.0, 4207.0, 4178.0, 4199.0, 4200.0, 4158.0, 4207.0, 4179.0, 4208.0, 4190.0, 4187.0, 4198.0, 4146.0, 4196.0, 4168.0, 4167.0, 4199.0, 4160.0, 4199.0, 4189.0, 4160.0, 4220.0, 4181.0, 4229.0, 4199.0, 4157.0, 4208.0, 4156.0, 4207.0, 4178.0, 4167.0, 4208.0, 4147.0, 4207.0, 4179.0, 4209.0, 4189.0, 4158.0, 4208.0, 4158.0, 4158.0, 4199.0, 4169.0, 4172.0, 4212.0, 4192.0, 4170.0, 4201.0, 4158.0, 4230.0, 4198.0, 4216.0, 4156.0, 4166.0, 4188.0, 4158.0, 4199.0, 4168.0, 4169.0, 4211.0, 4182.0, 4181.0, 4224.0, 4172.0, 4222.0, 4204.0, 4202.0, 4233.0, 4191.0, 4220.0, 4188.0, 4155.0, 4218.0, 4188.0, 4216.0, 4196.0, 4143.0, 4194.0, 4164.0, 4194.0, 4176.0, 4155.0, 4193.0, 4156.0, 4166.0, 4187.0, 4155.0, 4196.0, 4166.0, 4155.0, 4197.0, 4178.0, 4159.0, 4198.0, 4169.0, 4220.0, 4200.0, 4158.0, 4218.0, 4179.0, 4198.0, 4200.0, 4168.0, 4218.0, 4168.0, 4169.0, 4210.0, 4179.0, 4149.0, 4210.0, 4169.0, 4170.0, 4212.0, 4190.0, 4171.0, 4233.0, 4190.0, 4156.0, 4195.0, 4156.0, 4195.0, 4175.0, 4143.0, 4182.0, 4142.0, 4162.0, 4175.0, 4145.0, 4205.0, 4187.0, 4155.0, 4186.0, 4157.0, 4208.0, 4167.0, 4206.0, 4179.0, 4156.0, 4207.0, 4167.0, 4228.0, 4188.0, 4144.0, 4195.0, 4155.0, 4195.0, 4186.0, 4143.0, 4208.0, 4164.0, 4166.0, 4187.0, 4155.0, 4217.0, 4199.0, 4157.0, 4196.0, 4168.0, 4186.0, 4198.0, 4146.0, 4206.0, 4156.0, 4176.0, 4179.0, 4156.0, 4207.0, 4178.0, 4157.0, 4200.0, 4171.0, 4200.0, 4200.0, 4159.0, 4219.0, 4192.0, 4170.0, 4223.0, 4181.0, 4182.0, 4224.0, 4224.0, 4247.0, 4235.0, 4183.0, 4172.0, 4197.0, 4179.0, 4158.0, 4198.0, 4178.0, 4170.0, 4221.0, 4188.0, 4189.0, 4218.0, 4165.0, 4183.0, 4162.0, 4141.0, 4214.0, 4195.0, 4183.0, 4193.0, 4151.0, 4139.0, 4159.0, 4129.0, 4179.0, 4162.0, 4139.0, 4160.0, 4130.0, 4192.0, 4174.0, 4142.0, 4183.0, 4152.0, 4179.0, 4160.0, 4129.0, 4194.0, 4153.0, 4184.0, 4174.0, 4132.0, 4207.0, 4175.0, 4152.0, 4205.0, 4165.0, 4173.0, 4172.0, 4141.0, 4202.0, 4175.0, 4155.0, 4205.0, 4156.0, 4164.0, 4187.0, 4145.0, 4207.0, 4176.0, 4147.0, 4195.0, 4156.0, 4158.0, 4199.0, 4180.0, 4173.0, 4223.0, 4193.0, 4160.0, 4211.0, 4169.0, 4230.0, 4179.0, 4158.0, 4197.0, 4172.0, 4188.0, 4201.0, 4160.0, 4198.0, 4179.0, 4159.0, 4221.0, 4191.0, 4170.0, 4222.0, 4182.0, 4231.0, 4201.0, 4190.0, 4220.0, 4177.0, 4209.0, 4188.0, 4187.0, 4187.0, 4145.0, 4207.0, 4144.0, 4193.0, 4155.0, 4187.0, 4177.0, 4156.0, 4207.0, 4168.0, 4185.0, 4166.0, 4143.0, 4206.0, 4157.0, 4217.0, 4188.0, 4145.0, 4196.0, 4157.0, 4216.0, 4189.0, 4156.0, 4221.0, 4168.0, 4178.0, 4199.0, 4159.0, 4168.0, 4198.0, 4169.0, 4170.0, 4235.0, 4203.0, 4190.0, 4198.0, 4157.0, 4217.0, 4168.0, 4167.0, 4198.0, 4156.0, 4176.0, 4167.0, 4146.0, 4219.0, 4189.0, 4175.0, 4188.0, 4147.0, 4218.0, 4177.0, 4208.0, 4178.0, 4146.0, 4208.0, 4180.0, 4220.0, 4199.0, 4147.0, 4209.0, 4168.0, 4179.0, 4209.0, 4182.0, 4189.0, 4199.0, 4157.0, 4218.0, 4199.0, 4208.0, 4189.0, 4133.0, 4206.0, 4167.0, 4205.0, 4185.0, 4134.0, 4205.0, 4155.0, 4194.0, 4177.0, 4195.0, 4176.0, 4144.0, 4197.0, 4135.0, 4194.0, 4167.0, 4197.0, 4176.0, 4145.0, 4207.0, 4166.0, 4176.0, 4187.0, 4155.0, 4218.0, 4189.0, 4167.0, 4198.0, 4145.0, 4218.0, 4188.0, 4208.0, 4197.0, 4145.0, 4205.0, 4167.0, 4187.0, 4186.0, 4157.0, 4217.0, 4168.0, 4176.0, 4187.0, 4158.0, 4199.0, 4190.0, 4160.0, 4221.0, 4192.0, 4180.0, 4220.0, 4171.0, 4229.0, 4201.0, 4179.0, 4220.0, 4180.0, 4218.0, 4187.0, 4168.0, 4208.0, 4158.0, 4218.0, 4178.0, 4156.0, 4208.0, 4158.0, 4218.0, 4188.0, 4146.0, 4207.0, 4169.0, 4217.0, 4188.0, 4146.0, 4207.0, 4156.0, 4195.0, 4188.0, 4181.0, 4242.0, 4224.0, 4184.0, 4174.0, 4201.0, 4172.0, 4174.0, 4190.0, 4202.0, 4172.0, 4233.0, 4213.0, 4212.0, 4231.0, 4212.0, 4197.0, 4173.0, 4168.0, 4190.0, 4159.0, 4188.0, 4156.0, 4116.0, 4167.0, 4126.0, 4177.0, 4149.0, 4187.0, 4157.0, 4148.0, 4157.0, 4117.0, 4167.0, 4138.0, 4158.0, 4151.0, 4128.0, 4191.0, 4162.0, 4182.0, 4162.0, 4131.0, 4193.0, 4163.0, 4182.0, 4197.0, 4155.0, 4205.0, 4167.0, 4155.0, 4205.0, 4167.0, 4216.0, 4177.0, 4147.0, 4217.0, 4179.0, 4154.0, 4198.0, 4158.0, 4219.0, 4203.0, 4221.0, 4212.0, 4160.0, 4229.0, 4179.0, 4189.0, 4222.0, 4181.0, 4221.0, 4189.0, 4158.0, 4209.0, 4193.0, 4172.0, 4193.0, 4234.0, 4204.0, 4211.0, 4202.0, 4160.0, 4243.0, 4201.0, 4231.0, 4178.0, 4146.0, 4185.0, 4160.0, 4220.0, 4178.0, 4147.0, 4197.0, 4148.0, 4219.0, 4177.0, 4200.0, 4220.0, 4179.0, 4211.0, 4199.0, 4171.0, 4231.0, 4232.0, 4192.0, 4161.0, 4213.0, 4193.0, 4186.0, 4235.0, 4225.0, 4159.0, 4243.0, 4203.0, 4232.0, 4201.0, 4167.0, 4196.0, 4146.0, 4218.0, 4189.0, 4145.0, 4185.0, 4145.0, 4220.0, 4180.0, 4159.0, 4208.0, 4170.0, 4220.0, 4192.0, 4189.0], 'WindowWidth': [9344.0, 9282.0, 9278.0, 9247.0, 9207.0, 9238.0, 9226.0, 9295.0, 9253.0, 9224.0, 9248.0, 9226.0, 9264.0, 9238.0, 9227.0, 9250.0, 9245.0, 9238.0, 9246.0, 9220.0, 9289.0, 9246.0, 9233.0, 9279.0, 9277.0, 9291.0, 9273.0, 9268.0, 9286.0, 9262.0, 9260.0, 9311.0, 9277.0, 9286.0, 9260.0, 9245.0, 9284.0, 9264.0, 9276.0, 9306.0, 9269.0, 9320.0, 9295.0, 9265.0, 9307.0, 9275.0, 9363.0, 9291.0, 9263.0, 9302.0, 9247.0, 9328.0, 9302.0, 9314.0, 9327.0, 9258.0, 9266.0, 9266.0, 9235.0, 9292.0, 9266.0, 9267.0, 9294.0, 9256.0, 9290.0, 9273.0, 9243.0, 9287.0, 9283.0, 9272.0, 9323.0, 9281.0, 9279.0, 9291.0, 9275.0, 9334.0, 9290.0, 9311.0, 9262.0, 9248.0, 9295.0, 9281.0, 9308.0, 9285.0, 9270.0, 9331.0, 9287.0, 9288.0, 9321.0, 9290.0, 9345.0, 9309.0, 9294.0, 9348.0, 9324.0, 9361.0, 9377.0, 9312.0, 9335.0, 9286.0, 9320.0, 9257.0, 9304.0, 9266.0, 9234.0, 9277.0, 9257.0, 9251.0, 9268.0, 9256.0, 9326.0, 9288.0, 9270.0, 9296.0, 9257.0, 9308.0, 9272.0, 9263.0, 9339.0, 9299.0, 9265.0, 9288.0, 9291.0, 9303.0, 9312.0, 9302.0, 9314.0, 9344.0, 9285.0, 9349.0, 9306.0, 9288.0, 9288.0, 9272.0, 9325.0, 9260.0, 9265.0, 9282.0, 9261.0, 9325.0, 9304.0, 9248.0, 9320.0, 9290.0, 9349.0, 9311.0, 9267.0, 9343.0, 9307.0, 9277.0, 9328.0, 9299.0, 9272.0, 9342.0, 9314.0, 9296.0, 9349.0, 9289.0, 9323.0, 9298.0, 9280.0, 9304.0, 9251.0, 9245.0, 9275.0, 9239.0, 9333.0, 9279.0, 9249.0, 9289.0, 9250.0, 9273.0, 9279.0, 9241.0, 9327.0, 9268.0, 9240.0, 9296.0, 9276.0, 9345.0, 9304.0, 9259.0, 9284.0, 9256.0, 9313.0, 9291.0, 9259.0, 9328.0, 9276.0, 9315.0, 9307.0, 9261.0, 9342.0, 9299.0, 9267.0, 9297.0, 9247.0, 9338.0, 9297.0, 9248.0, 9302.0, 9241.0, 9305.0, 9281.0, 9277.0, 9278.0, 9236.0, 9308.0, 9276.0, 9323.0, 9298.0, 9261.0, 9304.0, 9269.0, 9264.0, 9320.0, 9309.0, 9289.0, 9341.0, 9342.0, 9310.0, 9344.0, 9289.0, 9340.0, 9287.0, 9304.0, 9275.0, 9256.0, 9255.0, 9232.0, 9245.0, 9267.0, 9260.0, 9303.0, 9290.0, 9264.0, 9303.0, 9248.0, 9325.0, 9273.0, 9337.0, 9285.0, 9260.0, 9277.0, 9230.0, 9305.0, 9253.0, 9319.0, 9292.0, 9240.0, 9307.0, 9258.0, 9269.0, 9297.0, 9248.0, 9311.0, 9297.0, 9262.0, 9319.0, 9282.0, 9316.0, 9290.0, 9259.0, 9316.0, 9260.0, 9340.0, 9301.0, 9257.0, 9312.0, 9277.0, 9361.0, 9321.0, 9261.0, 9293.0, 9269.0, 9262.0, 9287.0, 9309.0, 9298.0, 9310.0, 9341.0, 9284.0, 9319.0, 9301.0, 9256.0, 9313.0, 9253.0, 9332.0, 9276.0, 9238.0, 9275.0, 9239.0, 9309.0, 9258.0, 9323.0, 9302.0, 9247.0, 9314.0, 9246.0, 9328.0, 9291.0, 9292.0, 9345.0, 9293.0, 9303.0, 9303.0, 9247.0, 9326.0, 9289.0, 9317.0, 9320.0, 9262.0, 9326.0, 9292.0, 9327.0, 9308.0, 9298.0, 9314.0, 9242.0, 9306.0, 9273.0, 9275.0, 9320.0, 9268.0, 9320.0, 9305.0, 9266.0, 9347.0, 9297.0, 9359.0, 9318.0, 9258.0, 9327.0, 9258.0, 9326.0, 9290.0, 9272.0, 9327.0, 9247.0, 9324.0, 9293.0, 9330.0, 9305.0, 9263.0, 9328.0, 9264.0, 9261.0, 9317.0, 9282.0, 9289.0, 9340.0, 9315.0, 9284.0, 9325.0, 9264.0, 9362.0, 9315.0, 9337.0, 9257.0, 9271.0, 9302.0, 9264.0, 9318.0, 9276.0, 9280.0, 9339.0, 9303.0, 9301.0, 9359.0, 9290.0, 9353.0, 9332.0, 9326.0, 9369.0, 9310.0, 9347.0, 9300.0, 9253.0, 9342.0, 9300.0, 9336.0, 9308.0, 9233.0, 9300.0, 9261.0, 9301.0, 9279.0, 9251.0, 9301.0, 9254.0, 9270.0, 9299.0, 9252.0, 9307.0, 9269.0, 9255.0, 9312.0, 9289.0, 9266.0, 9316.0, 9282.0, 9350.0, 9323.0, 9264.0, 9343.0, 9294.0, 9316.0, 9319.0, 9277.0, 9340.0, 9275.0, 9279.0, 9334.0, 9292.0, 9250.0, 9335.0, 9281.0, 9282.0, 9341.0, 9312.0, 9285.0, 9368.0, 9306.0, 9255.0, 9306.0, 9256.0, 9303.0, 9278.0, 9231.0, 9282.0, 9231.0, 9256.0, 9279.0, 9238.0, 9318.0, 9298.0, 9253.0, 9295.0, 9260.0, 9328.0, 9274.0, 9324.0, 9292.0, 9256.0, 9326.0, 9271.0, 9355.0, 9300.0, 9237.0, 9305.0, 9253.0, 9305.0, 9295.0, 9237.0, 9326.0, 9264.0, 9266.0, 9298.0, 9256.0, 9338.0, 9318.0, 9259.0, 9309.0, 9276.0, 9296.0, 9315.0, 9245.0, 9322.0, 9257.0, 9284.0, 9291.0, 9258.0, 9326.0, 9289.0, 9260.0, 9323.0, 9285.0, 9321.0, 9321.0, 9266.0, 9348.0, 9315.0, 9282.0, 9355.0, 9298.0, 9301.0, 9360.0, 9362.0, 9398.0, 9377.0, 9307.0, 9287.0, 9310.0, 9291.0, 9261.0, 9313.0, 9288.0, 9281.0, 9350.0, 9303.0, 9304.0, 9340.0, 9266.0, 9283.0, 9253.0, 9225.0, 9329.0, 9305.0, 9283.0, 9299.0, 9240.0, 9220.0, 9245.0, 9205.0, 9273.0, 9254.0, 9219.0, 9250.0, 9209.0, 9295.0, 9274.0, 9231.0, 9285.0, 9243.0, 9274.0, 9251.0, 9209.0, 9299.0, 9245.0, 9285.0, 9272.0, 9219.0, 9320.0, 9276.0, 9242.0, 9315.0, 9262.0, 9268.0, 9267.0, 9226.0, 9308.0, 9275.0, 9249.0, 9316.0, 9252.0, 9260.0, 9293.0, 9238.0, 9321.0, 9280.0, 9242.0, 9305.0, 9255.0, 9260.0, 9315.0, 9297.0, 9290.0, 9356.0, 9316.0, 9269.0, 9334.0, 9277.0, 9360.0, 9288.0, 9259.0, 9309.0, 9283.0, 9301.0, 9320.0, 9267.0, 9314.0, 9290.0, 9267.0, 9348.0, 9311.0, 9283.0, 9352.0, 9300.0, 9363.0, 9323.0, 9306.0, 9347.0, 9285.0, 9328.0, 9301.0, 9296.0, 9297.0, 9237.0, 9320.0, 9235.0, 9298.0, 9251.0, 9295.0, 9283.0, 9253.0, 9324.0, 9273.0, 9292.0, 9267.0, 9233.0, 9321.0, 9258.0, 9337.0, 9297.0, 9237.0, 9305.0, 9259.0, 9335.0, 9303.0, 9256.0, 9349.0, 9278.0, 9288.0, 9315.0, 9261.0, 9273.0, 9314.0, 9278.0, 9282.0, 9378.0, 9329.0, 9305.0, 9312.0, 9258.0, 9335.0, 9274.0, 9271.0, 9312.0, 9256.0, 9279.0, 9271.0, 9243.0, 9342.0, 9302.0, 9278.0, 9298.0, 9244.0, 9339.0, 9285.0, 9325.0, 9286.0, 9241.0, 9327.0, 9295.0, 9346.0, 9318.0, 9245.0, 9326.0, 9277.0, 9292.0, 9331.0, 9298.0, 9304.0, 9316.0, 9259.0, 9341.0, 9318.0, 9327.0, 9301.0, 9221.0, 9318.0, 9271.0, 9318.0, 9292.0, 9223.0, 9318.0, 9252.0, 9302.0, 9285.0, 9305.0, 9281.0, 9234.0, 9307.0, 9225.0, 9301.0, 9270.0, 9308.0, 9282.0, 9239.0, 9323.0, 9268.0, 9280.0, 9297.0, 9254.0, 9339.0, 9303.0, 9272.0, 9312.0, 9241.0, 9339.0, 9301.0, 9326.0, 9311.0, 9240.0, 9318.0, 9270.0, 9297.0, 9297.0, 9258.0, 9337.0, 9273.0, 9279.0, 9298.0, 9263.0, 9317.0, 9306.0, 9268.0, 9353.0, 9314.0, 9295.0, 9347.0, 9282.0, 9358.0, 9325.0, 9293.0, 9346.0, 9290.0, 9339.0, 9297.0, 9275.0, 9328.0, 9259.0, 9340.0, 9287.0, 9255.0, 9328.0, 9261.0, 9340.0, 9301.0, 9243.0, 9323.0, 9278.0, 9340.0, 9302.0, 9243.0, 9322.0, 9256.0, 9306.0, 9303.0, 9299.0, 9380.0, 9357.0, 9308.0, 9293.0, 9323.0, 9286.0, 9294.0, 9309.0, 9326.0, 9288.0, 9367.0, 9341.0, 9338.0, 9366.0, 9336.0, 9306.0, 9267.0, 9254.0, 9285.0, 9240.0, 9282.0, 9232.0, 9181.0, 9249.0, 9196.0, 9262.0, 9229.0, 9277.0, 9239.0, 9224.0, 9236.0, 9184.0, 9251.0, 9215.0, 9239.0, 9236.0, 9204.0, 9289.0, 9253.0, 9278.0, 9253.0, 9210.0, 9296.0, 9259.0, 9282.0, 9308.0, 9248.0, 9313.0, 9267.0, 9249.0, 9318.0, 9269.0, 9332.0, 9282.0, 9244.0, 9334.0, 9288.0, 9251.0, 9312.0, 9260.0, 9342.0, 9326.0, 9348.0, 9335.0, 9264.0, 9355.0, 9290.0, 9305.0, 9350.0, 9294.0, 9348.0, 9302.0, 9260.0, 9328.0, 9312.0, 9286.0, 9315.0, 9372.0, 9333.0, 9336.0, 9324.0, 9267.0, 9380.0, 9320.0, 9361.0, 9285.0, 9238.0, 9290.0, 9264.0, 9343.0, 9287.0, 9243.0, 9310.0, 9246.0, 9340.0, 9287.0, 9318.0, 9345.0, 9289.0, 9334.0, 9316.0, 9287.0, 9363.0, 9365.0, 9313.0, 9271.0, 9344.0, 9317.0, 9314.0, 9376.0, 9360.0, 9267.0, 9384.0, 9327.0, 9368.0, 9321.0, 9269.0, 9305.0, 9240.0, 9337.0, 9299.0, 9237.0, 9290.0, 9239.0, 9343.0, 9292.0, 9262.0, 9327.0, 9279.0, 9344.0, 9311.0, 9303.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.0013301720183486237</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03529260194954128</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.239647778851946</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2399090660849588</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9977892944431695</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4795</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5502.4932</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10201025768614874</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>45</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.160550458715596</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.479321219625239</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3110730358088163</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7549054797724803</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.37198514329442</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0126531</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012230693362653255</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026152703911066055</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9562424022905374</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>19.2067</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.2412</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.3586</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>299533.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>814.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>336.0147</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4795</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.8669</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3395.8852</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3604.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77011.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1160.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4416.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>910.9595</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.47765840718057</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> |