=== 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-0086 --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-0086",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0086_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0086_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0086/ses-03/func/sub-0086_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>ae87fadf0d2155192c3788c6d13acac1</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:21:23.675000</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.999863, -0.0149052, -0.00716229, 0.0153579, 0.997568, 0.0679843]</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-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0952045</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4147, -7754, -7279, 646, -41, -142, 94, 72]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>236.686</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c102455a-7608-41d8-b863-022644940d1e||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.6825599670410156, 0.04120420292019844, -0.016555195674300194, 111.66639709472656], [0.03998943790793419, 2.6764025688171387, 0.1838293969631195, -102.57610321044922], [-0.019215893000364304, -0.182396799325943, 2.6936838626861572, -65.18501281738281], [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': ['092123.675000', '092124.135000', '092124.595000', '092125.055000', '092125.515000', '092125.975000', '092126.435000', '092126.895000', '092127.355000', '092127.815000', '092128.275000', '092128.735000', '092129.195000', '092129.655000', '092130.115000', '092130.575000', '092131.035000', '092131.495000', '092131.955000', '092132.415000', '092132.875000', '092133.335000', '092133.795000', '092134.255000', '092134.715000', '092135.175000', '092135.635000', '092136.095000', '092136.555000', '092137.015000', '092137.475000', '092137.935000', '092138.395000', '092138.855000', '092139.315000', '092139.775000', '092140.235000', '092140.695000', '092141.155000', '092141.615000', '092142.075000', '092142.535000', '092142.995000', '092143.455000', '092143.915000', '092144.375000', '092144.835000', '092145.295000', '092145.755000', '092146.215000', '092146.675000', '092147.135000', '092147.595000', '092148.055000', '092148.515000', '092148.975000', '092149.435000', '092149.895000', '092150.355000', '092150.815000', '092151.275000', '092151.735000', '092152.195000', '092152.655000', '092153.115000', '092153.575000', '092154.035000', '092154.495000', '092154.955000', '092155.415000', '092155.875000', '092156.335000', '092156.795000', '092157.255000', '092157.715000', '092158.175000', '092158.635000', '092159.095000', '092159.555000', '092200.015000', '092200.475000', '092200.935000', '092201.395000', '092201.855000', '092202.315000', '092202.775000', '092203.235000', '092203.695000', '092204.155000', '092204.615000', '092205.075000', '092205.535000', '092205.995000', '092206.455000', '092206.915000', '092207.375000', '092207.835000', '092208.295000', '092208.755000', '092209.215000', '092209.675000', '092210.135000', '092210.595000', '092211.055000', '092211.515000', '092211.975000', '092212.435000', '092212.895000', '092213.355000', '092213.815000', '092214.275000', '092214.735000', '092215.195000', '092215.655000', '092216.115000', '092216.575000', '092217.035000', '092217.495000', '092217.955000', '092218.415000', '092218.875000', '092219.335000', '092219.795000', '092220.255000', '092220.715000', '092221.175000', '092221.635000', '092222.095000', '092222.555000', '092223.015000', '092223.475000', '092223.935000', '092224.395000', '092224.855000', '092225.315000', '092225.775000', '092226.235000', '092226.695000', '092227.155000', '092227.615000', '092228.075000', '092228.535000', '092228.995000', '092229.455000', '092229.915000', '092230.375000', '092230.835000', '092231.295000', '092231.755000', '092232.215000', '092232.675000', '092233.135000', '092233.595000', '092234.055000', '092234.515000', '092234.975000', '092235.435000', '092235.895000', '092236.355000', '092236.815000', '092237.275000', '092237.735000', '092238.195000', '092238.655000', '092239.115000', '092239.575000', '092240.035000', '092240.495000', '092240.955000', '092241.415000', '092241.875000', '092242.335000', '092242.795000', '092243.255000', '092243.715000', '092244.175000', '092244.635000', '092245.095000', '092245.555000', '092246.015000', '092246.475000', '092246.935000', '092247.395000', '092247.855000', '092248.315000', '092248.775000', '092249.235000', '092249.695000', '092250.155000', '092250.615000', '092251.075000', '092251.535000', '092251.995000', '092252.455000', '092252.915000', '092253.375000', '092253.835000', '092254.295000', '092254.755000', '092255.215000', '092255.675000', '092256.135000', '092256.595000', '092257.055000', '092257.515000', '092257.975000', '092258.435000', '092258.895000', '092259.355000', '092259.815000', '092300.275000', '092300.735000', '092301.195000', '092301.655000', '092302.115000', '092302.575000', '092303.035000', '092303.495000', '092303.955000', '092304.415000', '092304.875000', '092305.335000', '092305.795000', '092306.255000', '092306.715000', '092307.175000', '092307.635000', '092308.095000', '092308.555000', '092309.015000', '092309.475000', '092309.935000', '092310.395000', '092310.855000', '092311.315000', '092311.775000', '092312.235000', '092312.695000', '092313.155000', '092313.615000', '092314.075000', '092314.535000', '092314.995000', '092315.455000', '092315.915000', '092316.375000', '092316.835000', '092317.295000', '092317.755000', '092318.215000', '092318.675000', '092319.135000', '092319.595000', '092320.055000', '092320.515000', '092320.975000', '092321.435000', '092321.895000', '092322.355000', '092322.815000', '092323.275000', '092323.735000', '092324.195000', '092324.655000', '092325.115000', '092325.575000', '092326.035000', '092326.495000', '092326.955000', '092327.415000', '092327.875000', '092328.335000', '092328.795000', '092329.255000', '092329.715000', '092330.175000', '092330.635000', '092331.095000', '092331.555000', '092332.015000', '092332.475000', '092332.935000', '092333.395000', '092333.855000', '092334.315000', '092334.775000', '092335.235000', '092335.695000', '092336.155000', '092336.615000', '092337.075000', '092337.535000', '092337.995000', '092338.455000', '092338.915000', '092339.375000', '092339.835000', '092340.295000', '092340.755000', '092341.215000', '092341.675000', '092342.135000', '092342.595000', '092343.055000', '092343.515000', '092343.975000', '092344.435000', '092344.895000', '092345.355000', '092345.815000', '092346.275000', '092346.735000', '092347.195000', '092347.655000', '092348.115000', '092348.575000', '092349.035000', '092349.495000', '092349.955000', '092350.415000', '092350.875000', '092351.335000', '092351.795000', '092352.255000', '092352.715000', '092353.175000', '092353.635000', '092354.095000', '092354.555000', '092355.015000', '092355.475000', '092355.935000', '092356.395000', '092356.855000', '092357.315000', '092357.775000', '092358.235000', '092358.695000', '092359.155000', '092359.615000', '092400.075000', '092400.535000', '092400.995000', '092401.455000', '092401.915000', '092402.375000', '092402.835000', '092403.295000', '092403.755000', '092404.215000', '092404.675000', '092405.135000', '092405.595000', '092406.055000', '092406.515000', '092406.975000', '092407.435000', '092407.895000', '092408.355000', '092408.815000', '092409.275000', '092409.735000', '092410.195000', '092410.655000', '092411.115000', '092411.575000', '092412.035000', '092412.495000', '092412.955000', '092413.415000', '092413.875000', '092414.335000', '092414.795000', '092415.255000', '092415.715000', '092416.175000', '092416.635000', '092417.095000', '092417.555000', '092418.015000', '092418.475000', '092418.935000', '092419.395000', '092419.855000', '092420.315000', '092420.775000', '092421.235000', '092421.695000', '092422.155000', '092422.615000', '092423.075000', '092423.535000', '092423.995000', '092424.455000', '092424.915000', '092425.375000', '092425.835000', '092426.295000', '092426.755000', '092427.215000', '092427.675000', '092428.135000', '092428.595000', '092429.055000', '092429.515000', '092429.975000', '092430.435000', '092430.895000', '092431.355000', '092431.815000', '092432.275000', '092432.735000', '092433.195000', '092433.655000', '092434.115000', '092434.575000', '092435.035000', '092435.495000', '092435.955000', '092436.415000', '092436.875000', '092437.335000', '092437.795000', '092438.255000', '092438.715000', '092439.175000', '092439.635000', '092440.095000', '092440.555000', '092441.015000', '092441.475000', '092441.935000', '092442.395000', '092442.855000', '092443.315000', '092443.775000', '092444.235000', '092444.695000', '092445.155000', '092445.615000', '092446.075000', '092446.535000', '092446.995000', '092447.455000', '092447.915000', '092448.375000', '092448.835000', '092449.295000', '092449.755000', '092450.215000', '092450.675000', '092451.135000', '092451.595000', '092452.055000', '092452.515000', '092452.975000', '092453.435000', '092453.895000', '092454.355000', '092454.815000', '092455.275000', '092455.735000', '092456.195000', '092456.655000', '092457.115000', '092457.575000', '092458.035000', '092458.495000', '092458.955000', '092459.415000', '092459.875000', '092500.335000', '092500.795000', '092501.255000', '092501.715000', '092502.175000', '092502.635000', '092503.095000', '092503.555000', '092504.015000', '092504.475000', '092504.935000', '092505.395000', '092505.855000', '092506.315000', '092506.775000', '092507.235000', '092507.695000', '092508.155000', '092508.615000', '092509.075000', '092509.535000', '092509.995000', '092510.455000', '092510.915000', '092511.375000', '092511.835000', '092512.295000', '092512.755000', '092513.215000', '092513.675000', '092514.135000', '092514.595000', '092515.055000', '092515.515000', '092515.975000', '092516.435000', '092516.895000', '092517.355000', '092517.815000', '092518.275000', '092518.735000', '092519.195000', '092519.655000', '092520.115000', '092520.575000', '092521.035000', '092521.495000', '092521.955000', '092522.415000', '092522.875000', '092523.335000', '092523.795000', '092524.255000', '092524.715000', '092525.175000', '092525.635000', '092526.095000', '092526.555000', '092527.015000', '092527.475000', '092527.935000', '092528.395000', '092528.855000', '092529.315000', '092529.775000', '092530.235000', '092530.695000', '092531.155000', '092531.615000', '092532.075000', '092532.535000', '092532.995000', '092533.455000', '092533.915000', '092534.375000', '092534.835000', '092535.295000', '092535.755000', '092536.215000', '092536.675000', '092537.135000', '092537.595000', '092538.055000', '092538.515000', '092538.975000', '092539.435000', '092539.895000', '092540.355000', '092540.815000', '092541.275000', '092541.735000', '092542.195000', '092542.655000', '092543.115000', '092543.575000', '092544.035000', '092544.495000', '092544.955000', '092545.415000', '092545.875000', '092546.335000', '092546.795000', '092547.255000', '092547.715000', '092548.175000', '092548.635000', '092549.095000', '092549.555000', '092550.015000', '092550.475000', '092550.935000', '092551.395000', '092551.855000', '092552.315000', '092552.775000', '092553.235000', '092553.695000', '092554.155000', '092554.615000', '092555.075000', '092555.535000', '092555.995000', '092556.455000', '092556.915000', '092557.375000', '092557.835000', '092558.295000', '092558.755000', '092559.215000', '092559.675000', '092600.135000', '092600.595000', '092601.055000', '092601.515000', '092601.975000', '092602.435000', '092602.895000', '092603.355000', '092603.815000', '092604.275000', '092604.735000', '092605.195000', '092605.655000', '092606.115000', '092606.575000', '092607.035000', '092607.495000', '092607.955000', '092608.415000', '092608.875000', '092609.335000', '092609.795000', '092610.255000', '092610.715000', '092611.175000', '092611.635000', '092612.095000', '092612.555000', '092613.015000', '092613.475000', '092613.935000', '092614.395000', '092614.855000', '092615.315000', '092615.775000', '092616.235000', '092616.695000', '092617.155000', '092617.615000', '092618.075000', '092618.535000', '092618.995000', '092619.455000', '092619.915000', '092620.375000', '092620.835000', '092621.295000', '092621.755000', '092622.215000', '092622.675000', '092623.135000', '092623.595000', '092624.055000', '092624.515000', '092624.975000', '092625.435000', '092625.895000', '092626.355000', '092626.815000', '092627.275000', '092627.735000', '092628.195000', '092628.655000', '092629.115000', '092629.575000', '092630.035000', '092630.495000', '092630.955000', '092631.415000', '092631.875000', '092632.335000', '092632.795000', '092633.255000', '092633.715000', '092634.175000', '092634.635000', '092635.095000', '092635.555000', '092636.015000', '092636.475000', '092636.935000', '092637.395000', '092637.855000', '092638.315000', '092638.775000', '092639.235000', '092639.695000', '092640.155000', '092640.615000', '092641.075000', '092641.535000', '092641.995000', '092642.455000', '092642.915000', '092643.375000', '092643.835000', '092644.295000', '092644.755000', '092645.215000', '092645.675000', '092646.135000', '092646.595000', '092647.055000', '092647.515000', '092647.975000', '092648.435000', '092648.895000', '092649.355000', '092649.815000', '092650.275000', '092650.735000', '092651.195000', '092651.655000', '092652.115000', '092652.575000', '092653.035000', '092653.495000', '092653.955000', '092654.415000', '092654.875000', '092655.335000', '092655.795000', '092656.255000', '092656.715000', '092657.175000', '092657.635000', '092658.095000', '092658.555000', '092659.015000', '092659.475000', '092659.935000', '092700.395000', '092700.855000', '092701.315000', '092701.775000', '092702.235000', '092702.695000', '092703.155000', '092703.615000', '092704.075000', '092704.535000', '092704.995000', '092705.455000', '092705.915000', '092706.375000', '092706.835000', '092707.295000', '092707.755000', '092708.215000', '092708.675000', '092709.135000', '092709.595000', '092710.055000', '092710.515000', '092710.975000', '092711.435000', '092711.895000', '092712.355000', '092712.815000', '092713.275000', '092713.735000', '092714.195000', '092714.655000', '092715.115000', '092715.575000', '092716.035000', '092716.495000', '092716.955000', '092717.415000', '092717.875000', '092718.335000', '092718.795000', '092719.255000', '092719.715000', '092720.175000', '092720.635000', '092721.095000', '092721.555000', '092722.015000', '092722.475000', '092722.935000', '092723.395000', '092723.855000', '092724.315000', '092724.775000', '092725.235000', '092725.695000', '092726.155000', '092726.615000', '092727.075000', '092727.535000', '092727.995000', '092728.455000', '092728.915000', '092729.375000', '092729.835000', '092730.295000', '092730.755000', '092731.215000', '092731.675000', '092732.135000', '092732.595000', '092733.055000', '092733.515000', '092733.975000', '092734.435000', '092734.895000', '092735.355000', '092735.815000', '092736.275000', '092736.735000', '092737.195000', '092737.655000', '092738.115000', '092738.575000', '092739.035000', '092739.495000', '092739.955000', '092740.415000', '092740.875000', '092741.335000', '092741.795000', '092742.255000', '092742.715000', '092743.175000', '092743.635000', '092744.095000', '092744.555000', '092745.015000', '092745.475000', '092745.935000', '092746.395000', '092746.855000', '092747.315000', '092747.775000', '092748.235000', '092748.695000', '092749.155000', '092749.615000', '092750.075000', '092750.535000', '092750.995000', '092751.455000', '092751.915000', '092752.375000', '092752.835000', '092753.295000', '092753.755000', '092754.215000', '092754.675000', '092755.135000', '092755.595000', '092756.055000', '092756.515000', '092756.975000', '092757.435000', '092757.895000', '092758.355000', '092758.815000', '092759.275000', '092759.735000', '092800.195000', '092800.655000', '092801.115000', '092801.575000', '092802.035000', '092802.495000', '092802.955000', '092803.415000', '092803.875000', '092804.335000'], 'ContentTime': ['092134.636000', '092134.639000', '092134.642000', '092134.644000', '092134.647000', '092134.649000', '092134.652000', '092134.655000', '092134.657000', '092134.660000', '092134.664000', '092134.666000', '092134.669000', '092134.672000', '092134.674000', '092134.677000', '092134.680000', '092134.685000', '092134.687000', '092134.698000', '092134.700000', '092154.603000', '092154.606000', '092154.609000', '092154.611000', '092154.614000', '092154.616000', '092154.619000', '092154.622000', '092154.624000', '092154.627000', '092154.629000', '092154.632000', '092154.634000', '092154.637000', '092154.640000', '092154.642000', '092154.645000', '092154.647000', '092154.650000', '092154.652000', '092154.655000', '092154.658000', '092154.660000', '092154.663000', '092154.665000', '092154.668000', '092154.671000', '092154.673000', '092154.676000', '092154.687000', '092154.689000', '092154.692000', '092154.694000', '092154.697000', '092154.700000', '092154.702000', '092154.705000', '092154.707000', '092154.710000', '092154.713000', '092154.715000', '092154.718000', '092154.721000', '092214.602000', '092214.611000', '092214.614000', '092214.617000', '092214.619000', '092214.622000', '092214.625000', '092214.627000', '092214.630000', '092214.632000', '092214.635000', '092214.638000', '092214.640000', '092214.643000', '092214.645000', '092214.648000', '092214.651000', '092214.653000', '092214.656000', '092214.659000', '092214.661000', '092214.664000', '092214.666000', '092214.669000', '092214.671000', '092214.674000', '092214.677000', '092214.679000', '092214.682000', '092214.684000', '092214.687000', '092214.689000', '092214.692000', '092214.694000', '092214.697000', '092214.700000', '092214.703000', '092214.705000', '092214.708000', '092214.710000', '092214.713000', '092214.727000', '092214.730000', '092214.733000', '092234.602000', '092234.605000', '092234.608000', '092234.611000', '092234.623000', '092234.626000', '092234.629000', '092234.632000', '092234.634000', '092234.637000', '092234.640000', '092234.642000', '092234.645000', '092234.648000', '092234.650000', '092234.653000', '092234.656000', '092234.658000', '092234.661000', '092234.663000', '092234.666000', '092234.669000', '092234.671000', '092234.674000', '092234.676000', '092234.679000', '092234.681000', '092234.684000', '092234.687000', '092234.689000', '092234.692000', '092234.694000', '092234.697000', '092234.700000', '092234.702000', '092234.705000', '092234.708000', '092234.710000', '092234.713000', '092234.715000', '092234.718000', '092234.721000', '092234.723000', '092254.602000', '092254.605000', '092254.608000', '092254.611000', '092254.613000', '092254.616000', '092254.618000', '092254.621000', '092254.624000', '092254.626000', '092254.629000', '092254.631000', '092254.634000', '092254.636000', '092254.639000', '092254.642000', '092254.644000', '092254.647000', '092254.649000', '092254.652000', '092254.655000', '092254.657000', '092254.660000', '092254.662000', '092254.665000', '092254.667000', '092254.670000', '092254.673000', '092254.675000', '092254.678000', '092254.680000', '092254.683000', '092254.686000', '092254.688000', '092254.691000', '092254.693000', '092254.696000', '092254.699000', '092254.701000', '092254.704000', '092254.706000', '092254.709000', '092254.711000', '092254.714000', '092314.603000', '092314.606000', '092314.609000', '092314.612000', '092314.614000', '092314.617000', '092314.619000', '092314.622000', '092314.624000', '092314.627000', '092314.630000', '092314.632000', '092314.635000', '092314.637000', '092314.640000', '092314.642000', '092314.645000', '092314.648000', '092314.650000', '092314.653000', '092314.656000', '092314.658000', '092314.661000', '092314.663000', '092314.666000', '092314.668000', '092314.671000', '092314.673000', '092314.676000', '092314.679000', '092314.681000', '092314.684000', '092314.687000', '092314.689000', '092314.692000', '092314.694000', '092314.697000', '092314.700000', '092314.702000', '092314.705000', '092314.707000', '092314.710000', '092314.713000', '092334.603000', '092334.606000', '092334.609000', '092334.612000', '092334.615000', '092334.617000', '092334.620000', '092334.622000', '092334.625000', '092334.628000', '092334.630000', '092334.633000', '092334.636000', '092334.638000', '092334.641000', '092334.643000', '092334.646000', '092334.649000', '092334.651000', '092334.654000', '092334.656000', '092334.659000', '092334.662000', '092334.664000', '092334.667000', '092334.670000', '092334.672000', '092334.675000', '092334.677000', '092334.680000', '092334.683000', '092334.685000', '092334.688000', '092334.690000', '092334.693000', '092334.695000', '092334.698000', '092334.701000', '092334.703000', '092334.706000', '092334.709000', '092334.711000', '092334.714000', '092334.716000', '092354.604000', '092354.606000', '092354.609000', '092354.612000', '092354.614000', '092354.617000', '092354.619000', '092354.622000', '092354.625000', '092354.627000', '092354.630000', '092354.632000', '092354.635000', '092354.638000', '092354.640000', '092354.643000', '092354.645000', '092354.648000', '092354.651000', '092354.653000', '092354.656000', '092354.659000', '092354.661000', '092354.664000', '092354.666000', '092354.669000', '092354.672000', '092354.674000', '092354.677000', '092354.680000', '092354.682000', '092354.685000', '092354.687000', '092354.690000', '092354.693000', '092354.695000', '092354.698000', '092354.700000', '092354.703000', '092354.706000', '092354.708000', '092354.711000', '092354.713000', '092414.615000', '092414.618000', '092414.621000', '092414.623000', '092414.626000', '092414.629000', '092414.631000', '092414.634000', '092414.636000', '092414.639000', '092414.642000', '092414.644000', '092414.647000', '092414.649000', '092414.652000', '092414.655000', '092414.657000', '092414.660000', '092414.663000', '092414.665000', '092414.668000', '092414.670000', '092414.673000', '092414.676000', '092414.678000', '092414.681000', '092414.683000', '092414.686000', '092414.689000', '092414.691000', '092414.694000', '092414.697000', '092414.699000', '092414.702000', '092414.704000', '092414.707000', '092414.709000', '092414.712000', '092414.715000', '092414.717000', '092414.720000', '092414.722000', '092414.725000', '092414.728000', '092434.602000', '092434.605000', '092434.608000', '092434.613000', '092434.616000', '092434.618000', '092434.621000', '092434.623000', '092434.626000', '092434.629000', '092434.631000', '092434.634000', '092434.636000', '092434.639000', '092434.642000', '092434.644000', '092434.647000', '092434.650000', '092434.652000', '092434.655000', '092434.657000', '092434.660000', '092434.662000', '092434.665000', '092434.668000', '092434.670000', '092434.673000', '092434.676000', '092434.678000', '092434.681000', '092434.683000', '092434.686000', '092434.689000', '092434.691000', '092434.694000', '092434.696000', '092434.699000', '092434.702000', '092434.704000', '092434.707000', '092434.709000', '092434.712000', '092434.715000', '092454.603000', '092454.605000', '092454.608000', '092454.611000', '092454.613000', '092454.616000', '092454.619000', '092454.621000', '092454.624000', '092454.626000', '092454.629000', '092454.632000', '092454.634000', '092454.637000', '092454.640000', '092454.642000', '092454.645000', '092454.647000', '092454.650000', '092454.653000', '092454.655000', '092454.658000', '092454.661000', '092454.663000', '092454.666000', '092454.668000', '092454.671000', '092454.674000', '092454.676000', '092454.679000', '092454.681000', '092454.684000', '092454.687000', '092454.689000', '092454.692000', '092454.695000', '092454.697000', '092454.700000', '092454.702000', '092454.705000', '092454.707000', '092454.710000', '092454.722000', '092454.725000', '092514.602000', '092514.605000', '092514.608000', '092514.610000', '092514.613000', '092514.616000', '092514.618000', '092514.621000', '092514.624000', '092514.626000', '092514.629000', '092514.631000', '092514.634000', '092514.637000', '092514.639000', '092514.642000', '092514.644000', '092514.647000', '092514.650000', '092514.652000', '092514.655000', '092514.658000', '092514.660000', '092514.663000', '092514.665000', '092514.668000', '092514.671000', '092514.673000', '092514.676000', '092514.678000', '092514.681000', '092514.684000', '092514.686000', '092514.689000', '092514.691000', '092514.694000', '092514.697000', '092514.699000', '092514.702000', '092514.704000', '092514.707000', '092514.710000', '092514.712000', '092534.604000', '092534.606000', '092534.609000', '092534.612000', '092534.614000', '092534.617000', '092534.619000', '092534.622000', '092534.625000', '092534.627000', '092534.630000', '092534.632000', '092534.635000', '092534.638000', '092534.640000', '092534.643000', '092534.646000', '092534.648000', '092534.651000', '092534.653000', '092534.656000', '092534.659000', '092534.661000', '092534.664000', '092534.666000', '092534.699000', '092534.702000', '092534.704000', '092534.707000', '092534.709000', '092534.712000', '092534.715000', '092534.717000', '092534.720000', '092534.722000', '092534.725000', '092534.728000', '092534.730000', '092534.733000', '092534.735000', '092534.738000', '092534.741000', '092534.743000', '092534.746000', '092554.604000', '092554.606000', '092554.609000', '092554.612000', '092554.614000', '092554.617000', '092554.619000', '092554.622000', '092554.625000', '092554.627000', '092554.630000', '092554.633000', '092554.635000', '092554.638000', '092554.640000', '092554.643000', '092554.646000', '092554.648000', '092554.657000', '092554.660000', '092554.662000', '092554.665000', '092554.667000', '092554.670000', '092554.673000', '092554.675000', '092554.678000', '092554.681000', '092554.683000', '092554.686000', '092554.688000', '092554.691000', '092554.694000', '092554.696000', '092554.699000', '092554.701000', '092554.704000', '092554.707000', '092554.709000', '092554.712000', '092554.715000', '092554.717000', '092554.720000', '092614.603000', '092614.606000', '092614.609000', '092614.612000', '092614.614000', '092614.621000', '092614.624000', '092614.626000', '092614.629000', '092614.633000', '092614.636000', '092614.639000', '092614.641000', '092614.644000', '092614.646000', '092614.649000', '092614.651000', '092614.654000', '092614.657000', '092614.659000', '092614.662000', '092614.664000', '092614.667000', '092614.670000', '092614.672000', '092614.675000', '092614.678000', '092614.680000', '092614.683000', '092614.685000', '092614.688000', '092614.691000', '092614.693000', '092614.696000', '092614.699000', '092614.701000', '092614.704000', '092614.707000', '092614.709000', '092614.712000', '092614.714000', '092614.717000', '092614.720000', '092634.603000', '092634.606000', '092634.609000', '092634.611000', '092634.614000', '092634.617000', '092634.619000', '092634.622000', '092634.624000', '092634.627000', '092634.630000', '092634.632000', '092634.635000', '092634.638000', '092634.640000', '092634.643000', '092634.646000', '092634.648000', '092634.651000', '092634.653000', '092634.656000', '092634.658000', '092634.661000', '092634.664000', '092634.666000', '092634.669000', '092634.672000', '092634.674000', '092634.677000', '092634.680000', '092634.682000', '092634.685000', '092634.687000', '092634.690000', '092634.693000', '092634.695000', '092634.698000', '092634.701000', '092634.703000', '092634.706000', '092634.708000', '092634.711000', '092634.714000', '092634.716000', '092654.603000', '092654.606000', '092654.608000', '092654.611000', '092654.614000', '092654.617000', '092654.619000', '092654.622000', '092654.625000', '092654.627000', '092654.630000', '092654.632000', '092654.635000', '092654.638000', '092654.640000', '092654.643000', '092654.646000', '092654.648000', '092654.651000', '092654.654000', '092654.656000', '092654.659000', '092654.661000', '092654.664000', '092654.667000', '092654.669000', '092654.672000', '092654.675000', '092654.677000', '092654.680000', '092654.682000', '092654.685000', '092654.688000', '092654.690000', '092654.693000', '092654.696000', '092654.698000', '092654.701000', '092654.704000', '092654.706000', '092654.709000', '092654.712000', '092654.714000', '092714.602000', '092714.605000', '092714.608000', '092714.611000', '092714.613000', '092714.616000', '092714.618000', '092714.621000', '092714.624000', '092714.626000', '092714.629000', '092714.632000', '092714.634000', '092714.637000', '092714.639000', '092714.642000', '092714.645000', '092714.647000', '092714.650000', '092714.652000', '092714.655000', '092714.658000', '092714.660000', '092714.663000', '092714.665000', '092714.668000', '092714.671000', '092714.673000', '092714.676000', '092714.678000', '092714.681000', '092714.684000', '092714.686000', '092714.689000', '092714.692000', '092714.694000', '092714.697000', '092714.700000', '092714.702000', '092714.705000', '092714.708000', '092714.710000', '092714.713000', '092714.716000', '092734.603000', '092734.606000', '092734.608000', '092734.611000', '092734.614000', '092734.616000', '092734.619000', '092734.623000', '092734.626000', '092734.628000', '092734.631000', '092734.633000', '092734.636000', '092734.639000', '092734.641000', '092734.644000', '092734.646000', '092734.649000', '092734.652000', '092734.654000', '092734.657000', '092734.659000', '092734.662000', '092734.665000', '092734.668000', '092734.671000', '092734.675000', '092734.678000', '092734.681000', '092734.684000', '092734.686000', '092734.689000', '092734.691000', '092734.694000', '092734.697000', '092734.699000', '092734.702000', '092734.705000', '092734.707000', '092734.710000', '092734.712000', '092734.715000', '092734.718000', '092754.604000', '092754.607000', '092754.609000', '092754.612000', '092754.614000', '092754.617000', '092754.620000', '092754.622000', '092754.625000', '092754.628000', '092754.630000', '092754.633000', '092754.635000', '092754.638000', '092754.641000', '092754.643000', '092754.646000', '092754.648000', '092754.651000', '092754.654000', '092754.656000', '092754.659000', '092754.662000', '092754.664000', '092754.667000', '092754.669000', '092754.672000', '092754.675000', '092754.677000', '092754.680000', '092754.682000', '092754.685000', '092754.688000', '092754.690000', '092754.693000', '092754.696000', '092754.698000', '092754.701000', '092754.703000', '092754.706000', '092754.709000', '092754.711000', '092754.714000', '092754.717000', '092805.922000', '092805.925000', '092805.928000', '092805.931000', '092805.934000', '092805.936000', '092805.939000', '092805.942000', '092805.944000', '092805.947000', '092805.950000', '092805.953000', '092805.956000', '092805.960000', '092805.964000', '092805.967000', '092805.972000', '092805.975000', '092805.978000', '092805.981000', '092805.983000', '092805.986000', '092805.990000', '092805.993000', '092805.995000'], 'InstanceCreationTime': ['092134.636000', '092134.639000', '092134.642000', '092134.644000', '092134.647000', '092134.649000', '092134.652000', '092134.655000', '092134.657000', '092134.660000', '092134.664000', '092134.666000', '092134.669000', '092134.672000', '092134.674000', '092134.677000', '092134.680000', '092134.685000', '092134.687000', '092134.698000', '092134.700000', '092154.603000', '092154.606000', '092154.609000', '092154.611000', '092154.614000', '092154.616000', '092154.619000', '092154.622000', '092154.624000', '092154.627000', '092154.629000', '092154.632000', '092154.634000', '092154.637000', '092154.640000', '092154.642000', '092154.645000', '092154.647000', '092154.650000', '092154.652000', '092154.655000', '092154.658000', '092154.660000', '092154.663000', '092154.665000', '092154.668000', '092154.671000', '092154.673000', '092154.676000', '092154.687000', '092154.689000', '092154.692000', '092154.694000', '092154.697000', '092154.700000', '092154.702000', '092154.705000', '092154.707000', '092154.710000', '092154.713000', '092154.715000', '092154.718000', '092154.721000', '092214.602000', '092214.611000', '092214.614000', '092214.617000', '092214.619000', '092214.622000', '092214.625000', '092214.627000', '092214.630000', '092214.632000', '092214.635000', '092214.638000', '092214.640000', '092214.643000', '092214.645000', '092214.648000', '092214.651000', '092214.653000', '092214.656000', '092214.659000', '092214.661000', '092214.664000', '092214.666000', '092214.669000', '092214.671000', '092214.674000', '092214.677000', '092214.679000', '092214.682000', '092214.684000', '092214.687000', '092214.689000', '092214.692000', '092214.694000', '092214.697000', '092214.700000', '092214.703000', '092214.705000', '092214.708000', '092214.710000', '092214.713000', '092214.727000', '092214.730000', '092214.733000', '092234.602000', '092234.605000', '092234.608000', '092234.611000', '092234.623000', '092234.626000', '092234.629000', '092234.632000', '092234.634000', '092234.637000', '092234.640000', '092234.642000', '092234.645000', '092234.648000', '092234.650000', '092234.653000', '092234.656000', '092234.658000', '092234.661000', '092234.663000', '092234.666000', '092234.669000', '092234.671000', '092234.674000', '092234.676000', '092234.679000', '092234.681000', '092234.684000', '092234.687000', '092234.689000', '092234.692000', '092234.694000', '092234.697000', '092234.700000', '092234.702000', '092234.705000', '092234.708000', '092234.710000', '092234.713000', '092234.715000', '092234.718000', '092234.721000', '092234.723000', '092254.602000', '092254.605000', '092254.608000', '092254.611000', '092254.613000', '092254.616000', '092254.618000', '092254.621000', '092254.624000', '092254.626000', '092254.629000', '092254.631000', '092254.634000', '092254.636000', '092254.639000', '092254.642000', '092254.644000', '092254.647000', '092254.649000', '092254.652000', '092254.655000', '092254.657000', '092254.660000', '092254.662000', '092254.665000', '092254.667000', '092254.670000', '092254.673000', '092254.675000', '092254.678000', '092254.680000', '092254.683000', '092254.686000', '092254.688000', '092254.691000', '092254.693000', '092254.696000', '092254.699000', '092254.701000', '092254.704000', '092254.706000', '092254.709000', '092254.711000', '092254.714000', '092314.603000', '092314.606000', '092314.609000', '092314.612000', '092314.614000', '092314.617000', '092314.619000', '092314.622000', '092314.624000', '092314.627000', '092314.630000', '092314.632000', '092314.635000', '092314.637000', '092314.640000', '092314.642000', '092314.645000', '092314.648000', '092314.650000', '092314.653000', '092314.656000', '092314.658000', '092314.661000', '092314.663000', '092314.666000', '092314.668000', '092314.671000', '092314.673000', '092314.676000', '092314.679000', '092314.681000', '092314.684000', '092314.687000', '092314.689000', '092314.692000', '092314.694000', '092314.697000', '092314.700000', '092314.702000', '092314.705000', '092314.707000', '092314.710000', '092314.713000', '092334.603000', '092334.606000', '092334.609000', '092334.612000', '092334.615000', '092334.617000', '092334.620000', '092334.622000', '092334.625000', '092334.628000', '092334.630000', '092334.633000', '092334.636000', '092334.638000', '092334.641000', '092334.643000', '092334.646000', '092334.649000', '092334.651000', '092334.654000', '092334.656000', '092334.659000', '092334.662000', '092334.664000', '092334.667000', '092334.670000', '092334.672000', '092334.675000', '092334.677000', '092334.680000', '092334.683000', '092334.685000', '092334.688000', '092334.690000', '092334.693000', '092334.695000', '092334.698000', '092334.701000', '092334.703000', '092334.706000', '092334.709000', '092334.711000', '092334.714000', '092334.716000', '092354.604000', '092354.606000', '092354.609000', '092354.612000', '092354.614000', '092354.617000', '092354.619000', '092354.622000', '092354.625000', '092354.627000', '092354.630000', '092354.632000', '092354.635000', '092354.638000', '092354.640000', '092354.643000', '092354.645000', '092354.648000', '092354.651000', '092354.653000', '092354.656000', '092354.659000', '092354.661000', '092354.664000', '092354.666000', '092354.669000', '092354.672000', '092354.674000', '092354.677000', '092354.680000', '092354.682000', '092354.685000', '092354.687000', '092354.690000', '092354.693000', '092354.695000', '092354.698000', '092354.700000', '092354.703000', '092354.706000', '092354.708000', '092354.711000', '092354.713000', '092414.615000', '092414.618000', '092414.621000', '092414.623000', '092414.626000', '092414.629000', '092414.631000', '092414.634000', '092414.636000', '092414.639000', '092414.642000', '092414.644000', '092414.647000', '092414.649000', '092414.652000', '092414.655000', '092414.657000', '092414.660000', '092414.663000', '092414.665000', '092414.668000', '092414.670000', '092414.673000', '092414.676000', '092414.678000', '092414.681000', '092414.683000', '092414.686000', '092414.689000', '092414.691000', '092414.694000', '092414.697000', '092414.699000', '092414.702000', '092414.704000', '092414.707000', '092414.709000', '092414.712000', '092414.715000', '092414.717000', '092414.720000', '092414.722000', '092414.725000', '092414.728000', '092434.602000', '092434.605000', '092434.608000', '092434.613000', '092434.616000', '092434.618000', '092434.621000', '092434.623000', '092434.626000', '092434.629000', '092434.631000', '092434.634000', '092434.636000', '092434.639000', '092434.642000', '092434.644000', '092434.647000', '092434.650000', '092434.652000', '092434.655000', '092434.657000', '092434.660000', '092434.662000', '092434.665000', '092434.668000', '092434.670000', '092434.673000', '092434.676000', '092434.678000', '092434.681000', '092434.683000', '092434.686000', '092434.689000', '092434.691000', '092434.694000', '092434.696000', '092434.699000', '092434.702000', '092434.704000', '092434.707000', '092434.709000', '092434.712000', '092434.715000', '092454.603000', '092454.605000', '092454.608000', '092454.611000', '092454.613000', '092454.616000', '092454.619000', '092454.621000', '092454.624000', '092454.626000', '092454.629000', '092454.632000', '092454.634000', '092454.637000', '092454.640000', '092454.642000', '092454.645000', '092454.647000', '092454.650000', '092454.653000', '092454.655000', '092454.658000', '092454.661000', '092454.663000', '092454.666000', '092454.668000', '092454.671000', '092454.674000', '092454.676000', '092454.679000', '092454.681000', '092454.684000', '092454.687000', '092454.689000', '092454.692000', '092454.695000', '092454.697000', '092454.700000', '092454.702000', '092454.705000', '092454.707000', '092454.710000', '092454.722000', '092454.725000', '092514.602000', '092514.605000', '092514.608000', '092514.610000', '092514.613000', '092514.616000', '092514.618000', '092514.621000', '092514.624000', '092514.626000', '092514.629000', '092514.631000', '092514.634000', '092514.637000', '092514.639000', '092514.642000', '092514.644000', '092514.647000', '092514.650000', '092514.652000', '092514.655000', '092514.658000', '092514.660000', '092514.663000', '092514.665000', '092514.668000', '092514.671000', '092514.673000', '092514.676000', '092514.678000', '092514.681000', '092514.684000', '092514.686000', '092514.689000', '092514.691000', '092514.694000', '092514.697000', '092514.699000', '092514.702000', '092514.704000', '092514.707000', '092514.710000', '092514.712000', '092534.604000', '092534.606000', '092534.609000', '092534.612000', '092534.614000', '092534.617000', '092534.619000', '092534.622000', '092534.625000', '092534.627000', '092534.630000', '092534.632000', '092534.635000', '092534.638000', '092534.640000', '092534.643000', '092534.646000', '092534.648000', '092534.651000', '092534.653000', '092534.656000', '092534.659000', '092534.661000', '092534.664000', '092534.666000', '092534.699000', '092534.702000', '092534.704000', '092534.707000', '092534.709000', '092534.712000', '092534.715000', '092534.717000', '092534.720000', '092534.722000', '092534.725000', '092534.728000', '092534.730000', '092534.733000', '092534.735000', '092534.738000', '092534.741000', '092534.743000', '092534.746000', '092554.604000', '092554.606000', '092554.609000', '092554.612000', '092554.614000', '092554.617000', '092554.619000', '092554.622000', '092554.625000', '092554.627000', '092554.630000', '092554.633000', '092554.635000', '092554.638000', '092554.640000', '092554.643000', '092554.646000', '092554.648000', '092554.657000', '092554.660000', '092554.662000', '092554.665000', '092554.667000', '092554.670000', '092554.673000', '092554.675000', '092554.678000', '092554.681000', '092554.683000', '092554.686000', '092554.688000', '092554.691000', '092554.694000', '092554.696000', '092554.699000', '092554.701000', '092554.704000', '092554.707000', '092554.709000', '092554.712000', '092554.715000', '092554.717000', '092554.720000', '092614.603000', '092614.606000', '092614.609000', '092614.612000', '092614.614000', '092614.621000', '092614.624000', '092614.626000', '092614.629000', '092614.633000', '092614.636000', '092614.639000', '092614.641000', '092614.644000', '092614.646000', '092614.649000', '092614.651000', '092614.654000', '092614.657000', '092614.659000', '092614.662000', '092614.664000', '092614.667000', '092614.670000', '092614.672000', '092614.675000', '092614.678000', '092614.680000', '092614.683000', '092614.685000', '092614.688000', '092614.691000', '092614.693000', '092614.696000', '092614.699000', '092614.701000', '092614.704000', '092614.707000', '092614.709000', '092614.712000', '092614.714000', '092614.717000', '092614.720000', '092634.603000', '092634.606000', '092634.609000', '092634.611000', '092634.614000', '092634.617000', '092634.619000', '092634.622000', '092634.624000', '092634.627000', '092634.630000', '092634.632000', '092634.635000', '092634.638000', '092634.640000', '092634.643000', '092634.646000', '092634.648000', '092634.651000', '092634.653000', '092634.656000', '092634.658000', '092634.661000', '092634.664000', '092634.666000', '092634.669000', '092634.672000', '092634.674000', '092634.677000', '092634.680000', '092634.682000', '092634.685000', '092634.687000', '092634.690000', '092634.693000', '092634.695000', '092634.698000', '092634.701000', '092634.703000', '092634.706000', '092634.708000', '092634.711000', '092634.714000', '092634.716000', '092654.603000', '092654.606000', '092654.608000', '092654.611000', '092654.614000', '092654.617000', '092654.619000', '092654.622000', '092654.625000', '092654.627000', '092654.630000', '092654.632000', '092654.635000', '092654.638000', '092654.640000', '092654.643000', '092654.646000', '092654.648000', '092654.651000', '092654.654000', '092654.656000', '092654.659000', '092654.661000', '092654.664000', '092654.667000', '092654.669000', '092654.672000', '092654.675000', '092654.677000', '092654.680000', '092654.682000', '092654.685000', '092654.688000', '092654.690000', '092654.693000', '092654.696000', '092654.698000', '092654.701000', '092654.704000', '092654.706000', '092654.709000', '092654.712000', '092654.714000', '092714.602000', '092714.605000', '092714.608000', '092714.611000', '092714.613000', '092714.616000', '092714.618000', '092714.621000', '092714.624000', '092714.626000', '092714.629000', '092714.632000', '092714.634000', '092714.637000', '092714.639000', '092714.642000', '092714.645000', '092714.647000', '092714.650000', '092714.652000', '092714.655000', '092714.658000', '092714.660000', '092714.663000', '092714.665000', '092714.668000', '092714.671000', '092714.673000', '092714.676000', '092714.678000', '092714.681000', '092714.684000', '092714.686000', '092714.689000', '092714.692000', '092714.694000', '092714.697000', '092714.700000', '092714.702000', '092714.705000', '092714.708000', '092714.710000', '092714.713000', '092714.716000', '092734.603000', '092734.606000', '092734.608000', '092734.611000', '092734.614000', '092734.616000', '092734.619000', '092734.623000', '092734.626000', '092734.628000', '092734.631000', '092734.633000', '092734.636000', '092734.639000', '092734.641000', '092734.644000', '092734.646000', '092734.649000', '092734.652000', '092734.654000', '092734.657000', '092734.659000', '092734.662000', '092734.665000', '092734.668000', '092734.671000', '092734.675000', '092734.678000', '092734.681000', '092734.684000', '092734.686000', '092734.689000', '092734.691000', '092734.694000', '092734.697000', '092734.699000', '092734.702000', '092734.705000', '092734.707000', '092734.710000', '092734.712000', '092734.715000', '092734.718000', '092754.604000', '092754.607000', '092754.609000', '092754.612000', '092754.614000', '092754.617000', '092754.620000', '092754.622000', '092754.625000', '092754.628000', '092754.630000', '092754.633000', '092754.635000', '092754.638000', '092754.641000', '092754.643000', '092754.646000', '092754.648000', '092754.651000', '092754.654000', '092754.656000', '092754.659000', '092754.662000', '092754.664000', '092754.667000', '092754.669000', '092754.672000', '092754.675000', '092754.677000', '092754.680000', '092754.682000', '092754.685000', '092754.688000', '092754.690000', '092754.693000', '092754.696000', '092754.698000', '092754.701000', '092754.703000', '092754.706000', '092754.709000', '092754.711000', '092754.714000', '092754.717000', '092805.922000', '092805.925000', '092805.928000', '092805.931000', '092805.934000', '092805.936000', '092805.939000', '092805.942000', '092805.944000', '092805.947000', '092805.950000', '092805.953000', '092805.956000', '092805.960000', '092805.964000', '092805.967000', '092805.972000', '092805.975000', '092805.978000', '092805.981000', '092805.983000', '092805.986000', '092805.990000', '092805.993000', '092805.995000'], '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': [15413, 9853, 10330, 16948, 12179, 9788, 14803, 9895, 9608, 15088, 8647, 9137, 14693, 9285, 9619, 15606, 8550, 10530, 15851, 9182, 9469, 9341, 8559, 13896, 9231, 9079, 14724, 9203, 9850, 12339, 8199, 12581, 13107, 8533, 11230, 9229, 8823, 14751, 11063, 9073, 13708, 9769, 9521, 15223, 9551, 8983, 14991, 10109, 9111, 12817, 8282, 9492, 13372, 8033, 11665, 10516, 8359, 11169, 8160, 9302, 15276, 9207, 9897, 14223, 8501, 11260, 9597, 8625, 13491, 9979, 8946, 12537, 8250, 9394, 15793, 8641, 10054, 8921, 8899, 14841, 9675, 9388, 15011, 10036, 9043, 14766, 8398, 10475, 16040, 8975, 9757, 12822, 8140, 10886, 9388, 8174, 11594, 8407, 9035, 15147, 8586, 10018, 15529, 9519, 9810, 13072, 8787, 13254, 16103, 9025, 11761, 13632, 9079, 13253, 11029, 8908, 12976, 9306, 9088, 13820, 8175, 9479, 15206, 8540, 9960, 8259, 9148, 14069, 9602, 9264, 13332, 9107, 8868, 12772, 8202, 11986, 8577, 9107, 8750, 8625, 13777, 8300, 10721, 8193, 9558, 15775, 10858, 10158, 15529, 8986, 10685, 10366, 8454, 13286, 9527, 8774, 9803, 8312, 12150, 9043, 8664, 12468, 8283, 9469, 10677, 8000, 12405, 9850, 8751, 12358, 8504, 9063, 15672, 9791, 9305, 14406, 9317, 9668, 15196, 8897, 9021, 14425, 8966, 8476, 14123, 8198, 9523, 15019, 8350, 9556, 13854, 8268, 10976, 14972, 8135, 9498, 11192, 8305, 10627, 8316, 8906, 13662, 8257, 12202, 16261, 9603, 11330, 11787, 8837, 13900, 10775, 8887, 13048, 9810, 9482, 15256, 11148, 8784, 13953, 11162, 8337, 10725, 8229, 8202, 13078, 8561, 8056, 11829, 8306, 8952, 10770, 8169, 12674, 12387, 8610, 12795, 10210, 8940, 14232, 8591, 9216, 15272, 9428, 8769, 14565, 8200, 11421, 14849, 8855, 11845, 12638, 9192, 13304, 10662, 8590, 13331, 9375, 8802, 13699, 9137, 8986, 13795, 8632, 9014, 10936, 8278, 11680, 8724, 8316, 13941, 9950, 8792, 13707, 9227, 8158, 13171, 9753, 8439, 10772, 8196, 8278, 13455, 9248, 8081, 12029, 8646, 8041, 13137, 8579, 9638, 14564, 8280, 10080, 8271, 8466, 14549, 10749, 8814, 14079, 10150, 9529, 15741, 9459, 9425, 16140, 11460, 9538, 15250, 9325, 9924, 15972, 11466, 8961, 13911, 8656, 8523, 14316, 8110, 9208, 10708, 8433, 12021, 8176, 9667, 15578, 11307, 9990, 15093, 9615, 10016, 16397, 8507, 10364, 14614, 8492, 11748, 9682, 8316, 13902, 9699, 8311, 13709, 8183, 9256, 15508, 8516, 9927, 10849, 8066, 12343, 14988, 8319, 11399, 14910, 8136, 9930, 10177, 8202, 10872, 11571, 8017, 9819, 10578, 8236, 11366, 8448, 8339, 12168, 9081, 8439, 12382, 8411, 8932, 14667, 8388, 9820, 9141, 8475, 14690, 9216, 9543, 15672, 11535, 10640, 16825, 11627, 9994, 16613, 12384, 9048, 13588, 9259, 8501, 13607, 8514, 9156, 14602, 8685, 9107, 12818, 8098, 11940, 13723, 8437, 12250, 12253, 8899, 14151, 10537, 8941, 14146, 10933, 9036, 13915, 9501, 8216, 13719, 9335, 8221, 11789, 8135, 8579, 13894, 8409, 8814, 14640, 8422, 9315, 12108, 8362, 11755, 8527, 9090, 13382, 8329, 9919, 9881, 8311, 13498, 13203, 8991, 13585, 10051, 9687, 16336, 12268, 9989, 15867, 12267, 10125, 14784, 8558, 9128, 15359, 9320, 8511, 14328, 8216, 9014, 14942, 8693, 8257, 13854, 8428, 8685, 13805, 8552, 8202, 13389, 8301, 10580, 8173, 8554, 14176, 8460, 12142, 16006, 9985, 11903, 13417, 9279, 15073, 17282, 10416, 12143, 13679, 8914, 12676, 15843, 8651, 11053, 15764, 8370, 10711, 15417, 7976, 9443, 12101, 7958, 10645, 10475, 7981, 12165, 13716, 8052, 10836, 8270, 8170, 13353, 8095, 8672, 14265, 8876, 8894, 14815, 8684, 8914, 14858, 8444, 9426, 10468, 8079, 12797, 7880, 9089, 15539, 10162, 9310, 14875, 8499, 9953, 10791, 8265, 10684, 8098, 8876, 15131, 8164, 11930, 14550, 9215, 10658, 8577, 8956, 15123, 10084, 9131, 14492, 8505, 9861, 16100, 8132, 10267, 14965, 8805, 8851, 13253, 8283, 9868, 10070, 8173, 10747, 8190, 8418, 14305, 8889, 8997, 14734, 8442, 10322, 12100, 8167, 12273, 11687, 8943, 11200, 7594, 9536, 10577, 8410, 11411, 8041, 9445, 15209, 8099, 11118, 15576, 9191, 8894, 13400, 8025, 9112, 14443, 8065, 9270, 14257, 8213, 8804, 10099, 7715, 11182, 8486, 7996, 12822, 8000, 10492, 11455, 8214, 13315, 10615, 9357, 15343, 10495, 9574, 16375, 10861, 9735, 15532, 8478, 11897, 16228, 8610, 11069, 14147, 8324, 10927, 15543, 7761, 9856, 14286, 7909, 9172, 11840, 8094, 9945, 10577, 7798, 10190, 7809, 8496, 13751, 7630, 10379, 14455, 8215, 10270, 8872, 8741, 14828, 14945, 9101, 12865, 11031, 7984, 13359, 7664, 10160, 14660, 9297, 9661, 8988, 8519, 9516, 9593, 9448, 10242, 9174, 11475, 14709, 12749, 12627, 8861, 12662, 12251, 10865, 14592, 11573, 10346, 16647, 8528, 10632, 14520, 8561, 9176, 13441, 8361, 9216, 12939, 8814, 9461, 12938, 8180, 8428, 8531, 7930, 11594, 8468, 8166, 12270, 8903, 10912, 12673, 8729, 12274, 14220, 9183, 12420, 9401, 9860, 15753, 9192, 10817, 16171, 9961, 10678, 12408, 8433, 11741, 11122, 8408, 11034, 8732, 8387, 12741, 14314, 8505, 10282, 12161, 8646, 10095, 13856, 8848, 9508, 13439, 8361, 9304, 12919, 8983, 9629, 13552, 8629, 9650, 13475, 8779, 9560, 11445, 8620, 11244, 11366, 8655, 11352, 9897, 8602, 11315, 8860, 8934, 13610, 8933, 10159, 10881, 8898, 12491, 9224, 9521, 14946, 13640, 9702, 13108, 9987, 8516, 13737, 14841, 8926, 11759, 14950, 8926, 9390, 13715, 9380, 9947, 12011, 8960, 10137, 8741, 8309, 12271, 9142, 8829, 13851, 12715, 8944, 12932, 9148, 8710, 14147, 14925, 8547, 11262, 11566, 8430, 10984, 11922, 8890, 10572, 13568, 8709, 9411, 11173, 8845, 10613, 13460, 8832, 9434, 10118, 8642, 10741, 8826, 9485, 13705, 8664, 9038, 14793, 8890, 10666, 9237, 8480, 13684, 10092, 8707, 14573, 9569, 11493, 15872, 10552, 10266, 15161, 9862, 9153, 14271, 8951, 8249, 12392, 8634, 8194, 12451, 8823, 8080, 12398, 8555, 7961, 11803, 9248, 8545, 13756, 8834, 8205, 12320, 8738, 9192, 13874, 8895, 8252, 13592, 8188, 10107, 8829, 8074, 11948, 8831, 9347, 9205, 8775], 'WindowCenter': [4770.0, 4692.0, 4677.0, 4721.0, 4680.0, 4646.0, 4670.0, 4619.0, 4619.0, 4666.0, 4609.0, 4632.0, 4667.0, 4618.0, 4617.0, 4667.0, 4608.0, 4640.0, 4678.0, 4620.0, 4630.0, 4632.0, 4620.0, 4659.0, 4618.0, 4619.0, 4657.0, 4621.0, 4627.0, 4645.0, 4609.0, 4675.0, 4684.0, 4611.0, 4638.0, 4607.0, 4606.0, 4665.0, 4638.0, 4621.0, 4657.0, 4614.0, 4618.0, 4667.0, 4605.0, 4595.0, 4655.0, 4628.0, 4606.0, 4657.0, 4598.0, 4619.0, 4645.0, 4596.0, 4653.0, 4628.0, 4624.0, 4637.0, 4598.0, 4618.0, 4667.0, 4632.0, 4642.0, 4656.0, 4608.0, 4625.0, 4616.0, 4608.0, 4670.0, 4629.0, 4608.0, 4647.0, 4608.0, 4619.0, 4691.0, 4622.0, 4629.0, 4620.0, 4621.0, 4668.0, 4618.0, 4633.0, 4682.0, 4629.0, 4607.0, 4668.0, 4609.0, 4628.0, 4678.0, 4619.0, 4618.0, 4647.0, 4597.0, 4627.0, 4620.0, 4621.0, 4649.0, 4610.0, 4621.0, 4668.0, 4610.0, 4644.0, 4691.0, 4631.0, 4630.0, 4659.0, 4609.0, 4658.0, 4676.0, 4608.0, 4637.0, 4657.0, 4623.0, 4646.0, 4615.0, 4596.0, 4647.0, 4604.0, 4604.0, 4643.0, 4598.0, 4629.0, 4668.0, 4609.0, 4615.0, 4595.0, 4605.0, 4654.0, 4602.0, 4617.0, 4656.0, 4606.0, 4606.0, 4645.0, 4597.0, 4637.0, 4620.0, 4620.0, 4621.0, 4636.0, 4672.0, 4622.0, 4641.0, 4608.0, 4629.0, 4678.0, 4642.0, 4631.0, 4668.0, 4608.0, 4627.0, 4616.0, 4612.0, 4671.0, 4619.0, 4610.0, 4644.0, 4611.0, 4650.0, 4608.0, 4622.0, 4659.0, 4611.0, 4644.0, 4641.0, 4611.0, 4673.0, 4630.0, 4610.0, 4649.0, 4609.0, 4619.0, 4667.0, 4631.0, 4633.0, 4669.0, 4608.0, 4618.0, 4656.0, 4604.0, 4609.0, 4665.0, 4607.0, 4598.0, 4681.0, 4609.0, 4628.0, 4678.0, 4625.0, 4631.0, 4658.0, 4608.0, 4654.0, 4680.0, 4597.0, 4617.0, 4638.0, 4621.0, 4641.0, 4610.0, 4633.0, 4669.0, 4624.0, 4675.0, 4695.0, 4633.0, 4654.0, 4649.0, 4620.0, 4659.0, 4637.0, 4621.0, 4658.0, 4618.0, 4617.0, 4667.0, 4626.0, 4607.0, 4659.0, 4625.0, 4596.0, 4629.0, 4595.0, 4596.0, 4646.0, 4607.0, 4613.0, 4650.0, 4609.0, 4621.0, 4640.0, 4611.0, 4661.0, 4660.0, 4623.0, 4661.0, 4628.0, 4622.0, 4684.0, 4609.0, 4621.0, 4692.0, 4633.0, 4621.0, 4668.0, 4597.0, 4638.0, 4668.0, 4621.0, 4638.0, 4636.0, 4606.0, 4645.0, 4613.0, 4607.0, 4656.0, 4605.0, 4604.0, 4645.0, 4604.0, 4594.0, 4655.0, 4608.0, 4617.0, 4638.0, 4608.0, 4637.0, 4606.0, 4622.0, 4670.0, 4628.0, 4609.0, 4659.0, 4607.0, 4598.0, 4647.0, 4618.0, 4610.0, 4638.0, 4598.0, 4610.0, 4661.0, 4618.0, 4611.0, 4660.0, 4623.0, 4613.0, 4671.0, 4623.0, 4646.0, 4695.0, 4637.0, 4656.0, 4623.0, 4624.0, 4685.0, 4679.0, 4651.0, 4684.0, 4643.0, 4631.0, 4681.0, 4621.0, 4633.0, 4681.0, 4640.0, 4618.0, 4668.0, 4607.0, 4619.0, 4667.0, 4637.0, 4607.0, 4646.0, 4595.0, 4606.0, 4656.0, 4611.0, 4633.0, 4640.0, 4611.0, 4662.0, 4611.0, 4632.0, 4692.0, 4664.0, 4640.0, 4680.0, 4619.0, 4630.0, 4678.0, 4622.0, 4642.0, 4669.0, 4609.0, 4649.0, 4618.0, 4609.0, 4670.0, 4628.0, 4612.0, 4668.0, 4609.0, 4619.0, 4678.0, 4620.0, 4630.0, 4639.0, 4599.0, 4647.0, 4667.0, 4610.0, 4652.0, 4668.0, 4597.0, 4618.0, 4616.0, 4598.0, 4627.0, 4638.0, 4625.0, 4643.0, 4640.0, 4612.0, 4652.0, 4611.0, 4623.0, 4673.0, 4634.0, 4625.0, 4675.0, 4624.0, 4647.0, 4706.0, 4647.0, 4668.0, 4647.0, 4636.0, 4695.0, 4647.0, 4660.0, 4707.0, 4664.0, 4655.0, 4694.0, 4652.0, 4630.0, 4681.0, 4650.0, 4621.0, 4659.0, 4607.0, 4608.0, 4657.0, 4608.0, 4632.0, 4681.0, 4621.0, 4622.0, 4675.0, 4613.0, 4651.0, 4683.0, 4623.0, 4662.0, 4649.0, 4610.0, 4659.0, 4626.0, 4610.0, 4659.0, 4627.0, 4607.0, 4646.0, 4606.0, 4597.0, 4657.0, 4620.0, 4621.0, 4648.0, 4598.0, 4609.0, 4669.0, 4610.0, 4621.0, 4680.0, 4623.0, 4633.0, 4662.0, 4623.0, 4663.0, 4636.0, 4659.0, 4686.0, 4637.0, 4658.0, 4655.0, 4636.0, 4698.0, 4687.0, 4648.0, 4685.0, 4645.0, 4643.0, 4693.0, 4661.0, 4643.0, 4682.0, 4649.0, 4630.0, 4668.0, 4597.0, 4618.0, 4668.0, 4619.0, 4609.0, 4669.0, 4599.0, 4607.0, 4667.0, 4608.0, 4610.0, 4671.0, 4612.0, 4639.0, 4681.0, 4621.0, 4624.0, 4682.0, 4638.0, 4665.0, 4636.0, 4648.0, 4695.0, 4639.0, 4691.0, 4708.0, 4657.0, 4676.0, 4685.0, 4635.0, 4695.0, 4704.0, 4644.0, 4651.0, 4658.0, 4609.0, 4649.0, 4667.0, 4610.0, 4638.0, 4683.0, 4598.0, 4626.0, 4654.0, 4598.0, 4631.0, 4647.0, 4598.0, 4628.0, 4626.0, 4597.0, 4649.0, 4657.0, 4598.0, 4638.0, 4597.0, 4609.0, 4658.0, 4598.0, 4622.0, 4670.0, 4609.0, 4621.0, 4668.0, 4608.0, 4609.0, 4669.0, 4621.0, 4632.0, 4640.0, 4610.0, 4659.0, 4611.0, 4622.0, 4681.0, 4657.0, 4633.0, 4669.0, 4609.0, 4631.0, 4652.0, 4624.0, 4641.0, 4614.0, 4622.0, 4679.0, 4611.0, 4665.0, 4682.0, 4623.0, 4641.0, 4620.0, 4620.0, 4669.0, 4642.0, 4632.0, 4668.0, 4609.0, 4619.0, 4668.0, 4597.0, 4629.0, 4669.0, 4608.0, 4608.0, 4644.0, 4596.0, 4629.0, 4629.0, 4610.0, 4655.0, 4614.0, 4611.0, 4669.0, 4621.0, 4635.0, 4671.0, 4614.0, 4642.0, 4638.0, 4596.0, 4677.0, 4651.0, 4621.0, 4638.0, 4589.0, 4616.0, 4629.0, 4612.0, 4652.0, 4610.0, 4635.0, 4684.0, 4614.0, 4652.0, 4682.0, 4624.0, 4624.0, 4669.0, 4612.0, 4619.0, 4658.0, 4600.0, 4632.0, 4682.0, 4610.0, 4622.0, 4632.0, 4603.0, 4664.0, 4636.0, 4626.0, 4674.0, 4625.0, 4655.0, 4664.0, 4637.0, 4686.0, 4643.0, 4635.0, 4694.0, 4641.0, 4632.0, 4692.0, 4642.0, 4620.0, 4678.0, 4600.0, 4638.0, 4678.0, 4610.0, 4628.0, 4657.0, 4597.0, 4626.0, 4655.0, 4585.0, 4619.0, 4656.0, 4586.0, 4607.0, 4637.0, 4599.0, 4630.0, 4638.0, 4602.0, 4639.0, 4602.0, 4623.0, 4671.0, 4613.0, 4667.0, 4695.0, 4625.0, 4656.0, 4636.0, 4635.0, 4685.0, 4681.0, 4625.0, 4664.0, 4640.0, 4629.0, 4672.0, 4603.0, 4660.0, 4690.0, 4612.0, 4635.0, 4622.0, 4615.0, 4634.0, 4646.0, 4647.0, 4642.0, 4636.0, 4682.0, 4700.0, 4677.0, 4663.0, 4623.0, 4663.0, 4651.0, 4646.0, 4685.0, 4642.0, 4623.0, 4669.0, 4598.0, 4619.0, 4647.0, 4599.0, 4622.0, 4646.0, 4600.0, 4610.0, 4638.0, 4609.0, 4622.0, 4650.0, 4600.0, 4610.0, 4609.0, 4628.0, 4664.0, 4628.0, 4629.0, 4666.0, 4635.0, 4658.0, 4666.0, 4628.0, 4679.0, 4685.0, 4637.0, 4665.0, 4624.0, 4634.0, 4683.0, 4621.0, 4643.0, 4670.0, 4621.0, 4619.0, 4637.0, 4600.0, 4652.0, 4630.0, 4599.0, 4629.0, 4599.0, 4587.0, 4638.0, 4645.0, 4599.0, 4620.0, 4626.0, 4597.0, 4617.0, 4645.0, 4598.0, 4609.0, 4648.0, 4600.0, 4623.0, 4650.0, 4609.0, 4622.0, 4649.0, 4610.0, 4630.0, 4661.0, 4623.0, 4635.0, 4653.0, 4625.0, 4654.0, 4653.0, 4626.0, 4655.0, 4647.0, 4629.0, 4656.0, 4636.0, 4638.0, 4685.0, 4650.0, 4670.0, 4669.0, 4651.0, 4690.0, 4648.0, 4660.0, 4700.0, 4687.0, 4650.0, 4678.0, 4636.0, 4626.0, 4675.0, 4673.0, 4614.0, 4655.0, 4672.0, 4613.0, 4624.0, 4661.0, 4620.0, 4632.0, 4651.0, 4635.0, 4645.0, 4613.0, 4613.0, 4665.0, 4624.0, 4624.0, 4675.0, 4663.0, 4614.0, 4665.0, 4612.0, 4612.0, 4662.0, 4671.0, 4613.0, 4641.0, 4628.0, 4598.0, 4630.0, 4629.0, 4610.0, 4632.0, 4661.0, 4613.0, 4621.0, 4642.0, 4623.0, 4642.0, 4662.0, 4623.0, 4635.0, 4644.0, 4625.0, 4655.0, 4636.0, 4647.0, 4686.0, 4637.0, 4648.0, 4687.0, 4636.0, 4656.0, 4635.0, 4639.0, 4702.0, 4658.0, 4639.0, 4686.0, 4636.0, 4656.0, 4695.0, 4644.0, 4634.0, 4673.0, 4621.0, 4611.0, 4660.0, 4599.0, 4602.0, 4650.0, 4599.0, 4600.0, 4649.0, 4607.0, 4602.0, 4652.0, 4612.0, 4602.0, 4653.0, 4622.0, 4622.0, 4675.0, 4625.0, 4614.0, 4663.0, 4623.0, 4635.0, 4675.0, 4638.0, 4652.0, 4687.0, 4625.0, 4646.0, 4636.0, 4641.0, 4692.0, 4650.0, 4659.0, 4649.0, 4650.0], 'WindowWidth': [10418.0, 10294.0, 10258.0, 10306.0, 10247.0, 10194.0, 10215.0, 10142.0, 10139.0, 10199.0, 10129.0, 10164.0, 10204.0, 10136.0, 10136.0, 10204.0, 10125.0, 10171.0, 10223.0, 10144.0, 10157.0, 10165.0, 10144.0, 10194.0, 10138.0, 10141.0, 10188.0, 10146.0, 10150.0, 10171.0, 10128.0, 10230.0, 10241.0, 10133.0, 10165.0, 10120.0, 10119.0, 10197.0, 10165.0, 10147.0, 10188.0, 10127.0, 10135.0, 10204.0, 10115.0, 10100.0, 10184.0, 10153.0, 10117.0, 10190.0, 10112.0, 10139.0, 10170.0, 10105.0, 10192.0, 10152.0, 10157.0, 10162.0, 10110.0, 10135.0, 10203.0, 10167.0, 10178.0, 10186.0, 10124.0, 10143.0, 10130.0, 10126.0, 10213.0, 10158.0, 10124.0, 10176.0, 10125.0, 10141.0, 10246.0, 10153.0, 10154.0, 10146.0, 10149.0, 10206.0, 10138.0, 10168.0, 10233.0, 10155.0, 10123.0, 10205.0, 10127.0, 10151.0, 10220.0, 10143.0, 10136.0, 10175.0, 10108.0, 10148.0, 10145.0, 10151.0, 10184.0, 10134.0, 10145.0, 10206.0, 10128.0, 10185.0, 10245.0, 10161.0, 10157.0, 10196.0, 10126.0, 10192.0, 10217.0, 10126.0, 10161.0, 10190.0, 10153.0, 10173.0, 10126.0, 10103.0, 10174.0, 10112.0, 10113.0, 10160.0, 10109.0, 10157.0, 10207.0, 10129.0, 10128.0, 10102.0, 10115.0, 10179.0, 10107.0, 10137.0, 10186.0, 10118.0, 10117.0, 10169.0, 10109.0, 10164.0, 10145.0, 10143.0, 10151.0, 10180.0, 10219.0, 10153.0, 10173.0, 10128.0, 10157.0, 10221.0, 10177.0, 10159.0, 10207.0, 10124.0, 10147.0, 10131.0, 10138.0, 10215.0, 10143.0, 10131.0, 10184.0, 10133.0, 10182.0, 10125.0, 10151.0, 10195.0, 10133.0, 10183.0, 10177.0, 10136.0, 10220.0, 10159.0, 10129.0, 10182.0, 10127.0, 10140.0, 10203.0, 10160.0, 10166.0, 10207.0, 10123.0, 10135.0, 10186.0, 10114.0, 10126.0, 10199.0, 10121.0, 10109.0, 10230.0, 10130.0, 10153.0, 10222.0, 10161.0, 10161.0, 10193.0, 10126.0, 10197.0, 10227.0, 10109.0, 10134.0, 10167.0, 10150.0, 10175.0, 10132.0, 10165.0, 10211.0, 10158.0, 10227.0, 10257.0, 10168.0, 10198.0, 10184.0, 10144.0, 10194.0, 10165.0, 10148.0, 10192.0, 10137.0, 10135.0, 10203.0, 10143.0, 10120.0, 10193.0, 10143.0, 10104.0, 10151.0, 10102.0, 10105.0, 10170.0, 10121.0, 10140.0, 10185.0, 10129.0, 10148.0, 10171.0, 10133.0, 10200.0, 10199.0, 10155.0, 10201.0, 10152.0, 10150.0, 10239.0, 10131.0, 10147.0, 10247.0, 10170.0, 10145.0, 10207.0, 10109.0, 10163.0, 10206.0, 10148.0, 10165.0, 10158.0, 10117.0, 10167.0, 10123.0, 10122.0, 10186.0, 10115.0, 10112.0, 10170.0, 10111.0, 10099.0, 10184.0, 10127.0, 10138.0, 10166.0, 10126.0, 10161.0, 10120.0, 10153.0, 10213.0, 10152.0, 10127.0, 10193.0, 10122.0, 10111.0, 10175.0, 10136.0, 10132.0, 10165.0, 10111.0, 10130.0, 10199.0, 10139.0, 10134.0, 10202.0, 10156.0, 10142.0, 10213.0, 10155.0, 10189.0, 10256.0, 10179.0, 10202.0, 10155.0, 10159.0, 10240.0, 10241.0, 10206.0, 10239.0, 10180.0, 10162.0, 10227.0, 10144.0, 10166.0, 10228.0, 10169.0, 10139.0, 10204.0, 10122.0, 10139.0, 10202.0, 10162.0, 10119.0, 10171.0, 10102.0, 10118.0, 10184.0, 10136.0, 10168.0, 10171.0, 10136.0, 10204.0, 10136.0, 10165.0, 10247.0, 10213.0, 10173.0, 10227.0, 10143.0, 10157.0, 10221.0, 10151.0, 10177.0, 10212.0, 10130.0, 10181.0, 10137.0, 10128.0, 10211.0, 10154.0, 10137.0, 10206.0, 10129.0, 10141.0, 10220.0, 10146.0, 10156.0, 10169.0, 10114.0, 10177.0, 10201.0, 10129.0, 10191.0, 10204.0, 10108.0, 10135.0, 10132.0, 10109.0, 10149.0, 10167.0, 10160.0, 10180.0, 10172.0, 10136.0, 10188.0, 10133.0, 10153.0, 10224.0, 10171.0, 10160.0, 10229.0, 10159.0, 10193.0, 10275.0, 10197.0, 10224.0, 10195.0, 10180.0, 10257.0, 10193.0, 10216.0, 10276.0, 10211.0, 10199.0, 10253.0, 10188.0, 10157.0, 10228.0, 10181.0, 10146.0, 10194.0, 10120.0, 10123.0, 10187.0, 10124.0, 10166.0, 10229.0, 10148.0, 10152.0, 10229.0, 10140.0, 10188.0, 10236.0, 10157.0, 10204.0, 10182.0, 10129.0, 10193.0, 10145.0, 10129.0, 10193.0, 10147.0, 10121.0, 10172.0, 10116.0, 10106.0, 10188.0, 10143.0, 10149.0, 10178.0, 10110.0, 10128.0, 10208.0, 10130.0, 10147.0, 10226.0, 10155.0, 10167.0, 10204.0, 10154.0, 10207.0, 10179.0, 10216.0, 10246.0, 10179.0, 10209.0, 10202.0, 10178.0, 10264.0, 10247.0, 10196.0, 10242.0, 10186.0, 10182.0, 10249.0, 10202.0, 10181.0, 10232.0, 10182.0, 10154.0, 10206.0, 10108.0, 10137.0, 10208.0, 10143.0, 10127.0, 10208.0, 10114.0, 10123.0, 10202.0, 10125.0, 10135.0, 10214.0, 10139.0, 10187.0, 10231.0, 10149.0, 10155.0, 10236.0, 10185.0, 10216.0, 10179.0, 10196.0, 10257.0, 10187.0, 10263.0, 10281.0, 10207.0, 10232.0, 10242.0, 10173.0, 10254.0, 10269.0, 10183.0, 10185.0, 10192.0, 10127.0, 10179.0, 10205.0, 10130.0, 10165.0, 10235.0, 10111.0, 10144.0, 10180.0, 10111.0, 10161.0, 10178.0, 10111.0, 10152.0, 10147.0, 10108.0, 10179.0, 10189.0, 10114.0, 10164.0, 10108.0, 10129.0, 10193.0, 10111.0, 10151.0, 10211.0, 10126.0, 10145.0, 10207.0, 10123.0, 10126.0, 10211.0, 10152.0, 10165.0, 10171.0, 10133.0, 10197.0, 10134.0, 10150.0, 10230.0, 10207.0, 10168.0, 10209.0, 10126.0, 10160.0, 10193.0, 10159.0, 10175.0, 10142.0, 10150.0, 10223.0, 10136.0, 10214.0, 10234.0, 10151.0, 10175.0, 10146.0, 10143.0, 10209.0, 10178.0, 10165.0, 10205.0, 10129.0, 10139.0, 10203.0, 10108.0, 10152.0, 10208.0, 10124.0, 10122.0, 10168.0, 10107.0, 10156.0, 10157.0, 10133.0, 10201.0, 10142.0, 10132.0, 10205.0, 10146.0, 10173.0, 10212.0, 10140.0, 10174.0, 10163.0, 10107.0, 10231.0, 10189.0, 10146.0, 10162.0, 10096.0, 10132.0, 10153.0, 10137.0, 10187.0, 10132.0, 10170.0, 10235.0, 10140.0, 10189.0, 10228.0, 10154.0, 10155.0, 10209.0, 10136.0, 10141.0, 10189.0, 10115.0, 10162.0, 10230.0, 10130.0, 10148.0, 10161.0, 10124.0, 10211.0, 10178.0, 10164.0, 10224.0, 10160.0, 10201.0, 10210.0, 10180.0, 10244.0, 10180.0, 10173.0, 10252.0, 10173.0, 10162.0, 10245.0, 10173.0, 10143.0, 10220.0, 10114.0, 10162.0, 10218.0, 10128.0, 10149.0, 10188.0, 10110.0, 10143.0, 10180.0, 10088.0, 10138.0, 10183.0, 10091.0, 10119.0, 10162.0, 10114.0, 10156.0, 10167.0, 10124.0, 10169.0, 10123.0, 10153.0, 10216.0, 10142.0, 10221.0, 10256.0, 10161.0, 10201.0, 10176.0, 10172.0, 10238.0, 10229.0, 10158.0, 10209.0, 10171.0, 10171.0, 10217.0, 10127.0, 10211.0, 10252.0, 10128.0, 10167.0, 10144.0, 10137.0, 10162.0, 10185.0, 10186.0, 10175.0, 10173.0, 10245.0, 10272.0, 10231.0, 10205.0, 10149.0, 10206.0, 10183.0, 10184.0, 10237.0, 10171.0, 10145.0, 10204.0, 10105.0, 10134.0, 10169.0, 10110.0, 10145.0, 10170.0, 10110.0, 10124.0, 10160.0, 10122.0, 10146.0, 10179.0, 10116.0, 10128.0, 10127.0, 10164.0, 10209.0, 10165.0, 10168.0, 10214.0, 10172.0, 10203.0, 10212.0, 10163.0, 10235.0, 10239.0, 10173.0, 10207.0, 10150.0, 10163.0, 10232.0, 10145.0, 10176.0, 10208.0, 10142.0, 10134.0, 10157.0, 10111.0, 10186.0, 10153.0, 10109.0, 10150.0, 10109.0, 10092.0, 10160.0, 10164.0, 10106.0, 10138.0, 10140.0, 10103.0, 10131.0, 10165.0, 10103.0, 10121.0, 10171.0, 10113.0, 10146.0, 10179.0, 10124.0, 10144.0, 10176.0, 10127.0, 10155.0, 10196.0, 10150.0, 10167.0, 10189.0, 10153.0, 10193.0, 10190.0, 10156.0, 10197.0, 10187.0, 10166.0, 10200.0, 10172.0, 10177.0, 10238.0, 10199.0, 10228.0, 10224.0, 10200.0, 10252.0, 10193.0, 10213.0, 10266.0, 10244.0, 10198.0, 10230.0, 10171.0, 10157.0, 10221.0, 10214.0, 10135.0, 10192.0, 10213.0, 10134.0, 10149.0, 10195.0, 10142.0, 10160.0, 10187.0, 10170.0, 10183.0, 10137.0, 10138.0, 10210.0, 10152.0, 10155.0, 10225.0, 10204.0, 10138.0, 10209.0, 10131.0, 10131.0, 10198.0, 10209.0, 10136.0, 10170.0, 10148.0, 10107.0, 10152.0, 10147.0, 10123.0, 10157.0, 10195.0, 10133.0, 10144.0, 10171.0, 10146.0, 10172.0, 10198.0, 10150.0, 10168.0, 10179.0, 10155.0, 10196.0, 10171.0, 10189.0, 10242.0, 10177.0, 10194.0, 10244.0, 10173.0, 10199.0, 10171.0, 10183.0, 10275.0, 10208.0, 10182.0, 10240.0, 10171.0, 10198.0, 10251.0, 10179.0, 10163.0, 10216.0, 10141.0, 10128.0, 10193.0, 10108.0, 10118.0, 10180.0, 10110.0, 10113.0, 10177.0, 10119.0, 10117.0, 10185.0, 10132.0, 10120.0, 10188.0, 10147.0, 10149.0, 10223.0, 10156.0, 10138.0, 10203.0, 10149.0, 10169.0, 10223.0, 10179.0, 10208.0, 10245.0, 10158.0, 10185.0, 10173.0, 10190.0, 10262.0, 10201.0, 10213.0, 10197.0, 10201.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.0023333679354094576</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.026104401268742788</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.82272175002308</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1620894222748257</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9855623571824478</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5011</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5717.8613</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.09558706329932665</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>44</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>5.074971164936563</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.491283198045938</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.430904851133621</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.656278118487576</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3866666245166175</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0127316</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014192973263561726</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.042729452252388</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.092539177234111</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>18.3582</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.6143</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.5406</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>291535.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1016.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>404.0899</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9181</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>606.3496</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3802.8932</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3948.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>85009.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1546.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5022.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>964.6766</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.313529406674206</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> |