=== 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-0099 --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-0099",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0099_ses-01_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0099_ses-01_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0099_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-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0099/ses-01/func/sub-0099_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>2f585b0862173d69366e8738973a03cf</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:43:35.695000</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.999658, -0.00315409, 0.0259541, 0.0017447, 0.998531, 0.0541473]</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.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.083105</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4237, -7769, -7261, 265, -115, -163, -82, 118]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>232.71</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>fcadce68-559a-4d26-aa3d-60508bef0e99||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.682009696960449, 0.004680910613387823, 0.07043439894914627, 112.77593994140625], [0.008462182246148586, 2.6789867877960205, 0.14602553844451904, -103.451416015625], [0.06963307410478592, -0.1452733278274536, 2.6951279640197754, -80.25406646728516], [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': ['094335.695000', '094336.155000', '094336.615000', '094337.075000', '094337.535000', '094337.995000', '094338.455000', '094338.915000', '094339.375000', '094339.835000', '094340.295000', '094340.755000', '094341.215000', '094341.675000', '094342.135000', '094342.595000', '094343.055000', '094343.515000', '094343.975000', '094344.435000', '094344.895000', '094345.355000', '094345.815000', '094346.275000', '094346.735000', '094347.195000', '094347.655000', '094348.115000', '094348.575000', '094349.035000', '094349.495000', '094349.955000', '094350.415000', '094350.875000', '094351.335000', '094351.795000', '094352.255000', '094352.715000', '094353.175000', '094353.635000', '094354.095000', '094354.555000', '094355.015000', '094355.475000', '094355.935000', '094356.395000', '094356.855000', '094357.315000', '094357.775000', '094358.235000', '094358.695000', '094359.155000', '094359.615000', '094400.075000', '094400.535000', '094400.995000', '094401.455000', '094401.915000', '094402.375000', '094402.835000', '094403.295000', '094403.755000', '094404.215000', '094404.675000', '094405.135000', '094405.595000', '094406.055000', '094406.515000', '094406.975000', '094407.435000', '094407.895000', '094408.355000', '094408.815000', '094409.275000', '094409.735000', '094410.195000', '094410.655000', '094411.115000', '094411.575000', '094412.035000', '094412.495000', '094412.955000', '094413.415000', '094413.875000', '094414.335000', '094414.795000', '094415.255000', '094415.715000', '094416.175000', '094416.635000', '094417.095000', '094417.555000', '094418.015000', '094418.475000', '094418.935000', '094419.395000', '094419.855000', '094420.315000', '094420.775000', '094421.235000', '094421.695000', '094422.155000', '094422.615000', '094423.075000', '094423.535000', '094423.995000', '094424.455000', '094424.915000', '094425.375000', '094425.835000', '094426.295000', '094426.755000', '094427.215000', '094427.675000', '094428.135000', '094428.595000', '094429.055000', '094429.515000', '094429.975000', '094430.435000', '094430.895000', '094431.355000', '094431.815000', '094432.275000', '094432.735000', '094433.195000', '094433.655000', '094434.115000', '094434.575000', '094435.035000', '094435.495000', '094435.955000', '094436.415000', '094436.875000', '094437.335000', '094437.795000', '094438.255000', '094438.715000', '094439.175000', '094439.635000', '094440.095000', '094440.555000', '094441.015000', '094441.475000', '094441.935000', '094442.395000', '094442.855000', '094443.315000', '094443.775000', '094444.235000', '094444.695000', '094445.155000', '094445.615000', '094446.075000', '094446.535000', '094446.995000', '094447.455000', '094447.915000', '094448.375000', '094448.835000', '094449.295000', '094449.755000', '094450.215000', '094450.675000', '094451.135000', '094451.595000', '094452.055000', '094452.515000', '094452.975000', '094453.435000', '094453.895000', '094454.355000', '094454.815000', '094455.275000', '094455.735000', '094456.195000', '094456.655000', '094457.115000', '094457.575000', '094458.035000', '094458.495000', '094458.955000', '094459.415000', '094459.875000', '094500.335000', '094500.795000', '094501.255000', '094501.715000', '094502.175000', '094502.635000', '094503.095000', '094503.555000', '094504.015000', '094504.475000', '094504.935000', '094505.395000', '094505.855000', '094506.315000', '094506.775000', '094507.235000', '094507.695000', '094508.155000', '094508.615000', '094509.075000', '094509.535000', '094509.995000', '094510.455000', '094510.915000', '094511.375000', '094511.835000', '094512.295000', '094512.755000', '094513.215000', '094513.675000', '094514.135000', '094514.595000', '094515.055000', '094515.515000', '094515.975000', '094516.435000', '094516.895000', '094517.355000', '094517.815000', '094518.275000', '094518.735000', '094519.195000', '094519.655000', '094520.115000', '094520.575000', '094521.035000', '094521.495000', '094521.955000', '094522.415000', '094522.875000', '094523.335000', '094523.795000', '094524.255000', '094524.715000', '094525.175000', '094525.635000', '094526.095000', '094526.555000', '094527.015000', '094527.475000', '094527.935000', '094528.395000', '094528.855000', '094529.315000', '094529.775000', '094530.235000', '094530.695000', '094531.155000', '094531.615000', '094532.075000', '094532.535000', '094532.995000', '094533.455000', '094533.915000', '094534.375000', '094534.835000', '094535.295000', '094535.755000', '094536.215000', '094536.675000', '094537.135000', '094537.595000', '094538.055000', '094538.515000', '094538.975000', '094539.435000', '094539.895000', '094540.355000', '094540.815000', '094541.275000', '094541.735000', '094542.195000', '094542.655000', '094543.115000', '094543.575000', '094544.035000', '094544.495000', '094544.955000', '094545.415000', '094545.875000', '094546.335000', '094546.795000', '094547.255000', '094547.715000', '094548.175000', '094548.635000', '094549.095000', '094549.555000', '094550.015000', '094550.475000', '094550.935000', '094551.395000', '094551.855000', '094552.315000', '094552.775000', '094553.235000', '094553.695000', '094554.155000', '094554.615000', '094555.075000', '094555.535000', '094555.995000', '094556.455000', '094556.915000', '094557.375000', '094557.835000', '094558.295000', '094558.755000', '094559.215000', '094559.675000', '094600.135000', '094600.595000', '094601.055000', '094601.515000', '094601.975000', '094602.435000', '094602.895000', '094603.355000', '094603.815000', '094604.275000', '094604.735000', '094605.195000', '094605.655000', '094606.115000', '094606.575000', '094607.035000', '094607.495000', '094607.955000', '094608.415000', '094608.875000', '094609.335000', '094609.795000', '094610.255000', '094610.715000', '094611.175000', '094611.635000', '094612.095000', '094612.555000', '094613.015000', '094613.475000', '094613.935000', '094614.395000', '094614.855000', '094615.315000', '094615.775000', '094616.235000', '094616.695000', '094617.155000', '094617.615000', '094618.075000', '094618.535000', '094618.995000', '094619.455000', '094619.915000', '094620.375000', '094620.835000', '094621.295000', '094621.755000', '094622.215000', '094622.675000', '094623.135000', '094623.595000', '094624.055000', '094624.515000', '094624.975000', '094625.435000', '094625.895000', '094626.355000', '094626.815000', '094627.275000', '094627.735000', '094628.195000', '094628.655000', '094629.115000', '094629.575000', '094630.035000', '094630.495000', '094630.955000', '094631.415000', '094631.875000', '094632.335000', '094632.795000', '094633.255000', '094633.715000', '094634.175000', '094634.635000', '094635.095000', '094635.555000', '094636.015000', '094636.475000', '094636.935000', '094637.395000', '094637.855000', '094638.315000', '094638.775000', '094639.235000', '094639.695000', '094640.155000', '094640.615000', '094641.075000', '094641.535000', '094641.995000', '094642.455000', '094642.915000', '094643.375000', '094643.835000', '094644.295000', '094644.755000', '094645.215000', '094645.675000', '094646.135000', '094646.595000', '094647.055000', '094647.515000', '094647.975000', '094648.435000', '094648.895000', '094649.355000', '094649.815000', '094650.275000', '094650.735000', '094651.195000', '094651.655000', '094652.115000', '094652.575000', '094653.035000', '094653.495000', '094653.955000', '094654.415000', '094654.875000', '094655.335000', '094655.795000', '094656.255000', '094656.715000', '094657.175000', '094657.635000', '094658.095000', '094658.555000', '094659.015000', '094659.475000', '094659.935000', '094700.395000', '094700.855000', '094701.315000', '094701.775000', '094702.235000', '094702.695000', '094703.155000', '094703.615000', '094704.075000', '094704.535000', '094704.995000', '094705.455000', '094705.915000', '094706.375000', '094706.835000', '094707.295000', '094707.755000', '094708.215000', '094708.675000', '094709.135000', '094709.595000', '094710.055000', '094710.515000', '094710.975000', '094711.435000', '094711.895000', '094712.355000', '094712.815000', '094713.275000', '094713.735000', '094714.195000', '094714.655000', '094715.115000', '094715.575000', '094716.035000', '094716.495000', '094716.955000', '094717.415000', '094717.875000', '094718.335000', '094718.795000', '094719.255000', '094719.715000', '094720.175000', '094720.635000', '094721.095000', '094721.555000', '094722.015000', '094722.475000', '094722.935000', '094723.395000', '094723.855000', '094724.315000', '094724.775000', '094725.235000', '094725.695000', '094726.155000', '094726.615000', '094727.075000', '094727.535000', '094727.995000', '094728.455000', '094728.915000', '094729.375000', '094729.835000', '094730.295000', '094730.755000', '094731.215000', '094731.675000', '094732.135000', '094732.595000', '094733.055000', '094733.515000', '094733.975000', '094734.435000', '094734.895000', '094735.355000', '094735.815000', '094736.275000', '094736.735000', '094737.195000', '094737.655000', '094738.115000', '094738.575000', '094739.035000', '094739.495000', '094739.955000', '094740.415000', '094740.875000', '094741.335000', '094741.795000', '094742.255000', '094742.715000', '094743.175000', '094743.635000', '094744.095000', '094744.555000', '094745.015000', '094745.475000', '094745.935000', '094746.395000', '094746.855000', '094747.315000', '094747.775000', '094748.235000', '094748.695000', '094749.155000', '094749.615000', '094750.075000', '094750.535000', '094750.995000', '094751.455000', '094751.915000', '094752.375000', '094752.835000', '094753.295000', '094753.755000', '094754.215000', '094754.675000', '094755.135000', '094755.595000', '094756.055000', '094756.515000', '094756.975000', '094757.435000', '094757.895000', '094758.355000', '094758.815000', '094759.275000', '094759.735000', '094800.195000', '094800.655000', '094801.115000', '094801.575000', '094802.035000', '094802.495000', '094802.955000', '094803.415000', '094803.875000', '094804.335000', '094804.795000', '094805.255000', '094805.715000', '094806.175000', '094806.635000', '094807.095000', '094807.555000', '094808.015000', '094808.475000', '094808.935000', '094809.395000', '094809.855000', '094810.315000', '094810.775000', '094811.235000', '094811.695000', '094812.155000', '094812.615000', '094813.075000', '094813.535000', '094813.995000', '094814.455000', '094814.915000', '094815.375000', '094815.835000', '094816.295000', '094816.755000', '094817.215000', '094817.675000', '094818.135000', '094818.595000', '094819.055000', '094819.515000', '094819.975000', '094820.435000', '094820.895000', '094821.355000', '094821.815000', '094822.275000', '094822.735000', '094823.195000', '094823.655000', '094824.115000', '094824.575000', '094825.035000', '094825.495000', '094825.955000', '094826.415000', '094826.875000', '094827.335000', '094827.795000', '094828.255000', '094828.715000', '094829.175000', '094829.635000', '094830.095000', '094830.555000', '094831.015000', '094831.475000', '094831.935000', '094832.395000', '094832.855000', '094833.315000', '094833.775000', '094834.235000', '094834.695000', '094835.155000', '094835.615000', '094836.075000', '094836.535000', '094836.995000', '094837.455000', '094837.915000', '094838.375000', '094838.835000', '094839.295000', '094839.755000', '094840.215000', '094840.675000', '094841.135000', '094841.595000', '094842.055000', '094842.515000', '094842.975000', '094843.435000', '094843.895000', '094844.355000', '094844.815000', '094845.275000', '094845.735000', '094846.195000', '094846.655000', '094847.115000', '094847.575000', '094848.035000', '094848.495000', '094848.955000', '094849.415000', '094849.875000', '094850.335000', '094850.795000', '094851.255000', '094851.715000', '094852.175000', '094852.635000', '094853.095000', '094853.555000', '094854.015000', '094854.475000', '094854.935000', '094855.395000', '094855.855000', '094856.315000', '094856.775000', '094857.235000', '094857.695000', '094858.155000', '094858.615000', '094859.075000', '094859.535000', '094859.995000', '094900.455000', '094900.915000', '094901.375000', '094901.835000', '094902.295000', '094902.755000', '094903.215000', '094903.675000', '094904.135000', '094904.595000', '094905.055000', '094905.515000', '094905.975000', '094906.435000', '094906.895000', '094907.355000', '094907.815000', '094908.275000', '094908.735000', '094909.195000', '094909.655000', '094910.115000', '094910.575000', '094911.035000', '094911.495000', '094911.955000', '094912.415000', '094912.875000', '094913.335000', '094913.795000', '094914.255000', '094914.715000', '094915.175000', '094915.635000', '094916.095000', '094916.555000', '094917.015000', '094917.475000', '094917.935000', '094918.395000', '094918.855000', '094919.315000', '094919.775000', '094920.235000', '094920.695000', '094921.155000', '094921.615000', '094922.075000', '094922.535000', '094922.995000', '094923.455000', '094923.915000', '094924.375000', '094924.835000', '094925.295000', '094925.755000', '094926.215000', '094926.675000', '094927.135000', '094927.595000', '094928.055000', '094928.515000', '094928.975000', '094929.435000', '094929.895000', '094930.355000', '094930.815000', '094931.275000', '094931.735000', '094932.195000', '094932.655000', '094933.115000', '094933.575000', '094934.035000', '094934.495000', '094934.955000', '094935.415000', '094935.875000', '094936.335000', '094936.795000', '094937.255000', '094937.715000', '094938.175000', '094938.635000', '094939.095000', '094939.555000', '094940.015000', '094940.475000', '094940.935000', '094941.395000', '094941.855000', '094942.315000', '094942.775000', '094943.235000', '094943.695000', '094944.155000', '094944.615000', '094945.075000', '094945.535000', '094945.995000', '094946.455000', '094946.915000', '094947.375000', '094947.835000', '094948.295000', '094948.755000', '094949.215000', '094949.675000', '094950.135000', '094950.595000', '094951.055000', '094951.515000', '094951.975000', '094952.435000', '094952.895000', '094953.355000', '094953.815000', '094954.275000', '094954.735000', '094955.195000', '094955.655000', '094956.115000', '094956.575000', '094957.035000', '094957.495000', '094957.955000', '094958.415000', '094958.875000', '094959.335000', '094959.795000', '095000.255000', '095000.715000', '095001.175000', '095001.635000', '095002.095000', '095002.555000', '095003.015000', '095003.475000', '095003.935000', '095004.395000', '095004.855000', '095005.315000', '095005.775000', '095006.235000', '095006.695000', '095007.155000', '095007.615000', '095008.075000', '095008.535000', '095008.995000', '095009.455000', '095009.915000', '095010.375000', '095010.835000', '095011.295000', '095011.755000', '095012.215000', '095012.675000', '095013.135000', '095013.595000', '095014.055000', '095014.515000', '095014.975000', '095015.435000', '095015.895000', '095016.355000'], 'ContentTime': ['094358.687000', '094358.690000', '094358.693000', '094358.696000', '094358.698000', '094358.701000', '094358.703000', '094358.706000', '094358.708000', '094358.711000', '094358.714000', '094358.716000', '094358.719000', '094358.721000', '094358.724000', '094358.726000', '094358.729000', '094358.732000', '094358.734000', '094358.737000', '094358.739000', '094358.742000', '094358.744000', '094358.747000', '094358.750000', '094358.752000', '094358.755000', '094358.757000', '094358.760000', '094358.762000', '094358.765000', '094358.768000', '094358.770000', '094358.773000', '094358.775000', '094358.778000', '094358.780000', '094358.783000', '094358.786000', '094358.788000', '094358.791000', '094358.793000', '094358.796000', '094358.799000', '094358.801000', '094358.804000', '094358.825000', '094358.827000', '094418.642000', '094418.645000', '094418.648000', '094418.650000', '094418.653000', '094418.656000', '094418.658000', '094418.661000', '094418.663000', '094418.666000', '094418.668000', '094418.671000', '094418.674000', '094418.676000', '094418.679000', '094418.681000', '094418.684000', '094418.692000', '094418.694000', '094418.697000', '094418.699000', '094418.702000', '094418.705000', '094418.707000', '094418.710000', '094418.712000', '094418.715000', '094418.717000', '094418.720000', '094418.723000', '094418.725000', '094418.728000', '094418.730000', '094418.733000', '094418.735000', '094418.738000', '094418.741000', '094418.743000', '094418.746000', '094418.748000', '094418.751000', '094418.754000', '094418.756000', '094418.759000', '094438.643000', '094438.646000', '094438.649000', '094438.652000', '094438.655000', '094438.657000', '094438.660000', '094438.663000', '094438.665000', '094438.668000', '094438.670000', '094438.673000', '094438.675000', '094438.678000', '094438.681000', '094438.683000', '094438.686000', '094438.688000', '094438.691000', '094438.693000', '094438.696000', '094438.699000', '094438.702000', '094438.705000', '094438.707000', '094438.710000', '094438.713000', '094438.715000', '094438.718000', '094438.720000', '094438.723000', '094438.725000', '094438.728000', '094438.731000', '094438.733000', '094438.736000', '094438.738000', '094438.741000', '094438.743000', '094438.746000', '094438.749000', '094438.751000', '094438.760000', '094458.643000', '094458.645000', '094458.648000', '094458.651000', '094458.653000', '094458.656000', '094458.658000', '094458.661000', '094458.664000', '094458.666000', '094458.669000', '094458.671000', '094458.674000', '094458.677000', '094458.679000', '094458.682000', '094458.684000', '094458.687000', '094458.689000', '094458.692000', '094458.724000', '094458.727000', '094458.729000', '094458.732000', '094458.734000', '094458.737000', '094458.739000', '094458.742000', '094458.745000', '094458.747000', '094458.750000', '094458.752000', '094458.755000', '094458.757000', '094458.760000', '094458.766000', '094458.768000', '094458.771000', '094458.773000', '094458.776000', '094458.778000', '094458.781000', '094458.784000', '094458.786000', '094518.643000', '094518.646000', '094518.649000', '094518.651000', '094518.654000', '094518.657000', '094518.659000', '094518.662000', '094518.664000', '094518.667000', '094518.669000', '094518.672000', '094518.675000', '094518.677000', '094518.680000', '094518.682000', '094518.685000', '094518.688000', '094518.690000', '094518.693000', '094518.695000', '094518.698000', '094518.700000', '094518.703000', '094518.706000', '094518.708000', '094518.711000', '094518.713000', '094518.716000', '094518.718000', '094518.721000', '094518.724000', '094518.726000', '094518.765000', '094518.768000', '094518.770000', '094518.773000', '094518.775000', '094518.778000', '094518.781000', '094518.783000', '094518.786000', '094518.788000', '094538.643000', '094538.646000', '094538.649000', '094538.651000', '094538.654000', '094538.657000', '094538.659000', '094538.662000', '094538.664000', '094538.667000', '094538.669000', '094538.672000', '094538.675000', '094538.677000', '094538.680000', '094538.682000', '094538.685000', '094538.688000', '094538.690000', '094538.693000', '094538.696000', '094538.698000', '094538.701000', '094538.703000', '094538.706000', '094538.708000', '094538.711000', '094538.714000', '094538.716000', '094538.719000', '094538.721000', '094538.724000', '094538.727000', '094538.729000', '094538.732000', '094538.734000', '094538.737000', '094538.740000', '094538.742000', '094538.745000', '094538.747000', '094538.750000', '094538.753000', '094538.755000', '094558.643000', '094558.646000', '094558.649000', '094558.652000', '094558.654000', '094558.657000', '094558.659000', '094558.662000', '094558.664000', '094558.667000', '094558.670000', '094558.673000', '094558.675000', '094558.678000', '094558.680000', '094558.683000', '094558.686000', '094558.688000', '094558.691000', '094558.694000', '094558.696000', '094558.699000', '094558.701000', '094558.704000', '094558.706000', '094558.709000', '094558.711000', '094558.714000', '094558.717000', '094558.719000', '094558.722000', '094558.724000', '094558.727000', '094558.730000', '094558.732000', '094558.735000', '094558.737000', '094558.742000', '094558.744000', '094558.747000', '094558.749000', '094558.752000', '094558.755000', '094618.643000', '094618.646000', '094618.649000', '094618.652000', '094618.654000', '094618.657000', '094618.659000', '094618.662000', '094618.664000', '094618.667000', '094618.670000', '094618.672000', '094618.675000', '094618.677000', '094618.680000', '094618.682000', '094618.691000', '094618.694000', '094618.696000', '094618.699000', '094618.701000', '094618.704000', '094618.707000', '094618.709000', '094618.712000', '094618.715000', '094618.717000', '094618.720000', '094618.723000', '094618.725000', '094618.728000', '094618.731000', '094618.733000', '094618.736000', '094618.738000', '094618.741000', '094618.743000', '094618.746000', '094618.748000', '094618.751000', '094618.754000', '094618.756000', '094618.759000', '094618.761000', '094638.655000', '094638.657000', '094638.660000', '094638.663000', '094638.665000', '094638.668000', '094638.670000', '094638.673000', '094638.676000', '094638.679000', '094638.682000', '094638.685000', '094638.688000', '094638.690000', '094638.693000', '094638.695000', '094638.698000', '094638.701000', '094638.703000', '094638.706000', '094638.709000', '094638.711000', '094638.714000', '094638.716000', '094638.719000', '094638.721000', '094638.724000', '094638.727000', '094638.729000', '094638.732000', '094638.735000', '094638.737000', '094638.740000', '094638.742000', '094638.745000', '094638.748000', '094638.750000', '094638.753000', '094638.755000', '094638.758000', '094638.760000', '094638.763000', '094638.766000', '094658.643000', '094658.645000', '094658.648000', '094658.651000', '094658.653000', '094658.656000', '094658.658000', '094658.661000', '094658.663000', '094658.666000', '094658.669000', '094658.671000', '094658.674000', '094658.676000', '094658.679000', '094658.682000', '094658.684000', '094658.687000', '094658.690000', '094658.692000', '094658.695000', '094658.697000', '094658.700000', '094658.703000', '094658.705000', '094658.708000', '094658.710000', '094658.713000', '094658.718000', '094658.721000', '094658.723000', '094658.726000', '094658.729000', '094658.731000', '094658.734000', '094658.736000', '094658.739000', '094658.741000', '094658.744000', '094658.747000', '094658.749000', '094658.752000', '094658.754000', '094658.757000', '094718.642000', '094718.645000', '094718.648000', '094718.651000', '094718.653000', '094718.656000', '094718.658000', '094718.661000', '094718.664000', '094718.666000', '094718.669000', '094718.671000', '094718.674000', '094718.677000', '094718.679000', '094718.682000', '094718.684000', '094718.687000', '094718.690000', '094718.692000', '094718.695000', '094718.697000', '094718.700000', '094718.702000', '094718.705000', '094718.708000', '094718.710000', '094718.713000', '094718.715000', '094718.718000', '094718.721000', '094718.723000', '094718.726000', '094718.728000', '094718.731000', '094718.735000', '094718.738000', '094718.740000', '094718.743000', '094718.746000', '094718.748000', '094718.751000', '094718.754000', '094738.644000', '094738.646000', '094738.649000', '094738.652000', '094738.686000', '094738.689000', '094738.691000', '094738.694000', '094738.697000', '094738.699000', '094738.702000', '094738.704000', '094738.707000', '094738.710000', '094738.712000', '094738.715000', '094738.718000', '094738.720000', '094738.723000', '094738.725000', '094738.728000', '094738.731000', '094738.733000', '094738.736000', '094738.738000', '094738.741000', '094738.744000', '094738.746000', '094738.749000', '094738.752000', '094738.754000', '094738.757000', '094738.760000', '094738.762000', '094738.765000', '094738.767000', '094738.770000', '094738.772000', '094738.775000', '094738.778000', '094738.780000', '094738.783000', '094738.786000', '094738.788000', '094758.643000', '094758.646000', '094758.649000', '094758.651000', '094758.654000', '094758.657000', '094758.659000', '094758.662000', '094758.664000', '094758.667000', '094758.670000', '094758.672000', '094758.675000', '094758.677000', '094758.680000', '094758.683000', '094758.685000', '094758.688000', '094758.690000', '094758.693000', '094758.695000', '094758.698000', '094758.701000', '094758.703000', '094758.706000', '094758.708000', '094758.711000', '094758.714000', '094758.716000', '094758.719000', '094758.721000', '094758.724000', '094758.726000', '094758.729000', '094758.732000', '094758.734000', '094758.737000', '094758.739000', '094758.742000', '094758.745000', '094758.757000', '094758.760000', '094758.762000', '094818.644000', '094818.646000', '094818.649000', '094818.652000', '094818.654000', '094818.657000', '094818.659000', '094818.662000', '094818.665000', '094818.667000', '094818.670000', '094818.672000', '094818.675000', '094818.678000', '094818.680000', '094818.683000', '094818.686000', '094818.688000', '094818.691000', '094818.694000', '094818.696000', '094818.699000', '094818.701000', '094818.704000', '094818.706000', '094818.709000', '094818.712000', '094818.714000', '094818.717000', '094818.720000', '094818.723000', '094818.725000', '094818.728000', '094818.730000', '094818.733000', '094818.735000', '094818.738000', '094818.741000', '094818.743000', '094818.746000', '094818.748000', '094818.751000', '094818.754000', '094818.756000', '094838.644000', '094838.646000', '094838.649000', '094838.652000', '094838.654000', '094838.657000', '094838.659000', '094838.662000', '094838.665000', '094838.667000', '094838.670000', '094838.672000', '094838.675000', '094838.678000', '094838.680000', '094838.683000', '094838.686000', '094838.688000', '094838.691000', '094838.693000', '094838.696000', '094838.699000', '094838.701000', '094838.704000', '094838.706000', '094838.709000', '094838.712000', '094838.714000', '094838.717000', '094838.719000', '094838.722000', '094838.724000', '094838.727000', '094838.730000', '094838.732000', '094838.735000', '094838.737000', '094838.740000', '094838.743000', '094838.745000', '094838.748000', '094838.750000', '094838.753000', '094858.642000', '094858.645000', '094858.648000', '094858.650000', '094858.653000', '094858.656000', '094858.658000', '094858.661000', '094858.663000', '094858.666000', '094858.669000', '094858.671000', '094858.674000', '094858.676000', '094858.679000', '094858.681000', '094858.684000', '094858.687000', '094858.689000', '094858.692000', '094858.694000', '094858.697000', '094858.699000', '094858.702000', '094858.705000', '094858.707000', '094858.710000', '094858.713000', '094858.715000', '094858.718000', '094858.720000', '094858.723000', '094858.726000', '094858.728000', '094858.731000', '094858.733000', '094858.736000', '094858.739000', '094858.741000', '094858.744000', '094858.746000', '094858.749000', '094858.752000', '094858.754000', '094918.643000', '094918.646000', '094918.648000', '094918.651000', '094918.653000', '094918.656000', '094918.659000', '094918.661000', '094918.664000', '094918.667000', '094918.669000', '094918.672000', '094918.674000', '094918.677000', '094918.680000', '094918.682000', '094918.685000', '094918.688000', '094918.690000', '094918.693000', '094918.695000', '094918.698000', '094918.701000', '094918.703000', '094918.706000', '094918.708000', '094918.711000', '094918.714000', '094918.716000', '094918.719000', '094918.721000', '094918.724000', '094918.727000', '094918.729000', '094918.732000', '094918.734000', '094918.737000', '094918.740000', '094918.742000', '094918.745000', '094918.748000', '094918.750000', '094918.753000', '094938.643000', '094938.646000', '094938.648000', '094938.651000', '094938.653000', '094938.656000', '094938.659000', '094938.661000', '094938.664000', '094938.667000', '094938.669000', '094938.672000', '094938.675000', '094938.677000', '094938.680000', '094938.682000', '094938.685000', '094938.688000', '094938.690000', '094938.693000', '094938.695000', '094938.698000', '094938.700000', '094938.703000', '094938.706000', '094938.708000', '094938.711000', '094938.713000', '094938.716000', '094938.719000', '094938.721000', '094938.724000', '094938.726000', '094938.729000', '094938.732000', '094938.734000', '094938.737000', '094938.739000', '094938.742000', '094938.745000', '094938.747000', '094938.750000', '094938.752000', '094938.755000', '094958.644000', '094958.646000', '094958.649000', '094958.651000', '094958.654000', '094958.657000', '094958.659000', '094958.662000', '094958.665000', '094958.667000', '094958.670000', '094958.672000', '094958.675000', '094958.677000', '094958.680000', '094958.683000', '094958.685000', '094958.688000', '094958.690000', '094958.693000', '094958.696000', '094958.698000', '094958.701000', '094958.704000', '094958.706000', '094958.709000', '094958.711000', '094958.714000', '094958.716000', '094958.719000', '094958.722000', '094958.724000', '094958.727000', '094958.729000', '094958.732000', '094958.735000', '094958.737000', '094958.740000', '094958.742000', '094958.745000', '094958.748000', '094958.750000', '094958.753000', '095017.190000', '095017.192000', '095017.195000', '095017.198000', '095017.200000', '095017.203000', '095017.206000', '095017.208000', '095017.211000', '095017.213000', '095017.216000', '095017.219000', '095017.221000', '095017.224000', '095017.227000', '095017.230000', '095017.232000', '095017.235000', '095017.238000', '095017.241000', '095017.243000', '095017.246000', '095017.249000', '095017.252000', '095017.254000', '095017.257000', '095017.260000', '095017.263000', '095017.265000', '095017.268000', '095017.270000', '095017.273000', '095017.276000', '095017.278000', '095017.281000', '095017.284000', '095017.286000', '095017.289000', '095017.292000', '095017.295000', '095017.297000'], 'InstanceCreationTime': ['094358.687000', '094358.690000', '094358.693000', '094358.696000', '094358.698000', '094358.701000', '094358.703000', '094358.706000', '094358.708000', '094358.711000', '094358.714000', '094358.716000', '094358.719000', '094358.721000', '094358.724000', '094358.726000', '094358.729000', '094358.732000', '094358.734000', '094358.737000', '094358.739000', '094358.742000', '094358.744000', '094358.747000', '094358.750000', '094358.752000', '094358.755000', '094358.757000', '094358.760000', '094358.762000', '094358.765000', '094358.768000', '094358.770000', '094358.773000', '094358.775000', '094358.778000', '094358.780000', '094358.783000', '094358.786000', '094358.788000', '094358.791000', '094358.793000', '094358.796000', '094358.799000', '094358.801000', '094358.804000', '094358.825000', '094358.827000', '094418.642000', '094418.645000', '094418.648000', '094418.650000', '094418.653000', '094418.656000', '094418.658000', '094418.661000', '094418.663000', '094418.666000', '094418.668000', '094418.671000', '094418.674000', '094418.676000', '094418.679000', '094418.681000', '094418.684000', '094418.692000', '094418.694000', '094418.697000', '094418.699000', '094418.702000', '094418.705000', '094418.707000', '094418.710000', '094418.712000', '094418.715000', '094418.717000', '094418.720000', '094418.723000', '094418.725000', '094418.728000', '094418.730000', '094418.733000', '094418.735000', '094418.738000', '094418.741000', '094418.743000', '094418.746000', '094418.748000', '094418.751000', '094418.754000', '094418.756000', '094418.759000', '094438.643000', '094438.646000', '094438.649000', '094438.652000', '094438.655000', '094438.657000', '094438.660000', '094438.663000', '094438.665000', '094438.668000', '094438.670000', '094438.673000', '094438.675000', '094438.678000', '094438.681000', '094438.683000', '094438.686000', '094438.688000', '094438.691000', '094438.693000', '094438.696000', '094438.699000', '094438.702000', '094438.705000', '094438.707000', '094438.710000', '094438.713000', '094438.715000', '094438.718000', '094438.720000', '094438.723000', '094438.725000', '094438.728000', '094438.731000', '094438.733000', '094438.736000', '094438.738000', '094438.741000', '094438.743000', '094438.746000', '094438.749000', '094438.751000', '094438.760000', '094458.643000', '094458.645000', '094458.648000', '094458.651000', '094458.653000', '094458.656000', '094458.658000', '094458.661000', '094458.664000', '094458.666000', '094458.669000', '094458.671000', '094458.674000', '094458.677000', '094458.679000', '094458.682000', '094458.684000', '094458.687000', '094458.689000', '094458.692000', '094458.724000', '094458.727000', '094458.729000', '094458.732000', '094458.734000', '094458.737000', '094458.739000', '094458.742000', '094458.745000', '094458.747000', '094458.750000', '094458.752000', '094458.755000', '094458.757000', '094458.760000', '094458.766000', '094458.768000', '094458.771000', '094458.773000', '094458.776000', '094458.778000', '094458.781000', '094458.784000', '094458.786000', '094518.643000', '094518.646000', '094518.649000', '094518.651000', '094518.654000', '094518.657000', '094518.659000', '094518.662000', '094518.664000', '094518.667000', '094518.669000', '094518.672000', '094518.675000', '094518.677000', '094518.680000', '094518.682000', '094518.685000', '094518.688000', '094518.690000', '094518.693000', '094518.695000', '094518.698000', '094518.700000', '094518.703000', '094518.706000', '094518.708000', '094518.711000', '094518.713000', '094518.716000', '094518.718000', '094518.721000', '094518.724000', '094518.726000', '094518.765000', '094518.768000', '094518.770000', '094518.773000', '094518.775000', '094518.778000', '094518.781000', '094518.783000', '094518.786000', '094518.788000', '094538.643000', '094538.646000', '094538.649000', '094538.651000', '094538.654000', '094538.657000', '094538.659000', '094538.662000', '094538.664000', '094538.667000', '094538.669000', '094538.672000', '094538.675000', '094538.677000', '094538.680000', '094538.682000', '094538.685000', '094538.688000', '094538.690000', '094538.693000', '094538.696000', '094538.698000', '094538.701000', '094538.703000', '094538.706000', '094538.708000', '094538.711000', '094538.714000', '094538.716000', '094538.719000', '094538.721000', '094538.724000', '094538.727000', '094538.729000', '094538.732000', '094538.734000', '094538.737000', '094538.740000', '094538.742000', '094538.745000', '094538.747000', '094538.750000', '094538.753000', '094538.755000', '094558.643000', '094558.646000', '094558.649000', '094558.652000', '094558.654000', '094558.657000', '094558.659000', '094558.662000', '094558.664000', '094558.667000', '094558.670000', '094558.673000', '094558.675000', '094558.678000', '094558.680000', '094558.683000', '094558.686000', '094558.688000', '094558.691000', '094558.694000', '094558.696000', '094558.699000', '094558.701000', '094558.704000', '094558.706000', '094558.709000', '094558.711000', '094558.714000', '094558.717000', '094558.719000', '094558.722000', '094558.724000', '094558.727000', '094558.730000', '094558.732000', '094558.735000', '094558.737000', '094558.742000', '094558.744000', '094558.747000', '094558.749000', '094558.752000', '094558.755000', '094618.643000', '094618.646000', '094618.649000', '094618.652000', '094618.654000', '094618.657000', '094618.659000', '094618.662000', '094618.664000', '094618.667000', '094618.670000', '094618.672000', '094618.675000', '094618.677000', '094618.680000', '094618.682000', '094618.691000', '094618.694000', '094618.696000', '094618.699000', '094618.701000', '094618.704000', '094618.707000', '094618.709000', '094618.712000', '094618.715000', '094618.717000', '094618.720000', '094618.723000', '094618.725000', '094618.728000', '094618.731000', '094618.733000', '094618.736000', '094618.738000', '094618.741000', '094618.743000', '094618.746000', '094618.748000', '094618.751000', '094618.754000', '094618.756000', '094618.759000', '094618.761000', '094638.655000', '094638.657000', '094638.660000', '094638.663000', '094638.665000', '094638.668000', '094638.670000', '094638.673000', '094638.676000', '094638.679000', '094638.682000', '094638.685000', '094638.688000', '094638.690000', '094638.693000', '094638.695000', '094638.698000', '094638.701000', '094638.703000', '094638.706000', '094638.709000', '094638.711000', '094638.714000', '094638.716000', '094638.719000', '094638.721000', '094638.724000', '094638.727000', '094638.729000', '094638.732000', '094638.735000', '094638.737000', '094638.740000', '094638.742000', '094638.745000', '094638.748000', '094638.750000', '094638.753000', '094638.755000', '094638.758000', '094638.760000', '094638.763000', '094638.766000', '094658.643000', '094658.645000', '094658.648000', '094658.651000', '094658.653000', '094658.656000', '094658.658000', '094658.661000', '094658.663000', '094658.666000', '094658.669000', '094658.671000', '094658.674000', '094658.676000', '094658.679000', '094658.682000', '094658.684000', '094658.687000', '094658.690000', '094658.692000', '094658.695000', '094658.697000', '094658.700000', '094658.703000', '094658.705000', '094658.708000', '094658.710000', '094658.713000', '094658.718000', '094658.721000', '094658.723000', '094658.726000', '094658.729000', '094658.731000', '094658.734000', '094658.736000', '094658.739000', '094658.741000', '094658.744000', '094658.747000', '094658.749000', '094658.752000', '094658.754000', '094658.757000', '094718.642000', '094718.645000', '094718.648000', '094718.651000', '094718.653000', '094718.656000', '094718.658000', '094718.661000', '094718.664000', '094718.666000', '094718.669000', '094718.671000', '094718.674000', '094718.677000', '094718.679000', '094718.682000', '094718.684000', '094718.687000', '094718.690000', '094718.692000', '094718.695000', '094718.697000', '094718.700000', '094718.702000', '094718.705000', '094718.708000', '094718.710000', '094718.713000', '094718.715000', '094718.718000', '094718.721000', '094718.723000', '094718.726000', '094718.728000', '094718.731000', '094718.735000', '094718.738000', '094718.740000', '094718.743000', '094718.746000', '094718.748000', '094718.751000', '094718.754000', '094738.644000', '094738.646000', '094738.649000', '094738.652000', '094738.686000', '094738.689000', '094738.691000', '094738.694000', '094738.697000', '094738.699000', '094738.702000', '094738.704000', '094738.707000', '094738.710000', '094738.712000', '094738.715000', '094738.718000', '094738.720000', '094738.723000', '094738.725000', '094738.728000', '094738.731000', '094738.733000', '094738.736000', '094738.738000', '094738.741000', '094738.744000', '094738.746000', '094738.749000', '094738.752000', '094738.754000', '094738.757000', '094738.760000', '094738.762000', '094738.765000', '094738.767000', '094738.770000', '094738.772000', '094738.775000', '094738.778000', '094738.780000', '094738.783000', '094738.786000', '094738.788000', '094758.643000', '094758.646000', '094758.649000', '094758.651000', '094758.654000', '094758.657000', '094758.659000', '094758.662000', '094758.664000', '094758.667000', '094758.670000', '094758.672000', '094758.675000', '094758.677000', '094758.680000', '094758.683000', '094758.685000', '094758.688000', '094758.690000', '094758.693000', '094758.695000', '094758.698000', '094758.701000', '094758.703000', '094758.706000', '094758.708000', '094758.711000', '094758.714000', '094758.716000', '094758.719000', '094758.721000', '094758.724000', '094758.726000', '094758.729000', '094758.732000', '094758.734000', '094758.737000', '094758.739000', '094758.742000', '094758.745000', '094758.757000', '094758.760000', '094758.762000', '094818.644000', '094818.646000', '094818.649000', '094818.652000', '094818.654000', '094818.657000', '094818.659000', '094818.662000', '094818.665000', '094818.667000', '094818.670000', '094818.672000', '094818.675000', '094818.678000', '094818.680000', '094818.683000', '094818.686000', '094818.688000', '094818.691000', '094818.694000', '094818.696000', '094818.699000', '094818.701000', '094818.704000', '094818.706000', '094818.709000', '094818.712000', '094818.714000', '094818.717000', '094818.720000', '094818.723000', '094818.725000', '094818.728000', '094818.730000', '094818.733000', '094818.735000', '094818.738000', '094818.741000', '094818.743000', '094818.746000', '094818.748000', '094818.751000', '094818.754000', '094818.756000', '094838.644000', '094838.646000', '094838.649000', '094838.652000', '094838.654000', '094838.657000', '094838.659000', '094838.662000', '094838.665000', '094838.667000', '094838.670000', '094838.672000', '094838.675000', '094838.678000', '094838.680000', '094838.683000', '094838.686000', '094838.688000', '094838.691000', '094838.693000', '094838.696000', '094838.699000', '094838.701000', '094838.704000', '094838.706000', '094838.709000', '094838.712000', '094838.714000', '094838.717000', '094838.719000', '094838.722000', '094838.724000', '094838.727000', '094838.730000', '094838.732000', '094838.735000', '094838.737000', '094838.740000', '094838.743000', '094838.745000', '094838.748000', '094838.750000', '094838.753000', '094858.642000', '094858.645000', '094858.648000', '094858.650000', '094858.653000', '094858.656000', '094858.658000', '094858.661000', '094858.663000', '094858.666000', '094858.669000', '094858.671000', '094858.674000', '094858.676000', '094858.679000', '094858.681000', '094858.684000', '094858.687000', '094858.689000', '094858.692000', '094858.694000', '094858.697000', '094858.699000', '094858.702000', '094858.705000', '094858.707000', '094858.710000', '094858.713000', '094858.715000', '094858.718000', '094858.720000', '094858.723000', '094858.726000', '094858.728000', '094858.731000', '094858.733000', '094858.736000', '094858.739000', '094858.741000', '094858.744000', '094858.746000', '094858.749000', '094858.752000', '094858.754000', '094918.643000', '094918.646000', '094918.648000', '094918.651000', '094918.653000', '094918.656000', '094918.659000', '094918.661000', '094918.664000', '094918.667000', '094918.669000', '094918.672000', '094918.674000', '094918.677000', '094918.680000', '094918.682000', '094918.685000', '094918.688000', '094918.690000', '094918.693000', '094918.695000', '094918.698000', '094918.701000', '094918.703000', '094918.706000', '094918.708000', '094918.711000', '094918.714000', '094918.716000', '094918.719000', '094918.721000', '094918.724000', '094918.727000', '094918.729000', '094918.732000', '094918.734000', '094918.737000', '094918.740000', '094918.742000', '094918.745000', '094918.748000', '094918.750000', '094918.753000', '094938.643000', '094938.646000', '094938.648000', '094938.651000', '094938.653000', '094938.656000', '094938.659000', '094938.661000', '094938.664000', '094938.667000', '094938.669000', '094938.672000', '094938.675000', '094938.677000', '094938.680000', '094938.682000', '094938.685000', '094938.688000', '094938.690000', '094938.693000', '094938.695000', '094938.698000', '094938.700000', '094938.703000', '094938.706000', '094938.708000', '094938.711000', '094938.713000', '094938.716000', '094938.719000', '094938.721000', '094938.724000', '094938.726000', '094938.729000', '094938.732000', '094938.734000', '094938.737000', '094938.739000', '094938.742000', '094938.745000', '094938.747000', '094938.750000', '094938.752000', '094938.755000', '094958.644000', '094958.646000', '094958.649000', '094958.651000', '094958.654000', '094958.657000', '094958.659000', '094958.662000', '094958.665000', '094958.667000', '094958.670000', '094958.672000', '094958.675000', '094958.677000', '094958.680000', '094958.683000', '094958.685000', '094958.688000', '094958.690000', '094958.693000', '094958.696000', '094958.698000', '094958.701000', '094958.704000', '094958.706000', '094958.709000', '094958.711000', '094958.714000', '094958.716000', '094958.719000', '094958.722000', '094958.724000', '094958.727000', '094958.729000', '094958.732000', '094958.735000', '094958.737000', '094958.740000', '094958.742000', '094958.745000', '094958.748000', '094958.750000', '094958.753000', '095017.190000', '095017.192000', '095017.195000', '095017.198000', '095017.200000', '095017.203000', '095017.206000', '095017.208000', '095017.211000', '095017.213000', '095017.216000', '095017.219000', '095017.221000', '095017.224000', '095017.227000', '095017.230000', '095017.232000', '095017.235000', '095017.238000', '095017.241000', '095017.243000', '095017.246000', '095017.249000', '095017.252000', '095017.254000', '095017.257000', '095017.260000', '095017.263000', '095017.265000', '095017.268000', '095017.270000', '095017.273000', '095017.276000', '095017.278000', '095017.281000', '095017.284000', '095017.286000', '095017.289000', '095017.292000', '095017.295000', '095017.297000'], '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': [8279, 11612, 14729, 11118, 7169, 8233, 6987, 6659, 10009, 9773, 12319, 8385, 6727, 7592, 7192, 7132, 10894, 9644, 7437, 7844, 6521, 7686, 7857, 7364, 13551, 10909, 7491, 7932, 6506, 8461, 7872, 9955, 12758, 8241, 7725, 6800, 7279, 8491, 6878, 10878, 8842, 7741, 8503, 6625, 7962, 6906, 7139, 11005, 9782, 7463, 7809, 6499, 7681, 7949, 7226, 12783, 11323, 6942, 7958, 6385, 7567, 9952, 10023, 11987, 7098, 6601, 7795, 6487, 9302, 9831, 7183, 7849, 6474, 7308, 7710, 6719, 9981, 8881, 7192, 7931, 6642, 7958, 8502, 7136, 10937, 8843, 7969, 7376, 6851, 7880, 7998, 6562, 6738, 11619, 9843, 6861, 7909, 6414, 7052, 8619, 8168, 13152, 10478, 6747, 8218, 6523, 6968, 8323, 8354, 10938, 9327, 6655, 8301, 7199, 7083, 11835, 9956, 8632, 7510, 6460, 9303, 9021, 10324, 12947, 8041, 7030, 7162, 6454, 8987, 9332, 10615, 9266, 6840, 7296, 6313, 8145, 8928, 8154, 12042, 7192, 7534, 6594, 7114, 8460, 7525, 12079, 7053, 7028, 7451, 6428, 9364, 10047, 9282, 7896, 6399, 8237, 6475, 7399, 9300, 7499, 11451, 6291, 7026, 9198, 6250, 6957, 7491, 9019, 10894, 11265, 6530, 7572, 7573, 6726, 11812, 9874, 11830, 7748, 6561, 7810, 6439, 7217, 8985, 7203, 8102, 6235, 6891, 7421, 6777, 11887, 9553, 6957, 7506, 6195, 9043, 8686, 10618, 11175, 7382, 7967, 6521, 8324, 7964, 9125, 10947, 6685, 7157, 6636, 7178, 7641, 6815, 11253, 8977, 7258, 7296, 6508, 8509, 6655, 11354, 9750, 7190, 7448, 6428, 7920, 6921, 7814, 9700, 6932, 8193, 6510, 7332, 7492, 7182, 11814, 8936, 8268, 7335, 6812, 9341, 7031, 6695, 9023, 9472, 9040, 13197, 6566, 7017, 7912, 6702, 11768, 10523, 8317, 8018, 6713, 7693, 7855, 6789, 11923, 8911, 6955, 7910, 6586, 7451, 11357, 10159, 11104, 7451, 6766, 7918, 7404, 11458, 11980, 7560, 6632, 6754, 6362, 9166, 9648, 10018, 9295, 6591, 8991, 6757, 7381, 11386, 7983, 12101, 6682, 6329, 6836, 6559, 9037, 8472, 10091, 12101, 6915, 6956, 7142, 6391, 9775, 9204, 10614, 10787, 6430, 7448, 6647, 7279, 7449, 6500, 12101, 10181, 6349, 7851, 6555, 7508, 9358, 7434, 12411, 6543, 7121, 7690, 6518, 11721, 10215, 8270, 8680, 6324, 7087, 7661, 6519, 13206, 11057, 7026, 7539, 6341, 8497, 8820, 9727, 11238, 6640, 7361, 6683, 7320, 9161, 7029, 6819, 11459, 10003, 8077, 7516, 7009, 6973, 10395, 10751, 11592, 13287, 7499, 7525, 6362, 6279, 8867, 7405, 11542, 6267, 6332, 6988, 6644, 11292, 8911, 7261, 7581, 6358, 6879, 8951, 6452, 12762, 10072, 6847, 7430, 6347, 10799, 9080, 10837, 13090, 7365, 8119, 6374, 6635, 7457, 6587, 10336, 10498, 8038, 12127, 6365, 6704, 7573, 6389, 11149, 11436, 8075, 8172, 6641, 7052, 7010, 6544, 10248, 10496, 10529, 10539, 6222, 6895, 6818, 6181, 11833, 11334, 8553, 10248, 6401, 7372, 6918, 6499, 11998, 7467, 8899, 6437, 6162, 7115, 6412, 12339, 12066, 9416, 8377, 6682, 6471, 7718, 6573, 8379, 7043, 6952, 10526, 7154, 6663, 9230, 10415, 10862, 9544, 7963, 6639, 8409, 8568, 6959, 12259, 10580, 10408, 8454, 6363, 7872, 6449, 6698, 9196, 8197, 11077, 7466, 6351, 8168, 6839, 7592, 10815, 8454, 13168, 7731, 6680, 7372, 6481, 9367, 9665, 11356, 12024, 6721, 8351, 6681, 6650, 8719, 6685, 12388, 6892, 8792, 6362, 6470, 7253, 6630, 12102, 9929, 7383, 7272, 6528, 7502, 6447, 10334, 10394, 8545, 8028, 6545, 7962, 6757, 6843, 9741, 6711, 12329, 6554, 9894, 6732, 6573, 8970, 6705, 12584, 7389, 9756, 6919, 6663, 7292, 6497, 12295, 8790, 8974, 6769, 6830, 7296, 6922, 11742, 9257, 7204, 7517, 6818, 7991, 6506, 10315, 9820, 7895, 7933, 6592, 7990, 6698, 7116, 9564, 7270, 10385, 6278, 9118, 6780, 7437, 11452, 8069, 11295, 6539, 7358, 7440, 7174, 8104, 6658, 9468, 7376, 6921, 8447, 7439, 12882, 7710, 7172, 7165, 6833, 8749, 9412, 9934, 11305, 6679, 8888, 7098, 6857, 9086, 7545, 12532, 10273, 6926, 7058, 6673, 8234, 6923, 11596, 10154, 7276, 7406, 6643, 8080, 8770, 7780, 12047, 6558, 7296, 7249, 6981, 9514, 8487, 6843, 9765, 8574, 6352, 13009, 10072, 7096, 8384, 6942, 9398, 8790, 10659, 10691, 7325, 7896, 6423, 6731, 6749, 6164, 10917, 8510, 6415, 7327, 6492, 9245, 8524, 9565, 10018, 6800, 8426, 6534, 7938, 8501, 7405, 11632, 7623, 9845, 6932, 7342, 7354, 6259, 12053, 9469, 6555, 7650, 6385, 9437, 7504, 9082, 10052, 7548, 10117, 6740, 6938, 7224, 6165, 12425, 9253, 8447, 7761, 6259, 8693, 6593, 9761, 9587, 7890, 8990, 6570, 9111, 6848, 6578, 9844, 8198, 12500, 8328, 6249, 7773, 6652, 10521, 10030, 8157, 8795, 6603, 6826, 6944, 6334, 12232, 9437, 6677, 8203, 6304, 9182, 7929, 9066, 9641, 6627, 7978, 6512, 6879, 7822, 6539, 10391, 7347, 6497, 8548, 6468, 11515, 11110, 7535, 8349, 6480, 8859, 7160, 6893, 9694, 7550, 12721, 6839, 7405, 7549, 6739, 9701, 6383, 10411, 10819, 8690, 9767, 6367, 8919, 6842, 6750, 9789, 6651, 12853, 9127, 8493, 6651, 6974, 7336, 6559, 11837, 9705, 7080, 7382, 6574, 8176, 6626, 11374, 10261, 7349, 7819, 6487, 8787, 7601, 9422, 10501, 7769, 10287, 6642, 6917, 7202, 6449, 11990, 9125, 7383, 7391, 6717, 9186, 8665, 10658, 9211, 6686, 7742, 6521, 7360, 9317, 7203, 10576, 6636, 6965, 7608, 6512, 11656, 9273, 7180, 7901, 6789, 7444, 8133, 6259, 7501, 7025, 8776, 11792, 9870, 6322, 7454, 7339, 6482, 11057, 6851, 11632, 10188, 8313, 8686, 7335, 6756, 7747, 6703, 8592, 9321, 7591, 9095, 6575, 7098, 8379, 6444, 12256, 10523, 8014, 8140, 6344, 8271, 7613, 7022, 12446, 9849, 9443, 7020, 6833, 7205, 6536, 11710, 9965, 9281, 7738, 6341, 7477, 6404, 7244, 8714, 8122, 10234, 6944, 7844, 8827, 7035, 6519, 8849, 9016, 11004, 10801, 7240, 7494, 8764, 6718, 7170, 9959, 10184, 12023, 10227, 7094, 7453, 7126, 7021, 10291, 10563, 7970, 10115], 'WindowCenter': [3742.0, 3759.0, 3765.0, 3731.0, 3675.0, 3682.0, 3662.0, 3662.0, 3705.0, 3703.0, 3712.0, 3679.0, 3659.0, 3670.0, 3673.0, 3670.0, 3711.0, 3702.0, 3669.0, 3667.0, 3648.0, 3668.0, 3683.0, 3684.0, 3736.0, 3726.0, 3683.0, 3680.0, 3648.0, 3677.0, 3679.0, 3687.0, 3721.0, 3678.0, 3667.0, 3647.0, 3656.0, 3677.0, 3658.0, 3711.0, 3691.0, 3667.0, 3677.0, 3658.0, 3677.0, 3670.0, 3670.0, 3712.0, 3702.0, 3657.0, 3666.0, 3647.0, 3667.0, 3680.0, 3669.0, 3711.0, 3710.0, 3657.0, 3667.0, 3646.0, 3668.0, 3700.0, 3688.0, 3708.0, 3656.0, 3657.0, 3667.0, 3646.0, 3688.0, 3698.0, 3656.0, 3666.0, 3646.0, 3656.0, 3667.0, 3657.0, 3701.0, 3690.0, 3659.0, 3668.0, 3658.0, 3668.0, 3676.0, 3656.0, 3710.0, 3690.0, 3680.0, 3670.0, 3660.0, 3680.0, 3680.0, 3660.0, 3672.0, 3722.0, 3702.0, 3660.0, 3680.0, 3648.0, 3659.0, 3691.0, 3692.0, 3722.0, 3701.0, 3658.0, 3678.0, 3650.0, 3658.0, 3681.0, 3690.0, 3711.0, 3692.0, 3658.0, 3679.0, 3668.0, 3672.0, 3723.0, 3703.0, 3691.0, 3669.0, 3647.0, 3688.0, 3692.0, 3701.0, 3722.0, 3680.0, 3655.0, 3657.0, 3645.0, 3678.0, 3690.0, 3699.0, 3702.0, 3658.0, 3667.0, 3645.0, 3666.0, 3689.0, 3679.0, 3721.0, 3656.0, 3666.0, 3645.0, 3657.0, 3679.0, 3669.0, 3710.0, 3658.0, 3654.0, 3655.0, 3645.0, 3688.0, 3700.0, 3689.0, 3667.0, 3644.0, 3677.0, 3648.0, 3670.0, 3690.0, 3670.0, 3712.0, 3659.0, 3671.0, 3689.0, 3658.0, 3658.0, 3669.0, 3693.0, 3714.0, 3712.0, 3652.0, 3670.0, 3671.0, 3659.0, 3712.0, 3702.0, 3713.0, 3667.0, 3647.0, 3666.0, 3647.0, 3671.0, 3692.0, 3672.0, 3667.0, 3638.0, 3659.0, 3672.0, 3672.0, 3725.0, 3704.0, 3661.0, 3659.0, 3637.0, 3679.0, 3692.0, 3702.0, 3701.0, 3659.0, 3679.0, 3649.0, 3678.0, 3669.0, 3689.0, 3701.0, 3647.0, 3656.0, 3658.0, 3656.0, 3667.0, 3659.0, 3712.0, 3692.0, 3657.0, 3657.0, 3636.0, 3676.0, 3647.0, 3699.0, 3691.0, 3657.0, 3657.0, 3646.0, 3667.0, 3658.0, 3669.0, 3690.0, 3659.0, 3679.0, 3648.0, 3656.0, 3668.0, 3659.0, 3711.0, 3692.0, 3677.0, 3658.0, 3661.0, 3704.0, 3659.0, 3646.0, 3678.0, 3702.0, 3691.0, 3723.0, 3658.0, 3657.0, 3668.0, 3659.0, 3711.0, 3702.0, 3678.0, 3668.0, 3646.0, 3667.0, 3679.0, 3657.0, 3711.0, 3689.0, 3659.0, 3669.0, 3658.0, 3670.0, 3713.0, 3703.0, 3702.0, 3658.0, 3647.0, 3667.0, 3670.0, 3710.0, 3713.0, 3670.0, 3659.0, 3661.0, 3647.0, 3690.0, 3690.0, 3701.0, 3690.0, 3660.0, 3690.0, 3659.0, 3671.0, 3712.0, 3668.0, 3711.0, 3648.0, 3636.0, 3647.0, 3637.0, 3678.0, 3680.0, 3690.0, 3712.0, 3660.0, 3657.0, 3658.0, 3635.0, 3690.0, 3691.0, 3699.0, 3701.0, 3635.0, 3654.0, 3661.0, 3656.0, 3656.0, 3646.0, 3709.0, 3701.0, 3647.0, 3670.0, 3649.0, 3658.0, 3690.0, 3668.0, 3710.0, 3647.0, 3656.0, 3657.0, 3648.0, 3711.0, 3701.0, 3678.0, 3678.0, 3647.0, 3646.0, 3670.0, 3647.0, 3710.0, 3712.0, 3647.0, 3655.0, 3636.0, 3677.0, 3690.0, 3688.0, 3713.0, 3648.0, 3668.0, 3661.0, 3670.0, 3690.0, 3658.0, 3661.0, 3712.0, 3701.0, 3683.0, 3669.0, 3660.0, 3659.0, 3701.0, 3713.0, 3701.0, 3711.0, 3656.0, 3655.0, 3637.0, 3636.0, 3680.0, 3657.0, 3711.0, 3648.0, 3637.0, 3658.0, 3660.0, 3712.0, 3691.0, 3670.0, 3669.0, 3648.0, 3647.0, 3692.0, 3649.0, 3711.0, 3703.0, 3648.0, 3656.0, 3637.0, 3699.0, 3680.0, 3701.0, 3712.0, 3660.0, 3668.0, 3637.0, 3647.0, 3656.0, 3646.0, 3700.0, 3700.0, 3669.0, 3711.0, 3649.0, 3647.0, 3669.0, 3651.0, 3712.0, 3713.0, 3683.0, 3680.0, 3649.0, 3646.0, 3658.0, 3648.0, 3701.0, 3701.0, 3702.0, 3701.0, 3640.0, 3658.0, 3658.0, 3649.0, 3713.0, 3712.0, 3679.0, 3689.0, 3647.0, 3656.0, 3657.0, 3649.0, 3710.0, 3660.0, 3677.0, 3647.0, 3637.0, 3660.0, 3647.0, 3696.0, 3710.0, 3691.0, 3680.0, 3659.0, 3649.0, 3669.0, 3659.0, 3679.0, 3660.0, 3660.0, 3701.0, 3659.0, 3661.0, 3691.0, 3701.0, 3713.0, 3691.0, 3668.0, 3648.0, 3667.0, 3667.0, 3645.0, 3698.0, 3689.0, 3689.0, 3665.0, 3636.0, 3665.0, 3635.0, 3635.0, 3677.0, 3678.0, 3701.0, 3655.0, 3648.0, 3668.0, 3649.0, 3658.0, 3701.0, 3679.0, 3722.0, 3668.0, 3646.0, 3656.0, 3637.0, 3676.0, 3689.0, 3700.0, 3712.0, 3647.0, 3667.0, 3647.0, 3645.0, 3677.0, 3646.0, 3710.0, 3657.0, 3678.0, 3647.0, 3645.0, 3669.0, 3658.0, 3711.0, 3700.0, 3668.0, 3667.0, 3647.0, 3657.0, 3648.0, 3698.0, 3700.0, 3690.0, 3668.0, 3647.0, 3668.0, 3647.0, 3646.0, 3689.0, 3647.0, 3722.0, 3647.0, 3688.0, 3659.0, 3646.0, 3688.0, 3646.0, 3720.0, 3657.0, 3688.0, 3657.0, 3646.0, 3657.0, 3646.0, 3710.0, 3690.0, 3677.0, 3646.0, 3646.0, 3656.0, 3658.0, 3709.0, 3701.0, 3668.0, 3669.0, 3657.0, 3667.0, 3648.0, 3699.0, 3699.0, 3679.0, 3679.0, 3658.0, 3678.0, 3659.0, 3670.0, 3701.0, 3670.0, 3701.0, 3660.0, 3690.0, 3658.0, 3668.0, 3711.0, 3680.0, 3710.0, 3647.0, 3657.0, 3657.0, 3657.0, 3665.0, 3646.0, 3687.0, 3658.0, 3645.0, 3667.0, 3669.0, 3723.0, 3668.0, 3656.0, 3655.0, 3645.0, 3677.0, 3690.0, 3701.0, 3713.0, 3658.0, 3690.0, 3658.0, 3646.0, 3688.0, 3668.0, 3722.0, 3700.0, 3657.0, 3658.0, 3646.0, 3665.0, 3656.0, 3710.0, 3700.0, 3657.0, 3669.0, 3658.0, 3678.0, 3691.0, 3681.0, 3725.0, 3650.0, 3670.0, 3670.0, 3671.0, 3707.0, 3692.0, 3660.0, 3689.0, 3678.0, 3646.0, 3721.0, 3702.0, 3657.0, 3668.0, 3658.0, 3677.0, 3678.0, 3689.0, 3700.0, 3658.0, 3669.0, 3648.0, 3647.0, 3647.0, 3638.0, 3700.0, 3693.0, 3649.0, 3659.0, 3650.0, 3690.0, 3692.0, 3690.0, 3703.0, 3660.0, 3681.0, 3650.0, 3669.0, 3679.0, 3671.0, 3712.0, 3672.0, 3704.0, 3686.0, 3684.0, 3671.0, 3649.0, 3710.0, 3704.0, 3648.0, 3669.0, 3648.0, 3678.0, 3658.0, 3679.0, 3700.0, 3669.0, 3698.0, 3648.0, 3658.0, 3656.0, 3636.0, 3710.0, 3692.0, 3680.0, 3668.0, 3647.0, 3679.0, 3647.0, 3687.0, 3690.0, 3668.0, 3678.0, 3646.0, 3678.0, 3646.0, 3647.0, 3689.0, 3680.0, 3711.0, 3679.0, 3646.0, 3667.0, 3648.0, 3699.0, 3689.0, 3680.0, 3678.0, 3646.0, 3648.0, 3657.0, 3645.0, 3710.0, 3691.0, 3647.0, 3678.0, 3645.0, 3676.0, 3667.0, 3689.0, 3701.0, 3647.0, 3667.0, 3649.0, 3657.0, 3669.0, 3649.0, 3712.0, 3670.0, 3660.0, 3689.0, 3649.0, 3713.0, 3713.0, 3669.0, 3680.0, 3649.0, 3678.0, 3657.0, 3645.0, 3689.0, 3668.0, 3721.0, 3648.0, 3657.0, 3668.0, 3659.0, 3688.0, 3647.0, 3698.0, 3710.0, 3680.0, 3700.0, 3648.0, 3678.0, 3648.0, 3647.0, 3699.0, 3657.0, 3721.0, 3691.0, 3677.0, 3649.0, 3658.0, 3659.0, 3649.0, 3711.0, 3704.0, 3659.0, 3669.0, 3647.0, 3678.0, 3660.0, 3710.0, 3703.0, 3671.0, 3669.0, 3649.0, 3679.0, 3668.0, 3690.0, 3700.0, 3669.0, 3699.0, 3658.0, 3658.0, 3668.0, 3648.0, 3712.0, 3703.0, 3668.0, 3669.0, 3657.0, 3690.0, 3681.0, 3701.0, 3690.0, 3647.0, 3669.0, 3647.0, 3658.0, 3689.0, 3668.0, 3698.0, 3647.0, 3656.0, 3666.0, 3648.0, 3710.0, 3691.0, 3659.0, 3681.0, 3661.0, 3671.0, 3693.0, 3661.0, 3671.0, 3660.0, 3693.0, 3726.0, 3702.0, 3650.0, 3670.0, 3659.0, 3648.0, 3702.0, 3649.0, 3710.0, 3702.0, 3681.0, 3681.0, 3683.0, 3660.0, 3670.0, 3660.0, 3681.0, 3702.0, 3685.0, 3692.0, 3662.0, 3672.0, 3682.0, 3661.0, 3724.0, 3715.0, 3683.0, 3681.0, 3650.0, 3678.0, 3669.0, 3660.0, 3712.0, 3703.0, 3690.0, 3659.0, 3648.0, 3658.0, 3646.0, 3710.0, 3689.0, 3689.0, 3665.0, 3648.0, 3658.0, 3647.0, 3669.0, 3690.0, 3693.0, 3714.0, 3672.0, 3693.0, 3691.0, 3669.0, 3650.0, 3690.0, 3691.0, 3712.0, 3716.0, 3672.0, 3670.0, 3680.0, 3648.0, 3647.0, 3688.0, 3699.0, 3714.0, 3691.0, 3659.0, 3657.0, 3657.0, 3659.0, 3690.0, 3700.0, 3680.0, 3700.0], 'WindowWidth': [8445.0, 8452.0, 8452.0, 8397.0, 8311.0, 8314.0, 8285.0, 8284.0, 8346.0, 8340.0, 8350.0, 8300.0, 8277.0, 8294.0, 8304.0, 8294.0, 8350.0, 8337.0, 8289.0, 8282.0, 8260.0, 8286.0, 8315.0, 8319.0, 8388.0, 8377.0, 8315.0, 8306.0, 8262.0, 8295.0, 8303.0, 8311.0, 8361.0, 8300.0, 8283.0, 8258.0, 8269.0, 8295.0, 8276.0, 8349.0, 8322.0, 8284.0, 8297.0, 8273.0, 8298.0, 8292.0, 8294.0, 8351.0, 8336.0, 8270.0, 8281.0, 8258.0, 8283.0, 8305.0, 8288.0, 8347.0, 8344.0, 8269.0, 8281.0, 8255.0, 8285.0, 8333.0, 8314.0, 8339.0, 8267.0, 8271.0, 8283.0, 8256.0, 8316.0, 8327.0, 8269.0, 8279.0, 8254.0, 8266.0, 8282.0, 8273.0, 8337.0, 8320.0, 8278.0, 8286.0, 8273.0, 8285.0, 8294.0, 8270.0, 8347.0, 8320.0, 8308.0, 8295.0, 8282.0, 8306.0, 8308.0, 8281.0, 8301.0, 8368.0, 8342.0, 8281.0, 8306.0, 8263.0, 8275.0, 8323.0, 8326.0, 8365.0, 8337.0, 8273.0, 8300.0, 8267.0, 8276.0, 8309.0, 8321.0, 8348.0, 8324.0, 8277.0, 8305.0, 8290.0, 8299.0, 8370.0, 8341.0, 8322.0, 8288.0, 8259.0, 8313.0, 8323.0, 8333.0, 8365.0, 8305.0, 8265.0, 8268.0, 8253.0, 8300.0, 8319.0, 8329.0, 8339.0, 8274.0, 8282.0, 8254.0, 8281.0, 8319.0, 8303.0, 8365.0, 8269.0, 8280.0, 8254.0, 8269.0, 8305.0, 8289.0, 8347.0, 8273.0, 8263.0, 8265.0, 8253.0, 8314.0, 8333.0, 8316.0, 8285.0, 8251.0, 8296.0, 8261.0, 8291.0, 8320.0, 8294.0, 8353.0, 8280.0, 8297.0, 8316.0, 8274.0, 8273.0, 8291.0, 8326.0, 8355.0, 8353.0, 8270.0, 8290.0, 8292.0, 8276.0, 8351.0, 8336.0, 8351.0, 8283.0, 8256.0, 8278.0, 8256.0, 8295.0, 8324.0, 8300.0, 8285.0, 8249.0, 8275.0, 8297.0, 8301.0, 8373.0, 8346.0, 8281.0, 8275.0, 8244.0, 8301.0, 8325.0, 8336.0, 8334.0, 8275.0, 8301.0, 8261.0, 8297.0, 8287.0, 8313.0, 8335.0, 8259.0, 8266.0, 8273.0, 8266.0, 8283.0, 8278.0, 8350.0, 8325.0, 8271.0, 8268.0, 8239.0, 8291.0, 8259.0, 8329.0, 8321.0, 8271.0, 8268.0, 8255.0, 8282.0, 8274.0, 8291.0, 8320.0, 8276.0, 8299.0, 8260.0, 8268.0, 8287.0, 8278.0, 8349.0, 8324.0, 8297.0, 8273.0, 8284.0, 8346.0, 8278.0, 8254.0, 8298.0, 8337.0, 8323.0, 8369.0, 8274.0, 8271.0, 8285.0, 8277.0, 8348.0, 8336.0, 8298.0, 8283.0, 8254.0, 8282.0, 8303.0, 8274.0, 8348.0, 8316.0, 8276.0, 8287.0, 8275.0, 8292.0, 8354.0, 8340.0, 8335.0, 8273.0, 8257.0, 8283.0, 8294.0, 8345.0, 8352.0, 8290.0, 8277.0, 8282.0, 8257.0, 8316.0, 8318.0, 8333.0, 8318.0, 8277.0, 8316.0, 8277.0, 8296.0, 8350.0, 8287.0, 8346.0, 8258.0, 8239.0, 8257.0, 8243.0, 8297.0, 8306.0, 8316.0, 8350.0, 8277.0, 8269.0, 8270.0, 8239.0, 8315.0, 8320.0, 8327.0, 8336.0, 8238.0, 8262.0, 8282.0, 8264.0, 8266.0, 8255.0, 8341.0, 8332.0, 8257.0, 8290.0, 8263.0, 8273.0, 8319.0, 8287.0, 8346.0, 8257.0, 8268.0, 8270.0, 8262.0, 8348.0, 8335.0, 8300.0, 8296.0, 8256.0, 8253.0, 8291.0, 8260.0, 8347.0, 8349.0, 8255.0, 8263.0, 8241.0, 8295.0, 8318.0, 8313.0, 8354.0, 8259.0, 8287.0, 8284.0, 8295.0, 8319.0, 8274.0, 8282.0, 8351.0, 8335.0, 8313.0, 8287.0, 8276.0, 8273.0, 8332.0, 8352.0, 8333.0, 8346.0, 8266.0, 8260.0, 8240.0, 8240.0, 8304.0, 8270.0, 8346.0, 8257.0, 8241.0, 8272.0, 8280.0, 8349.0, 8321.0, 8291.0, 8287.0, 8261.0, 8259.0, 8324.0, 8265.0, 8349.0, 8339.0, 8258.0, 8267.0, 8244.0, 8327.0, 8303.0, 8331.0, 8350.0, 8277.0, 8286.0, 8243.0, 8255.0, 8266.0, 8254.0, 8329.0, 8332.0, 8288.0, 8348.0, 8262.0, 8258.0, 8286.0, 8268.0, 8350.0, 8352.0, 8314.0, 8302.0, 8261.0, 8254.0, 8272.0, 8261.0, 8336.0, 8334.0, 8337.0, 8335.0, 8252.0, 8274.0, 8274.0, 8264.0, 8354.0, 8351.0, 8304.0, 8314.0, 8256.0, 8265.0, 8272.0, 8261.0, 8344.0, 8278.0, 8294.0, 8256.0, 8243.0, 8277.0, 8257.0, 8319.0, 8346.0, 8320.0, 8306.0, 8277.0, 8261.0, 8289.0, 8277.0, 8301.0, 8281.0, 8278.0, 8334.0, 8277.0, 8279.0, 8321.0, 8335.0, 8353.0, 8320.0, 8285.0, 8257.0, 8279.0, 8280.0, 8248.0, 8325.0, 8313.0, 8311.0, 8275.0, 8238.0, 8277.0, 8237.0, 8236.0, 8295.0, 8300.0, 8333.0, 8266.0, 8260.0, 8285.0, 8262.0, 8271.0, 8333.0, 8301.0, 8364.0, 8287.0, 8254.0, 8267.0, 8242.0, 8293.0, 8314.0, 8331.0, 8351.0, 8256.0, 8283.0, 8258.0, 8250.0, 8295.0, 8254.0, 8344.0, 8271.0, 8298.0, 8258.0, 8253.0, 8293.0, 8276.0, 8349.0, 8334.0, 8286.0, 8284.0, 8259.0, 8270.0, 8259.0, 8327.0, 8333.0, 8319.0, 8287.0, 8258.0, 8287.0, 8258.0, 8256.0, 8317.0, 8257.0, 8366.0, 8259.0, 8312.0, 8276.0, 8255.0, 8312.0, 8257.0, 8361.0, 8272.0, 8311.0, 8272.0, 8254.0, 8269.0, 8257.0, 8346.0, 8320.0, 8297.0, 8256.0, 8255.0, 8268.0, 8275.0, 8344.0, 8338.0, 8289.0, 8290.0, 8273.0, 8283.0, 8259.0, 8329.0, 8332.0, 8305.0, 8303.0, 8277.0, 8303.0, 8280.0, 8294.0, 8335.0, 8293.0, 8335.0, 8281.0, 8320.0, 8276.0, 8286.0, 8351.0, 8308.0, 8345.0, 8259.0, 8270.0, 8271.0, 8269.0, 8278.0, 8254.0, 8310.0, 8272.0, 8252.0, 8284.0, 8289.0, 8369.0, 8287.0, 8268.0, 8266.0, 8253.0, 8298.0, 8319.0, 8337.0, 8355.0, 8277.0, 8319.0, 8275.0, 8255.0, 8314.0, 8287.0, 8365.0, 8332.0, 8269.0, 8272.0, 8256.0, 8280.0, 8270.0, 8345.0, 8334.0, 8271.0, 8289.0, 8276.0, 8299.0, 8322.0, 8308.0, 8373.0, 8267.0, 8295.0, 8295.0, 8300.0, 8353.0, 8326.0, 8279.0, 8314.0, 8297.0, 8255.0, 8362.0, 8339.0, 8270.0, 8283.0, 8272.0, 8295.0, 8299.0, 8312.0, 8332.0, 8273.0, 8285.0, 8260.0, 8257.0, 8257.0, 8247.0, 8333.0, 8326.0, 8262.0, 8276.0, 8266.0, 8318.0, 8324.0, 8319.0, 8340.0, 8280.0, 8309.0, 8267.0, 8288.0, 8303.0, 8297.0, 8352.0, 8300.0, 8344.0, 8327.0, 8320.0, 8298.0, 8266.0, 8348.0, 8347.0, 8262.0, 8289.0, 8259.0, 8298.0, 8274.0, 8301.0, 8333.0, 8289.0, 8327.0, 8260.0, 8272.0, 8268.0, 8242.0, 8347.0, 8323.0, 8303.0, 8286.0, 8258.0, 8301.0, 8258.0, 8311.0, 8318.0, 8286.0, 8299.0, 8255.0, 8298.0, 8255.0, 8257.0, 8315.0, 8305.0, 8349.0, 8302.0, 8256.0, 8285.0, 8260.0, 8329.0, 8316.0, 8307.0, 8300.0, 8257.0, 8260.0, 8271.0, 8255.0, 8346.0, 8323.0, 8259.0, 8300.0, 8254.0, 8294.0, 8285.0, 8315.0, 8337.0, 8258.0, 8285.0, 8265.0, 8272.0, 8291.0, 8267.0, 8352.0, 8294.0, 8280.0, 8317.0, 8265.0, 8354.0, 8356.0, 8293.0, 8304.0, 8263.0, 8299.0, 8272.0, 8251.0, 8315.0, 8286.0, 8363.0, 8260.0, 8271.0, 8288.0, 8276.0, 8311.0, 8259.0, 8328.0, 8348.0, 8306.0, 8331.0, 8260.0, 8300.0, 8261.0, 8258.0, 8329.0, 8273.0, 8362.0, 8322.0, 8298.0, 8263.0, 8271.0, 8276.0, 8266.0, 8348.0, 8344.0, 8276.0, 8289.0, 8259.0, 8299.0, 8280.0, 8348.0, 8341.0, 8296.0, 8288.0, 8263.0, 8301.0, 8287.0, 8318.0, 8333.0, 8291.0, 8329.0, 8273.0, 8273.0, 8286.0, 8263.0, 8351.0, 8342.0, 8286.0, 8291.0, 8273.0, 8319.0, 8308.0, 8336.0, 8318.0, 8259.0, 8288.0, 8259.0, 8275.0, 8317.0, 8289.0, 8326.0, 8257.0, 8267.0, 8281.0, 8260.0, 8346.0, 8323.0, 8276.0, 8308.0, 8283.0, 8299.0, 8329.0, 8284.0, 8295.0, 8280.0, 8327.0, 8375.0, 8338.0, 8268.0, 8292.0, 8276.0, 8258.0, 8334.0, 8263.0, 8343.0, 8336.0, 8309.0, 8307.0, 8316.0, 8283.0, 8292.0, 8279.0, 8308.0, 8340.0, 8321.0, 8325.0, 8288.0, 8298.0, 8312.0, 8284.0, 8371.0, 8361.0, 8315.0, 8308.0, 8266.0, 8298.0, 8289.0, 8278.0, 8351.0, 8342.0, 8317.0, 8274.0, 8259.0, 8271.0, 8256.0, 8346.0, 8315.0, 8314.0, 8278.0, 8259.0, 8271.0, 8257.0, 8289.0, 8320.0, 8331.0, 8357.0, 8300.0, 8331.0, 8322.0, 8291.0, 8265.0, 8318.0, 8322.0, 8352.0, 8364.0, 8298.0, 8293.0, 8302.0, 8258.0, 8255.0, 8310.0, 8328.0, 8355.0, 8318.0, 8274.0, 8267.0, 8268.0, 8275.0, 8315.0, 8330.0, 8306.0, 8332.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.0011897926267281107</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.023665298732718894</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.23735938245675</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.137719535386389</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.00031290229527</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4364</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7408.562</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1447116587054396</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>156</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>17.972350230414747</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.364795080350501</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.243083855611623</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5767604840197884</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.274540901420092</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0046244</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018880020827054977</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.018305618315935135</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.856515361556955</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.6999998092651367</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>33.6424</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.1687</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.978</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>314121.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>674.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>292.1266</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1842</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>465.2587</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2997.3907</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3157.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>62423.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1046.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3967.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>818.6081</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>38.93795621173922</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> |