=== 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-0092 --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-0092",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0092_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0092_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0092_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-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0092_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-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0092_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-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0092_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-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0092_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-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0092_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-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0092_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-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0092/ses-01/func/sub-0092_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>5c1fb0abedf19a76792d09779a3ae37d</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:04:39.295000</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.998693, -0.046373, -0.0214683, 0.0497179, 0.978843, 0.198481]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0774463</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4129, -7740, -7155, 778, -67, -71, 179, 67]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>222.531</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>1e300153-8495-42e3-a7a3-d4f0b0d1fe58||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.6794216632843018, 0.13338950276374817, -0.03188687935471535, 105.01686096191406], [0.12441539764404297, 2.626163959503174, 0.5380802154541016, -112.60397338867188], [-0.05759793147444725, -0.5325098037719727, 2.6456480026245117, -6.346395492553711], [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': ['090439.295000', '090439.755000', '090440.215000', '090440.675000', '090441.135000', '090441.595000', '090442.055000', '090442.515000', '090442.975000', '090443.435000', '090443.895000', '090444.355000', '090444.815000', '090445.275000', '090445.735000', '090446.195000', '090446.655000', '090447.115000', '090447.575000', '090448.035000', '090448.495000', '090448.955000', '090449.415000', '090449.875000', '090450.335000', '090450.795000', '090451.255000', '090451.715000', '090452.175000', '090452.635000', '090453.095000', '090453.555000', '090454.015000', '090454.475000', '090454.935000', '090455.395000', '090455.855000', '090456.315000', '090456.775000', '090457.235000', '090457.695000', '090458.155000', '090458.615000', '090459.075000', '090459.535000', '090459.995000', '090500.455000', '090500.915000', '090501.375000', '090501.835000', '090502.295000', '090502.755000', '090503.215000', '090503.675000', '090504.135000', '090504.595000', '090505.055000', '090505.515000', '090505.975000', '090506.435000', '090506.895000', '090507.355000', '090507.815000', '090508.275000', '090508.735000', '090509.195000', '090509.655000', '090510.115000', '090510.575000', '090511.035000', '090511.495000', '090511.955000', '090512.415000', '090512.875000', '090513.335000', '090513.795000', '090514.255000', '090514.715000', '090515.175000', '090515.635000', '090516.095000', '090516.555000', '090517.015000', '090517.475000', '090517.935000', '090518.395000', '090518.855000', '090519.315000', '090519.775000', '090520.235000', '090520.695000', '090521.155000', '090521.615000', '090522.075000', '090522.535000', '090522.995000', '090523.455000', '090523.915000', '090524.375000', '090524.835000', '090525.295000', '090525.755000', '090526.215000', '090526.675000', '090527.135000', '090527.595000', '090528.055000', '090528.515000', '090528.975000', '090529.435000', '090529.895000', '090530.355000', '090530.815000', '090531.275000', '090531.735000', '090532.195000', '090532.655000', '090533.115000', '090533.575000', '090534.035000', '090534.495000', '090534.955000', '090535.415000', '090535.875000', '090536.335000', '090536.795000', '090537.255000', '090537.715000', '090538.175000', '090538.635000', '090539.095000', '090539.555000', '090540.015000', '090540.475000', '090540.935000', '090541.395000', '090541.855000', '090542.315000', '090542.775000', '090543.235000', '090543.695000', '090544.155000', '090544.615000', '090545.075000', '090545.535000', '090545.995000', '090546.455000', '090546.915000', '090547.375000', '090547.835000', '090548.295000', '090548.755000', '090549.215000', '090549.675000', '090550.135000', '090550.595000', '090551.055000', '090551.515000', '090551.975000', '090552.435000', '090552.895000', '090553.355000', '090553.815000', '090554.275000', '090554.735000', '090555.195000', '090555.655000', '090556.115000', '090556.575000', '090557.035000', '090557.495000', '090557.955000', '090558.415000', '090558.875000', '090559.335000', '090559.795000', '090600.255000', '090600.715000', '090601.175000', '090601.635000', '090602.095000', '090602.555000', '090603.015000', '090603.475000', '090603.935000', '090604.395000', '090604.855000', '090605.315000', '090605.775000', '090606.235000', '090606.695000', '090607.155000', '090607.615000', '090608.075000', '090608.535000', '090608.995000', '090609.455000', '090609.915000', '090610.375000', '090610.835000', '090611.295000', '090611.755000', '090612.215000', '090612.675000', '090613.135000', '090613.595000', '090614.055000', '090614.515000', '090614.975000', '090615.435000', '090615.895000', '090616.355000', '090616.815000', '090617.275000', '090617.735000', '090618.195000', '090618.655000', '090619.115000', '090619.575000', '090620.035000', '090620.495000', '090620.955000', '090621.415000', '090621.875000', '090622.335000', '090622.795000', '090623.255000', '090623.715000', '090624.175000', '090624.635000', '090625.095000', '090625.555000', '090626.015000', '090626.475000', '090626.935000', '090627.395000', '090627.855000', '090628.315000', '090628.775000', '090629.235000', '090629.695000', '090630.155000', '090630.615000', '090631.075000', '090631.535000', '090631.995000', '090632.455000', '090632.915000', '090633.375000', '090633.835000', '090634.295000', '090634.755000', '090635.215000', '090635.675000', '090636.135000', '090636.595000', '090637.055000', '090637.515000', '090637.975000', '090638.435000', '090638.895000', '090639.355000', '090639.815000', '090640.275000', '090640.735000', '090641.195000', '090641.655000', '090642.115000', '090642.575000', '090643.035000', '090643.495000', '090643.955000', '090644.415000', '090644.875000', '090645.335000', '090645.795000', '090646.255000', '090646.715000', '090647.175000', '090647.635000', '090648.095000', '090648.555000', '090649.015000', '090649.475000', '090649.935000', '090650.395000', '090650.855000', '090651.315000', '090651.775000', '090652.235000', '090652.695000', '090653.155000', '090653.615000', '090654.075000', '090654.535000', '090654.995000', '090655.455000', '090655.915000', '090656.375000', '090656.835000', '090657.295000', '090657.755000', '090658.215000', '090658.675000', '090659.135000', '090659.595000', '090700.055000', '090700.515000', '090700.975000', '090701.435000', '090701.895000', '090702.355000', '090702.815000', '090703.275000', '090703.735000', '090704.195000', '090704.655000', '090705.115000', '090705.575000', '090706.035000', '090706.495000', '090706.955000', '090707.415000', '090707.875000', '090708.335000', '090708.795000', '090709.255000', '090709.715000', '090710.175000', '090710.635000', '090711.095000', '090711.555000', '090712.015000', '090712.475000', '090712.935000', '090713.395000', '090713.855000', '090714.315000', '090714.775000', '090715.235000', '090715.695000', '090716.155000', '090716.615000', '090717.075000', '090717.535000', '090717.995000', '090718.455000', '090718.915000', '090719.375000', '090719.835000', '090720.295000', '090720.755000', '090721.215000', '090721.675000', '090722.135000', '090722.595000', '090723.055000', '090723.515000', '090723.975000', '090724.435000', '090724.895000', '090725.355000', '090725.815000', '090726.275000', '090726.735000', '090727.195000', '090727.655000', '090728.115000', '090728.575000', '090729.035000', '090729.495000', '090729.955000', '090730.415000', '090730.875000', '090731.335000', '090731.795000', '090732.255000', '090732.715000', '090733.175000', '090733.635000', '090734.095000', '090734.555000', '090735.015000', '090735.475000', '090735.935000', '090736.395000', '090736.855000', '090737.315000', '090737.775000', '090738.235000', '090738.695000', '090739.155000', '090739.615000', '090740.075000', '090740.535000', '090740.995000', '090741.455000', '090741.915000', '090742.375000', '090742.835000', '090743.295000', '090743.755000', '090744.215000', '090744.675000', '090745.135000', '090745.595000', '090746.055000', '090746.515000', '090746.975000', '090747.435000', '090747.895000', '090748.355000', '090748.815000', '090749.275000', '090749.735000', '090750.195000', '090750.655000', '090751.115000', '090751.575000', '090752.035000', '090752.495000', '090752.955000', '090753.415000', '090753.875000', '090754.335000', '090754.795000', '090755.255000', '090755.715000', '090756.175000', '090756.635000', '090757.095000', '090757.555000', '090758.015000', '090758.475000', '090758.935000', '090759.395000', '090759.855000', '090800.315000', '090800.775000', '090801.235000', '090801.695000', '090802.155000', '090802.615000', '090803.075000', '090803.535000', '090803.995000', '090804.455000', '090804.915000', '090805.375000', '090805.835000', '090806.295000', '090806.755000', '090807.215000', '090807.675000', '090808.135000', '090808.595000', '090809.055000', '090809.515000', '090809.975000', '090810.435000', '090810.895000', '090811.355000', '090811.815000', '090812.275000', '090812.735000', '090813.195000', '090813.655000', '090814.115000', '090814.575000', '090815.035000', '090815.495000', '090815.955000', '090816.415000', '090816.875000', '090817.335000', '090817.795000', '090818.255000', '090818.715000', '090819.175000', '090819.635000', '090820.095000', '090820.555000', '090821.015000', '090821.475000', '090821.935000', '090822.395000', '090822.855000', '090823.315000', '090823.775000', '090824.235000', '090824.695000', '090825.155000', '090825.615000', '090826.075000', '090826.535000', '090826.995000', '090827.455000', '090827.915000', '090828.375000', '090828.835000', '090829.295000', '090829.755000', '090830.215000', '090830.675000', '090831.135000', '090831.595000', '090832.055000', '090832.515000', '090832.975000', '090833.435000', '090833.895000', '090834.355000', '090834.815000', '090835.275000', '090835.735000', '090836.195000', '090836.655000', '090837.115000', '090837.575000', '090838.035000', '090838.495000', '090838.955000', '090839.415000', '090839.875000', '090840.335000', '090840.795000', '090841.255000', '090841.715000', '090842.175000', '090842.635000', '090843.095000', '090843.555000', '090844.015000', '090844.475000', '090844.935000', '090845.395000', '090845.855000', '090846.315000', '090846.775000', '090847.235000', '090847.695000', '090848.155000', '090848.615000', '090849.075000', '090849.535000', '090849.995000', '090850.455000', '090850.915000', '090851.375000', '090851.835000', '090852.295000', '090852.755000', '090853.215000', '090853.675000', '090854.135000', '090854.595000', '090855.055000', '090855.515000', '090855.975000', '090856.435000', '090856.895000', '090857.355000', '090857.815000', '090858.275000', '090858.735000', '090859.195000', '090859.655000', '090900.115000', '090900.575000', '090901.035000', '090901.495000', '090901.955000', '090902.415000', '090902.875000', '090903.335000', '090903.795000', '090904.255000', '090904.715000', '090905.175000', '090905.635000', '090906.095000', '090906.555000', '090907.015000', '090907.475000', '090907.935000', '090908.395000', '090908.855000', '090909.315000', '090909.775000', '090910.235000', '090910.695000', '090911.155000', '090911.615000', '090912.075000', '090912.535000', '090912.995000', '090913.455000', '090913.915000', '090914.375000', '090914.835000', '090915.295000', '090915.755000', '090916.215000', '090916.675000', '090917.135000', '090917.595000', '090918.055000', '090918.515000', '090918.975000', '090919.435000', '090919.895000', '090920.355000', '090920.815000', '090921.275000', '090921.735000', '090922.195000', '090922.655000', '090923.115000', '090923.575000', '090924.035000', '090924.495000', '090924.955000', '090925.415000', '090925.875000', '090926.335000', '090926.795000', '090927.255000', '090927.715000', '090928.175000', '090928.635000', '090929.095000', '090929.555000', '090930.015000', '090930.475000', '090930.935000', '090931.395000', '090931.855000', '090932.315000', '090932.775000', '090933.235000', '090933.695000', '090934.155000', '090934.615000', '090935.075000', '090935.535000', '090935.995000', '090936.455000', '090936.915000', '090937.375000', '090937.835000', '090938.295000', '090938.755000', '090939.215000', '090939.675000', '090940.135000', '090940.595000', '090941.055000', '090941.515000', '090941.975000', '090942.435000', '090942.895000', '090943.355000', '090943.815000', '090944.275000', '090944.735000', '090945.195000', '090945.655000', '090946.115000', '090946.575000', '090947.035000', '090947.495000', '090947.955000', '090948.415000', '090948.875000', '090949.335000', '090949.795000', '090950.255000', '090950.715000', '090951.175000', '090951.635000', '090952.095000', '090952.555000', '090953.015000', '090953.475000', '090953.935000', '090954.395000', '090954.855000', '090955.315000', '090955.775000', '090956.235000', '090956.695000', '090957.155000', '090957.615000', '090958.075000', '090958.535000', '090958.995000', '090959.455000', '090959.915000', '091000.375000', '091000.835000', '091001.295000', '091001.755000', '091002.215000', '091002.675000', '091003.135000', '091003.595000', '091004.055000', '091004.515000', '091004.975000', '091005.435000', '091005.895000', '091006.355000', '091006.815000', '091007.275000', '091007.735000', '091008.195000', '091008.655000', '091009.115000', '091009.575000', '091010.035000', '091010.495000', '091010.955000', '091011.415000', '091011.875000', '091012.335000', '091012.795000', '091013.255000', '091013.715000', '091014.175000', '091014.635000', '091015.095000', '091015.555000', '091016.015000', '091016.475000', '091016.935000', '091017.395000', '091017.855000', '091018.315000', '091018.775000', '091019.235000', '091019.695000', '091020.155000', '091020.615000', '091021.075000', '091021.535000', '091021.995000', '091022.455000', '091022.915000', '091023.375000', '091023.835000', '091024.295000', '091024.755000', '091025.215000', '091025.675000', '091026.135000', '091026.595000', '091027.055000', '091027.515000', '091027.975000', '091028.435000', '091028.895000', '091029.355000', '091029.815000', '091030.275000', '091030.735000', '091031.195000', '091031.655000', '091032.115000', '091032.575000', '091033.035000', '091033.495000', '091033.955000', '091034.415000', '091034.875000', '091035.335000', '091035.795000', '091036.255000', '091036.715000', '091037.175000', '091037.635000', '091038.095000', '091038.555000', '091039.015000', '091039.475000', '091039.935000', '091040.395000', '091040.855000', '091041.315000', '091041.775000', '091042.235000', '091042.695000', '091043.155000', '091043.615000', '091044.075000', '091044.535000', '091044.995000', '091045.455000', '091045.915000', '091046.375000', '091046.835000', '091047.295000', '091047.755000', '091048.215000', '091048.675000', '091049.135000', '091049.595000', '091050.055000', '091050.515000', '091050.975000', '091051.435000', '091051.895000', '091052.355000', '091052.815000', '091053.275000', '091053.735000', '091054.195000', '091054.655000', '091055.115000', '091055.575000', '091056.035000', '091056.495000', '091056.955000', '091057.415000', '091057.875000', '091058.335000', '091058.795000', '091059.255000', '091059.715000', '091100.175000', '091100.635000', '091101.095000', '091101.555000', '091102.015000', '091102.475000', '091102.935000', '091103.395000', '091103.855000', '091104.315000', '091104.775000', '091105.235000', '091105.695000', '091106.155000', '091106.615000', '091107.075000', '091107.535000', '091107.995000', '091108.455000', '091108.915000', '091109.375000', '091109.835000', '091110.295000', '091110.755000', '091111.215000', '091111.675000', '091112.135000', '091112.595000', '091113.055000', '091113.515000', '091113.975000', '091114.435000', '091114.895000', '091115.355000', '091115.815000', '091116.275000', '091116.735000', '091117.195000', '091117.655000', '091118.115000', '091118.575000', '091119.035000', '091119.495000', '091119.955000'], 'ContentTime': ['090447.593000', '090447.596000', '090447.599000', '090447.601000', '090447.604000', '090447.607000', '090447.609000', '090447.612000', '090447.614000', '090447.617000', '090447.620000', '090447.622000', '090447.625000', '090447.627000', '090447.630000', '090447.633000', '090507.547000', '090507.550000', '090507.553000', '090507.555000', '090507.558000', '090507.561000', '090507.563000', '090507.566000', '090507.568000', '090507.571000', '090507.574000', '090507.576000', '090507.579000', '090507.581000', '090507.584000', '090507.587000', '090507.589000', '090507.592000', '090507.594000', '090507.597000', '090507.600000', '090507.602000', '090507.605000', '090507.607000', '090507.610000', '090507.621000', '090507.623000', '090507.626000', '090507.628000', '090507.631000', '090507.634000', '090507.636000', '090507.639000', '090507.641000', '090507.644000', '090507.647000', '090507.649000', '090507.652000', '090507.655000', '090507.657000', '090507.660000', '090507.671000', '090507.673000', '090527.547000', '090527.550000', '090527.553000', '090527.555000', '090527.558000', '090527.560000', '090527.563000', '090527.566000', '090527.568000', '090527.571000', '090527.573000', '090527.576000', '090527.579000', '090527.581000', '090527.584000', '090527.587000', '090527.589000', '090527.592000', '090527.594000', '090527.597000', '090527.600000', '090527.602000', '090527.605000', '090527.607000', '090527.610000', '090527.613000', '090527.615000', '090527.618000', '090527.620000', '090527.623000', '090527.625000', '090527.628000', '090527.631000', '090527.633000', '090527.636000', '090527.639000', '090527.641000', '090527.649000', '090527.652000', '090527.655000', '090527.657000', '090527.660000', '090527.662000', '090527.665000', '090547.546000', '090547.549000', '090547.552000', '090547.554000', '090547.557000', '090547.560000', '090547.562000', '090547.565000', '090547.567000', '090547.570000', '090547.573000', '090547.575000', '090547.578000', '090547.580000', '090547.583000', '090547.586000', '090547.588000', '090547.591000', '090547.593000', '090547.596000', '090547.599000', '090547.608000', '090547.611000', '090547.614000', '090547.616000', '090547.619000', '090547.622000', '090547.624000', '090547.627000', '090547.629000', '090547.632000', '090547.634000', '090547.637000', '090547.640000', '090547.642000', '090547.645000', '090547.647000', '090547.650000', '090547.653000', '090547.655000', '090547.658000', '090547.660000', '090547.663000', '090607.547000', '090607.550000', '090607.553000', '090607.555000', '090607.558000', '090607.561000', '090607.564000', '090607.567000', '090607.570000', '090607.573000', '090607.575000', '090607.578000', '090607.581000', '090607.583000', '090607.586000', '090607.589000', '090607.591000', '090607.594000', '090607.596000', '090607.599000', '090607.602000', '090607.604000', '090607.607000', '090607.609000', '090607.612000', '090607.615000', '090607.618000', '090607.621000', '090607.623000', '090607.626000', '090607.629000', '090607.631000', '090607.634000', '090607.636000', '090607.639000', '090607.642000', '090607.644000', '090607.647000', '090607.649000', '090607.652000', '090607.654000', '090607.657000', '090607.660000', '090627.547000', '090627.554000', '090627.557000', '090627.559000', '090627.562000', '090627.565000', '090627.567000', '090627.570000', '090627.573000', '090627.575000', '090627.578000', '090627.581000', '090627.583000', '090627.586000', '090627.589000', '090627.591000', '090627.594000', '090627.596000', '090627.599000', '090627.601000', '090627.604000', '090627.607000', '090627.609000', '090627.612000', '090627.615000', '090627.617000', '090627.620000', '090627.622000', '090627.625000', '090627.628000', '090627.630000', '090627.633000', '090627.635000', '090627.638000', '090627.641000', '090627.643000', '090627.646000', '090627.648000', '090627.651000', '090627.653000', '090627.656000', '090627.659000', '090627.661000', '090627.664000', '090647.548000', '090647.551000', '090647.553000', '090647.556000', '090647.559000', '090647.561000', '090647.564000', '090647.567000', '090647.569000', '090647.572000', '090647.575000', '090647.577000', '090647.580000', '090647.582000', '090647.585000', '090647.588000', '090647.591000', '090647.593000', '090647.596000', '090647.599000', '090647.601000', '090647.613000', '090647.616000', '090647.618000', '090647.621000', '090647.623000', '090647.626000', '090647.629000', '090647.631000', '090647.634000', '090647.636000', '090647.639000', '090647.641000', '090647.644000', '090647.647000', '090647.649000', '090647.652000', '090647.662000', '090647.664000', '090647.667000', '090647.669000', '090647.672000', '090647.675000', '090707.548000', '090707.551000', '090707.554000', '090707.556000', '090707.559000', '090707.562000', '090707.565000', '090707.567000', '090707.570000', '090707.572000', '090707.575000', '090707.577000', '090707.580000', '090707.583000', '090707.585000', '090707.588000', '090707.590000', '090707.593000', '090707.596000', '090707.598000', '090707.601000', '090707.604000', '090707.606000', '090707.609000', '090707.612000', '090707.614000', '090707.617000', '090707.619000', '090707.622000', '090707.625000', '090707.628000', '090707.631000', '090707.633000', '090707.636000', '090707.639000', '090707.641000', '090707.644000', '090707.647000', '090707.649000', '090707.652000', '090707.654000', '090707.657000', '090707.660000', '090707.662000', '090727.547000', '090727.550000', '090727.553000', '090727.555000', '090727.558000', '090727.560000', '090727.563000', '090727.566000', '090727.568000', '090727.571000', '090727.573000', '090727.576000', '090727.579000', '090727.581000', '090727.584000', '090727.586000', '090727.589000', '090727.591000', '090727.594000', '090727.598000', '090727.601000', '090727.603000', '090727.606000', '090727.609000', '090727.611000', '090727.614000', '090727.616000', '090727.619000', '090727.621000', '090727.624000', '090727.627000', '090727.629000', '090727.632000', '090727.635000', '090727.637000', '090727.640000', '090727.642000', '090727.645000', '090727.647000', '090727.650000', '090727.653000', '090727.656000', '090727.659000', '090747.548000', '090747.550000', '090747.553000', '090747.556000', '090747.559000', '090747.561000', '090747.564000', '090747.567000', '090747.570000', '090747.573000', '090747.575000', '090747.578000', '090747.581000', '090747.583000', '090747.586000', '090747.589000', '090747.591000', '090747.594000', '090747.596000', '090747.599000', '090747.602000', '090747.604000', '090747.607000', '090747.610000', '090747.612000', '090747.615000', '090747.617000', '090747.620000', '090747.623000', '090747.625000', '090747.628000', '090747.631000', '090747.633000', '090747.636000', '090747.639000', '090747.641000', '090747.644000', '090747.646000', '090747.649000', '090747.652000', '090747.654000', '090747.657000', '090747.659000', '090747.662000', '090807.546000', '090807.549000', '090807.552000', '090807.555000', '090807.558000', '090807.571000', '090807.573000', '090807.576000', '090807.578000', '090807.581000', '090807.584000', '090807.587000', '090807.589000', '090807.592000', '090807.595000', '090807.597000', '090807.600000', '090807.603000', '090807.605000', '090807.608000', '090807.610000', '090807.613000', '090807.616000', '090807.618000', '090807.621000', '090807.624000', '090807.626000', '090807.629000', '090807.631000', '090807.634000', '090807.637000', '090807.639000', '090807.642000', '090807.645000', '090807.647000', '090807.650000', '090807.653000', '090807.655000', '090807.658000', '090807.661000', '090807.686000', '090807.689000', '090807.691000', '090827.547000', '090827.550000', '090827.553000', '090827.556000', '090827.559000', '090827.561000', '090827.564000', '090827.566000', '090827.569000', '090827.572000', '090827.574000', '090827.577000', '090827.580000', '090827.582000', '090827.585000', '090827.588000', '090827.590000', '090827.611000', '090827.613000', '090827.616000', '090827.618000', '090827.621000', '090827.624000', '090827.626000', '090827.629000', '090827.631000', '090827.634000', '090827.637000', '090827.639000', '090827.642000', '090827.645000', '090827.647000', '090827.650000', '090827.652000', '090827.655000', '090827.658000', '090827.660000', '090827.663000', '090827.665000', '090827.668000', '090827.670000', '090827.673000', '090827.676000', '090827.678000', '090847.547000', '090847.550000', '090847.553000', '090847.556000', '090847.558000', '090847.561000', '090847.563000', '090847.566000', '090847.569000', '090847.571000', '090847.574000', '090847.577000', '090847.579000', '090847.582000', '090847.585000', '090847.588000', '090847.591000', '090847.593000', '090847.596000', '090847.598000', '090847.601000', '090847.604000', '090847.606000', '090847.609000', '090847.611000', '090847.614000', '090847.617000', '090847.619000', '090847.622000', '090847.624000', '090847.627000', '090847.630000', '090847.632000', '090847.635000', '090847.638000', '090847.640000', '090847.643000', '090847.645000', '090847.648000', '090847.651000', '090847.653000', '090847.656000', '090847.659000', '090907.548000', '090907.551000', '090907.554000', '090907.557000', '090907.559000', '090907.562000', '090907.564000', '090907.567000', '090907.570000', '090907.572000', '090907.575000', '090907.578000', '090907.580000', '090907.583000', '090907.585000', '090907.588000', '090907.591000', '090907.593000', '090907.596000', '090907.599000', '090907.601000', '090907.604000', '090907.606000', '090907.609000', '090907.611000', '090907.614000', '090907.617000', '090907.619000', '090907.622000', '090907.625000', '090907.627000', '090907.630000', '090907.632000', '090907.635000', '090907.638000', '090907.640000', '090907.643000', '090907.646000', '090907.648000', '090907.651000', '090907.653000', '090907.656000', '090907.659000', '090907.661000', '090927.548000', '090927.550000', '090927.553000', '090927.556000', '090927.558000', '090927.561000', '090927.564000', '090927.566000', '090927.569000', '090927.571000', '090927.574000', '090927.577000', '090927.579000', '090927.582000', '090927.585000', '090927.587000', '090927.590000', '090927.593000', '090927.595000', '090927.598000', '090927.600000', '090927.603000', '090927.606000', '090927.608000', '090927.611000', '090927.614000', '090927.616000', '090927.619000', '090927.622000', '090927.624000', '090927.627000', '090927.629000', '090927.632000', '090927.635000', '090927.637000', '090927.640000', '090927.642000', '090927.645000', '090927.647000', '090927.650000', '090927.653000', '090927.655000', '090927.658000', '090947.547000', '090947.550000', '090947.553000', '090947.555000', '090947.558000', '090947.561000', '090947.564000', '090947.566000', '090947.569000', '090947.572000', '090947.574000', '090947.577000', '090947.579000', '090947.582000', '090947.585000', '090947.587000', '090947.590000', '090947.593000', '090947.596000', '090947.598000', '090947.601000', '090947.604000', '090947.606000', '090947.609000', '090947.611000', '090947.614000', '090947.617000', '090947.619000', '090947.622000', '090947.625000', '090947.627000', '090947.630000', '090947.632000', '090947.635000', '090947.638000', '090947.640000', '090947.643000', '090947.646000', '090947.648000', '090947.651000', '090947.654000', '090947.656000', '090947.671000', '090947.673000', '091007.548000', '091007.550000', '091007.553000', '091007.556000', '091007.558000', '091007.561000', '091007.564000', '091007.566000', '091007.569000', '091007.571000', '091007.574000', '091007.577000', '091007.579000', '091007.582000', '091007.584000', '091007.587000', '091007.590000', '091007.592000', '091007.595000', '091007.598000', '091007.600000', '091007.603000', '091007.606000', '091007.608000', '091007.611000', '091007.613000', '091007.616000', '091007.619000', '091007.621000', '091007.624000', '091007.627000', '091007.629000', '091007.632000', '091007.634000', '091007.637000', '091007.640000', '091007.642000', '091007.645000', '091007.647000', '091007.650000', '091007.653000', '091007.655000', '091007.658000', '091027.547000', '091027.549000', '091027.552000', '091027.555000', '091027.557000', '091027.560000', '091027.562000', '091027.565000', '091027.567000', '091027.570000', '091027.573000', '091027.575000', '091027.578000', '091027.580000', '091027.583000', '091027.586000', '091027.588000', '091027.591000', '091027.593000', '091027.604000', '091027.606000', '091027.609000', '091027.611000', '091027.614000', '091027.617000', '091027.619000', '091027.622000', '091027.625000', '091027.628000', '091027.630000', '091027.633000', '091027.636000', '091027.638000', '091027.641000', '091027.643000', '091027.646000', '091027.649000', '091027.652000', '091027.654000', '091027.657000', '091027.660000', '091027.662000', '091027.665000', '091027.667000', '091047.547000', '091047.550000', '091047.553000', '091047.556000', '091047.558000', '091047.561000', '091047.564000', '091047.566000', '091047.569000', '091047.571000', '091047.576000', '091047.578000', '091047.581000', '091047.583000', '091047.586000', '091047.589000', '091047.591000', '091047.594000', '091047.597000', '091047.599000', '091047.602000', '091047.605000', '091047.607000', '091047.611000', '091047.613000', '091047.616000', '091047.619000', '091047.621000', '091047.624000', '091047.627000', '091047.629000', '091047.632000', '091047.635000', '091047.637000', '091047.640000', '091047.642000', '091047.645000', '091047.647000', '091047.650000', '091047.653000', '091047.655000', '091047.658000', '091047.660000', '091107.548000', '091107.550000', '091107.553000', '091107.556000', '091107.558000', '091107.561000', '091107.563000', '091107.566000', '091107.568000', '091107.571000', '091107.574000', '091107.576000', '091107.579000', '091107.581000', '091107.584000', '091107.587000', '091107.589000', '091107.592000', '091107.595000', '091107.597000', '091107.600000', '091107.602000', '091107.605000', '091107.608000', '091107.610000', '091107.613000', '091107.616000', '091107.618000', '091107.621000', '091107.623000', '091107.626000', '091107.629000', '091107.631000', '091107.634000', '091107.637000', '091107.639000', '091107.642000', '091107.645000', '091107.647000', '091107.650000', '091107.652000', '091107.655000', '091107.658000', '091107.660000', '091121.311000', '091121.314000', '091121.316000', '091121.319000', '091121.321000', '091121.324000', '091121.327000', '091121.329000', '091121.332000', '091121.334000', '091121.337000', '091121.340000', '091121.342000', '091121.345000', '091121.348000', '091121.350000', '091121.353000', '091121.355000', '091121.358000', '091121.360000', '091121.363000', '091121.366000', '091121.368000', '091121.371000', '091121.373000', '091121.376000', '091121.378000', '091121.381000', '091121.384000', '091121.386000'], 'InstanceCreationTime': ['090447.593000', '090447.596000', '090447.599000', '090447.601000', '090447.604000', '090447.607000', '090447.609000', '090447.612000', '090447.614000', '090447.617000', '090447.620000', '090447.622000', '090447.625000', '090447.627000', '090447.630000', '090447.633000', '090507.547000', '090507.550000', '090507.553000', '090507.555000', '090507.558000', '090507.561000', '090507.563000', '090507.566000', '090507.568000', '090507.571000', '090507.574000', '090507.576000', '090507.579000', '090507.581000', '090507.584000', '090507.587000', '090507.589000', '090507.592000', '090507.594000', '090507.597000', '090507.600000', '090507.602000', '090507.605000', '090507.607000', '090507.610000', '090507.621000', '090507.623000', '090507.626000', '090507.628000', '090507.631000', '090507.634000', '090507.636000', '090507.639000', '090507.641000', '090507.644000', '090507.647000', '090507.649000', '090507.652000', '090507.655000', '090507.657000', '090507.660000', '090507.671000', '090507.673000', '090527.547000', '090527.550000', '090527.553000', '090527.555000', '090527.558000', '090527.560000', '090527.563000', '090527.566000', '090527.568000', '090527.571000', '090527.573000', '090527.576000', '090527.579000', '090527.581000', '090527.584000', '090527.587000', '090527.589000', '090527.592000', '090527.594000', '090527.597000', '090527.600000', '090527.602000', '090527.605000', '090527.607000', '090527.610000', '090527.613000', '090527.615000', '090527.618000', '090527.620000', '090527.623000', '090527.625000', '090527.628000', '090527.631000', '090527.633000', '090527.636000', '090527.639000', '090527.641000', '090527.649000', '090527.652000', '090527.655000', '090527.657000', '090527.660000', '090527.662000', '090527.665000', '090547.546000', '090547.549000', '090547.552000', '090547.554000', '090547.557000', '090547.560000', '090547.562000', '090547.565000', '090547.567000', '090547.570000', '090547.573000', '090547.575000', '090547.578000', '090547.580000', '090547.583000', '090547.586000', '090547.588000', '090547.591000', '090547.593000', '090547.596000', '090547.599000', '090547.608000', '090547.611000', '090547.614000', '090547.616000', '090547.619000', '090547.622000', '090547.624000', '090547.627000', '090547.629000', '090547.632000', '090547.634000', '090547.637000', '090547.640000', '090547.642000', '090547.645000', '090547.647000', '090547.650000', '090547.653000', '090547.655000', '090547.658000', '090547.660000', '090547.663000', '090607.547000', '090607.550000', '090607.553000', '090607.555000', '090607.558000', '090607.561000', '090607.564000', '090607.567000', '090607.570000', '090607.573000', '090607.575000', '090607.578000', '090607.581000', '090607.583000', '090607.586000', '090607.589000', '090607.591000', '090607.594000', '090607.596000', '090607.599000', '090607.602000', '090607.604000', '090607.607000', '090607.609000', '090607.612000', '090607.615000', '090607.618000', '090607.621000', '090607.623000', '090607.626000', '090607.629000', '090607.631000', '090607.634000', '090607.636000', '090607.639000', '090607.642000', '090607.644000', '090607.647000', '090607.649000', '090607.652000', '090607.654000', '090607.657000', '090607.660000', '090627.547000', '090627.554000', '090627.557000', '090627.559000', '090627.562000', '090627.565000', '090627.567000', '090627.570000', '090627.573000', '090627.575000', '090627.578000', '090627.581000', '090627.583000', '090627.586000', '090627.589000', '090627.591000', '090627.594000', '090627.596000', '090627.599000', '090627.601000', '090627.604000', '090627.607000', '090627.609000', '090627.612000', '090627.615000', '090627.617000', '090627.620000', '090627.622000', '090627.625000', '090627.628000', '090627.630000', '090627.633000', '090627.635000', '090627.638000', '090627.641000', '090627.643000', '090627.646000', '090627.648000', '090627.651000', '090627.653000', '090627.656000', '090627.659000', '090627.661000', '090627.664000', '090647.548000', '090647.551000', '090647.553000', '090647.556000', '090647.559000', '090647.561000', '090647.564000', '090647.567000', '090647.569000', '090647.572000', '090647.575000', '090647.577000', '090647.580000', '090647.582000', '090647.585000', '090647.588000', '090647.591000', '090647.593000', '090647.596000', '090647.599000', '090647.601000', '090647.613000', '090647.616000', '090647.618000', '090647.621000', '090647.623000', '090647.626000', '090647.629000', '090647.631000', '090647.634000', '090647.636000', '090647.639000', '090647.641000', '090647.644000', '090647.647000', '090647.649000', '090647.652000', '090647.662000', '090647.664000', '090647.667000', '090647.669000', '090647.672000', '090647.675000', '090707.548000', '090707.551000', '090707.554000', '090707.556000', '090707.559000', '090707.562000', '090707.565000', '090707.567000', '090707.570000', '090707.572000', '090707.575000', '090707.577000', '090707.580000', '090707.583000', '090707.585000', '090707.588000', '090707.590000', '090707.593000', '090707.596000', '090707.598000', '090707.601000', '090707.604000', '090707.606000', '090707.609000', '090707.612000', '090707.614000', '090707.617000', '090707.619000', '090707.622000', '090707.625000', '090707.628000', '090707.631000', '090707.633000', '090707.636000', '090707.639000', '090707.641000', '090707.644000', '090707.647000', '090707.649000', '090707.652000', '090707.654000', '090707.657000', '090707.660000', '090707.662000', '090727.547000', '090727.550000', '090727.553000', '090727.555000', '090727.558000', '090727.560000', '090727.563000', '090727.566000', '090727.568000', '090727.571000', '090727.573000', '090727.576000', '090727.579000', '090727.581000', '090727.584000', '090727.586000', '090727.589000', '090727.591000', '090727.594000', '090727.598000', '090727.601000', '090727.603000', '090727.606000', '090727.609000', '090727.611000', '090727.614000', '090727.616000', '090727.619000', '090727.621000', '090727.624000', '090727.627000', '090727.629000', '090727.632000', '090727.635000', '090727.637000', '090727.640000', '090727.642000', '090727.645000', '090727.647000', '090727.650000', '090727.653000', '090727.656000', '090727.659000', '090747.548000', '090747.550000', '090747.553000', '090747.556000', '090747.559000', '090747.561000', '090747.564000', '090747.567000', '090747.570000', '090747.573000', '090747.575000', '090747.578000', '090747.581000', '090747.583000', '090747.586000', '090747.589000', '090747.591000', '090747.594000', '090747.596000', '090747.599000', '090747.602000', '090747.604000', '090747.607000', '090747.610000', '090747.612000', '090747.615000', '090747.617000', '090747.620000', '090747.623000', '090747.625000', '090747.628000', '090747.631000', '090747.633000', '090747.636000', '090747.639000', '090747.641000', '090747.644000', '090747.646000', '090747.649000', '090747.652000', '090747.654000', '090747.657000', '090747.659000', '090747.662000', '090807.546000', '090807.549000', '090807.552000', '090807.555000', '090807.558000', '090807.571000', '090807.573000', '090807.576000', '090807.578000', '090807.581000', '090807.584000', '090807.587000', '090807.589000', '090807.592000', '090807.595000', '090807.597000', '090807.600000', '090807.603000', '090807.605000', '090807.608000', '090807.610000', '090807.613000', '090807.616000', '090807.618000', '090807.621000', '090807.624000', '090807.626000', '090807.629000', '090807.631000', '090807.634000', '090807.637000', '090807.639000', '090807.642000', '090807.645000', '090807.647000', '090807.650000', '090807.653000', '090807.655000', '090807.658000', '090807.661000', '090807.686000', '090807.689000', '090807.691000', '090827.547000', '090827.550000', '090827.553000', '090827.556000', '090827.559000', '090827.561000', '090827.564000', '090827.566000', '090827.569000', '090827.572000', '090827.574000', '090827.577000', '090827.580000', '090827.582000', '090827.585000', '090827.588000', '090827.590000', '090827.611000', '090827.613000', '090827.616000', '090827.618000', '090827.621000', '090827.624000', '090827.626000', '090827.629000', '090827.631000', '090827.634000', '090827.637000', '090827.639000', '090827.642000', '090827.645000', '090827.647000', '090827.650000', '090827.652000', '090827.655000', '090827.658000', '090827.660000', '090827.663000', '090827.665000', '090827.668000', '090827.670000', '090827.673000', '090827.676000', '090827.678000', '090847.547000', '090847.550000', '090847.553000', '090847.556000', '090847.558000', '090847.561000', '090847.563000', '090847.566000', '090847.569000', '090847.571000', '090847.574000', '090847.577000', '090847.579000', '090847.582000', '090847.585000', '090847.588000', '090847.591000', '090847.593000', '090847.596000', '090847.598000', '090847.601000', '090847.604000', '090847.606000', '090847.609000', '090847.611000', '090847.614000', '090847.617000', '090847.619000', '090847.622000', '090847.624000', '090847.627000', '090847.630000', '090847.632000', '090847.635000', '090847.638000', '090847.640000', '090847.643000', '090847.645000', '090847.648000', '090847.651000', '090847.653000', '090847.656000', '090847.659000', '090907.548000', '090907.551000', '090907.554000', '090907.557000', '090907.559000', '090907.562000', '090907.564000', '090907.567000', '090907.570000', '090907.572000', '090907.575000', '090907.578000', '090907.580000', '090907.583000', '090907.585000', '090907.588000', '090907.591000', '090907.593000', '090907.596000', '090907.599000', '090907.601000', '090907.604000', '090907.606000', '090907.609000', '090907.611000', '090907.614000', '090907.617000', '090907.619000', '090907.622000', '090907.625000', '090907.627000', '090907.630000', '090907.632000', '090907.635000', '090907.638000', '090907.640000', '090907.643000', '090907.646000', '090907.648000', '090907.651000', '090907.653000', '090907.656000', '090907.659000', '090907.661000', '090927.548000', '090927.550000', '090927.553000', '090927.556000', '090927.558000', '090927.561000', '090927.564000', '090927.566000', '090927.569000', '090927.571000', '090927.574000', '090927.577000', '090927.579000', '090927.582000', '090927.585000', '090927.587000', '090927.590000', '090927.593000', '090927.595000', '090927.598000', '090927.600000', '090927.603000', '090927.606000', '090927.608000', '090927.611000', '090927.614000', '090927.616000', '090927.619000', '090927.622000', '090927.624000', '090927.627000', '090927.629000', '090927.632000', '090927.635000', '090927.637000', '090927.640000', '090927.642000', '090927.645000', '090927.647000', '090927.650000', '090927.653000', '090927.655000', '090927.658000', '090947.547000', '090947.550000', '090947.553000', '090947.555000', '090947.558000', '090947.561000', '090947.564000', '090947.566000', '090947.569000', '090947.572000', '090947.574000', '090947.577000', '090947.579000', '090947.582000', '090947.585000', '090947.587000', '090947.590000', '090947.593000', '090947.596000', '090947.598000', '090947.601000', '090947.604000', '090947.606000', '090947.609000', '090947.611000', '090947.614000', '090947.617000', '090947.619000', '090947.622000', '090947.625000', '090947.627000', '090947.630000', '090947.632000', '090947.635000', '090947.638000', '090947.640000', '090947.643000', '090947.646000', '090947.648000', '090947.651000', '090947.654000', '090947.656000', '090947.671000', '090947.673000', '091007.548000', '091007.550000', '091007.553000', '091007.556000', '091007.558000', '091007.561000', '091007.564000', '091007.566000', '091007.569000', '091007.571000', '091007.574000', '091007.577000', '091007.579000', '091007.582000', '091007.584000', '091007.587000', '091007.590000', '091007.592000', '091007.595000', '091007.598000', '091007.600000', '091007.603000', '091007.606000', '091007.608000', '091007.611000', '091007.613000', '091007.616000', '091007.619000', '091007.621000', '091007.624000', '091007.627000', '091007.629000', '091007.632000', '091007.634000', '091007.637000', '091007.640000', '091007.642000', '091007.645000', '091007.647000', '091007.650000', '091007.653000', '091007.655000', '091007.658000', '091027.547000', '091027.549000', '091027.552000', '091027.555000', '091027.557000', '091027.560000', '091027.562000', '091027.565000', '091027.567000', '091027.570000', '091027.573000', '091027.575000', '091027.578000', '091027.580000', '091027.583000', '091027.586000', '091027.588000', '091027.591000', '091027.593000', '091027.604000', '091027.606000', '091027.609000', '091027.611000', '091027.614000', '091027.617000', '091027.619000', '091027.622000', '091027.625000', '091027.628000', '091027.630000', '091027.633000', '091027.636000', '091027.638000', '091027.641000', '091027.643000', '091027.646000', '091027.649000', '091027.652000', '091027.654000', '091027.657000', '091027.660000', '091027.662000', '091027.665000', '091027.667000', '091047.547000', '091047.550000', '091047.553000', '091047.556000', '091047.558000', '091047.561000', '091047.564000', '091047.566000', '091047.569000', '091047.571000', '091047.576000', '091047.578000', '091047.581000', '091047.583000', '091047.586000', '091047.589000', '091047.591000', '091047.594000', '091047.597000', '091047.599000', '091047.602000', '091047.605000', '091047.607000', '091047.611000', '091047.613000', '091047.616000', '091047.619000', '091047.621000', '091047.624000', '091047.627000', '091047.629000', '091047.632000', '091047.635000', '091047.637000', '091047.640000', '091047.642000', '091047.645000', '091047.647000', '091047.650000', '091047.653000', '091047.655000', '091047.658000', '091047.660000', '091107.548000', '091107.550000', '091107.553000', '091107.556000', '091107.558000', '091107.561000', '091107.563000', '091107.566000', '091107.568000', '091107.571000', '091107.574000', '091107.576000', '091107.579000', '091107.581000', '091107.584000', '091107.587000', '091107.589000', '091107.592000', '091107.595000', '091107.597000', '091107.600000', '091107.602000', '091107.605000', '091107.608000', '091107.610000', '091107.613000', '091107.616000', '091107.618000', '091107.621000', '091107.623000', '091107.626000', '091107.629000', '091107.631000', '091107.634000', '091107.637000', '091107.639000', '091107.642000', '091107.645000', '091107.647000', '091107.650000', '091107.652000', '091107.655000', '091107.658000', '091107.660000', '091121.311000', '091121.314000', '091121.316000', '091121.319000', '091121.321000', '091121.324000', '091121.327000', '091121.329000', '091121.332000', '091121.334000', '091121.337000', '091121.340000', '091121.342000', '091121.345000', '091121.348000', '091121.350000', '091121.353000', '091121.355000', '091121.358000', '091121.360000', '091121.363000', '091121.366000', '091121.368000', '091121.371000', '091121.373000', '091121.376000', '091121.378000', '091121.381000', '091121.384000', '091121.386000'], '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': [21439, 20071, 22037, 13601, 16605, 10094, 13360, 8853, 12919, 9285, 13084, 8826, 12827, 9224, 13292, 9576, 14251, 10695, 14014, 9460, 13682, 8933, 13986, 10223, 14841, 10498, 11498, 10322, 10087, 11956, 9798, 12971, 9597, 14454, 9399, 14609, 10823, 15983, 12612, 13796, 11168, 14318, 10911, 13779, 12537, 11052, 14979, 9242, 16014, 13012, 13711, 14119, 12213, 18637, 13097, 10252, 14384, 10156, 10644, 13620, 12139, 14769, 13764, 9714, 15411, 12088, 16056, 10851, 18803, 14489, 19605, 20553, 11817, 17058, 12306, 21733, 16769, 19549, 13305, 9870, 12720, 10818, 13809, 9246, 14464, 9184, 14215, 10737, 12899, 11659, 8485, 14166, 10618, 10803, 13906, 10048, 18201, 16372, 9775, 14066, 10058, 15312, 11582, 16369, 11487, 21703, 16851, 14978, 11943, 8689, 14419, 9488, 15128, 11918, 16088, 12138, 8435, 14156, 9224, 14700, 11272, 17212, 10314, 16414, 11409, 13665, 12825, 10074, 15691, 10240, 15195, 10816, 15008, 9490, 15000, 9693, 15156, 10272, 14323, 11167, 14555, 9996, 14276, 10795, 11873, 11416, 8662, 13177, 8632, 13718, 9728, 14895, 11343, 13885, 11136, 13264, 10467, 15893, 11253, 14160, 12001, 8953, 11576, 8717, 12470, 8904, 13973, 10236, 14938, 9615, 14288, 9480, 13421, 10813, 9655, 11737, 8524, 14088, 9666, 13794, 11562, 8740, 13099, 8542, 14682, 10240, 16500, 12498, 20835, 12528, 18507, 11315, 16793, 12880, 19780, 15863, 10516, 13840, 8646, 11083, 13206, 9825, 17545, 12065, 17178, 14494, 16222, 15368, 11746, 21843, 12471, 13466, 16570, 11237, 13533, 11348, 10942, 14044, 11183, 15147, 11131, 12876, 12316, 11724, 14386, 9822, 15053, 9612, 15214, 10728, 15976, 12086, 13593, 10725, 8555, 13773, 9198, 13705, 9345, 10820, 12366, 9342, 13749, 9881, 15501, 11815, 14756, 14041, 15421, 19634, 16902, 22204, 20851, 22325, 16671, 21509, 17883, 22204, 18136, 10709, 13657, 12102, 10518, 15574, 11050, 19091, 15042, 19054, 15788, 10534, 9001, 13261, 10334, 14830, 11118, 17180, 12339, 14438, 13099, 15204, 13896, 10436, 15963, 11142, 17402, 12208, 16656, 11268, 13745, 11510, 16067, 12230, 13663, 13343, 9063, 13381, 9632, 12565, 9563, 14400, 10189, 14839, 9274, 14655, 10525, 15276, 11730, 16731, 11917, 13491, 10395, 12063, 12368, 12565, 14051, 9304, 14948, 9480, 14985, 11054, 15932, 12645, 10848, 13355, 11412, 12458, 13449, 13624, 10810, 15719, 9490, 15692, 11222, 17820, 14814, 11768, 13038, 12298, 13048, 15080, 21652, 12217, 13066, 10158, 12514, 12332, 11251, 17702, 19514, 13039, 14014, 9907, 14384, 12291, 17245, 14387, 15411, 20093, 13882, 17020, 14990, 17314, 19517, 13792, 19401, 11297, 15729, 11079, 15472, 10671, 14665, 11245, 14405, 11101, 14082, 11590, 13323, 12466, 10745, 13877, 11216, 16379, 13069, 15155, 11074, 9315, 13435, 10805, 13598, 12311, 13501, 12716, 12445, 13984, 10113, 16888, 11822, 17060, 14476, 18495, 17630, 19431, 19987, 17163, 19743, 14627, 16395, 10484, 15068, 10420, 14806, 10028, 15457, 12724, 17807, 11543, 8472, 11063, 8738, 13618, 11532, 11846, 13112, 10612, 16478, 12010, 14986, 20262, 11952, 18659, 11221, 9341, 15379, 10719, 15814, 12072, 16011, 11876, 15223, 12224, 11787, 12445, 11118, 13536, 11970, 14603, 10569, 14641, 10413, 14962, 10490, 15232, 11093, 14995, 11177, 13527, 9422, 15038, 9826, 14424, 12435, 11001, 12981, 9342, 14642, 10645, 15865, 12735, 15094, 10905, 16145, 10255, 15559, 12534, 12501, 13187, 9174, 15019, 10546, 16519, 14055, 14884, 12308, 10763, 14427, 11934, 17071, 13099, 11007, 16392, 12052, 19160, 16006, 22560, 19539, 22836, 15374, 11598, 14727, 11911, 15731, 13427, 16401, 13162, 12700, 12638, 13144, 13250, 13711, 13363, 15201, 13607, 17969, 13015, 11479, 13400, 12191, 12964, 10391, 13249, 9365, 14737, 11622, 14927, 12711, 11220, 14984, 10976, 16315, 12515, 16662, 10977, 16859, 11729, 16909, 12335, 16794, 13693, 11141, 13509, 12300, 13143, 12012, 15829, 10810, 16404, 9851, 16542, 10838, 16991, 12585, 15793, 13780, 12499, 14815, 14284, 16193, 15808, 17356, 10962, 16841, 12001, 16657, 13220, 14217, 12778, 11528, 20429, 19442, 20362, 17331, 10660, 15947, 10630, 13838, 11009, 10166, 14892, 9361, 11462, 11360, 10497, 14787, 11696, 14415, 10561, 14251, 11638, 12497, 13701, 10345, 15245, 10606, 16262, 12152, 17869, 13320, 17626, 12714, 9353, 14692, 11891, 17301, 13830, 10900, 13869, 10072, 15012, 12196, 17891, 13721, 19510, 13425, 10407, 13730, 11450, 14923, 13070, 18866, 17177, 11817, 10484, 11289, 13094, 14533, 10500, 15113, 11399, 12842, 13755, 10543, 16103, 13102, 16281, 15664, 17310, 21296, 15112, 14695, 13241, 12400, 17796, 12121, 18012, 14515, 16563, 17934, 12509, 20624, 12150, 15661, 11371, 16823, 11791, 16689, 12268, 16315, 13266, 15356, 11779, 13916, 10542, 13806, 11249, 14325, 12406, 11219, 13235, 9269, 14993, 11916, 15747, 12730, 15102, 10802, 16225, 11285, 16407, 13507, 15946, 12750, 16759, 11486, 16089, 13439, 13917, 15190, 10488, 15653, 10557, 16305, 11877, 16922, 13063, 18776, 14662, 18385, 11852, 17110, 11855, 16565, 13324, 16954, 15034, 10016, 14704, 11526, 14914, 12213, 15918, 14472, 13985, 13627, 11851, 16512, 16703, 20807, 16046, 16120, 11170, 13985, 12879, 15097, 14619, 11851, 14525, 9754, 15603, 10682, 16671, 12409, 16089, 10890, 16413, 11248, 17023, 12233, 11557, 14199, 12272, 16673, 13822, 10322, 15543, 10793, 16995, 12728, 17431, 14660, 19312, 14042, 16860, 12308, 17325, 13638, 16176, 14398, 10859, 14697, 10267, 15424, 15616, 16485, 14044, 17955, 10251, 10399, 13600, 10153, 16319, 11795, 18503, 12931, 18775, 15289, 20147, 19582, 17406, 19857, 16143, 17809, 17771, 11900, 14757, 12950, 14486, 14074, 16300, 14161, 16810, 14089, 18000, 13298, 16715, 12350, 16313, 12666, 16692, 13262, 16633, 11371, 16436, 12165, 16925, 12610, 17282, 13597, 13816, 11469, 14665, 11283, 15558, 12795, 14776, 13488, 9004, 15078, 11022, 15508, 12156, 16960, 12678, 17662, 11012, 17672, 12472, 16374, 14168, 12278, 15395, 10931, 16176, 12213, 17551, 12602, 17814, 11422, 17546, 11120, 17481, 12028, 18011, 14058, 20585, 15741, 11399, 15006, 10102, 16614, 11047, 17298, 13445, 16157, 15560, 10493, 17036, 13770, 15440, 14549, 10837, 16508, 12918, 18098, 14755, 20068, 16897, 14313, 14459, 15844, 15346, 18633, 15833], 'WindowCenter': [4869.0, 4832.0, 4818.0, 4760.0, 4769.0, 4719.0, 4747.0, 4707.0, 4747.0, 4707.0, 4746.0, 4708.0, 4746.0, 4718.0, 4745.0, 4719.0, 4768.0, 4740.0, 4756.0, 4712.0, 4757.0, 4733.0, 4794.0, 4765.0, 4796.0, 4763.0, 4763.0, 4752.0, 4754.0, 4777.0, 4756.0, 4797.0, 4757.0, 4807.0, 4760.0, 4807.0, 4791.0, 4819.0, 4801.0, 4810.0, 4790.0, 4809.0, 4790.0, 4812.0, 4815.0, 4795.0, 4822.0, 4774.0, 4822.0, 4815.0, 4813.0, 4827.0, 4819.0, 4858.0, 4815.0, 4774.0, 4812.0, 4784.0, 4796.0, 4827.0, 4817.0, 4814.0, 4828.0, 4789.0, 4836.0, 4817.0, 4834.0, 4807.0, 4840.0, 4810.0, 4829.0, 4828.0, 4768.0, 4795.0, 4767.0, 4817.0, 4797.0, 4805.0, 4776.0, 4744.0, 4776.0, 4756.0, 4775.0, 4734.0, 4772.0, 4734.0, 4773.0, 4755.0, 4772.0, 4767.0, 4749.0, 4797.0, 4767.0, 4766.0, 4786.0, 4771.0, 4830.0, 4810.0, 4759.0, 4787.0, 4758.0, 4784.0, 4755.0, 4783.0, 4765.0, 4816.0, 4776.0, 4784.0, 4753.0, 4721.0, 4771.0, 4732.0, 4782.0, 4764.0, 4783.0, 4753.0, 4724.0, 4772.0, 4722.0, 4782.0, 4753.0, 4807.0, 4747.0, 4793.0, 4754.0, 4771.0, 4760.0, 4730.0, 4770.0, 4730.0, 4769.0, 4740.0, 4769.0, 4731.0, 4780.0, 4731.0, 4792.0, 4752.0, 4782.0, 4751.0, 4769.0, 4742.0, 4780.0, 4764.0, 4762.0, 4764.0, 4723.0, 4771.0, 4734.0, 4784.0, 4756.0, 4795.0, 4767.0, 4785.0, 4766.0, 4774.0, 4754.0, 4793.0, 4765.0, 4783.0, 4775.0, 4733.0, 4764.0, 4723.0, 4744.0, 4734.0, 4785.0, 4755.0, 4794.0, 4746.0, 4794.0, 4758.0, 4796.0, 4777.0, 4757.0, 4775.0, 4759.0, 4809.0, 4780.0, 4820.0, 4792.0, 4750.0, 4800.0, 4750.0, 4810.0, 4781.0, 4820.0, 4787.0, 4827.0, 4779.0, 4804.0, 4766.0, 4804.0, 4789.0, 4815.0, 4798.0, 4747.0, 4778.0, 4732.0, 4769.0, 4802.0, 4786.0, 4833.0, 4807.0, 4837.0, 4819.0, 4815.0, 4804.0, 4775.0, 4832.0, 4781.0, 4778.0, 4796.0, 4759.0, 4777.0, 4758.0, 4757.0, 4787.0, 4768.0, 4786.0, 4757.0, 4776.0, 4768.0, 4767.0, 4787.0, 4747.0, 4785.0, 4736.0, 4782.0, 4758.0, 4807.0, 4778.0, 4776.0, 4755.0, 4739.0, 4800.0, 4763.0, 4812.0, 4761.0, 4795.0, 4816.0, 4777.0, 4813.0, 4788.0, 4839.0, 4806.0, 4824.0, 4817.0, 4810.0, 4830.0, 4818.0, 4832.0, 4830.0, 4817.0, 4808.0, 4828.0, 4820.0, 4842.0, 4807.0, 4757.0, 4792.0, 4771.0, 4749.0, 4788.0, 4760.0, 4820.0, 4801.0, 4811.0, 4786.0, 4737.0, 4726.0, 4765.0, 4746.0, 4775.0, 4756.0, 4795.0, 4767.0, 4777.0, 4767.0, 4784.0, 4776.0, 4735.0, 4785.0, 4746.0, 4793.0, 4754.0, 4771.0, 4743.0, 4751.0, 4743.0, 4773.0, 4754.0, 4762.0, 4764.0, 4711.0, 4762.0, 4722.0, 4753.0, 4735.0, 4771.0, 4746.0, 4774.0, 4736.0, 4784.0, 4746.0, 4798.0, 4769.0, 4796.0, 4767.0, 4775.0, 4749.0, 4778.0, 4778.0, 4777.0, 4788.0, 4734.0, 4787.0, 4749.0, 4797.0, 4768.0, 4806.0, 4791.0, 4766.0, 4787.0, 4769.0, 4779.0, 4789.0, 4789.0, 4760.0, 4798.0, 4738.0, 4796.0, 4759.0, 4805.0, 4798.0, 4756.0, 4775.0, 4765.0, 4790.0, 4785.0, 4829.0, 4768.0, 4764.0, 4745.0, 4766.0, 4770.0, 4774.0, 4826.0, 4826.0, 4781.0, 4789.0, 4744.0, 4778.0, 4770.0, 4812.0, 4803.0, 4803.0, 4821.0, 4768.0, 4785.0, 4765.0, 4773.0, 4785.0, 4742.0, 4771.0, 4722.0, 4760.0, 4721.0, 4748.0, 4720.0, 4747.0, 4721.0, 4748.0, 4731.0, 4749.0, 4733.0, 4751.0, 4753.0, 4734.0, 4776.0, 4769.0, 4808.0, 4779.0, 4787.0, 4758.0, 4739.0, 4777.0, 4771.0, 4787.0, 4781.0, 4779.0, 4782.0, 4770.0, 4803.0, 4763.0, 4812.0, 4771.0, 4810.0, 4788.0, 4797.0, 4798.0, 4809.0, 4797.0, 4773.0, 4784.0, 4747.0, 4749.0, 4709.0, 4737.0, 4706.0, 4736.0, 4699.0, 4760.0, 4752.0, 4782.0, 4733.0, 4717.0, 4749.0, 4716.0, 4767.0, 4763.0, 4773.0, 4783.0, 4764.0, 4807.0, 4797.0, 4806.0, 4839.0, 4785.0, 4809.0, 4759.0, 4739.0, 4800.0, 4760.0, 4799.0, 4769.0, 4800.0, 4773.0, 4801.0, 4770.0, 4756.0, 4768.0, 4748.0, 4766.0, 4745.0, 4775.0, 4735.0, 4775.0, 4736.0, 4775.0, 4735.0, 4771.0, 4745.0, 4773.0, 4745.0, 4764.0, 4724.0, 4785.0, 4747.0, 4800.0, 4793.0, 4758.0, 4790.0, 4750.0, 4798.0, 4774.0, 4812.0, 4790.0, 4812.0, 4771.0, 4808.0, 4763.0, 4812.0, 4791.0, 4790.0, 4791.0, 4752.0, 4812.0, 4783.0, 4832.0, 4827.0, 4815.0, 4795.0, 4783.0, 4814.0, 4780.0, 4796.0, 4777.0, 4757.0, 4798.0, 4778.0, 4831.0, 4823.0, 4855.0, 4832.0, 4826.0, 4770.0, 4741.0, 4757.0, 4741.0, 4768.0, 4763.0, 4782.0, 4765.0, 4750.0, 4749.0, 4747.0, 4750.0, 4748.0, 4737.0, 4746.0, 4750.0, 4767.0, 4739.0, 4727.0, 4739.0, 4727.0, 4735.0, 4708.0, 4751.0, 4711.0, 4759.0, 4738.0, 4770.0, 4750.0, 4741.0, 4771.0, 4745.0, 4784.0, 4765.0, 4780.0, 4745.0, 4793.0, 4756.0, 4795.0, 4765.0, 4797.0, 4777.0, 4757.0, 4777.0, 4767.0, 4778.0, 4779.0, 4809.0, 4768.0, 4809.0, 4760.0, 4818.0, 4781.0, 4833.0, 4802.0, 4823.0, 4804.0, 4792.0, 4813.0, 4799.0, 4822.0, 4812.0, 4826.0, 4772.0, 4812.0, 4796.0, 4825.0, 4807.0, 4807.0, 4787.0, 4785.0, 4839.0, 4825.0, 4826.0, 4815.0, 4766.0, 4804.0, 4764.0, 4793.0, 4762.0, 4751.0, 4800.0, 4754.0, 4769.0, 4769.0, 4758.0, 4788.0, 4770.0, 4787.0, 4759.0, 4799.0, 4782.0, 4782.0, 4789.0, 4750.0, 4789.0, 4750.0, 4798.0, 4768.0, 4809.0, 4778.0, 4809.0, 4769.0, 4739.0, 4786.0, 4769.0, 4810.0, 4780.0, 4748.0, 4775.0, 4738.0, 4787.0, 4769.0, 4808.0, 4779.0, 4807.0, 4765.0, 4735.0, 4763.0, 4744.0, 4775.0, 4765.0, 4795.0, 4790.0, 4725.0, 4741.0, 4771.0, 4781.0, 4803.0, 4775.0, 4802.0, 4774.0, 4773.0, 4786.0, 4767.0, 4803.0, 4797.0, 4813.0, 4806.0, 4814.0, 4810.0, 4779.0, 4767.0, 4756.0, 4744.0, 4784.0, 4745.0, 4784.0, 4765.0, 4773.0, 4773.0, 4732.0, 4781.0, 4732.0, 4760.0, 4730.0, 4759.0, 4730.0, 4759.0, 4732.0, 4760.0, 4742.0, 4760.0, 4732.0, 4751.0, 4735.0, 4763.0, 4747.0, 4776.0, 4767.0, 4758.0, 4778.0, 4741.0, 4800.0, 4770.0, 4801.0, 4780.0, 4800.0, 4763.0, 4800.0, 4762.0, 4802.0, 4792.0, 4801.0, 4782.0, 4810.0, 4773.0, 4810.0, 4793.0, 4790.0, 4802.0, 4760.0, 4801.0, 4760.0, 4811.0, 4782.0, 4811.0, 4777.0, 4812.0, 4790.0, 4806.0, 4766.0, 4797.0, 4768.0, 4794.0, 4803.0, 4811.0, 4812.0, 4775.0, 4801.0, 4771.0, 4804.0, 4785.0, 4801.0, 4792.0, 4793.0, 4788.0, 4769.0, 4811.0, 4798.0, 4809.0, 4786.0, 4773.0, 4744.0, 4761.0, 4754.0, 4773.0, 4773.0, 4740.0, 4763.0, 4725.0, 4783.0, 4735.0, 4783.0, 4755.0, 4783.0, 4746.0, 4785.0, 4760.0, 4809.0, 4781.0, 4769.0, 4790.0, 4782.0, 4809.0, 4791.0, 4759.0, 4799.0, 4759.0, 4807.0, 4781.0, 4810.0, 4788.0, 4809.0, 4779.0, 4796.0, 4755.0, 4794.0, 4777.0, 4785.0, 4776.0, 4743.0, 4784.0, 4746.0, 4797.0, 4808.0, 4809.0, 4802.0, 4822.0, 4772.0, 4759.0, 4787.0, 4760.0, 4810.0, 4781.0, 4823.0, 4782.0, 4837.0, 4806.0, 4823.0, 4811.0, 4799.0, 4808.0, 4787.0, 4795.0, 4784.0, 4742.0, 4772.0, 4755.0, 4763.0, 4764.0, 4783.0, 4764.0, 4772.0, 4763.0, 4771.0, 4751.0, 4769.0, 4741.0, 4758.0, 4740.0, 4769.0, 4750.0, 4769.0, 4742.0, 4770.0, 4752.0, 4780.0, 4754.0, 4782.0, 4761.0, 4763.0, 4755.0, 4774.0, 4758.0, 4796.0, 4778.0, 4787.0, 4777.0, 4738.0, 4798.0, 4759.0, 4800.0, 4781.0, 4809.0, 4781.0, 4820.0, 4772.0, 4818.0, 4788.0, 4809.0, 4801.0, 4779.0, 4799.0, 4756.0, 4809.0, 4779.0, 4818.0, 4779.0, 4808.0, 4768.0, 4807.0, 4765.0, 4806.0, 4778.0, 4808.0, 4789.0, 4818.0, 4798.0, 4780.0, 4796.0, 4759.0, 4806.0, 4770.0, 4819.0, 4801.0, 4811.0, 4824.0, 4773.0, 4821.0, 4802.0, 4810.0, 4788.0, 4747.0, 4795.0, 4777.0, 4796.0, 4787.0, 4804.0, 4786.0, 4774.0, 4774.0, 4772.0, 4771.0, 4779.0, 4759.0], 'WindowWidth': [10594.0, 10522.0, 10499.0, 10398.0, 10410.0, 10336.0, 10372.0, 10320.0, 10374.0, 10320.0, 10372.0, 10322.0, 10371.0, 10337.0, 10370.0, 10340.0, 10405.0, 10369.0, 10386.0, 10320.0, 10390.0, 10368.0, 10456.0, 10416.0, 10460.0, 10414.0, 10411.0, 10396.0, 10398.0, 10433.0, 10405.0, 10462.0, 10411.0, 10477.0, 10417.0, 10478.0, 10462.0, 10498.0, 10477.0, 10485.0, 10460.0, 10485.0, 10459.0, 10491.0, 10504.0, 10471.0, 10505.0, 10440.0, 10505.0, 10499.0, 10492.0, 10521.0, 10513.0, 10567.0, 10498.0, 10437.0, 10486.0, 10451.0, 10476.0, 10521.0, 10505.0, 10497.0, 10523.0, 10471.0, 10531.0, 10507.0, 10528.0, 10495.0, 10529.0, 10485.0, 10509.0, 10505.0, 10418.0, 10454.0, 10415.0, 10491.0, 10459.0, 10465.0, 10425.0, 10383.0, 10425.0, 10399.0, 10424.0, 10367.0, 10415.0, 10366.0, 10417.0, 10397.0, 10417.0, 10416.0, 10395.0, 10459.0, 10420.0, 10416.0, 10444.0, 10433.0, 10519.0, 10485.0, 10410.0, 10445.0, 10405.0, 10436.0, 10397.0, 10434.0, 10413.0, 10488.0, 10414.0, 10433.0, 10390.0, 10344.0, 10412.0, 10363.0, 10433.0, 10409.0, 10433.0, 10389.0, 10351.0, 10413.0, 10346.0, 10429.0, 10388.0, 10471.0, 10384.0, 10448.0, 10391.0, 10412.0, 10395.0, 10354.0, 10408.0, 10352.0, 10406.0, 10366.0, 10404.0, 10359.0, 10423.0, 10360.0, 10445.0, 10392.0, 10430.0, 10388.0, 10409.0, 10376.0, 10426.0, 10411.0, 10405.0, 10407.0, 10352.0, 10415.0, 10369.0, 10436.0, 10403.0, 10454.0, 10420.0, 10441.0, 10415.0, 10423.0, 10396.0, 10449.0, 10412.0, 10434.0, 10426.0, 10363.0, 10405.0, 10352.0, 10367.0, 10369.0, 10439.0, 10400.0, 10450.0, 10389.0, 10452.0, 10408.0, 10457.0, 10433.0, 10407.0, 10429.0, 10416.0, 10485.0, 10448.0, 10504.0, 10464.0, 10403.0, 10470.0, 10402.0, 10482.0, 10447.0, 10500.0, 10451.0, 10507.0, 10438.0, 10469.0, 10415.0, 10465.0, 10455.0, 10485.0, 10462.0, 10384.0, 10426.0, 10368.0, 10420.0, 10472.0, 10458.0, 10522.0, 10489.0, 10529.0, 10502.0, 10486.0, 10469.0, 10429.0, 10515.0, 10438.0, 10430.0, 10452.0, 10406.0, 10429.0, 10401.0, 10399.0, 10439.0, 10415.0, 10437.0, 10398.0, 10422.0, 10415.0, 10413.0, 10438.0, 10383.0, 10434.0, 10370.0, 10428.0, 10404.0, 10474.0, 10436.0, 10428.0, 10396.0, 10381.0, 10468.0, 10422.0, 10488.0, 10420.0, 10468.0, 10499.0, 10446.0, 10492.0, 10465.0, 10538.0, 10489.0, 10512.0, 10501.0, 10481.0, 10511.0, 10490.0, 10519.0, 10507.0, 10489.0, 10476.0, 10509.0, 10496.0, 10531.0, 10468.0, 10401.0, 10450.0, 10419.0, 10384.0, 10439.0, 10404.0, 10492.0, 10464.0, 10479.0, 10435.0, 10367.0, 10349.0, 10403.0, 10381.0, 10418.0, 10393.0, 10446.0, 10408.0, 10423.0, 10410.0, 10431.0, 10420.0, 10363.0, 10431.0, 10378.0, 10441.0, 10386.0, 10407.0, 10368.0, 10377.0, 10370.0, 10411.0, 10388.0, 10394.0, 10400.0, 10322.0, 10392.0, 10338.0, 10383.0, 10364.0, 10408.0, 10381.0, 10417.0, 10367.0, 10430.0, 10384.0, 10458.0, 10419.0, 10450.0, 10412.0, 10420.0, 10389.0, 10430.0, 10429.0, 10425.0, 10443.0, 10366.0, 10437.0, 10389.0, 10455.0, 10417.0, 10467.0, 10452.0, 10411.0, 10440.0, 10416.0, 10432.0, 10444.0, 10444.0, 10405.0, 10457.0, 10373.0, 10451.0, 10403.0, 10465.0, 10462.0, 10395.0, 10419.0, 10405.0, 10449.0, 10437.0, 10507.0, 10411.0, 10403.0, 10377.0, 10406.0, 10413.0, 10430.0, 10512.0, 10508.0, 10434.0, 10442.0, 10379.0, 10419.0, 10417.0, 10480.0, 10469.0, 10468.0, 10492.0, 10410.0, 10427.0, 10402.0, 10408.0, 10433.0, 10364.0, 10405.0, 10335.0, 10385.0, 10333.0, 10364.0, 10330.0, 10362.0, 10331.0, 10364.0, 10348.0, 10367.0, 10351.0, 10373.0, 10380.0, 10355.0, 10421.0, 10419.0, 10473.0, 10433.0, 10438.0, 10403.0, 10376.0, 10426.0, 10426.0, 10441.0, 10437.0, 10431.0, 10438.0, 10419.0, 10470.0, 10413.0, 10480.0, 10422.0, 10477.0, 10443.0, 10451.0, 10456.0, 10472.0, 10459.0, 10409.0, 10428.0, 10362.0, 10368.0, 10310.0, 10347.0, 10302.0, 10343.0, 10298.0, 10384.0, 10378.0, 10419.0, 10354.0, 10337.0, 10381.0, 10331.0, 10401.0, 10405.0, 10423.0, 10436.0, 10409.0, 10472.0, 10464.0, 10477.0, 10536.0, 10448.0, 10469.0, 10403.0, 10376.0, 10462.0, 10406.0, 10456.0, 10418.0, 10460.0, 10427.0, 10463.0, 10415.0, 10393.0, 10407.0, 10381.0, 10403.0, 10372.0, 10414.0, 10358.0, 10415.0, 10360.0, 10412.0, 10359.0, 10404.0, 10372.0, 10407.0, 10373.0, 10397.0, 10348.0, 10430.0, 10383.0, 10460.0, 10457.0, 10403.0, 10445.0, 10395.0, 10457.0, 10430.0, 10478.0, 10449.0, 10482.0, 10425.0, 10472.0, 10416.0, 10483.0, 10453.0, 10451.0, 10451.0, 10399.0, 10481.0, 10450.0, 10518.0, 10517.0, 10495.0, 10465.0, 10450.0, 10489.0, 10435.0, 10452.0, 10424.0, 10396.0, 10455.0, 10430.0, 10518.0, 10507.0, 10569.0, 10527.0, 10504.0, 10408.0, 10366.0, 10385.0, 10364.0, 10400.0, 10397.0, 10427.0, 10407.0, 10378.0, 10376.0, 10369.0, 10373.0, 10366.0, 10352.0, 10364.0, 10371.0, 10394.0, 10356.0, 10336.0, 10355.0, 10336.0, 10346.0, 10313.0, 10374.0, 10320.0, 10383.0, 10356.0, 10401.0, 10375.0, 10366.0, 10406.0, 10374.0, 10426.0, 10402.0, 10419.0, 10376.0, 10439.0, 10392.0, 10444.0, 10407.0, 10451.0, 10424.0, 10394.0, 10423.0, 10408.0, 10425.0, 10430.0, 10470.0, 10416.0, 10473.0, 10411.0, 10486.0, 10442.0, 10515.0, 10472.0, 10499.0, 10474.0, 10455.0, 10482.0, 10460.0, 10494.0, 10481.0, 10508.0, 10424.0, 10476.0, 10460.0, 10503.0, 10482.0, 10477.0, 10446.0, 10444.0, 10529.0, 10500.0, 10504.0, 10481.0, 10415.0, 10468.0, 10413.0, 10455.0, 10412.0, 10392.0, 10460.0, 10404.0, 10420.0, 10417.0, 10400.0, 10441.0, 10418.0, 10437.0, 10404.0, 10461.0, 10439.0, 10440.0, 10445.0, 10391.0, 10444.0, 10389.0, 10453.0, 10413.0, 10472.0, 10429.0, 10472.0, 10415.0, 10373.0, 10433.0, 10414.0, 10476.0, 10431.0, 10384.0, 10417.0, 10370.0, 10435.0, 10413.0, 10468.0, 10428.0, 10467.0, 10403.0, 10360.0, 10397.0, 10368.0, 10413.0, 10403.0, 10449.0, 10438.0, 10333.0, 10369.0, 10420.0, 10434.0, 10466.0, 10431.0, 10463.0, 10423.0, 10416.0, 10435.0, 10419.0, 10462.0, 10462.0, 10487.0, 10479.0, 10484.0, 10476.0, 10423.0, 10402.0, 10384.0, 10366.0, 10424.0, 10372.0, 10423.0, 10398.0, 10404.0, 10407.0, 10346.0, 10420.0, 10348.0, 10385.0, 10343.0, 10379.0, 10342.0, 10380.0, 10347.0, 10384.0, 10362.0, 10382.0, 10349.0, 10373.0, 10357.0, 10392.0, 10376.0, 10416.0, 10406.0, 10393.0, 10424.0, 10377.0, 10459.0, 10419.0, 10460.0, 10429.0, 10456.0, 10409.0, 10458.0, 10408.0, 10463.0, 10449.0, 10461.0, 10435.0, 10473.0, 10425.0, 10473.0, 10453.0, 10447.0, 10466.0, 10405.0, 10461.0, 10405.0, 10475.0, 10439.0, 10477.0, 10426.0, 10482.0, 10446.0, 10467.0, 10406.0, 10450.0, 10412.0, 10446.0, 10471.0, 10481.0, 10484.0, 10437.0, 10464.0, 10422.0, 10468.0, 10442.0, 10458.0, 10445.0, 10451.0, 10440.0, 10415.0, 10479.0, 10455.0, 10476.0, 10434.0, 10410.0, 10371.0, 10391.0, 10385.0, 10409.0, 10409.0, 10362.0, 10395.0, 10346.0, 10424.0, 10361.0, 10424.0, 10388.0, 10424.0, 10376.0, 10428.0, 10403.0, 10469.0, 10435.0, 10415.0, 10445.0, 10439.0, 10473.0, 10448.0, 10403.0, 10455.0, 10404.0, 10466.0, 10434.0, 10477.0, 10440.0, 10473.0, 10427.0, 10451.0, 10389.0, 10443.0, 10422.0, 10431.0, 10421.0, 10371.0, 10428.0, 10379.0, 10452.0, 10470.0, 10473.0, 10470.0, 10501.0, 10429.0, 10404.0, 10439.0, 10404.0, 10471.0, 10437.0, 10495.0, 10437.0, 10520.0, 10472.0, 10491.0, 10474.0, 10449.0, 10468.0, 10436.0, 10446.0, 10430.0, 10367.0, 10406.0, 10386.0, 10394.0, 10397.0, 10422.0, 10397.0, 10408.0, 10394.0, 10405.0, 10374.0, 10398.0, 10358.0, 10380.0, 10358.0, 10395.0, 10372.0, 10394.0, 10363.0, 10400.0, 10380.0, 10414.0, 10383.0, 10420.0, 10392.0, 10394.0, 10389.0, 10414.0, 10398.0, 10448.0, 10427.0, 10436.0, 10423.0, 10373.0, 10454.0, 10401.0, 10459.0, 10435.0, 10473.0, 10434.0, 10488.0, 10424.0, 10484.0, 10445.0, 10473.0, 10463.0, 10430.0, 10458.0, 10397.0, 10470.0, 10430.0, 10483.0, 10430.0, 10470.0, 10414.0, 10465.0, 10408.0, 10464.0, 10427.0, 10469.0, 10445.0, 10489.0, 10458.0, 10437.0, 10452.0, 10406.0, 10465.0, 10421.0, 10487.0, 10467.0, 10484.0, 10507.0, 10429.0, 10493.0, 10468.0, 10479.0, 10442.0, 10383.0, 10445.0, 10424.0, 10453.0, 10436.0, 10461.0, 10436.0, 10415.0, 10412.0, 10409.0, 10405.0, 10413.0, 10385.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.00481769495412844</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.061977990252293585</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.87145381187135</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2438634164408717</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.99607958869116</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4675</td></tr>
|
|
<tr><td colspan=3>fber</td><td>8284.9824</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.14442994874190507</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>171</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>19.610091743119266</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.522354581106504</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.44815839617681</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.750205388975448</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3686999581672534</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0138641</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017535405233502388</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.035865746438503265</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9770733727372023</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>24.8119</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.2518</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>185.6606</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>300593.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>888.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>379.2225</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3531</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>615.5948</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3970.5791</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4160.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>75951.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1454.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5260.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1045.9884</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>26.645645386888646</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> |