=== 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-01_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-01_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-01_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-01_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-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_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-01_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-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_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-01_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-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_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-01_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-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_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-01_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-01_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-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_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-01_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-01_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-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_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-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0088/figures/sub-0088_ses-01_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-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-01_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-01/func/sub-0088_ses-01_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>107ad8ca060433bdd4e91ce3e22dbda3</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>09:47:27.265000</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.998523, -0.0468866, 0.0274424, 0.0411523, 0.982554, 0.181368]</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.0813004</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>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4150, -7817, -7194, 538, -40, -232, -26, 81]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.173</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>5264a458-bf14-465f-8de3-dc08e58537d2||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.678964614868164, 0.11040852218866348, 0.09576195478439331, 107.46157836914062], [0.1257934421300888, 2.636120557785034, 0.48592016100883484, -89.93579864501953], [0.07362604886293411, -0.4865959882736206, 2.6541874408721924, -55.258121490478516], [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': ['094727.265000', '094727.725000', '094728.185000', '094728.645000', '094729.105000', '094729.565000', '094730.025000', '094730.485000', '094730.945000', '094731.405000', '094731.865000', '094732.325000', '094732.785000', '094733.245000', '094733.705000', '094734.165000', '094734.625000', '094735.085000', '094735.545000', '094736.005000', '094736.465000', '094736.925000', '094737.385000', '094737.845000', '094738.305000', '094738.765000', '094739.225000', '094739.685000', '094740.145000', '094740.605000', '094741.065000', '094741.525000', '094741.985000', '094742.445000', '094742.905000', '094743.365000', '094743.825000', '094744.285000', '094744.745000', '094745.205000', '094745.665000', '094746.125000', '094746.585000', '094747.045000', '094747.505000', '094747.965000', '094748.425000', '094748.885000', '094749.345000', '094749.805000', '094750.265000', '094750.725000', '094751.185000', '094751.645000', '094752.105000', '094752.565000', '094753.025000', '094753.485000', '094753.945000', '094754.405000', '094754.865000', '094755.325000', '094755.785000', '094756.245000', '094756.705000', '094757.165000', '094757.625000', '094758.085000', '094758.545000', '094759.005000', '094759.465000', '094759.925000', '094800.385000', '094800.845000', '094801.305000', '094801.765000', '094802.225000', '094802.685000', '094803.145000', '094803.605000', '094804.065000', '094804.525000', '094804.985000', '094805.445000', '094805.905000', '094806.365000', '094806.825000', '094807.285000', '094807.745000', '094808.205000', '094808.665000', '094809.125000', '094809.585000', '094810.045000', '094810.505000', '094810.965000', '094811.425000', '094811.885000', '094812.345000', '094812.805000', '094813.265000', '094813.725000', '094814.185000', '094814.645000', '094815.105000', '094815.565000', '094816.025000', '094816.485000', '094816.945000', '094817.405000', '094817.865000', '094818.325000', '094818.785000', '094819.245000', '094819.705000', '094820.165000', '094820.625000', '094821.085000', '094821.545000', '094822.005000', '094822.465000', '094822.925000', '094823.385000', '094823.845000', '094824.305000', '094824.765000', '094825.225000', '094825.685000', '094826.145000', '094826.605000', '094827.065000', '094827.525000', '094827.985000', '094828.445000', '094828.905000', '094829.365000', '094829.825000', '094830.285000', '094830.745000', '094831.205000', '094831.665000', '094832.125000', '094832.585000', '094833.045000', '094833.505000', '094833.965000', '094834.425000', '094834.885000', '094835.345000', '094835.805000', '094836.265000', '094836.725000', '094837.185000', '094837.645000', '094838.105000', '094838.565000', '094839.025000', '094839.485000', '094839.945000', '094840.405000', '094840.865000', '094841.325000', '094841.785000', '094842.245000', '094842.705000', '094843.165000', '094843.625000', '094844.085000', '094844.545000', '094845.005000', '094845.465000', '094845.925000', '094846.385000', '094846.845000', '094847.305000', '094847.765000', '094848.225000', '094848.685000', '094849.145000', '094849.605000', '094850.065000', '094850.525000', '094850.985000', '094851.445000', '094851.905000', '094852.365000', '094852.825000', '094853.285000', '094853.745000', '094854.205000', '094854.665000', '094855.125000', '094855.585000', '094856.045000', '094856.505000', '094856.965000', '094857.425000', '094857.885000', '094858.345000', '094858.805000', '094859.265000', '094859.725000', '094900.185000', '094900.645000', '094901.105000', '094901.565000', '094902.025000', '094902.485000', '094902.945000', '094903.405000', '094903.865000', '094904.325000', '094904.785000', '094905.245000', '094905.705000', '094906.165000', '094906.625000', '094907.085000', '094907.545000', '094908.005000', '094908.465000', '094908.925000', '094909.385000', '094909.845000', '094910.305000', '094910.765000', '094911.225000', '094911.685000', '094912.145000', '094912.605000', '094913.065000', '094913.525000', '094913.985000', '094914.445000', '094914.905000', '094915.365000', '094915.825000', '094916.285000', '094916.745000', '094917.205000', '094917.665000', '094918.125000', '094918.585000', '094919.045000', '094919.505000', '094919.965000', '094920.425000', '094920.885000', '094921.345000', '094921.805000', '094922.265000', '094922.725000', '094923.185000', '094923.645000', '094924.105000', '094924.565000', '094925.025000', '094925.485000', '094925.945000', '094926.405000', '094926.865000', '094927.325000', '094927.785000', '094928.245000', '094928.705000', '094929.165000', '094929.625000', '094930.085000', '094930.545000', '094931.005000', '094931.465000', '094931.925000', '094932.385000', '094932.845000', '094933.305000', '094933.765000', '094934.225000', '094934.685000', '094935.145000', '094935.605000', '094936.065000', '094936.525000', '094936.985000', '094937.445000', '094937.905000', '094938.365000', '094938.825000', '094939.285000', '094939.745000', '094940.205000', '094940.665000', '094941.125000', '094941.585000', '094942.045000', '094942.505000', '094942.965000', '094943.425000', '094943.885000', '094944.345000', '094944.805000', '094945.265000', '094945.725000', '094946.185000', '094946.645000', '094947.105000', '094947.565000', '094948.025000', '094948.485000', '094948.945000', '094949.405000', '094949.865000', '094950.325000', '094950.785000', '094951.245000', '094951.705000', '094952.165000', '094952.625000', '094953.085000', '094953.545000', '094954.005000', '094954.465000', '094954.925000', '094955.385000', '094955.845000', '094956.305000', '094956.765000', '094957.225000', '094957.685000', '094958.145000', '094958.605000', '094959.065000', '094959.525000', '094959.985000', '095000.445000', '095000.905000', '095001.365000', '095001.825000', '095002.285000', '095002.745000', '095003.205000', '095003.665000', '095004.125000', '095004.585000', '095005.045000', '095005.505000', '095005.965000', '095006.425000', '095006.885000', '095007.345000', '095007.805000', '095008.265000', '095008.725000', '095009.185000', '095009.645000', '095010.105000', '095010.565000', '095011.025000', '095011.485000', '095011.945000', '095012.405000', '095012.865000', '095013.325000', '095013.785000', '095014.245000', '095014.705000', '095015.165000', '095015.625000', '095016.085000', '095016.545000', '095017.005000', '095017.465000', '095017.925000', '095018.385000', '095018.845000', '095019.305000', '095019.765000', '095020.225000', '095020.685000', '095021.145000', '095021.605000', '095022.065000', '095022.525000', '095022.985000', '095023.445000', '095023.905000', '095024.365000', '095024.825000', '095025.285000', '095025.745000', '095026.205000', '095026.665000', '095027.125000', '095027.585000', '095028.045000', '095028.505000', '095028.965000', '095029.425000', '095029.885000', '095030.345000', '095030.805000', '095031.265000', '095031.725000', '095032.185000', '095032.645000', '095033.105000', '095033.565000', '095034.025000', '095034.485000', '095034.945000', '095035.405000', '095035.865000', '095036.325000', '095036.785000', '095037.245000', '095037.705000', '095038.165000', '095038.625000', '095039.085000', '095039.545000', '095040.005000', '095040.465000', '095040.925000', '095041.385000', '095041.845000', '095042.305000', '095042.765000', '095043.225000', '095043.685000', '095044.145000', '095044.605000', '095045.065000', '095045.525000', '095045.985000', '095046.445000', '095046.905000', '095047.365000', '095047.825000', '095048.285000', '095048.745000', '095049.205000', '095049.665000', '095050.125000', '095050.585000', '095051.045000', '095051.505000', '095051.965000', '095052.425000', '095052.885000', '095053.345000', '095053.805000', '095054.265000', '095054.725000', '095055.185000', '095055.645000', '095056.105000', '095056.565000', '095057.025000', '095057.485000', '095057.945000', '095058.405000', '095058.865000', '095059.325000', '095059.785000', '095100.245000', '095100.705000', '095101.165000', '095101.625000', '095102.085000', '095102.545000', '095103.005000', '095103.465000', '095103.925000', '095104.385000', '095104.845000', '095105.305000', '095105.765000', '095106.225000', '095106.685000', '095107.145000', '095107.605000', '095108.065000', '095108.525000', '095108.985000', '095109.445000', '095109.905000', '095110.365000', '095110.825000', '095111.285000', '095111.745000', '095112.205000', '095112.665000', '095113.125000', '095113.585000', '095114.045000', '095114.505000', '095114.965000', '095115.425000', '095115.885000', '095116.345000', '095116.805000', '095117.265000', '095117.725000', '095118.185000', '095118.645000', '095119.105000', '095119.565000', '095120.025000', '095120.485000', '095120.945000', '095121.405000', '095121.865000', '095122.325000', '095122.785000', '095123.245000', '095123.705000', '095124.165000', '095124.625000', '095125.085000', '095125.545000', '095126.005000', '095126.465000', '095126.925000', '095127.385000', '095127.845000', '095128.305000', '095128.765000', '095129.225000', '095129.685000', '095130.145000', '095130.605000', '095131.065000', '095131.525000', '095131.985000', '095132.445000', '095132.905000', '095133.365000', '095133.825000', '095134.285000', '095134.745000', '095135.205000', '095135.665000', '095136.125000', '095136.585000', '095137.045000', '095137.505000', '095137.965000', '095138.425000', '095138.885000', '095139.345000', '095139.805000', '095140.265000', '095140.725000', '095141.185000', '095141.645000', '095142.105000', '095142.565000', '095143.025000', '095143.485000', '095143.945000', '095144.405000', '095144.865000', '095145.325000', '095145.785000', '095146.245000', '095146.705000', '095147.165000', '095147.625000', '095148.085000', '095148.545000', '095149.005000', '095149.465000', '095149.925000', '095150.385000', '095150.845000', '095151.305000', '095151.765000', '095152.225000', '095152.685000', '095153.145000', '095153.605000', '095154.065000', '095154.525000', '095154.985000', '095155.445000', '095155.905000', '095156.365000', '095156.825000', '095157.285000', '095157.745000', '095158.205000', '095158.665000', '095159.125000', '095159.585000', '095200.045000', '095200.505000', '095200.965000', '095201.425000', '095201.885000', '095202.345000', '095202.805000', '095203.265000', '095203.725000', '095204.185000', '095204.645000', '095205.105000', '095205.565000', '095206.025000', '095206.485000', '095206.945000', '095207.405000', '095207.865000', '095208.325000', '095208.785000', '095209.245000', '095209.705000', '095210.165000', '095210.625000', '095211.085000', '095211.545000', '095212.005000', '095212.465000', '095212.925000', '095213.385000', '095213.845000', '095214.305000', '095214.765000', '095215.225000', '095215.685000', '095216.145000', '095216.605000', '095217.065000', '095217.525000', '095217.985000', '095218.445000', '095218.905000', '095219.365000', '095219.825000', '095220.285000', '095220.745000', '095221.205000', '095221.665000', '095222.125000', '095222.585000', '095223.045000', '095223.505000', '095223.965000', '095224.425000', '095224.885000', '095225.345000', '095225.805000', '095226.265000', '095226.725000', '095227.185000', '095227.645000', '095228.105000', '095228.565000', '095229.025000', '095229.485000', '095229.945000', '095230.405000', '095230.865000', '095231.325000', '095231.785000', '095232.245000', '095232.705000', '095233.165000', '095233.625000', '095234.085000', '095234.545000', '095235.005000', '095235.465000', '095235.925000', '095236.385000', '095236.845000', '095237.305000', '095237.765000', '095238.225000', '095238.685000', '095239.145000', '095239.605000', '095240.065000', '095240.525000', '095240.985000', '095241.445000', '095241.905000', '095242.365000', '095242.825000', '095243.285000', '095243.745000', '095244.205000', '095244.665000', '095245.125000', '095245.585000', '095246.045000', '095246.505000', '095246.965000', '095247.425000', '095247.885000', '095248.345000', '095248.805000', '095249.265000', '095249.725000', '095250.185000', '095250.645000', '095251.105000', '095251.565000', '095252.025000', '095252.485000', '095252.945000', '095253.405000', '095253.865000', '095254.325000', '095254.785000', '095255.245000', '095255.705000', '095256.165000', '095256.625000', '095257.085000', '095257.545000', '095258.005000', '095258.465000', '095258.925000', '095259.385000', '095259.845000', '095300.305000', '095300.765000', '095301.225000', '095301.685000', '095302.145000', '095302.605000', '095303.065000', '095303.525000', '095303.985000', '095304.445000', '095304.905000', '095305.365000', '095305.825000', '095306.285000', '095306.745000', '095307.205000', '095307.665000', '095308.125000', '095308.585000', '095309.045000', '095309.505000', '095309.965000', '095310.425000', '095310.885000', '095311.345000', '095311.805000', '095312.265000', '095312.725000', '095313.185000', '095313.645000', '095314.105000', '095314.565000', '095315.025000', '095315.485000', '095315.945000', '095316.405000', '095316.865000', '095317.325000', '095317.785000', '095318.245000', '095318.705000', '095319.165000', '095319.625000', '095320.085000', '095320.545000', '095321.005000', '095321.465000', '095321.925000', '095322.385000', '095322.845000', '095323.305000', '095323.765000', '095324.225000', '095324.685000', '095325.145000', '095325.605000', '095326.065000', '095326.525000', '095326.985000', '095327.445000', '095327.905000', '095328.365000', '095328.825000', '095329.285000', '095329.745000', '095330.205000', '095330.665000', '095331.125000', '095331.585000', '095332.045000', '095332.505000', '095332.965000', '095333.425000', '095333.885000', '095334.345000', '095334.805000', '095335.265000', '095335.725000', '095336.185000', '095336.645000', '095337.105000', '095337.565000', '095338.025000', '095338.485000', '095338.945000', '095339.405000', '095339.865000', '095340.325000', '095340.785000', '095341.245000', '095341.705000', '095342.165000', '095342.625000', '095343.085000', '095343.545000', '095344.005000', '095344.465000', '095344.925000', '095345.385000', '095345.845000', '095346.305000', '095346.765000', '095347.225000', '095347.685000', '095348.145000', '095348.605000', '095349.065000', '095349.525000', '095349.985000', '095350.445000', '095350.905000', '095351.365000', '095351.825000', '095352.285000', '095352.745000', '095353.205000', '095353.665000', '095354.125000', '095354.585000', '095355.045000', '095355.505000', '095355.965000', '095356.425000', '095356.885000', '095357.345000', '095357.805000', '095358.265000', '095358.725000', '095359.185000', '095359.645000', '095400.105000', '095400.565000', '095401.025000', '095401.485000', '095401.945000', '095402.405000', '095402.865000', '095403.325000', '095403.785000', '095404.245000', '095404.705000', '095405.165000', '095405.625000', '095406.085000', '095406.545000', '095407.005000', '095407.465000', '095407.925000'], 'ContentTime': ['094745.630000', '094745.633000', '094745.636000', '094745.638000', '094745.641000', '094745.644000', '094745.656000', '094745.658000', '094745.661000', '094745.663000', '094745.666000', '094745.669000', '094745.671000', '094745.674000', '094745.677000', '094745.679000', '094745.682000', '094745.684000', '094745.696000', '094745.699000', '094745.701000', '094745.704000', '094745.707000', '094745.709000', '094745.712000', '094745.714000', '094745.723000', '094745.725000', '094745.728000', '094745.731000', '094745.733000', '094745.736000', '094745.738000', '094745.741000', '094745.744000', '094745.746000', '094745.749000', '094745.751000', '094805.587000', '094805.590000', '094805.593000', '094805.596000', '094805.598000', '094805.606000', '094805.609000', '094805.612000', '094805.614000', '094805.617000', '094805.619000', '094805.623000', '094805.626000', '094805.629000', '094805.631000', '094805.634000', '094805.637000', '094805.647000', '094805.650000', '094805.653000', '094805.655000', '094805.658000', '094805.660000', '094805.663000', '094805.665000', '094805.668000', '094805.671000', '094805.673000', '094805.676000', '094805.679000', '094805.681000', '094805.684000', '094805.687000', '094805.689000', '094805.692000', '094805.694000', '094805.697000', '094805.700000', '094805.702000', '094805.705000', '094805.707000', '094805.710000', '094805.713000', '094825.587000', '094825.590000', '094825.593000', '094825.596000', '094825.598000', '094825.601000', '094825.604000', '094825.606000', '094825.609000', '094825.611000', '094825.614000', '094825.617000', '094825.619000', '094825.622000', '094825.625000', '094825.627000', '094825.630000', '094825.632000', '094825.644000', '094825.646000', '094825.649000', '094825.652000', '094825.654000', '094825.657000', '094825.659000', '094825.662000', '094825.665000', '094825.667000', '094825.670000', '094825.672000', '094825.675000', '094825.678000', '094825.680000', '094825.683000', '094825.686000', '094825.688000', '094825.691000', '094825.693000', '094825.696000', '094825.699000', '094825.701000', '094825.704000', '094825.707000', '094825.709000', '094845.589000', '094845.592000', '094845.594000', '094845.597000', '094845.600000', '094845.603000', '094845.605000', '094845.608000', '094845.611000', '094845.614000', '094845.617000', '094845.620000', '094845.623000', '094845.625000', '094845.628000', '094845.631000', '094845.633000', '094845.636000', '094845.639000', '094845.641000', '094845.644000', '094845.646000', '094845.649000', '094845.651000', '094845.654000', '094845.657000', '094845.660000', '094845.662000', '094845.665000', '094845.667000', '094845.670000', '094845.673000', '094845.675000', '094845.678000', '094845.680000', '094845.683000', '094845.685000', '094845.688000', '094845.691000', '094845.693000', '094845.696000', '094845.698000', '094845.701000', '094905.588000', '094905.591000', '094905.594000', '094905.597000', '094905.599000', '094905.602000', '094905.605000', '094905.608000', '094905.610000', '094905.613000', '094905.616000', '094905.618000', '094905.621000', '094905.623000', '094905.626000', '094905.629000', '094905.631000', '094905.634000', '094905.636000', '094905.639000', '094905.642000', '094905.644000', '094905.647000', '094905.650000', '094905.652000', '094905.655000', '094905.657000', '094905.660000', '094905.662000', '094905.665000', '094905.668000', '094905.670000', '094905.673000', '094905.676000', '094905.678000', '094905.681000', '094905.683000', '094905.686000', '094905.689000', '094905.691000', '094905.694000', '094905.696000', '094905.699000', '094905.702000', '094925.589000', '094925.591000', '094925.594000', '094925.597000', '094925.599000', '094925.602000', '094925.605000', '094925.608000', '094925.611000', '094925.614000', '094925.617000', '094925.619000', '094925.622000', '094925.625000', '094925.627000', '094925.630000', '094925.633000', '094925.635000', '094925.638000', '094925.640000', '094925.643000', '094925.646000', '094925.648000', '094925.651000', '094925.653000', '094925.656000', '094925.659000', '094925.662000', '094925.665000', '094925.668000', '094925.670000', '094925.673000', '094925.676000', '094925.678000', '094925.681000', '094925.683000', '094925.686000', '094925.689000', '094925.691000', '094925.694000', '094925.696000', '094925.699000', '094925.702000', '094945.588000', '094945.591000', '094945.594000', '094945.597000', '094945.599000', '094945.602000', '094945.605000', '094945.607000', '094945.610000', '094945.613000', '094945.615000', '094945.618000', '094945.620000', '094945.634000', '094945.637000', '094945.639000', '094945.642000', '094945.644000', '094945.647000', '094945.650000', '094945.652000', '094945.655000', '094945.658000', '094945.660000', '094945.663000', '094945.665000', '094945.668000', '094945.670000', '094945.673000', '094945.676000', '094945.678000', '094945.681000', '094945.683000', '094945.686000', '094945.689000', '094945.691000', '094945.694000', '094945.696000', '094945.703000', '094945.705000', '094945.708000', '094945.711000', '094945.713000', '094945.716000', '095005.588000', '095005.591000', '095005.594000', '095005.597000', '095005.599000', '095005.602000', '095005.605000', '095005.607000', '095005.610000', '095005.612000', '095005.615000', '095005.618000', '095005.620000', '095005.623000', '095005.626000', '095005.628000', '095005.631000', '095005.634000', '095005.636000', '095005.639000', '095005.641000', '095005.644000', '095005.646000', '095005.649000', '095005.651000', '095005.654000', '095005.657000', '095005.659000', '095005.662000', '095005.665000', '095005.667000', '095005.670000', '095005.672000', '095005.675000', '095005.678000', '095005.680000', '095005.683000', '095005.685000', '095005.688000', '095005.691000', '095005.693000', '095005.696000', '095005.699000', '095025.587000', '095025.590000', '095025.593000', '095025.596000', '095025.598000', '095025.601000', '095025.603000', '095025.606000', '095025.609000', '095025.611000', '095025.614000', '095025.617000', '095025.619000', '095025.622000', '095025.624000', '095025.627000', '095025.630000', '095025.632000', '095025.635000', '095025.638000', '095025.640000', '095025.643000', '095025.645000', '095025.648000', '095025.651000', '095025.653000', '095025.656000', '095025.659000', '095025.661000', '095025.664000', '095025.666000', '095025.669000', '095025.672000', '095025.674000', '095025.677000', '095025.680000', '095025.682000', '095025.685000', '095025.688000', '095025.690000', '095025.693000', '095025.696000', '095025.698000', '095025.701000', '095045.588000', '095045.591000', '095045.593000', '095045.596000', '095045.598000', '095045.601000', '095045.604000', '095045.606000', '095045.609000', '095045.612000', '095045.614000', '095045.617000', '095045.619000', '095045.622000', '095045.625000', '095045.627000', '095045.630000', '095045.632000', '095045.635000', '095045.638000', '095045.641000', '095045.644000', '095045.647000', '095045.649000', '095045.653000', '095045.655000', '095045.658000', '095045.661000', '095045.663000', '095045.666000', '095045.669000', '095045.671000', '095045.674000', '095045.676000', '095045.679000', '095045.682000', '095045.684000', '095045.687000', '095045.689000', '095045.692000', '095045.695000', '095045.697000', '095045.700000', '095105.588000', '095105.591000', '095105.595000', '095105.597000', '095105.600000', '095105.602000', '095105.605000', '095105.608000', '095105.611000', '095105.613000', '095105.616000', '095105.619000', '095105.621000', '095105.624000', '095105.626000', '095105.629000', '095105.632000', '095105.634000', '095105.637000', '095105.640000', '095105.642000', '095105.645000', '095105.647000', '095105.650000', '095105.653000', '095105.655000', '095105.658000', '095105.661000', '095105.663000', '095105.672000', '095105.674000', '095105.677000', '095105.680000', '095105.682000', '095105.685000', '095105.688000', '095105.690000', '095105.693000', '095105.746000', '095105.748000', '095105.751000', '095105.754000', '095105.756000', '095105.759000', '095125.589000', '095125.591000', '095125.594000', '095125.597000', '095125.599000', '095125.602000', '095125.605000', '095125.607000', '095125.610000', '095125.613000', '095125.615000', '095125.618000', '095125.621000', '095125.623000', '095125.626000', '095125.628000', '095125.631000', '095125.634000', '095125.636000', '095125.639000', '095125.642000', '095125.644000', '095125.647000', '095125.650000', '095125.652000', '095125.655000', '095125.658000', '095125.660000', '095125.663000', '095125.665000', '095125.669000', '095125.672000', '095125.675000', '095125.677000', '095125.681000', '095125.683000', '095125.686000', '095125.689000', '095125.691000', '095125.694000', '095125.697000', '095125.699000', '095125.702000', '095145.589000', '095145.592000', '095145.594000', '095145.597000', '095145.605000', '095145.607000', '095145.610000', '095145.613000', '095145.615000', '095145.618000', '095145.621000', '095145.623000', '095145.626000', '095145.628000', '095145.631000', '095145.634000', '095145.636000', '095145.639000', '095145.642000', '095145.644000', '095145.647000', '095145.649000', '095145.652000', '095145.655000', '095145.657000', '095145.660000', '095145.663000', '095145.665000', '095145.668000', '095145.670000', '095145.673000', '095145.676000', '095145.678000', '095145.681000', '095145.684000', '095145.686000', '095145.689000', '095145.691000', '095145.694000', '095145.697000', '095145.699000', '095145.702000', '095145.704000', '095145.707000', '095205.589000', '095205.591000', '095205.594000', '095205.597000', '095205.600000', '095205.602000', '095205.605000', '095205.608000', '095205.610000', '095205.613000', '095205.615000', '095205.618000', '095205.621000', '095205.623000', '095205.626000', '095205.629000', '095205.631000', '095205.634000', '095205.636000', '095205.639000', '095205.641000', '095205.644000', '095205.647000', '095205.649000', '095205.652000', '095205.654000', '095205.657000', '095205.660000', '095205.662000', '095205.665000', '095205.667000', '095205.670000', '095205.673000', '095205.675000', '095205.678000', '095205.680000', '095205.683000', '095205.686000', '095205.688000', '095205.691000', '095205.694000', '095205.697000', '095205.700000', '095225.589000', '095225.591000', '095225.594000', '095225.597000', '095225.600000', '095225.602000', '095225.605000', '095225.607000', '095225.610000', '095225.613000', '095225.615000', '095225.618000', '095225.621000', '095225.623000', '095225.626000', '095225.629000', '095225.631000', '095225.634000', '095225.637000', '095225.639000', '095225.642000', '095225.645000', '095225.647000', '095225.650000', '095225.652000', '095225.658000', '095225.661000', '095225.664000', '095225.666000', '095225.669000', '095225.672000', '095225.674000', '095225.677000', '095225.680000', '095225.682000', '095225.685000', '095225.688000', '095225.690000', '095225.693000', '095225.695000', '095225.698000', '095225.701000', '095225.703000', '095225.706000', '095245.588000', '095245.590000', '095245.593000', '095245.596000', '095245.599000', '095245.601000', '095245.604000', '095245.607000', '095245.609000', '095245.612000', '095245.615000', '095245.617000', '095245.620000', '095245.623000', '095245.625000', '095245.628000', '095245.630000', '095245.633000', '095245.636000', '095245.666000', '095245.669000', '095245.671000', '095245.674000', '095245.677000', '095245.679000', '095245.682000', '095245.685000', '095245.687000', '095245.690000', '095245.692000', '095245.695000', '095245.698000', '095245.700000', '095245.703000', '095245.706000', '095245.708000', '095245.711000', '095245.713000', '095245.716000', '095245.719000', '095245.721000', '095245.724000', '095245.727000', '095305.587000', '095305.591000', '095305.593000', '095305.596000', '095305.599000', '095305.602000', '095305.604000', '095305.607000', '095305.609000', '095305.612000', '095305.615000', '095305.617000', '095305.620000', '095305.622000', '095305.625000', '095305.628000', '095305.630000', '095305.633000', '095305.636000', '095305.638000', '095305.641000', '095305.644000', '095305.646000', '095305.649000', '095305.652000', '095305.654000', '095305.657000', '095305.660000', '095305.662000', '095305.665000', '095305.667000', '095305.670000', '095305.673000', '095305.676000', '095305.679000', '095305.682000', '095305.685000', '095305.687000', '095305.690000', '095305.693000', '095305.696000', '095305.698000', '095305.701000', '095325.590000', '095325.593000', '095325.596000', '095325.599000', '095325.601000', '095325.604000', '095325.607000', '095325.609000', '095325.612000', '095325.615000', '095325.617000', '095325.620000', '095325.622000', '095325.625000', '095325.628000', '095325.630000', '095325.641000', '095325.643000', '095325.646000', '095325.649000', '095325.651000', '095325.654000', '095325.657000', '095325.659000', '095325.662000', '095325.664000', '095325.667000', '095325.670000', '095325.672000', '095325.675000', '095325.678000', '095325.680000', '095325.683000', '095325.686000', '095325.688000', '095325.691000', '095325.694000', '095325.696000', '095325.699000', '095325.701000', '095325.704000', '095325.707000', '095325.709000', '095325.712000', '095345.589000', '095345.591000', '095345.594000', '095345.597000', '095345.600000', '095345.602000', '095345.605000', '095345.608000', '095345.610000', '095345.613000', '095345.616000', '095345.618000', '095345.621000', '095345.623000', '095345.626000', '095345.629000', '095345.631000', '095345.634000', '095345.637000', '095345.639000', '095345.642000', '095345.644000', '095345.647000', '095345.650000', '095345.652000', '095345.655000', '095345.658000', '095345.660000', '095345.663000', '095345.665000', '095345.668000', '095345.671000', '095345.673000', '095345.676000', '095345.679000', '095345.681000', '095345.684000', '095345.687000', '095345.689000', '095345.692000', '095345.694000', '095345.697000', '095345.700000', '095345.702000', '095405.589000', '095405.591000', '095405.594000', '095405.597000', '095405.600000', '095405.602000', '095405.605000', '095405.607000', '095405.610000', '095405.613000', '095405.615000', '095405.618000', '095405.621000', '095405.623000', '095405.626000', '095405.628000', '095405.631000', '095405.634000', '095405.636000', '095405.639000', '095405.642000', '095405.644000', '095405.647000', '095405.650000', '095405.652000', '095405.655000', '095405.658000', '095405.660000', '095405.663000', '095405.666000', '095405.676000', '095405.678000', '095405.681000', '095405.684000', '095405.686000', '095405.689000', '095405.692000', '095405.694000', '095405.697000', '095405.699000', '095405.702000', '095405.705000', '095405.707000', '095408.979000', '095408.982000', '095408.984000', '095408.987000', '095408.990000', '095408.992000', '095408.995000', '095408.997000'], 'InstanceCreationTime': ['094745.630000', '094745.633000', '094745.636000', '094745.638000', '094745.641000', '094745.644000', '094745.656000', '094745.658000', '094745.661000', '094745.663000', '094745.666000', '094745.669000', '094745.671000', '094745.674000', '094745.677000', '094745.679000', '094745.682000', '094745.684000', '094745.696000', '094745.699000', '094745.701000', '094745.704000', '094745.707000', '094745.709000', '094745.712000', '094745.714000', '094745.723000', '094745.725000', '094745.728000', '094745.731000', '094745.733000', '094745.736000', '094745.738000', '094745.741000', '094745.744000', '094745.746000', '094745.749000', '094745.751000', '094805.587000', '094805.590000', '094805.593000', '094805.596000', '094805.598000', '094805.606000', '094805.609000', '094805.612000', '094805.614000', '094805.617000', '094805.619000', '094805.623000', '094805.626000', '094805.629000', '094805.631000', '094805.634000', '094805.637000', '094805.647000', '094805.650000', '094805.653000', '094805.655000', '094805.658000', '094805.660000', '094805.663000', '094805.665000', '094805.668000', '094805.671000', '094805.673000', '094805.676000', '094805.679000', '094805.681000', '094805.684000', '094805.687000', '094805.689000', '094805.692000', '094805.694000', '094805.697000', '094805.700000', '094805.702000', '094805.705000', '094805.707000', '094805.710000', '094805.713000', '094825.587000', '094825.590000', '094825.593000', '094825.596000', '094825.598000', '094825.601000', '094825.604000', '094825.606000', '094825.609000', '094825.611000', '094825.614000', '094825.617000', '094825.619000', '094825.622000', '094825.625000', '094825.627000', '094825.630000', '094825.632000', '094825.644000', '094825.646000', '094825.649000', '094825.652000', '094825.654000', '094825.657000', '094825.659000', '094825.662000', '094825.665000', '094825.667000', '094825.670000', '094825.672000', '094825.675000', '094825.678000', '094825.680000', '094825.683000', '094825.686000', '094825.688000', '094825.691000', '094825.693000', '094825.696000', '094825.699000', '094825.701000', '094825.704000', '094825.707000', '094825.709000', '094845.589000', '094845.592000', '094845.594000', '094845.597000', '094845.600000', '094845.603000', '094845.605000', '094845.608000', '094845.611000', '094845.614000', '094845.617000', '094845.620000', '094845.623000', '094845.625000', '094845.628000', '094845.631000', '094845.633000', '094845.636000', '094845.639000', '094845.641000', '094845.644000', '094845.646000', '094845.649000', '094845.651000', '094845.654000', '094845.657000', '094845.660000', '094845.662000', '094845.665000', '094845.667000', '094845.670000', '094845.673000', '094845.675000', '094845.678000', '094845.680000', '094845.683000', '094845.685000', '094845.688000', '094845.691000', '094845.693000', '094845.696000', '094845.698000', '094845.701000', '094905.588000', '094905.591000', '094905.594000', '094905.597000', '094905.599000', '094905.602000', '094905.605000', '094905.608000', '094905.610000', '094905.613000', '094905.616000', '094905.618000', '094905.621000', '094905.623000', '094905.626000', '094905.629000', '094905.631000', '094905.634000', '094905.636000', '094905.639000', '094905.642000', '094905.644000', '094905.647000', '094905.650000', '094905.652000', '094905.655000', '094905.657000', '094905.660000', '094905.662000', '094905.665000', '094905.668000', '094905.670000', '094905.673000', '094905.676000', '094905.678000', '094905.681000', '094905.683000', '094905.686000', '094905.689000', '094905.691000', '094905.694000', '094905.696000', '094905.699000', '094905.702000', '094925.589000', '094925.591000', '094925.594000', '094925.597000', '094925.599000', '094925.602000', '094925.605000', '094925.608000', '094925.611000', '094925.614000', '094925.617000', '094925.619000', '094925.622000', '094925.625000', '094925.627000', '094925.630000', '094925.633000', '094925.635000', '094925.638000', '094925.640000', '094925.643000', '094925.646000', '094925.648000', '094925.651000', '094925.653000', '094925.656000', '094925.659000', '094925.662000', '094925.665000', '094925.668000', '094925.670000', '094925.673000', '094925.676000', '094925.678000', '094925.681000', '094925.683000', '094925.686000', '094925.689000', '094925.691000', '094925.694000', '094925.696000', '094925.699000', '094925.702000', '094945.588000', '094945.591000', '094945.594000', '094945.597000', '094945.599000', '094945.602000', '094945.605000', '094945.607000', '094945.610000', '094945.613000', '094945.615000', '094945.618000', '094945.620000', '094945.634000', '094945.637000', '094945.639000', '094945.642000', '094945.644000', '094945.647000', '094945.650000', '094945.652000', '094945.655000', '094945.658000', '094945.660000', '094945.663000', '094945.665000', '094945.668000', '094945.670000', '094945.673000', '094945.676000', '094945.678000', '094945.681000', '094945.683000', '094945.686000', '094945.689000', '094945.691000', '094945.694000', '094945.696000', '094945.703000', '094945.705000', '094945.708000', '094945.711000', '094945.713000', '094945.716000', '095005.588000', '095005.591000', '095005.594000', '095005.597000', '095005.599000', '095005.602000', '095005.605000', '095005.607000', '095005.610000', '095005.612000', '095005.615000', '095005.618000', '095005.620000', '095005.623000', '095005.626000', '095005.628000', '095005.631000', '095005.634000', '095005.636000', '095005.639000', '095005.641000', '095005.644000', '095005.646000', '095005.649000', '095005.651000', '095005.654000', '095005.657000', '095005.659000', '095005.662000', '095005.665000', '095005.667000', '095005.670000', '095005.672000', '095005.675000', '095005.678000', '095005.680000', '095005.683000', '095005.685000', '095005.688000', '095005.691000', '095005.693000', '095005.696000', '095005.699000', '095025.587000', '095025.590000', '095025.593000', '095025.596000', '095025.598000', '095025.601000', '095025.603000', '095025.606000', '095025.609000', '095025.611000', '095025.614000', '095025.617000', '095025.619000', '095025.622000', '095025.624000', '095025.627000', '095025.630000', '095025.632000', '095025.635000', '095025.638000', '095025.640000', '095025.643000', '095025.645000', '095025.648000', '095025.651000', '095025.653000', '095025.656000', '095025.659000', '095025.661000', '095025.664000', '095025.666000', '095025.669000', '095025.672000', '095025.674000', '095025.677000', '095025.680000', '095025.682000', '095025.685000', '095025.688000', '095025.690000', '095025.693000', '095025.696000', '095025.698000', '095025.701000', '095045.588000', '095045.591000', '095045.593000', '095045.596000', '095045.598000', '095045.601000', '095045.604000', '095045.606000', '095045.609000', '095045.612000', '095045.614000', '095045.617000', '095045.619000', '095045.622000', '095045.625000', '095045.627000', '095045.630000', '095045.632000', '095045.635000', '095045.638000', '095045.641000', '095045.644000', '095045.647000', '095045.649000', '095045.653000', '095045.655000', '095045.658000', '095045.661000', '095045.663000', '095045.666000', '095045.669000', '095045.671000', '095045.674000', '095045.676000', '095045.679000', '095045.682000', '095045.684000', '095045.687000', '095045.689000', '095045.692000', '095045.695000', '095045.697000', '095045.700000', '095105.588000', '095105.591000', '095105.595000', '095105.597000', '095105.600000', '095105.602000', '095105.605000', '095105.608000', '095105.611000', '095105.613000', '095105.616000', '095105.619000', '095105.621000', '095105.624000', '095105.626000', '095105.629000', '095105.632000', '095105.634000', '095105.637000', '095105.640000', '095105.642000', '095105.645000', '095105.647000', '095105.650000', '095105.653000', '095105.655000', '095105.658000', '095105.661000', '095105.663000', '095105.672000', '095105.674000', '095105.677000', '095105.680000', '095105.682000', '095105.685000', '095105.688000', '095105.690000', '095105.693000', '095105.746000', '095105.748000', '095105.751000', '095105.754000', '095105.756000', '095105.759000', '095125.589000', '095125.591000', '095125.594000', '095125.597000', '095125.599000', '095125.602000', '095125.605000', '095125.607000', '095125.610000', '095125.613000', '095125.615000', '095125.618000', '095125.621000', '095125.623000', '095125.626000', '095125.628000', '095125.631000', '095125.634000', '095125.636000', '095125.639000', '095125.642000', '095125.644000', '095125.647000', '095125.650000', '095125.652000', '095125.655000', '095125.658000', '095125.660000', '095125.663000', '095125.665000', '095125.669000', '095125.672000', '095125.675000', '095125.677000', '095125.681000', '095125.683000', '095125.686000', '095125.689000', '095125.691000', '095125.694000', '095125.697000', '095125.699000', '095125.702000', '095145.589000', '095145.592000', '095145.594000', '095145.597000', '095145.605000', '095145.607000', '095145.610000', '095145.613000', '095145.615000', '095145.618000', '095145.621000', '095145.623000', '095145.626000', '095145.628000', '095145.631000', '095145.634000', '095145.636000', '095145.639000', '095145.642000', '095145.644000', '095145.647000', '095145.649000', '095145.652000', '095145.655000', '095145.657000', '095145.660000', '095145.663000', '095145.665000', '095145.668000', '095145.670000', '095145.673000', '095145.676000', '095145.678000', '095145.681000', '095145.684000', '095145.686000', '095145.689000', '095145.691000', '095145.694000', '095145.697000', '095145.699000', '095145.702000', '095145.704000', '095145.707000', '095205.589000', '095205.591000', '095205.594000', '095205.597000', '095205.600000', '095205.602000', '095205.605000', '095205.608000', '095205.610000', '095205.613000', '095205.615000', '095205.618000', '095205.621000', '095205.623000', '095205.626000', '095205.629000', '095205.631000', '095205.634000', '095205.636000', '095205.639000', '095205.641000', '095205.644000', '095205.647000', '095205.649000', '095205.652000', '095205.654000', '095205.657000', '095205.660000', '095205.662000', '095205.665000', '095205.667000', '095205.670000', '095205.673000', '095205.675000', '095205.678000', '095205.680000', '095205.683000', '095205.686000', '095205.688000', '095205.691000', '095205.694000', '095205.697000', '095205.700000', '095225.589000', '095225.591000', '095225.594000', '095225.597000', '095225.600000', '095225.602000', '095225.605000', '095225.607000', '095225.610000', '095225.613000', '095225.615000', '095225.618000', '095225.621000', '095225.623000', '095225.626000', '095225.629000', '095225.631000', '095225.634000', '095225.637000', '095225.639000', '095225.642000', '095225.645000', '095225.647000', '095225.650000', '095225.652000', '095225.658000', '095225.661000', '095225.664000', '095225.666000', '095225.669000', '095225.672000', '095225.674000', '095225.677000', '095225.680000', '095225.682000', '095225.685000', '095225.688000', '095225.690000', '095225.693000', '095225.695000', '095225.698000', '095225.701000', '095225.703000', '095225.706000', '095245.588000', '095245.590000', '095245.593000', '095245.596000', '095245.599000', '095245.601000', '095245.604000', '095245.607000', '095245.609000', '095245.612000', '095245.615000', '095245.617000', '095245.620000', '095245.623000', '095245.625000', '095245.628000', '095245.630000', '095245.633000', '095245.636000', '095245.666000', '095245.669000', '095245.671000', '095245.674000', '095245.677000', '095245.679000', '095245.682000', '095245.685000', '095245.687000', '095245.690000', '095245.692000', '095245.695000', '095245.698000', '095245.700000', '095245.703000', '095245.706000', '095245.708000', '095245.711000', '095245.713000', '095245.716000', '095245.719000', '095245.721000', '095245.724000', '095245.727000', '095305.587000', '095305.591000', '095305.593000', '095305.596000', '095305.599000', '095305.602000', '095305.604000', '095305.607000', '095305.609000', '095305.612000', '095305.615000', '095305.617000', '095305.620000', '095305.622000', '095305.625000', '095305.628000', '095305.630000', '095305.633000', '095305.636000', '095305.638000', '095305.641000', '095305.644000', '095305.646000', '095305.649000', '095305.652000', '095305.654000', '095305.657000', '095305.660000', '095305.662000', '095305.665000', '095305.667000', '095305.670000', '095305.673000', '095305.676000', '095305.679000', '095305.682000', '095305.685000', '095305.687000', '095305.690000', '095305.693000', '095305.696000', '095305.698000', '095305.701000', '095325.590000', '095325.593000', '095325.596000', '095325.599000', '095325.601000', '095325.604000', '095325.607000', '095325.609000', '095325.612000', '095325.615000', '095325.617000', '095325.620000', '095325.622000', '095325.625000', '095325.628000', '095325.630000', '095325.641000', '095325.643000', '095325.646000', '095325.649000', '095325.651000', '095325.654000', '095325.657000', '095325.659000', '095325.662000', '095325.664000', '095325.667000', '095325.670000', '095325.672000', '095325.675000', '095325.678000', '095325.680000', '095325.683000', '095325.686000', '095325.688000', '095325.691000', '095325.694000', '095325.696000', '095325.699000', '095325.701000', '095325.704000', '095325.707000', '095325.709000', '095325.712000', '095345.589000', '095345.591000', '095345.594000', '095345.597000', '095345.600000', '095345.602000', '095345.605000', '095345.608000', '095345.610000', '095345.613000', '095345.616000', '095345.618000', '095345.621000', '095345.623000', '095345.626000', '095345.629000', '095345.631000', '095345.634000', '095345.637000', '095345.639000', '095345.642000', '095345.644000', '095345.647000', '095345.650000', '095345.652000', '095345.655000', '095345.658000', '095345.660000', '095345.663000', '095345.665000', '095345.668000', '095345.671000', '095345.673000', '095345.676000', '095345.679000', '095345.681000', '095345.684000', '095345.687000', '095345.689000', '095345.692000', '095345.694000', '095345.697000', '095345.700000', '095345.702000', '095405.589000', '095405.591000', '095405.594000', '095405.597000', '095405.600000', '095405.602000', '095405.605000', '095405.607000', '095405.610000', '095405.613000', '095405.615000', '095405.618000', '095405.621000', '095405.623000', '095405.626000', '095405.628000', '095405.631000', '095405.634000', '095405.636000', '095405.639000', '095405.642000', '095405.644000', '095405.647000', '095405.650000', '095405.652000', '095405.655000', '095405.658000', '095405.660000', '095405.663000', '095405.666000', '095405.676000', '095405.678000', '095405.681000', '095405.684000', '095405.686000', '095405.689000', '095405.692000', '095405.694000', '095405.697000', '095405.699000', '095405.702000', '095405.705000', '095405.707000', '095408.979000', '095408.982000', '095408.984000', '095408.987000', '095408.990000', '095408.992000', '095408.995000', '095408.997000'], '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': [8906, 6429, 10614, 7268, 10448, 7599, 7848, 7733, 6406, 8926, 6858, 9931, 7040, 8390, 7538, 5938, 8213, 6230, 8452, 6423, 9339, 6870, 10944, 7603, 6324, 7765, 5825, 8910, 6216, 10025, 7826, 7499, 8247, 6503, 9592, 6953, 10834, 9708, 9584, 7785, 6408, 9606, 6498, 11132, 7781, 5838, 7857, 5960, 10204, 6454, 10092, 7121, 8824, 8446, 6156, 8123, 6276, 9428, 6840, 9280, 7415, 6276, 9186, 6188, 10804, 7306, 7068, 7754, 6346, 8223, 6288, 9290, 6198, 10931, 7495, 5843, 7660, 6210, 9297, 6064, 11368, 6975, 10504, 7512, 7600, 7831, 6136, 8848, 5984, 9905, 7240, 7204, 7107, 6037, 9815, 7117, 6377, 10007, 8414, 11477, 9785, 9520, 11459, 9493, 7644, 6751, 8541, 6835, 10485, 6233, 8947, 6527, 9219, 6758, 7419, 6876, 5977, 8230, 6272, 9737, 7129, 8870, 8375, 8113, 9200, 9285, 11792, 9609, 9010, 5959, 6961, 6204, 9915, 6190, 7810, 6225, 8950, 6363, 10325, 6899, 6966, 7242, 6519, 7052, 6115, 8617, 6465, 10053, 6128, 9868, 7449, 7753, 6945, 6206, 9684, 6865, 10498, 8469, 8873, 7736, 6242, 10323, 6896, 11265, 6876, 9517, 6708, 12351, 7838, 10793, 6957, 6206, 7187, 5890, 7286, 5966, 7806, 6600, 9701, 6247, 9655, 6605, 9727, 6836, 10624, 6874, 7098, 6561, 6135, 7772, 6063, 7960, 6111, 8926, 6434, 10231, 7419, 10568, 8090, 8614, 7782, 8263, 7933, 6032, 6257, 6242, 7210, 6255, 9907, 6275, 8074, 6216, 9964, 7297, 8527, 6392, 6246, 8811, 6703, 8131, 7042, 8733, 6700, 10139, 6758, 7526, 9385, 9389, 7119, 9916, 7069, 11493, 7147, 12137, 7299, 7524, 6479, 6401, 7600, 6360, 8235, 7125, 8707, 7232, 6456, 8398, 7079, 10743, 7210, 10102, 6870, 9995, 9162, 9059, 6602, 6397, 7484, 7031, 10161, 6775, 9633, 7444, 9734, 10411, 9150, 7997, 6797, 9858, 7256, 11137, 6926, 9506, 6916, 9803, 7514, 8611, 6511, 6581, 7010, 6428, 8828, 6904, 7108, 7189, 10179, 7099, 10089, 7838, 7668, 6811, 6474, 9076, 7400, 7052, 7724, 9626, 7417, 11217, 7828, 7212, 6909, 7312, 10088, 7655, 6825, 7016, 7366, 10467, 7947, 10398, 10898, 10020, 13073, 10607, 12373, 8224, 10904, 8132, 9380, 6742, 7054, 6608, 7004, 8905, 7390, 7878, 7137, 8305, 7300, 9294, 7949, 7530, 7885, 6640, 7381, 7562, 7989, 7189, 6845, 6991, 9199, 7268, 7364, 6959, 8542, 6486, 6904, 9787, 6600, 6968, 8922, 9413, 10254, 8827, 8933, 11208, 9687, 9326, 12343, 9645, 13936, 9386, 11972, 7161, 8608, 8702, 8824, 12006, 9229, 7091, 6783, 8421, 8147, 8489, 10883, 8445, 8289, 8625, 8993, 8841, 10887, 8645, 8281, 9161, 7953, 9179, 9812, 9020, 7478, 8470, 6839, 9032, 7173, 8255, 7290, 6462, 6154, 6456, 6527, 8320, 7494, 7077, 6415, 7511, 7345, 6819, 7395, 8384, 7176, 8584, 8279, 6582, 6816, 8171, 10343, 8085, 11504, 8766, 7197, 8658, 7973, 11716, 10825, 10070, 8177, 7876, 8220, 11473, 8377, 8355, 8025, 8894, 6762, 7639, 8259, 8366, 10763, 8582, 10941, 9300, 9398, 9229, 11634, 9067, 12650, 8933, 6744, 7619, 5993, 7385, 7679, 7071, 8189, 10675, 8270, 7808, 8194, 9065, 8223, 12611, 8626, 9113, 8206, 9599, 7608, 9301, 8031, 8370, 7775, 9216, 6982, 5867, 6930, 6041, 9761, 7273, 7816, 7865, 9300, 7782, 13164, 8174, 8920, 8215, 13433, 8659, 8070, 7895, 6677, 8267, 9540, 6968, 6193, 7126, 6458, 9215, 7635, 7856, 7119, 10409, 7399, 7018, 6859, 6407, 10007, 6990, 7854, 6843, 6982, 10026, 7021, 12806, 7859, 9344, 6910, 6238, 9647, 6735, 5976, 7652, 7524, 10809, 8451, 7073, 7836, 8581, 10841, 8341, 11969, 8924, 7464, 7320, 8551, 12206, 8418, 12527, 7999, 6101, 7438, 6823, 8473, 8001, 8881, 8074, 10779, 7436, 6118, 6753, 6358, 9288, 7789, 7799, 7587, 10872, 8172, 8791, 7375, 6085, 7746, 7924, 8569, 8350, 11045, 8070, 12206, 8800, 8279, 7900, 7380, 6831, 7334, 8372, 7425, 10576, 7232, 6113, 6866, 7356, 10677, 8229, 7954, 8288, 9154, 11095, 11289, 8430, 7025, 8400, 7112, 12593, 8172, 8611, 7462, 10450, 7868, 7179, 7383, 5798, 7201, 6137, 7332, 7307, 8755, 7339, 11250, 7569, 8960, 7760, 9811, 7672, 10084, 7229, 5961, 8891, 6953, 8116, 7343, 7759, 7186, 5945, 8829, 7201, 9163, 7263, 8411, 9813, 7327, 8943, 7446, 13681, 7949, 11827, 7308, 7389, 9140, 6626, 11141, 7502, 6875, 9492, 6758, 6806, 10349, 7726, 10662, 9542, 8235, 11032, 7872, 13196, 7166, 8377, 7632, 7074, 8026, 6899, 7179, 7050, 9867, 7214, 9255, 7703, 6561, 7826, 6881, 9651, 7248, 9039, 6874, 12814, 7886, 8350, 7419, 7207, 7398, 6798, 8101, 6792, 10461, 7603, 6141, 7337, 6077, 10346, 7696, 7641, 6604, 8667, 6592, 11088, 7374, 7125, 7360, 5983, 8456, 6513, 12007, 7937, 6185, 7441, 7746, 8206, 9479, 11058, 8318, 8445, 7426, 5957, 9262, 6843, 9410, 7457, 7395, 8792, 8479, 14485, 9085, 13953, 7365, 7098, 7599, 6524, 11811, 7064, 12993, 7441, 14144, 8478, 13342, 7388, 7763, 7356, 5839, 7530, 6674, 7903, 6641, 9507, 7115, 9939, 7343, 5810, 7413, 6772, 10017, 7590, 8014, 7650, 7109, 7259, 7806, 7376, 11834, 7213, 12914, 7562, 6654, 7180, 6783, 10056, 7178, 9862, 7218, 6084, 6859, 6257, 9365, 6259, 8089, 6760, 10603, 7755, 9870, 7724, 6455, 7442, 6374, 10654, 6900, 7371, 6552, 10231, 6572, 12347, 6443, 8183, 6750, 11912, 6742, 7402, 7259, 6634, 7687, 6708, 7468, 6314, 8977, 6194, 7857, 6129, 8711, 6376, 12499, 7038, 7942, 7629, 6614, 9078, 9053, 7498, 6997, 8491, 6323, 12015, 6376, 7683, 7396, 7186, 7859, 6135, 7466, 6255, 11056, 6299, 11061, 7268, 7822, 8628, 10656, 10489, 6636, 8799, 6581, 10769, 7482, 6062, 7466, 6222, 10866, 6470, 11024, 7241, 8542, 8017, 10016, 7475, 6038, 7632, 6203, 11221, 6100, 8075, 6404, 9716, 7625, 8603, 7718, 6812, 7586, 6192, 10784, 7646, 6200, 7925, 6617, 13289, 8018, 7105, 8105, 7338, 8139, 9393], 'WindowCenter': [3876.0, 3820.0, 3879.0, 3827.0, 3855.0, 3825.0, 3823.0, 3825.0, 3804.0, 3846.0, 3816.0, 3857.0, 3816.0, 3835.0, 3826.0, 3794.0, 3836.0, 3793.0, 3836.0, 3806.0, 3855.0, 3816.0, 3867.0, 3838.0, 3804.0, 3838.0, 3796.0, 3860.0, 3807.0, 3870.0, 3840.0, 3828.0, 3850.0, 3820.0, 3870.0, 3830.0, 3869.0, 3860.0, 3859.0, 3838.0, 3806.0, 3857.0, 3807.0, 3879.0, 3839.0, 3794.0, 3837.0, 3795.0, 3870.0, 3818.0, 3869.0, 3828.0, 3848.0, 3849.0, 3806.0, 3838.0, 3806.0, 3858.0, 3819.0, 3860.0, 3839.0, 3818.0, 3858.0, 3810.0, 3881.0, 3841.0, 3828.0, 3840.0, 3807.0, 3849.0, 3818.0, 3859.0, 3809.0, 3880.0, 3840.0, 3797.0, 3839.0, 3807.0, 3860.0, 3808.0, 3880.0, 3829.0, 3866.0, 3828.0, 3839.0, 3838.0, 3809.0, 3859.0, 3821.0, 3871.0, 3841.0, 3842.0, 3842.0, 3821.0, 3885.0, 3843.0, 3830.0, 3885.0, 3864.0, 3894.0, 3884.0, 3870.0, 3881.0, 3859.0, 3838.0, 3818.0, 3848.0, 3817.0, 3867.0, 3795.0, 3846.0, 3806.0, 3856.0, 3816.0, 3827.0, 3817.0, 3807.0, 3860.0, 3820.0, 3871.0, 3842.0, 3861.0, 3851.0, 3839.0, 3857.0, 3858.0, 3880.0, 3857.0, 3858.0, 3806.0, 3826.0, 3794.0, 3868.0, 3805.0, 3836.0, 3806.0, 3857.0, 3815.0, 3869.0, 3829.0, 3828.0, 3838.0, 3818.0, 3829.0, 3819.0, 3861.0, 3820.0, 3882.0, 3819.0, 3871.0, 3841.0, 3850.0, 3841.0, 3820.0, 3882.0, 3831.0, 3880.0, 3861.0, 3862.0, 3840.0, 3817.0, 3870.0, 3827.0, 3881.0, 3817.0, 3857.0, 3816.0, 3889.0, 3837.0, 3878.0, 3826.0, 3793.0, 3825.0, 3795.0, 3837.0, 3804.0, 3837.0, 3818.0, 3870.0, 3818.0, 3869.0, 3817.0, 3858.0, 3818.0, 3879.0, 3818.0, 3825.0, 3815.0, 3805.0, 3839.0, 3807.0, 3850.0, 3819.0, 3858.0, 3817.0, 3881.0, 3839.0, 3880.0, 3850.0, 3848.0, 3838.0, 3848.0, 3849.0, 3806.0, 3817.0, 3816.0, 3827.0, 3815.0, 3869.0, 3818.0, 3849.0, 3819.0, 3867.0, 3840.0, 3860.0, 3819.0, 3828.0, 3872.0, 3831.0, 3862.0, 3841.0, 3859.0, 3830.0, 3883.0, 3842.0, 3852.0, 3872.0, 3885.0, 3842.0, 3883.0, 3840.0, 3892.0, 3830.0, 3891.0, 3839.0, 3835.0, 3817.0, 3817.0, 3849.0, 3830.0, 3860.0, 3843.0, 3873.0, 3853.0, 3820.0, 3860.0, 3838.0, 3893.0, 3841.0, 3881.0, 3829.0, 3881.0, 3869.0, 3872.0, 3830.0, 3817.0, 3837.0, 3828.0, 3878.0, 3830.0, 3870.0, 3838.0, 3870.0, 3882.0, 3870.0, 3847.0, 3816.0, 3868.0, 3836.0, 3880.0, 3826.0, 3868.0, 3828.0, 3867.0, 3837.0, 3845.0, 3816.0, 3815.0, 3823.0, 3816.0, 3858.0, 3827.0, 3826.0, 3826.0, 3867.0, 3827.0, 3879.0, 3850.0, 3837.0, 3825.0, 3815.0, 3857.0, 3839.0, 3838.0, 3848.0, 3869.0, 3840.0, 3879.0, 3837.0, 3836.0, 3825.0, 3838.0, 3879.0, 3849.0, 3827.0, 3836.0, 3836.0, 3880.0, 3849.0, 3879.0, 3879.0, 3867.0, 3899.0, 3880.0, 3888.0, 3845.0, 3864.0, 3835.0, 3854.0, 3811.0, 3823.0, 3813.0, 3812.0, 3856.0, 3824.0, 3844.0, 3824.0, 3843.0, 3835.0, 3856.0, 3848.0, 3837.0, 3846.0, 3814.0, 3836.0, 3833.0, 3845.0, 3826.0, 3825.0, 3824.0, 3855.0, 3836.0, 3835.0, 3840.0, 3859.0, 3832.0, 3841.0, 3881.0, 3841.0, 3853.0, 3886.0, 3884.0, 3879.0, 3857.0, 3870.0, 3891.0, 3882.0, 3872.0, 3902.0, 3868.0, 3901.0, 3857.0, 3875.0, 3813.0, 3828.0, 3831.0, 3830.0, 3873.0, 3842.0, 3810.0, 3812.0, 3840.0, 3832.0, 3844.0, 3863.0, 3843.0, 3831.0, 3844.0, 3842.0, 3845.0, 3877.0, 3846.0, 3833.0, 3854.0, 3833.0, 3853.0, 3853.0, 3845.0, 3823.0, 3844.0, 3812.0, 3856.0, 3825.0, 3847.0, 3825.0, 3816.0, 3801.0, 3815.0, 3815.0, 3845.0, 3825.0, 3826.0, 3804.0, 3826.0, 3826.0, 3816.0, 3825.0, 3848.0, 3840.0, 3859.0, 3860.0, 3829.0, 3841.0, 3873.0, 3893.0, 3862.0, 3903.0, 3873.0, 3838.0, 3858.0, 3849.0, 3903.0, 3891.0, 3869.0, 3846.0, 3836.0, 3847.0, 3877.0, 3847.0, 3848.0, 3849.0, 3856.0, 3828.0, 3848.0, 3860.0, 3859.0, 3881.0, 3861.0, 3880.0, 3870.0, 3858.0, 3859.0, 3877.0, 3859.0, 3888.0, 3859.0, 3813.0, 3836.0, 3804.0, 3826.0, 3836.0, 3825.0, 3847.0, 3877.0, 3859.0, 3836.0, 3848.0, 3856.0, 3847.0, 3889.0, 3858.0, 3856.0, 3847.0, 3854.0, 3837.0, 3868.0, 3848.0, 3845.0, 3838.0, 3868.0, 3835.0, 3805.0, 3828.0, 3805.0, 3881.0, 3838.0, 3849.0, 3847.0, 3858.0, 3837.0, 3901.0, 3848.0, 3856.0, 3847.0, 3898.0, 3859.0, 3846.0, 3848.0, 3815.0, 3846.0, 3866.0, 3826.0, 3804.0, 3826.0, 3814.0, 3866.0, 3847.0, 3846.0, 3838.0, 3880.0, 3850.0, 3839.0, 3829.0, 3828.0, 3883.0, 3851.0, 3861.0, 3843.0, 3841.0, 3884.0, 3841.0, 3914.0, 3851.0, 3871.0, 3828.0, 3831.0, 3882.0, 3841.0, 3821.0, 3862.0, 3850.0, 3891.0, 3860.0, 3842.0, 3850.0, 3859.0, 3879.0, 3859.0, 3888.0, 3859.0, 3837.0, 3836.0, 3845.0, 3885.0, 3845.0, 3887.0, 3846.0, 3804.0, 3825.0, 3815.0, 3847.0, 3848.0, 3858.0, 3847.0, 3877.0, 3837.0, 3816.0, 3828.0, 3815.0, 3868.0, 3849.0, 3848.0, 3849.0, 3880.0, 3860.0, 3860.0, 3838.0, 3816.0, 3849.0, 3860.0, 3871.0, 3860.0, 3891.0, 3850.0, 3901.0, 3871.0, 3846.0, 3837.0, 3836.0, 3827.0, 3838.0, 3848.0, 3839.0, 3880.0, 3836.0, 3817.0, 3827.0, 3849.0, 3891.0, 3873.0, 3861.0, 3862.0, 3870.0, 3893.0, 3892.0, 3850.0, 3827.0, 3847.0, 3827.0, 3888.0, 3847.0, 3842.0, 3825.0, 3877.0, 3847.0, 3824.0, 3837.0, 3793.0, 3838.0, 3804.0, 3837.0, 3838.0, 3857.0, 3837.0, 3890.0, 3850.0, 3869.0, 3850.0, 3869.0, 3847.0, 3879.0, 3838.0, 3804.0, 3857.0, 3836.0, 3846.0, 3849.0, 3849.0, 3839.0, 3817.0, 3871.0, 3851.0, 3869.0, 3850.0, 3858.0, 3881.0, 3850.0, 3872.0, 3839.0, 3901.0, 3849.0, 3901.0, 3837.0, 3839.0, 3869.0, 3841.0, 3903.0, 3850.0, 3842.0, 3881.0, 3841.0, 3842.0, 3893.0, 3862.0, 3903.0, 3884.0, 3859.0, 3889.0, 3850.0, 3898.0, 3838.0, 3857.0, 3846.0, 3826.0, 3846.0, 3837.0, 3837.0, 3837.0, 3877.0, 3848.0, 3869.0, 3849.0, 3825.0, 3845.0, 3825.0, 3867.0, 3839.0, 3857.0, 3829.0, 3901.0, 3859.0, 3848.0, 3838.0, 3837.0, 3835.0, 3825.0, 3848.0, 3839.0, 3889.0, 3859.0, 3819.0, 3850.0, 3815.0, 3879.0, 3849.0, 3848.0, 3839.0, 3856.0, 3827.0, 3889.0, 3864.0, 3841.0, 3852.0, 3815.0, 3858.0, 3830.0, 3900.0, 3857.0, 3829.0, 3849.0, 3859.0, 3859.0, 3880.0, 3878.0, 3848.0, 3845.0, 3836.0, 3802.0, 3855.0, 3825.0, 3864.0, 3834.0, 3821.0, 3843.0, 3831.0, 3897.0, 3842.0, 3882.0, 3825.0, 3812.0, 3821.0, 3796.0, 3871.0, 3811.0, 3882.0, 3820.0, 3870.0, 3830.0, 3869.0, 3807.0, 3807.0, 3808.0, 3773.0, 3819.0, 3797.0, 3832.0, 3810.0, 3849.0, 3822.0, 3863.0, 3821.0, 3792.0, 3836.0, 3824.0, 3865.0, 3836.0, 3846.0, 3844.0, 3835.0, 3849.0, 3863.0, 3848.0, 3891.0, 3837.0, 3900.0, 3847.0, 3826.0, 3836.0, 3825.0, 3866.0, 3825.0, 3867.0, 3837.0, 3803.0, 3825.0, 3814.0, 3867.0, 3827.0, 3849.0, 3830.0, 3880.0, 3849.0, 3881.0, 3849.0, 3827.0, 3837.0, 3816.0, 3880.0, 3837.0, 3839.0, 3818.0, 3879.0, 3827.0, 3900.0, 3816.0, 3857.0, 3828.0, 3889.0, 3829.0, 3848.0, 3849.0, 3825.0, 3849.0, 3827.0, 3850.0, 3832.0, 3871.0, 3820.0, 3849.0, 3816.0, 3858.0, 3830.0, 3901.0, 3840.0, 3859.0, 3849.0, 3827.0, 3871.0, 3867.0, 3839.0, 3837.0, 3858.0, 3815.0, 3899.0, 3829.0, 3848.0, 3850.0, 3840.0, 3862.0, 3819.0, 3849.0, 3829.0, 3891.0, 3830.0, 3890.0, 3849.0, 3849.0, 3859.0, 3879.0, 3890.0, 3828.0, 3857.0, 3826.0, 3888.0, 3838.0, 3817.0, 3838.0, 3815.0, 3887.0, 3817.0, 3890.0, 3838.0, 3859.0, 3848.0, 3868.0, 3836.0, 3816.0, 3847.0, 3805.0, 3888.0, 3806.0, 3846.0, 3815.0, 3866.0, 3846.0, 3858.0, 3847.0, 3826.0, 3848.0, 3819.0, 3891.0, 3849.0, 3818.0, 3859.0, 3829.0, 3911.0, 3861.0, 3838.0, 3859.0, 3850.0, 3860.0, 3880.0], 'WindowWidth': [8705.0, 8617.0, 8693.0, 8620.0, 8650.0, 8611.0, 8607.0, 8613.0, 8584.0, 8640.0, 8603.0, 8656.0, 8603.0, 8625.0, 8616.0, 8570.0, 8628.0, 8569.0, 8627.0, 8590.0, 8653.0, 8605.0, 8672.0, 8634.0, 8586.0, 8635.0, 8579.0, 8667.0, 8595.0, 8678.0, 8642.0, 8624.0, 8657.0, 8615.0, 8680.0, 8628.0, 8677.0, 8669.0, 8663.0, 8633.0, 8589.0, 8657.0, 8593.0, 8690.0, 8637.0, 8575.0, 8632.0, 8575.0, 8681.0, 8610.0, 8676.0, 8621.0, 8648.0, 8651.0, 8592.0, 8635.0, 8592.0, 8661.0, 8613.0, 8666.0, 8640.0, 8611.0, 8664.0, 8604.0, 8699.0, 8645.0, 8624.0, 8641.0, 8594.0, 8653.0, 8610.0, 8664.0, 8599.0, 8694.0, 8643.0, 8582.0, 8638.0, 8594.0, 8666.0, 8596.0, 8694.0, 8626.0, 8670.0, 8623.0, 8637.0, 8637.0, 8601.0, 8665.0, 8620.0, 8682.0, 8646.0, 8649.0, 8650.0, 8623.0, 8710.0, 8655.0, 8635.0, 8711.0, 8683.0, 8721.0, 8705.0, 8681.0, 8698.0, 8665.0, 8635.0, 8609.0, 8648.0, 8608.0, 8672.0, 8575.0, 8644.0, 8591.0, 8656.0, 8603.0, 8619.0, 8609.0, 8597.0, 8670.0, 8619.0, 8685.0, 8649.0, 8673.0, 8659.0, 8639.0, 8662.0, 8661.0, 8693.0, 8660.0, 8663.0, 8593.0, 8619.0, 8572.0, 8675.0, 8589.0, 8630.0, 8592.0, 8659.0, 8606.0, 8679.0, 8627.0, 8625.0, 8640.0, 8612.0, 8628.0, 8616.0, 8672.0, 8620.0, 8703.0, 8617.0, 8685.0, 8647.0, 8658.0, 8648.0, 8620.0, 8703.0, 8635.0, 8697.0, 8677.0, 8675.0, 8644.0, 8609.0, 8681.0, 8620.0, 8698.0, 8607.0, 8660.0, 8606.0, 8705.0, 8635.0, 8690.0, 8619.0, 8571.0, 8615.0, 8577.0, 8636.0, 8589.0, 8636.0, 8611.0, 8681.0, 8613.0, 8679.0, 8610.0, 8662.0, 8612.0, 8693.0, 8612.0, 8617.0, 8604.0, 8591.0, 8639.0, 8597.0, 8656.0, 8618.0, 8666.0, 8613.0, 8698.0, 8644.0, 8698.0, 8657.0, 8649.0, 8636.0, 8651.0, 8654.0, 8594.0, 8609.0, 8607.0, 8622.0, 8605.0, 8681.0, 8615.0, 8654.0, 8616.0, 8676.0, 8644.0, 8670.0, 8617.0, 8628.0, 8691.0, 8636.0, 8677.0, 8650.0, 8669.0, 8634.0, 8706.0, 8652.0, 8665.0, 8692.0, 8714.0, 8654.0, 8709.0, 8647.0, 8717.0, 8632.0, 8714.0, 8642.0, 8630.0, 8609.0, 8610.0, 8656.0, 8633.0, 8671.0, 8655.0, 8693.0, 8668.0, 8620.0, 8672.0, 8642.0, 8719.0, 8648.0, 8699.0, 8631.0, 8701.0, 8683.0, 8693.0, 8633.0, 8609.0, 8637.0, 8626.0, 8695.0, 8635.0, 8686.0, 8642.0, 8686.0, 8704.0, 8684.0, 8649.0, 8606.0, 8679.0, 8636.0, 8698.0, 8623.0, 8679.0, 8626.0, 8676.0, 8637.0, 8645.0, 8608.0, 8604.0, 8613.0, 8607.0, 8667.0, 8624.0, 8620.0, 8620.0, 8674.0, 8625.0, 8697.0, 8661.0, 8639.0, 8621.0, 8607.0, 8666.0, 8644.0, 8642.0, 8652.0, 8684.0, 8647.0, 8698.0, 8639.0, 8634.0, 8620.0, 8641.0, 8697.0, 8658.0, 8627.0, 8637.0, 8638.0, 8700.0, 8657.0, 8696.0, 8696.0, 8676.0, 8725.0, 8695.0, 8705.0, 8643.0, 8666.0, 8629.0, 8652.0, 8594.0, 8612.0, 8599.0, 8596.0, 8660.0, 8615.0, 8643.0, 8617.0, 8637.0, 8632.0, 8661.0, 8654.0, 8638.0, 8649.0, 8603.0, 8634.0, 8626.0, 8646.0, 8621.0, 8620.0, 8616.0, 8658.0, 8635.0, 8633.0, 8646.0, 8671.0, 8642.0, 8653.0, 8702.0, 8652.0, 8673.0, 8719.0, 8709.0, 8694.0, 8665.0, 8684.0, 8715.0, 8704.0, 8690.0, 8732.0, 8678.0, 8728.0, 8664.0, 8681.0, 8595.0, 8609.0, 8615.0, 8612.0, 8675.0, 8632.0, 8588.0, 8596.0, 8631.0, 8621.0, 8639.0, 8664.0, 8638.0, 8617.0, 8638.0, 8632.0, 8640.0, 8688.0, 8646.0, 8622.0, 8653.0, 8621.0, 8650.0, 8649.0, 8641.0, 8608.0, 8640.0, 8594.0, 8658.0, 8618.0, 8648.0, 8617.0, 8608.0, 8583.0, 8603.0, 8605.0, 8644.0, 8618.0, 8621.0, 8589.0, 8620.0, 8620.0, 8607.0, 8618.0, 8652.0, 8647.0, 8669.0, 8672.0, 8633.0, 8651.0, 8696.0, 8720.0, 8680.0, 8733.0, 8693.0, 8640.0, 8667.0, 8656.0, 8735.0, 8712.0, 8680.0, 8645.0, 8631.0, 8648.0, 8686.0, 8650.0, 8650.0, 8653.0, 8660.0, 8625.0, 8653.0, 8673.0, 8670.0, 8699.0, 8674.0, 8698.0, 8684.0, 8664.0, 8665.0, 8686.0, 8667.0, 8706.0, 8666.0, 8600.0, 8632.0, 8588.0, 8620.0, 8632.0, 8618.0, 8648.0, 8691.0, 8669.0, 8634.0, 8653.0, 8658.0, 8650.0, 8707.0, 8666.0, 8659.0, 8648.0, 8654.0, 8636.0, 8679.0, 8653.0, 8645.0, 8638.0, 8679.0, 8636.0, 8594.0, 8626.0, 8594.0, 8701.0, 8641.0, 8656.0, 8650.0, 8665.0, 8637.0, 8725.0, 8651.0, 8661.0, 8649.0, 8718.0, 8670.0, 8649.0, 8652.0, 8605.0, 8649.0, 8675.0, 8622.0, 8590.0, 8620.0, 8601.0, 8675.0, 8652.0, 8650.0, 8640.0, 8696.0, 8661.0, 8643.0, 8632.0, 8632.0, 8708.0, 8666.0, 8678.0, 8657.0, 8651.0, 8710.0, 8649.0, 8751.0, 8662.0, 8688.0, 8627.0, 8639.0, 8707.0, 8653.0, 8625.0, 8679.0, 8662.0, 8715.0, 8675.0, 8653.0, 8661.0, 8671.0, 8695.0, 8670.0, 8707.0, 8669.0, 8636.0, 8635.0, 8643.0, 8698.0, 8645.0, 8702.0, 8648.0, 8589.0, 8618.0, 8605.0, 8650.0, 8652.0, 8664.0, 8650.0, 8689.0, 8639.0, 8610.0, 8627.0, 8606.0, 8682.0, 8657.0, 8655.0, 8657.0, 8699.0, 8675.0, 8672.0, 8642.0, 8609.0, 8658.0, 8676.0, 8689.0, 8674.0, 8714.0, 8660.0, 8729.0, 8689.0, 8648.0, 8637.0, 8635.0, 8625.0, 8642.0, 8652.0, 8642.0, 8698.0, 8639.0, 8613.0, 8628.0, 8657.0, 8717.0, 8696.0, 8677.0, 8678.0, 8686.0, 8723.0, 8715.0, 8657.0, 8622.0, 8650.0, 8623.0, 8706.0, 8651.0, 8638.0, 8618.0, 8690.0, 8651.0, 8617.0, 8636.0, 8576.0, 8640.0, 8592.0, 8639.0, 8641.0, 8663.0, 8639.0, 8712.0, 8660.0, 8682.0, 8659.0, 8681.0, 8653.0, 8695.0, 8640.0, 8592.0, 8666.0, 8637.0, 8649.0, 8658.0, 8656.0, 8645.0, 8613.0, 8689.0, 8664.0, 8686.0, 8662.0, 8670.0, 8704.0, 8662.0, 8692.0, 8645.0, 8729.0, 8658.0, 8728.0, 8641.0, 8645.0, 8685.0, 8652.0, 8736.0, 8662.0, 8653.0, 8703.0, 8654.0, 8657.0, 8724.0, 8685.0, 8739.0, 8712.0, 8671.0, 8711.0, 8659.0, 8721.0, 8641.0, 8665.0, 8649.0, 8623.0, 8652.0, 8640.0, 8639.0, 8639.0, 8690.0, 8656.0, 8684.0, 8658.0, 8622.0, 8648.0, 8621.0, 8679.0, 8645.0, 8664.0, 8631.0, 8729.0, 8672.0, 8653.0, 8640.0, 8638.0, 8636.0, 8622.0, 8654.0, 8647.0, 8712.0, 8676.0, 8620.0, 8662.0, 8609.0, 8700.0, 8659.0, 8656.0, 8646.0, 8663.0, 8628.0, 8712.0, 8690.0, 8652.0, 8667.0, 8609.0, 8668.0, 8637.0, 8728.0, 8666.0, 8634.0, 8658.0, 8674.0, 8669.0, 8701.0, 8691.0, 8654.0, 8644.0, 8634.0, 8584.0, 8658.0, 8619.0, 8669.0, 8629.0, 8605.0, 8636.0, 8617.0, 8715.0, 8638.0, 8687.0, 8616.0, 8593.0, 8603.0, 8565.0, 8671.0, 8593.0, 8686.0, 8603.0, 8664.0, 8612.0, 8663.0, 8580.0, 8578.0, 8581.0, 8531.0, 8597.0, 8568.0, 8623.0, 8593.0, 8642.0, 8611.0, 8663.0, 8610.0, 8573.0, 8633.0, 8616.0, 8669.0, 8633.0, 8647.0, 8642.0, 8636.0, 8661.0, 8684.0, 8656.0, 8713.0, 8639.0, 8727.0, 8652.0, 8622.0, 8635.0, 8619.0, 8674.0, 8618.0, 8675.0, 8637.0, 8587.0, 8618.0, 8602.0, 8678.0, 8626.0, 8656.0, 8635.0, 8698.0, 8658.0, 8701.0, 8659.0, 8628.0, 8639.0, 8607.0, 8700.0, 8638.0, 8644.0, 8613.0, 8694.0, 8625.0, 8725.0, 8610.0, 8664.0, 8629.0, 8709.0, 8632.0, 8655.0, 8657.0, 8620.0, 8657.0, 8627.0, 8661.0, 8640.0, 8688.0, 8621.0, 8657.0, 8613.0, 8667.0, 8634.0, 8729.0, 8650.0, 8671.0, 8658.0, 8626.0, 8688.0, 8680.0, 8645.0, 8640.0, 8667.0, 8608.0, 8722.0, 8632.0, 8656.0, 8662.0, 8646.0, 8679.0, 8619.0, 8658.0, 8630.0, 8713.0, 8636.0, 8714.0, 8661.0, 8658.0, 8671.0, 8695.0, 8712.0, 8628.0, 8666.0, 8623.0, 8706.0, 8641.0, 8613.0, 8642.0, 8609.0, 8704.0, 8614.0, 8712.0, 8642.0, 8669.0, 8653.0, 8679.0, 8638.0, 8609.0, 8651.0, 8593.0, 8705.0, 8598.0, 8650.0, 8608.0, 8673.0, 8650.0, 8667.0, 8653.0, 8626.0, 8656.0, 8620.0, 8716.0, 8659.0, 8618.0, 8672.0, 8631.0, 8743.0, 8678.0, 8643.0, 8673.0, 8662.0, 8674.0, 8702.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.001831204128440367</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0645811752293578</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.59995260142365</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1226004680022952</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9327764339265212</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4805</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5536.2144</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.12172071832386823</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>73</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.371559633027523</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9002285115281077</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.646262936908175</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.123107834630216</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.9313147630459335</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0074207</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007440860848873854</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04079137369990349</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.8976682708441555</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>20.2321</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.4094</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.5125</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>298645.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>660.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>275.43</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0304</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.5605</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3048.9331</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3224.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>77899.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1108.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4062.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>827.1559</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>26.05525559873786</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> |