=== 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-0104 --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-0104",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0104_ses-04_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0104_ses-04_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0104_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-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0104/ses-04/func/sub-0104_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>aa5334356df67a219930c5ed059f336a</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>12:06:33.692500</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.999177, -0.0398778, 0.00747922, 0.0396071, 0.998657, 0.0333893]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.112665</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4204, -7781, -7196, 393, -191, -136, -32, 92]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>266.607</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c84d356c-f74f-461d-8b25-70aa7b3eb32f||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.680717706680298, 0.10626296699047089, 0.023761793971061707, 107.3648910522461], [0.10698911547660828, 2.6793246269226074, 0.08927701413631439, -109.53044128417969], [0.020066192373633385, -0.08958100527524948, 2.6984190940856934, -57.954261779785156], [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': ['120633.692500', '120634.152500', '120634.612500', '120635.072500', '120635.532500', '120635.992500', '120636.452500', '120636.912500', '120637.372500', '120637.832500', '120638.292500', '120638.752500', '120639.212500', '120639.672500', '120640.132500', '120640.592500', '120641.052500', '120641.512500', '120641.972500', '120642.432500', '120642.892500', '120643.352500', '120643.812500', '120644.272500', '120644.732500', '120645.192500', '120645.652500', '120646.112500', '120646.572500', '120647.032500', '120647.492500', '120647.952500', '120648.412500', '120648.872500', '120649.332500', '120649.792500', '120650.252500', '120650.712500', '120651.172500', '120651.632500', '120652.092500', '120652.552500', '120653.012500', '120653.472500', '120653.932500', '120654.392500', '120654.852500', '120655.312500', '120655.772500', '120656.232500', '120656.692500', '120657.152500', '120657.612500', '120658.072500', '120658.532500', '120658.992500', '120659.452500', '120659.912500', '120700.372500', '120700.832500', '120701.292500', '120701.752500', '120702.212500', '120702.672500', '120703.132500', '120703.592500', '120704.052500', '120704.512500', '120704.972500', '120705.432500', '120705.892500', '120706.352500', '120706.812500', '120707.272500', '120707.732500', '120708.192500', '120708.652500', '120709.112500', '120709.572500', '120710.032500', '120710.492500', '120710.952500', '120711.412500', '120711.872500', '120712.332500', '120712.792500', '120713.252500', '120713.712500', '120714.172500', '120714.632500', '120715.092500', '120715.552500', '120716.012500', '120716.472500', '120716.932500', '120717.392500', '120717.852500', '120718.312500', '120718.772500', '120719.232500', '120719.692500', '120720.152500', '120720.612500', '120721.072500', '120721.532500', '120721.992500', '120722.452500', '120722.912500', '120723.372500', '120723.832500', '120724.292500', '120724.752500', '120725.212500', '120725.672500', '120726.132500', '120726.592500', '120727.052500', '120727.512500', '120727.972500', '120728.432500', '120728.892500', '120729.352500', '120729.812500', '120730.272500', '120730.732500', '120731.192500', '120731.652500', '120732.112500', '120732.572500', '120733.032500', '120733.492500', '120733.952500', '120734.412500', '120734.872500', '120735.332500', '120735.792500', '120736.252500', '120736.712500', '120737.172500', '120737.632500', '120738.092500', '120738.552500', '120739.012500', '120739.472500', '120739.932500', '120740.392500', '120740.852500', '120741.312500', '120741.772500', '120742.232500', '120742.692500', '120743.152500', '120743.612500', '120744.072500', '120744.532500', '120744.992500', '120745.452500', '120745.912500', '120746.372500', '120746.832500', '120747.292500', '120747.752500', '120748.212500', '120748.672500', '120749.132500', '120749.592500', '120750.052500', '120750.512500', '120750.972500', '120751.432500', '120751.892500', '120752.352500', '120752.812500', '120753.272500', '120753.732500', '120754.192500', '120754.652500', '120755.112500', '120755.572500', '120756.032500', '120756.492500', '120756.952500', '120757.412500', '120757.872500', '120758.332500', '120758.792500', '120759.252500', '120759.712500', '120800.172500', '120800.632500', '120801.092500', '120801.552500', '120802.012500', '120802.472500', '120802.932500', '120803.392500', '120803.852500', '120804.312500', '120804.772500', '120805.232500', '120805.692500', '120806.152500', '120806.612500', '120807.072500', '120807.532500', '120807.992500', '120808.452500', '120808.912500', '120809.372500', '120809.832500', '120810.292500', '120810.752500', '120811.212500', '120811.672500', '120812.132500', '120812.592500', '120813.052500', '120813.512500', '120813.972500', '120814.432500', '120814.892500', '120815.352500', '120815.812500', '120816.272500', '120816.732500', '120817.192500', '120817.652500', '120818.112500', '120818.572500', '120819.032500', '120819.492500', '120819.952500', '120820.412500', '120820.872500', '120821.332500', '120821.792500', '120822.252500', '120822.712500', '120823.172500', '120823.632500', '120824.092500', '120824.552500', '120825.012500', '120825.472500', '120825.932500', '120826.392500', '120826.852500', '120827.312500', '120827.772500', '120828.232500', '120828.692500', '120829.152500', '120829.612500', '120830.072500', '120830.532500', '120830.992500', '120831.452500', '120831.912500', '120832.372500', '120832.832500', '120833.292500', '120833.752500', '120834.212500', '120834.672500', '120835.132500', '120835.592500', '120836.052500', '120836.512500', '120836.972500', '120837.432500', '120837.892500', '120838.352500', '120838.812500', '120839.272500', '120839.732500', '120840.192500', '120840.652500', '120841.112500', '120841.572500', '120842.032500', '120842.492500', '120842.952500', '120843.412500', '120843.872500', '120844.332500', '120844.792500', '120845.252500', '120845.712500', '120846.172500', '120846.632500', '120847.092500', '120847.552500', '120848.012500', '120848.472500', '120848.932500', '120849.392500', '120849.852500', '120850.312500', '120850.772500', '120851.232500', '120851.692500', '120852.152500', '120852.612500', '120853.072500', '120853.532500', '120853.992500', '120854.452500', '120854.912500', '120855.372500', '120855.832500', '120856.292500', '120856.752500', '120857.212500', '120857.672500', '120858.132500', '120858.592500', '120859.052500', '120859.512500', '120859.972500', '120900.432500', '120900.892500', '120901.352500', '120901.812500', '120902.272500', '120902.732500', '120903.192500', '120903.652500', '120904.112500', '120904.572500', '120905.032500', '120905.492500', '120905.952500', '120906.412500', '120906.872500', '120907.332500', '120907.792500', '120908.252500', '120908.712500', '120909.172500', '120909.632500', '120910.092500', '120910.552500', '120911.012500', '120911.472500', '120911.932500', '120912.392500', '120912.852500', '120913.312500', '120913.772500', '120914.232500', '120914.692500', '120915.152500', '120915.612500', '120916.072500', '120916.532500', '120916.992500', '120917.452500', '120917.912500', '120918.372500', '120918.832500', '120919.292500', '120919.752500', '120920.212500', '120920.672500', '120921.132500', '120921.592500', '120922.052500', '120922.512500', '120922.972500', '120923.432500', '120923.892500', '120924.352500', '120924.812500', '120925.272500', '120925.732500', '120926.192500', '120926.652500', '120927.112500', '120927.572500', '120928.032500', '120928.492500', '120928.952500', '120929.412500', '120929.872500', '120930.332500', '120930.792500', '120931.252500', '120931.712500', '120932.172500', '120932.632500', '120933.092500', '120933.552500', '120934.012500', '120934.472500', '120934.932500', '120935.392500', '120935.852500', '120936.312500', '120936.772500', '120937.232500', '120937.692500', '120938.152500', '120938.612500', '120939.072500', '120939.532500', '120939.992500', '120940.452500', '120940.912500', '120941.372500', '120941.832500', '120942.292500', '120942.752500', '120943.212500', '120943.672500', '120944.132500', '120944.592500', '120945.052500', '120945.512500', '120945.972500', '120946.432500', '120946.892500', '120947.352500', '120947.812500', '120948.272500', '120948.732500', '120949.192500', '120949.652500', '120950.112500', '120950.572500', '120951.032500', '120951.492500', '120951.952500', '120952.412500', '120952.872500', '120953.332500', '120953.792500', '120954.252500', '120954.712500', '120955.172500', '120955.632500', '120956.092500', '120956.552500', '120957.012500', '120957.472500', '120957.932500', '120958.392500', '120958.852500', '120959.312500', '120959.772500', '121000.232500', '121000.692500', '121001.152500', '121001.612500', '121002.072500', '121002.532500', '121002.992500', '121003.452500', '121003.912500', '121004.372500', '121004.832500', '121005.292500', '121005.752500', '121006.212500', '121006.672500', '121007.132500', '121007.592500', '121008.052500', '121008.512500', '121008.972500', '121009.432500', '121009.892500', '121010.352500', '121010.812500', '121011.272500', '121011.732500', '121012.192500', '121012.652500', '121013.112500', '121013.572500', '121014.032500', '121014.492500', '121014.952500', '121015.412500', '121015.872500', '121016.332500', '121016.792500', '121017.252500', '121017.712500', '121018.172500', '121018.632500', '121019.092500', '121019.552500', '121020.012500', '121020.472500', '121020.932500', '121021.392500', '121021.852500', '121022.312500', '121022.772500', '121023.232500', '121023.692500', '121024.152500', '121024.612500', '121025.072500', '121025.532500', '121025.992500', '121026.452500', '121026.912500', '121027.372500', '121027.832500', '121028.292500', '121028.752500', '121029.212500', '121029.672500', '121030.132500', '121030.592500', '121031.052500', '121031.512500', '121031.972500', '121032.432500', '121032.892500', '121033.352500', '121033.812500', '121034.272500', '121034.732500', '121035.192500', '121035.652500', '121036.112500', '121036.572500', '121037.032500', '121037.492500', '121037.952500', '121038.412500', '121038.872500', '121039.332500', '121039.792500', '121040.252500', '121040.712500', '121041.172500', '121041.632500', '121042.092500', '121042.552500', '121043.012500', '121043.472500', '121043.932500', '121044.392500', '121044.852500', '121045.312500', '121045.772500', '121046.232500', '121046.692500', '121047.152500', '121047.612500', '121048.072500', '121048.532500', '121048.992500', '121049.452500', '121049.912500', '121050.372500', '121050.832500', '121051.292500', '121051.752500', '121052.212500', '121052.672500', '121053.132500', '121053.592500', '121054.052500', '121054.512500', '121054.972500', '121055.432500', '121055.892500', '121056.352500', '121056.812500', '121057.272500', '121057.732500', '121058.192500', '121058.652500', '121059.112500', '121059.572500', '121100.032500', '121100.492500', '121100.952500', '121101.412500', '121101.872500', '121102.332500', '121102.792500', '121103.252500', '121103.712500', '121104.172500', '121104.632500', '121105.092500', '121105.552500', '121106.012500', '121106.472500', '121106.932500', '121107.392500', '121107.852500', '121108.312500', '121108.772500', '121109.232500', '121109.692500', '121110.152500', '121110.612500', '121111.072500', '121111.532500', '121111.992500', '121112.452500', '121112.912500', '121113.372500', '121113.832500', '121114.292500', '121114.752500', '121115.212500', '121115.672500', '121116.132500', '121116.592500', '121117.052500', '121117.512500', '121117.972500', '121118.432500', '121118.892500', '121119.352500', '121119.812500', '121120.272500', '121120.732500', '121121.192500', '121121.652500', '121122.112500', '121122.572500', '121123.032500', '121123.492500', '121123.952500', '121124.412500', '121124.872500', '121125.332500', '121125.792500', '121126.252500', '121126.712500', '121127.172500', '121127.632500', '121128.092500', '121128.552500', '121129.012500', '121129.472500', '121129.932500', '121130.392500', '121130.852500', '121131.312500', '121131.772500', '121132.232500', '121132.692500', '121133.152500', '121133.612500', '121134.072500', '121134.532500', '121134.992500', '121135.452500', '121135.912500', '121136.372500', '121136.832500', '121137.292500', '121137.752500', '121138.212500', '121138.672500', '121139.132500', '121139.592500', '121140.052500', '121140.512500', '121140.972500', '121141.432500', '121141.892500', '121142.352500', '121142.812500', '121143.272500', '121143.732500', '121144.192500', '121144.652500', '121145.112500', '121145.572500', '121146.032500', '121146.492500', '121146.952500', '121147.412500', '121147.872500', '121148.332500', '121148.792500', '121149.252500', '121149.712500', '121150.172500', '121150.632500', '121151.092500', '121151.552500', '121152.012500', '121152.472500', '121152.932500', '121153.392500', '121153.852500', '121154.312500', '121154.772500', '121155.232500', '121155.692500', '121156.152500', '121156.612500', '121157.072500', '121157.532500', '121157.992500', '121158.452500', '121158.912500', '121159.372500', '121159.832500', '121200.292500', '121200.752500', '121201.212500', '121201.672500', '121202.132500', '121202.592500', '121203.052500', '121203.512500', '121203.972500', '121204.432500', '121204.892500', '121205.352500', '121205.812500', '121206.272500', '121206.732500', '121207.192500', '121207.652500', '121208.112500', '121208.572500', '121209.032500', '121209.492500', '121209.952500', '121210.412500', '121210.872500', '121211.332500', '121211.792500', '121212.252500', '121212.712500', '121213.172500', '121213.632500', '121214.092500', '121214.552500', '121215.012500', '121215.472500', '121215.932500', '121216.392500', '121216.852500', '121217.312500', '121217.772500', '121218.232500', '121218.692500', '121219.152500', '121219.612500', '121220.072500', '121220.532500', '121220.992500', '121221.452500', '121221.912500', '121222.372500', '121222.832500', '121223.292500', '121223.752500', '121224.212500', '121224.672500', '121225.132500', '121225.592500', '121226.052500', '121226.512500', '121226.972500', '121227.432500', '121227.892500', '121228.352500', '121228.812500', '121229.272500', '121229.732500', '121230.192500', '121230.652500', '121231.112500', '121231.572500', '121232.032500', '121232.492500', '121232.952500', '121233.412500', '121233.872500', '121234.332500', '121234.792500', '121235.252500', '121235.712500', '121236.172500', '121236.632500', '121237.092500', '121237.552500', '121238.012500', '121238.472500', '121238.932500', '121239.392500', '121239.852500', '121240.312500', '121240.772500', '121241.232500', '121241.692500', '121242.152500', '121242.612500', '121243.072500', '121243.532500', '121243.992500', '121244.452500', '121244.912500', '121245.372500', '121245.832500', '121246.292500', '121246.752500', '121247.212500', '121247.672500', '121248.132500', '121248.592500', '121249.052500', '121249.512500', '121249.972500', '121250.432500', '121250.892500', '121251.352500', '121251.812500', '121252.272500', '121252.732500', '121253.192500', '121253.652500', '121254.112500', '121254.572500', '121255.032500', '121255.492500', '121255.952500', '121256.412500', '121256.872500', '121257.332500', '121257.792500', '121258.252500', '121258.712500', '121259.172500', '121259.632500', '121300.092500', '121300.552500', '121301.012500', '121301.472500', '121301.932500', '121302.392500', '121302.852500', '121303.312500', '121303.772500', '121304.232500', '121304.692500', '121305.152500', '121305.612500', '121306.072500', '121306.532500', '121306.992500', '121307.452500', '121307.912500', '121308.372500', '121308.832500', '121309.292500', '121309.752500', '121310.212500', '121310.672500', '121311.132500', '121311.592500', '121312.052500', '121312.512500', '121312.972500', '121313.432500', '121313.892500', '121314.352500'], 'ContentTime': ['120654.056000', '120654.059000', '120654.061000', '120654.064000', '120654.067000', '120654.076000', '120654.079000', '120654.081000', '120654.084000', '120654.088000', '120654.091000', '120654.093000', '120654.096000', '120654.099000', '120654.101000', '120654.104000', '120654.107000', '120654.109000', '120654.112000', '120654.114000', '120654.117000', '120654.120000', '120654.122000', '120654.125000', '120654.127000', '120654.130000', '120654.133000', '120654.135000', '120654.138000', '120654.140000', '120654.143000', '120654.146000', '120654.148000', '120654.151000', '120654.154000', '120654.156000', '120654.159000', '120654.161000', '120654.164000', '120654.166000', '120654.169000', '120713.796000', '120713.798000', '120713.827000', '120713.829000', '120713.835000', '120713.837000', '120713.840000', '120713.842000', '120713.845000', '120713.848000', '120713.850000', '120713.853000', '120713.855000', '120713.858000', '120713.861000', '120713.863000', '120713.866000', '120713.869000', '120713.871000', '120713.874000', '120713.876000', '120713.879000', '120713.881000', '120713.884000', '120713.887000', '120713.889000', '120713.892000', '120713.894000', '120713.897000', '120713.900000', '120713.902000', '120713.905000', '120713.908000', '120713.910000', '120713.913000', '120713.915000', '120713.918000', '120713.920000', '120713.923000', '120713.926000', '120713.928000', '120713.931000', '120713.933000', '120713.936000', '120733.795000', '120733.798000', '120733.906000', '120733.909000', '120733.912000', '120733.914000', '120733.917000', '120733.919000', '120733.922000', '120733.925000', '120733.927000', '120733.930000', '120733.932000', '120733.935000', '120733.938000', '120733.940000', '120733.943000', '120733.946000', '120733.948000', '120733.951000', '120733.953000', '120733.956000', '120733.958000', '120733.961000', '120733.964000', '120733.966000', '120733.969000', '120733.971000', '120733.974000', '120733.977000', '120733.979000', '120733.982000', '120733.984000', '120733.987000', '120733.989000', '120733.992000', '120733.995000', '120733.997000', '120734.001000', '120734.003000', '120734.006000', '120734.009000', '120734.012000', '120753.795000', '120753.798000', '120753.801000', '120753.804000', '120753.806000', '120753.809000', '120753.811000', '120753.814000', '120753.817000', '120753.819000', '120753.822000', '120753.824000', '120753.827000', '120753.830000', '120753.832000', '120753.835000', '120753.838000', '120753.840000', '120753.843000', '120753.845000', '120753.848000', '120753.851000', '120753.853000', '120753.856000', '120753.858000', '120753.861000', '120753.864000', '120753.891000', '120753.894000', '120753.897000', '120753.899000', '120753.902000', '120753.904000', '120753.907000', '120753.910000', '120753.912000', '120753.915000', '120753.917000', '120753.920000', '120753.923000', '120753.925000', '120753.928000', '120753.930000', '120753.933000', '120813.796000', '120813.799000', '120813.801000', '120813.804000', '120813.806000', '120813.809000', '120813.812000', '120813.814000', '120813.817000', '120813.820000', '120813.822000', '120813.825000', '120813.827000', '120813.830000', '120813.833000', '120813.835000', '120813.838000', '120813.840000', '120813.844000', '120813.847000', '120813.850000', '120813.853000', '120813.855000', '120813.858000', '120813.861000', '120813.863000', '120813.866000', '120813.868000', '120813.871000', '120813.874000', '120813.876000', '120813.879000', '120813.881000', '120813.884000', '120813.887000', '120813.889000', '120813.892000', '120813.895000', '120813.897000', '120813.900000', '120813.903000', '120813.905000', '120813.909000', '120833.796000', '120833.799000', '120833.802000', '120833.804000', '120833.807000', '120833.810000', '120833.812000', '120833.815000', '120833.818000', '120833.820000', '120833.823000', '120833.826000', '120833.828000', '120833.831000', '120833.833000', '120833.836000', '120833.839000', '120833.841000', '120833.844000', '120833.847000', '120833.849000', '120833.852000', '120833.855000', '120833.857000', '120833.860000', '120833.863000', '120833.865000', '120833.868000', '120833.870000', '120833.873000', '120833.876000', '120833.878000', '120833.881000', '120833.884000', '120833.886000', '120833.889000', '120833.892000', '120833.894000', '120833.897000', '120833.899000', '120833.913000', '120833.915000', '120833.918000', '120833.921000', '120853.797000', '120853.800000', '120853.802000', '120853.805000', '120853.808000', '120853.810000', '120853.813000', '120853.815000', '120853.818000', '120853.821000', '120853.824000', '120853.826000', '120853.829000', '120853.832000', '120853.834000', '120853.837000', '120853.839000', '120853.842000', '120853.845000', '120853.847000', '120853.850000', '120853.853000', '120853.855000', '120853.858000', '120853.860000', '120853.863000', '120853.866000', '120853.868000', '120853.871000', '120853.873000', '120853.876000', '120853.878000', '120853.881000', '120853.884000', '120853.886000', '120853.889000', '120853.891000', '120853.894000', '120853.897000', '120853.899000', '120853.902000', '120853.905000', '120853.907000', '120913.797000', '120913.800000', '120913.802000', '120913.805000', '120913.807000', '120913.810000', '120913.813000', '120913.815000', '120913.818000', '120913.821000', '120913.824000', '120913.826000', '120913.829000', '120913.832000', '120913.834000', '120913.837000', '120913.839000', '120913.842000', '120913.844000', '120913.847000', '120913.850000', '120913.852000', '120913.855000', '120913.858000', '120913.860000', '120913.863000', '120913.865000', '120913.868000', '120913.871000', '120913.873000', '120913.876000', '120913.878000', '120913.881000', '120913.884000', '120913.886000', '120913.889000', '120913.891000', '120913.894000', '120913.897000', '120913.899000', '120913.902000', '120913.905000', '120913.907000', '120913.910000', '120933.795000', '120933.798000', '120933.877000', '120933.879000', '120933.882000', '120933.885000', '120933.887000', '120933.890000', '120933.893000', '120933.895000', '120933.898000', '120933.901000', '120933.903000', '120933.906000', '120933.908000', '120933.911000', '120933.914000', '120933.916000', '120933.919000', '120933.921000', '120933.924000', '120933.927000', '120933.939000', '120933.941000', '120933.944000', '120933.946000', '120933.950000', '120933.953000', '120933.956000', '120933.959000', '120933.961000', '120933.964000', '120933.966000', '120933.969000', '120933.972000', '120933.974000', '120933.977000', '120933.979000', '120933.982000', '120933.985000', '120933.987000', '120933.990000', '120933.993000', '120953.795000', '120953.798000', '120953.821000', '120953.823000', '120953.826000', '120953.829000', '120953.831000', '120953.834000', '120953.836000', '120953.839000', '120953.842000', '120953.844000', '120953.847000', '120953.849000', '120953.852000', '120953.855000', '120953.857000', '120953.860000', '120953.863000', '120953.865000', '120953.868000', '120953.871000', '120953.873000', '120953.876000', '120953.878000', '120953.881000', '120953.884000', '120953.886000', '120953.889000', '120953.891000', '120953.894000', '120953.896000', '120953.899000', '120953.902000', '120953.904000', '120953.907000', '120953.910000', '120953.912000', '120953.915000', '120953.917000', '120953.920000', '120953.923000', '120953.925000', '120953.928000', '121013.795000', '121013.798000', '121013.801000', '121013.804000', '121013.806000', '121013.809000', '121013.812000', '121013.814000', '121013.817000', '121013.829000', '121013.832000', '121013.834000', '121013.837000', '121013.839000', '121013.842000', '121013.845000', '121013.847000', '121013.850000', '121013.853000', '121013.855000', '121013.858000', '121013.860000', '121013.863000', '121013.866000', '121013.868000', '121013.871000', '121013.873000', '121013.876000', '121013.879000', '121013.881000', '121013.884000', '121013.887000', '121013.889000', '121013.892000', '121013.894000', '121013.897000', '121013.900000', '121013.902000', '121013.905000', '121013.907000', '121013.910000', '121013.913000', '121013.915000', '121033.795000', '121033.798000', '121033.841000', '121033.844000', '121033.847000', '121033.849000', '121033.852000', '121033.855000', '121033.857000', '121033.860000', '121033.862000', '121033.865000', '121033.868000', '121033.870000', '121033.873000', '121033.876000', '121033.878000', '121033.881000', '121033.883000', '121033.886000', '121033.888000', '121033.891000', '121033.894000', '121033.897000', '121033.899000', '121033.908000', '121033.911000', '121033.914000', '121033.916000', '121033.919000', '121033.921000', '121033.924000', '121033.927000', '121033.929000', '121033.932000', '121033.935000', '121033.937000', '121033.940000', '121033.942000', '121033.945000', '121033.948000', '121033.950000', '121033.953000', '121033.955000', '121053.796000', '121053.799000', '121053.876000', '121053.878000', '121053.881000', '121053.884000', '121053.886000', '121053.889000', '121053.891000', '121053.894000', '121053.897000', '121053.899000', '121053.902000', '121053.904000', '121053.907000', '121053.910000', '121053.912000', '121053.915000', '121053.917000', '121053.920000', '121053.923000', '121053.925000', '121053.928000', '121053.930000', '121053.933000', '121053.936000', '121053.938000', '121053.941000', '121053.944000', '121053.947000', '121053.950000', '121053.953000', '121053.956000', '121053.958000', '121053.961000', '121053.964000', '121053.966000', '121053.969000', '121053.971000', '121053.974000', '121053.977000', '121053.979000', '121053.982000', '121113.796000', '121113.799000', '121113.802000', '121113.805000', '121113.807000', '121113.810000', '121113.813000', '121113.815000', '121113.818000', '121113.820000', '121113.823000', '121113.826000', '121113.828000', '121113.831000', '121113.834000', '121113.836000', '121113.839000', '121113.841000', '121113.844000', '121113.847000', '121113.849000', '121113.852000', '121113.855000', '121113.857000', '121113.860000', '121113.862000', '121113.865000', '121113.868000', '121113.870000', '121113.873000', '121113.876000', '121113.878000', '121113.881000', '121113.883000', '121113.886000', '121113.889000', '121113.891000', '121113.894000', '121113.897000', '121113.899000', '121113.902000', '121113.905000', '121113.907000', '121113.910000', '121133.797000', '121133.799000', '121133.844000', '121133.847000', '121133.849000', '121133.852000', '121133.855000', '121133.857000', '121133.860000', '121133.863000', '121133.865000', '121133.868000', '121133.871000', '121133.873000', '121133.876000', '121133.885000', '121133.888000', '121133.891000', '121133.893000', '121133.896000', '121133.898000', '121133.901000', '121133.904000', '121133.906000', '121133.909000', '121133.911000', '121133.914000', '121133.917000', '121133.919000', '121133.922000', '121133.925000', '121133.927000', '121133.930000', '121133.933000', '121133.935000', '121133.938000', '121133.940000', '121133.943000', '121133.946000', '121133.948000', '121133.951000', '121133.954000', '121133.956000', '121153.795000', '121153.798000', '121153.868000', '121153.870000', '121153.873000', '121153.876000', '121153.878000', '121153.881000', '121153.883000', '121153.886000', '121153.889000', '121153.891000', '121153.894000', '121153.897000', '121153.907000', '121153.910000', '121153.912000', '121153.915000', '121153.918000', '121153.920000', '121153.923000', '121153.926000', '121153.928000', '121153.931000', '121153.933000', '121153.936000', '121153.939000', '121153.941000', '121153.944000', '121153.947000', '121153.949000', '121153.952000', '121153.955000', '121153.957000', '121153.960000', '121153.962000', '121153.965000', '121153.968000', '121153.970000', '121153.973000', '121153.975000', '121153.978000', '121153.981000', '121153.983000', '121213.796000', '121213.799000', '121213.801000', '121213.804000', '121213.806000', '121213.809000', '121213.812000', '121213.814000', '121213.817000', '121213.820000', '121213.822000', '121213.825000', '121213.827000', '121213.830000', '121213.833000', '121213.835000', '121213.838000', '121213.841000', '121213.843000', '121213.854000', '121213.856000', '121213.859000', '121213.861000', '121213.864000', '121213.867000', '121213.869000', '121213.872000', '121213.875000', '121213.879000', '121213.882000', '121213.884000', '121213.887000', '121213.889000', '121213.892000', '121213.895000', '121213.897000', '121213.900000', '121213.902000', '121213.905000', '121213.908000', '121213.911000', '121213.914000', '121213.916000', '121233.796000', '121233.798000', '121233.893000', '121233.896000', '121233.899000', '121233.901000', '121233.904000', '121233.907000', '121233.909000', '121233.912000', '121233.914000', '121233.917000', '121233.920000', '121233.922000', '121233.933000', '121233.936000', '121233.939000', '121233.941000', '121233.944000', '121233.952000', '121233.954000', '121233.957000', '121233.959000', '121233.962000', '121233.965000', '121233.967000', '121233.970000', '121233.973000', '121233.975000', '121233.978000', '121233.980000', '121233.983000', '121233.986000', '121233.988000', '121233.991000', '121233.993000', '121233.996000', '121234.000000', '121234.002000', '121234.005000', '121234.008000', '121234.011000', '121234.013000', '121234.016000', '121253.796000', '121253.798000', '121253.837000', '121253.839000', '121253.842000', '121253.844000', '121253.847000', '121253.849000', '121253.852000', '121253.855000', '121253.857000', '121253.860000', '121253.862000', '121253.865000', '121253.867000', '121253.870000', '121253.873000', '121253.875000', '121253.878000', '121253.880000', '121253.883000', '121253.886000', '121253.888000', '121253.891000', '121253.900000', '121253.902000', '121253.905000', '121253.908000', '121253.910000', '121253.913000', '121253.915000', '121253.918000', '121253.921000', '121253.923000', '121253.926000', '121253.928000', '121253.931000', '121253.933000', '121253.936000', '121253.939000', '121253.941000', '121253.944000', '121253.946000', '121313.795000', '121313.798000', '121313.801000', '121313.804000', '121313.806000', '121313.809000', '121313.811000', '121313.820000', '121313.823000', '121313.826000', '121313.830000', '121313.833000', '121313.835000', '121313.838000', '121313.841000', '121313.843000', '121313.846000', '121313.849000', '121313.851000', '121313.854000', '121313.856000', '121313.859000', '121313.862000', '121313.864000', '121313.867000', '121313.869000', '121313.872000', '121313.875000', '121313.877000', '121313.880000', '121313.883000', '121313.885000', '121313.888000', '121313.891000', '121313.893000', '121313.896000', '121313.899000', '121313.902000', '121313.905000', '121313.908000', '121313.911000', '121313.914000', '121313.917000', '121315.623000', '121315.627000', '121315.629000', '121315.632000', '121315.635000'], 'InstanceCreationTime': ['120654.056000', '120654.059000', '120654.061000', '120654.064000', '120654.067000', '120654.076000', '120654.079000', '120654.081000', '120654.084000', '120654.088000', '120654.091000', '120654.093000', '120654.096000', '120654.099000', '120654.101000', '120654.104000', '120654.107000', '120654.109000', '120654.112000', '120654.114000', '120654.117000', '120654.120000', '120654.122000', '120654.125000', '120654.127000', '120654.130000', '120654.133000', '120654.135000', '120654.138000', '120654.140000', '120654.143000', '120654.146000', '120654.148000', '120654.151000', '120654.154000', '120654.156000', '120654.159000', '120654.161000', '120654.164000', '120654.166000', '120654.169000', '120713.796000', '120713.798000', '120713.827000', '120713.829000', '120713.835000', '120713.837000', '120713.840000', '120713.842000', '120713.845000', '120713.848000', '120713.850000', '120713.853000', '120713.855000', '120713.858000', '120713.861000', '120713.863000', '120713.866000', '120713.869000', '120713.871000', '120713.874000', '120713.876000', '120713.879000', '120713.881000', '120713.884000', '120713.887000', '120713.889000', '120713.892000', '120713.894000', '120713.897000', '120713.900000', '120713.902000', '120713.905000', '120713.908000', '120713.910000', '120713.913000', '120713.915000', '120713.918000', '120713.920000', '120713.923000', '120713.926000', '120713.928000', '120713.931000', '120713.933000', '120713.936000', '120733.795000', '120733.798000', '120733.906000', '120733.909000', '120733.912000', '120733.914000', '120733.917000', '120733.919000', '120733.922000', '120733.925000', '120733.927000', '120733.930000', '120733.932000', '120733.935000', '120733.938000', '120733.940000', '120733.943000', '120733.946000', '120733.948000', '120733.951000', '120733.953000', '120733.956000', '120733.958000', '120733.961000', '120733.964000', '120733.966000', '120733.969000', '120733.971000', '120733.974000', '120733.977000', '120733.979000', '120733.982000', '120733.984000', '120733.987000', '120733.989000', '120733.992000', '120733.995000', '120733.997000', '120734.001000', '120734.003000', '120734.006000', '120734.009000', '120734.012000', '120753.795000', '120753.798000', '120753.801000', '120753.804000', '120753.806000', '120753.809000', '120753.811000', '120753.814000', '120753.817000', '120753.819000', '120753.822000', '120753.824000', '120753.827000', '120753.830000', '120753.832000', '120753.835000', '120753.838000', '120753.840000', '120753.843000', '120753.845000', '120753.848000', '120753.851000', '120753.853000', '120753.856000', '120753.858000', '120753.861000', '120753.864000', '120753.891000', '120753.894000', '120753.897000', '120753.899000', '120753.902000', '120753.904000', '120753.907000', '120753.910000', '120753.912000', '120753.915000', '120753.917000', '120753.920000', '120753.923000', '120753.925000', '120753.928000', '120753.930000', '120753.933000', '120813.796000', '120813.799000', '120813.801000', '120813.804000', '120813.806000', '120813.809000', '120813.812000', '120813.814000', '120813.817000', '120813.820000', '120813.822000', '120813.825000', '120813.827000', '120813.830000', '120813.833000', '120813.835000', '120813.838000', '120813.840000', '120813.844000', '120813.847000', '120813.850000', '120813.853000', '120813.855000', '120813.858000', '120813.861000', '120813.863000', '120813.866000', '120813.868000', '120813.871000', '120813.874000', '120813.876000', '120813.879000', '120813.881000', '120813.884000', '120813.887000', '120813.889000', '120813.892000', '120813.895000', '120813.897000', '120813.900000', '120813.903000', '120813.905000', '120813.909000', '120833.796000', '120833.799000', '120833.802000', '120833.804000', '120833.807000', '120833.810000', '120833.812000', '120833.815000', '120833.818000', '120833.820000', '120833.823000', '120833.826000', '120833.828000', '120833.831000', '120833.833000', '120833.836000', '120833.839000', '120833.841000', '120833.844000', '120833.847000', '120833.849000', '120833.852000', '120833.855000', '120833.857000', '120833.860000', '120833.863000', '120833.865000', '120833.868000', '120833.870000', '120833.873000', '120833.876000', '120833.878000', '120833.881000', '120833.884000', '120833.886000', '120833.889000', '120833.892000', '120833.894000', '120833.897000', '120833.899000', '120833.913000', '120833.915000', '120833.918000', '120833.921000', '120853.797000', '120853.800000', '120853.802000', '120853.805000', '120853.808000', '120853.810000', '120853.813000', '120853.815000', '120853.818000', '120853.821000', '120853.824000', '120853.826000', '120853.829000', '120853.832000', '120853.834000', '120853.837000', '120853.839000', '120853.842000', '120853.845000', '120853.847000', '120853.850000', '120853.853000', '120853.855000', '120853.858000', '120853.860000', '120853.863000', '120853.866000', '120853.868000', '120853.871000', '120853.873000', '120853.876000', '120853.878000', '120853.881000', '120853.884000', '120853.886000', '120853.889000', '120853.891000', '120853.894000', '120853.897000', '120853.899000', '120853.902000', '120853.905000', '120853.907000', '120913.797000', '120913.800000', '120913.802000', '120913.805000', '120913.807000', '120913.810000', '120913.813000', '120913.815000', '120913.818000', '120913.821000', '120913.824000', '120913.826000', '120913.829000', '120913.832000', '120913.834000', '120913.837000', '120913.839000', '120913.842000', '120913.844000', '120913.847000', '120913.850000', '120913.852000', '120913.855000', '120913.858000', '120913.860000', '120913.863000', '120913.865000', '120913.868000', '120913.871000', '120913.873000', '120913.876000', '120913.878000', '120913.881000', '120913.884000', '120913.886000', '120913.889000', '120913.891000', '120913.894000', '120913.897000', '120913.899000', '120913.902000', '120913.905000', '120913.907000', '120913.910000', '120933.795000', '120933.798000', '120933.877000', '120933.879000', '120933.882000', '120933.885000', '120933.887000', '120933.890000', '120933.893000', '120933.895000', '120933.898000', '120933.901000', '120933.903000', '120933.906000', '120933.908000', '120933.911000', '120933.914000', '120933.916000', '120933.919000', '120933.921000', '120933.924000', '120933.927000', '120933.939000', '120933.941000', '120933.944000', '120933.946000', '120933.950000', '120933.953000', '120933.956000', '120933.959000', '120933.961000', '120933.964000', '120933.966000', '120933.969000', '120933.972000', '120933.974000', '120933.977000', '120933.979000', '120933.982000', '120933.985000', '120933.987000', '120933.990000', '120933.993000', '120953.795000', '120953.798000', '120953.821000', '120953.823000', '120953.826000', '120953.829000', '120953.831000', '120953.834000', '120953.836000', '120953.839000', '120953.842000', '120953.844000', '120953.847000', '120953.849000', '120953.852000', '120953.855000', '120953.857000', '120953.860000', '120953.863000', '120953.865000', '120953.868000', '120953.871000', '120953.873000', '120953.876000', '120953.878000', '120953.881000', '120953.884000', '120953.886000', '120953.889000', '120953.891000', '120953.894000', '120953.896000', '120953.899000', '120953.902000', '120953.904000', '120953.907000', '120953.910000', '120953.912000', '120953.915000', '120953.917000', '120953.920000', '120953.923000', '120953.925000', '120953.928000', '121013.795000', '121013.798000', '121013.801000', '121013.804000', '121013.806000', '121013.809000', '121013.812000', '121013.814000', '121013.817000', '121013.829000', '121013.832000', '121013.834000', '121013.837000', '121013.839000', '121013.842000', '121013.845000', '121013.847000', '121013.850000', '121013.853000', '121013.855000', '121013.858000', '121013.860000', '121013.863000', '121013.866000', '121013.868000', '121013.871000', '121013.873000', '121013.876000', '121013.879000', '121013.881000', '121013.884000', '121013.887000', '121013.889000', '121013.892000', '121013.894000', '121013.897000', '121013.900000', '121013.902000', '121013.905000', '121013.907000', '121013.910000', '121013.913000', '121013.915000', '121033.795000', '121033.798000', '121033.841000', '121033.844000', '121033.847000', '121033.849000', '121033.852000', '121033.855000', '121033.857000', '121033.860000', '121033.862000', '121033.865000', '121033.868000', '121033.870000', '121033.873000', '121033.876000', '121033.878000', '121033.881000', '121033.883000', '121033.886000', '121033.888000', '121033.891000', '121033.894000', '121033.897000', '121033.899000', '121033.908000', '121033.911000', '121033.914000', '121033.916000', '121033.919000', '121033.921000', '121033.924000', '121033.927000', '121033.929000', '121033.932000', '121033.935000', '121033.937000', '121033.940000', '121033.942000', '121033.945000', '121033.948000', '121033.950000', '121033.953000', '121033.955000', '121053.796000', '121053.799000', '121053.876000', '121053.878000', '121053.881000', '121053.884000', '121053.886000', '121053.889000', '121053.891000', '121053.894000', '121053.897000', '121053.899000', '121053.902000', '121053.904000', '121053.907000', '121053.910000', '121053.912000', '121053.915000', '121053.917000', '121053.920000', '121053.923000', '121053.925000', '121053.928000', '121053.930000', '121053.933000', '121053.936000', '121053.938000', '121053.941000', '121053.944000', '121053.947000', '121053.950000', '121053.953000', '121053.956000', '121053.958000', '121053.961000', '121053.964000', '121053.966000', '121053.969000', '121053.971000', '121053.974000', '121053.977000', '121053.979000', '121053.982000', '121113.796000', '121113.799000', '121113.802000', '121113.805000', '121113.807000', '121113.810000', '121113.813000', '121113.815000', '121113.818000', '121113.820000', '121113.823000', '121113.826000', '121113.828000', '121113.831000', '121113.834000', '121113.836000', '121113.839000', '121113.841000', '121113.844000', '121113.847000', '121113.849000', '121113.852000', '121113.855000', '121113.857000', '121113.860000', '121113.862000', '121113.865000', '121113.868000', '121113.870000', '121113.873000', '121113.876000', '121113.878000', '121113.881000', '121113.883000', '121113.886000', '121113.889000', '121113.891000', '121113.894000', '121113.897000', '121113.899000', '121113.902000', '121113.905000', '121113.907000', '121113.910000', '121133.797000', '121133.799000', '121133.844000', '121133.847000', '121133.849000', '121133.852000', '121133.855000', '121133.857000', '121133.860000', '121133.863000', '121133.865000', '121133.868000', '121133.871000', '121133.873000', '121133.876000', '121133.885000', '121133.888000', '121133.891000', '121133.893000', '121133.896000', '121133.898000', '121133.901000', '121133.904000', '121133.906000', '121133.909000', '121133.911000', '121133.914000', '121133.917000', '121133.919000', '121133.922000', '121133.925000', '121133.927000', '121133.930000', '121133.933000', '121133.935000', '121133.938000', '121133.940000', '121133.943000', '121133.946000', '121133.948000', '121133.951000', '121133.954000', '121133.956000', '121153.795000', '121153.798000', '121153.868000', '121153.870000', '121153.873000', '121153.876000', '121153.878000', '121153.881000', '121153.883000', '121153.886000', '121153.889000', '121153.891000', '121153.894000', '121153.897000', '121153.907000', '121153.910000', '121153.912000', '121153.915000', '121153.918000', '121153.920000', '121153.923000', '121153.926000', '121153.928000', '121153.931000', '121153.933000', '121153.936000', '121153.939000', '121153.941000', '121153.944000', '121153.947000', '121153.949000', '121153.952000', '121153.955000', '121153.957000', '121153.960000', '121153.962000', '121153.965000', '121153.968000', '121153.970000', '121153.973000', '121153.975000', '121153.978000', '121153.981000', '121153.983000', '121213.796000', '121213.799000', '121213.801000', '121213.804000', '121213.806000', '121213.809000', '121213.812000', '121213.814000', '121213.817000', '121213.820000', '121213.822000', '121213.825000', '121213.827000', '121213.830000', '121213.833000', '121213.835000', '121213.838000', '121213.841000', '121213.843000', '121213.854000', '121213.856000', '121213.859000', '121213.861000', '121213.864000', '121213.867000', '121213.869000', '121213.872000', '121213.875000', '121213.879000', '121213.882000', '121213.884000', '121213.887000', '121213.889000', '121213.892000', '121213.895000', '121213.897000', '121213.900000', '121213.902000', '121213.905000', '121213.908000', '121213.911000', '121213.914000', '121213.916000', '121233.796000', '121233.798000', '121233.893000', '121233.896000', '121233.899000', '121233.901000', '121233.904000', '121233.907000', '121233.909000', '121233.912000', '121233.914000', '121233.917000', '121233.920000', '121233.922000', '121233.933000', '121233.936000', '121233.939000', '121233.941000', '121233.944000', '121233.952000', '121233.954000', '121233.957000', '121233.959000', '121233.962000', '121233.965000', '121233.967000', '121233.970000', '121233.973000', '121233.975000', '121233.978000', '121233.980000', '121233.983000', '121233.986000', '121233.988000', '121233.991000', '121233.993000', '121233.996000', '121234.000000', '121234.002000', '121234.005000', '121234.008000', '121234.011000', '121234.013000', '121234.016000', '121253.796000', '121253.798000', '121253.837000', '121253.839000', '121253.842000', '121253.844000', '121253.847000', '121253.849000', '121253.852000', '121253.855000', '121253.857000', '121253.860000', '121253.862000', '121253.865000', '121253.867000', '121253.870000', '121253.873000', '121253.875000', '121253.878000', '121253.880000', '121253.883000', '121253.886000', '121253.888000', '121253.891000', '121253.900000', '121253.902000', '121253.905000', '121253.908000', '121253.910000', '121253.913000', '121253.915000', '121253.918000', '121253.921000', '121253.923000', '121253.926000', '121253.928000', '121253.931000', '121253.933000', '121253.936000', '121253.939000', '121253.941000', '121253.944000', '121253.946000', '121313.795000', '121313.798000', '121313.801000', '121313.804000', '121313.806000', '121313.809000', '121313.811000', '121313.820000', '121313.823000', '121313.826000', '121313.830000', '121313.833000', '121313.835000', '121313.838000', '121313.841000', '121313.843000', '121313.846000', '121313.849000', '121313.851000', '121313.854000', '121313.856000', '121313.859000', '121313.862000', '121313.864000', '121313.867000', '121313.869000', '121313.872000', '121313.875000', '121313.877000', '121313.880000', '121313.883000', '121313.885000', '121313.888000', '121313.891000', '121313.893000', '121313.896000', '121313.899000', '121313.902000', '121313.905000', '121313.908000', '121313.911000', '121313.914000', '121313.917000', '121315.623000', '121315.627000', '121315.629000', '121315.632000', '121315.635000'], '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': [12683, 14908, 7972, 14220, 7918, 10295, 12437, 10364, 15175, 10615, 13750, 7922, 12757, 8435, 12610, 11575, 13468, 14740, 8562, 14463, 8624, 13004, 10320, 12468, 14778, 8172, 12502, 7956, 9962, 14114, 12304, 14227, 7886, 10800, 7705, 8248, 11338, 8462, 14351, 12206, 14078, 7796, 10035, 9707, 7868, 14350, 10620, 13557, 9918, 10602, 14238, 7867, 12656, 7924, 12866, 10358, 12826, 7806, 9751, 8506, 9590, 8660, 14417, 9637, 16186, 10883, 11533, 15539, 10948, 14001, 13348, 12412, 13562, 8866, 10367, 8448, 11490, 14926, 12784, 13226, 8543, 11327, 8827, 12249, 8800, 14241, 8372, 11870, 8250, 8429, 14829, 11153, 14594, 9698, 12914, 8171, 10793, 13083, 10109, 14285, 12565, 14173, 8587, 9818, 8371, 10237, 13172, 11399, 14334, 8708, 10335, 8429, 9617, 11071, 11727, 14546, 11401, 14170, 8803, 10604, 8132, 8735, 14443, 12055, 13342, 8431, 10717, 9259, 8788, 13536, 8652, 13269, 8602, 12806, 8333, 9912, 8393, 11742, 10170, 13476, 10763, 13817, 13321, 13613, 10195, 14439, 10082, 11052, 15388, 13123, 13869, 8778, 9656, 8258, 8715, 12882, 8645, 12944, 8533, 8604, 8492, 8171, 8346, 8674, 8367, 8282, 8112, 8518, 13404, 9778, 14098, 10286, 13050, 8192, 9630, 13995, 10054, 14011, 10433, 13124, 8519, 8653, 14014, 8941, 12615, 10221, 9500, 6962, 10548, 7804, 10468, 12422, 10868, 13173, 9416, 12417, 7956, 12275, 9415, 12721, 14044, 13969, 13441, 8940, 12065, 8215, 10588, 8346, 11658, 9523, 10689, 8271, 8717, 8109, 9722, 14589, 12499, 13942, 8315, 11529, 12982, 8305, 9959, 7991, 9311, 13336, 8381, 11131, 8371, 8776, 8266, 8347, 12099, 8347, 9710, 8408, 9469, 8154, 9085, 8214, 9883, 8315, 8458, 13543, 8889, 12783, 14463, 12823, 13914, 8513, 13351, 8415, 10948, 12599, 10568, 14117, 8475, 14196, 8297, 13100, 8259, 13385, 10336, 10648, 8169, 7700, 13156, 7823, 14199, 11476, 14226, 8404, 12438, 9798, 8855, 15572, 12164, 13763, 8373, 11634, 9124, 7969, 12086, 8021, 12376, 8430, 9082, 8937, 7785, 13853, 7840, 13896, 8969, 12600, 8725, 9277, 12926, 10044, 14429, 11882, 12780, 8790, 9935, 9040, 9857, 15149, 12939, 13951, 13774, 12868, 8517, 12889, 8655, 8675, 13327, 8508, 11644, 8914, 10351, 14328, 12440, 13499, 8621, 11750, 13305, 11338, 14132, 9680, 13554, 9658, 12895, 15238, 8594, 12296, 8464, 11229, 8467, 9710, 10545, 8533, 13889, 8215, 13319, 12243, 15084, 12344, 12064, 8368, 12212, 8801, 11292, 14451, 10221, 9614, 8480, 9352, 8639, 12194, 8572, 13564, 8612, 10143, 8573, 10694, 13182, 11502, 13704, 8624, 12897, 8782, 12652, 9484, 14682, 12494, 8753, 13776, 8516, 13504, 8908, 13323, 9639, 11106, 8696, 8625, 11780, 8547, 14352, 8857, 14739, 9541, 9492, 8811, 8360, 11985, 8403, 12462, 8159, 10276, 8001, 8742, 7740, 8703, 11799, 11300, 14060, 10179, 10260, 16360, 8396, 14179, 10380, 13074, 9099, 7927, 13868, 8390, 14645, 8486, 12772, 8700, 10038, 8516, 11570, 8723, 13621, 9134, 8269, 14449, 8408, 14130, 11003, 15595, 13165, 8539, 14169, 8465, 12758, 10855, 11672, 13884, 8315, 13211, 8705, 9219, 13345, 8880, 14115, 8506, 11186, 8854, 8881, 8917, 8754, 15255, 12671, 13862, 8609, 11316, 11405, 8585, 15568, 10507, 12467, 8677, 9333, 8666, 9152, 8372, 9496, 8250, 12271, 8199, 12117, 9144, 14450, 10012, 14184, 8422, 10925, 15729, 11124, 14974, 8714, 10660, 8726, 8340, 13995, 8427, 14504, 8567, 9961, 8371, 8970, 8323, 9920, 11063, 12915, 8816, 11475, 8785, 12793, 11151, 13697, 11922, 12428, 8771, 8688, 13627, 8808, 13753, 9902, 14689, 8765, 8906, 8511, 9117, 8485, 11786, 8799, 14778, 8707, 9662, 8509, 10102, 8343, 14649, 13534, 12415, 10335, 8770, 13798, 8721, 15197, 10361, 14403, 8727, 12903, 8810, 11228, 16174, 11651, 14022, 8838, 10240, 8514, 8385, 16187, 11699, 15096, 8466, 11663, 8846, 9406, 8810, 8455, 8551, 8802, 8690, 9509, 7655, 12956, 12037, 14242, 14827, 10370, 11927, 9494, 12093, 9012, 14258, 10474, 16891, 12646, 15119, 8399, 8897, 14275, 8655, 15137, 9939, 11622, 8361, 10235, 8466, 10812, 8712, 10662, 8715, 8584, 8364, 8341, 8899, 11056, 13919, 11166, 14327, 8228, 14084, 10932, 15141, 10628, 12580, 13318, 8398, 13622, 8665, 14304, 8502, 12169, 8738, 10568, 8521, 11796, 16281, 12647, 13772, 8562, 13656, 8891, 12122, 10441, 12502, 13410, 8197, 13186, 9119, 11571, 16310, 11720, 12948, 8708, 10270, 8796, 12736, 8488, 15576, 10483, 13562, 11113, 12156, 8842, 12925, 7126, 8134, 14776, 8127, 10183, 7153, 8372, 7630, 13712, 14339, 11266, 14317, 7890, 14454, 12165, 14724, 9956, 14299, 12328, 13268, 12283, 14927, 13432, 13938, 8576, 14086, 8296, 11002, 12599, 8750, 13124, 8866, 12090, 8759, 11698, 8590, 10764, 8848, 12841, 9934, 13587, 8400, 13865, 7766, 10307, 7325, 10249, 7173, 11918, 7377, 8382, 7150, 7975, 7551, 11285, 7668, 7940, 8825, 7712, 9803, 7462, 14892, 11037, 16074, 10433, 12674, 12950, 10836, 16309, 12726, 13139, 7648, 12558, 7425, 13418, 8451, 14662, 7294, 9319, 7190, 8532, 7362, 15438, 7215, 13793, 7278, 12510, 7202, 13686, 8546, 13531, 7580, 11324, 7666, 12497, 9787, 15202, 11054, 12858, 8008, 13896, 7634, 14203, 11930, 13233, 7689, 11132, 7629, 11233, 7697, 14272, 7435, 11267, 7453, 12474, 7266, 14526, 11402, 14115, 7722, 13072, 7605, 9750, 8389, 12876, 7367, 9345, 7404, 14151, 10513, 8486, 9383, 7978, 14002, 12563, 15590, 10593, 12646, 9812, 9986, 14956, 12738, 14307, 7988, 9568, 8592, 7314, 13932, 7713, 12449, 7340, 9333, 7546, 11854, 7825, 12711, 10851, 11755, 13832, 7570, 12307, 8150, 10702, 12693, 10588, 14361, 7688, 13587, 8021, 10488, 7961, 11691, 8328, 11446, 7983, 10560, 7751, 11687, 11512, 14363, 12676, 9679, 10096, 11922, 11980, 15392, 13745, 14333, 9590, 7691, 8025, 7510, 16267, 12973, 17714, 10574, 7651, 8729, 7402, 13441, 11014, 14925, 10232, 10354, 8368, 8503, 15300, 10866, 16326, 10886, 13495, 7988, 12092, 11380, 10461, 15996, 12450, 15091, 8727, 13659, 8254, 10736, 9740, 8666, 14700, 8655, 13445, 8448, 13403, 8171], 'WindowCenter': [4454.0, 4449.0, 4356.0, 4423.0, 4341.0, 4381.0, 4409.0, 4382.0, 4419.0, 4381.0, 4409.0, 4337.0, 4399.0, 4337.0, 4401.0, 4387.0, 4410.0, 4407.0, 4347.0, 4406.0, 4346.0, 4410.0, 4366.0, 4398.0, 4404.0, 4336.0, 4385.0, 4323.0, 4367.0, 4405.0, 4387.0, 4406.0, 4327.0, 4374.0, 4324.0, 4336.0, 4376.0, 4351.0, 4408.0, 4399.0, 4407.0, 4326.0, 4367.0, 4355.0, 4337.0, 4407.0, 4379.0, 4409.0, 4355.0, 4377.0, 4394.0, 4336.0, 4397.0, 4337.0, 4411.0, 4369.0, 4400.0, 4329.0, 4372.0, 4363.0, 4372.0, 4364.0, 4435.0, 4386.0, 4445.0, 4392.0, 4402.0, 4423.0, 4379.0, 4409.0, 4387.0, 4389.0, 4385.0, 4333.0, 4353.0, 4320.0, 4362.0, 4391.0, 4384.0, 4371.0, 4332.0, 4362.0, 4344.0, 4384.0, 4345.0, 4407.0, 4337.0, 4386.0, 4334.0, 4336.0, 4405.0, 4389.0, 4407.0, 4356.0, 4386.0, 4322.0, 4365.0, 4382.0, 4367.0, 4404.0, 4396.0, 4394.0, 4346.0, 4355.0, 4334.0, 4368.0, 4395.0, 4376.0, 4405.0, 4347.0, 4366.0, 4335.0, 4357.0, 4376.0, 4389.0, 4406.0, 4387.0, 4395.0, 4346.0, 4366.0, 4323.0, 4337.0, 4396.0, 4385.0, 4386.0, 4323.0, 4364.0, 4331.0, 4333.0, 4382.0, 4334.0, 4394.0, 4336.0, 4384.0, 4334.0, 4365.0, 4350.0, 4399.0, 4380.0, 4411.0, 4403.0, 4431.0, 4423.0, 4408.0, 4368.0, 4407.0, 4355.0, 4378.0, 4405.0, 4397.0, 4394.0, 4333.0, 4342.0, 4320.0, 4333.0, 4382.0, 4332.0, 4382.0, 4334.0, 4343.0, 4346.0, 4348.0, 4348.0, 4360.0, 4349.0, 4361.0, 4349.0, 4373.0, 4420.0, 4396.0, 4435.0, 4384.0, 4412.0, 4338.0, 4370.0, 4407.0, 4368.0, 4410.0, 4366.0, 4399.0, 4335.0, 4346.0, 4395.0, 4347.0, 4429.0, 4373.0, 4349.0, 4283.0, 4367.0, 4309.0, 4362.0, 4398.0, 4391.0, 4409.0, 4369.0, 4386.0, 4336.0, 4386.0, 4345.0, 4387.0, 4397.0, 4397.0, 4385.0, 4344.0, 4386.0, 4323.0, 4363.0, 4320.0, 4373.0, 4344.0, 4365.0, 4331.0, 4333.0, 4324.0, 4358.0, 4404.0, 4397.0, 4397.0, 4324.0, 4375.0, 4370.0, 4322.0, 4340.0, 4311.0, 4343.0, 4381.0, 4324.0, 4360.0, 4322.0, 4333.0, 4332.0, 4335.0, 4382.0, 4336.0, 4355.0, 4336.0, 4358.0, 4335.0, 4361.0, 4348.0, 4381.0, 4348.0, 4362.0, 4409.0, 4359.0, 4413.0, 4407.0, 4400.0, 4398.0, 4348.0, 4397.0, 4335.0, 4378.0, 4399.0, 4378.0, 4406.0, 4348.0, 4407.0, 4349.0, 4409.0, 4348.0, 4408.0, 4368.0, 4381.0, 4348.0, 4340.0, 4407.0, 4328.0, 4410.0, 4388.0, 4396.0, 4347.0, 4398.0, 4354.0, 4345.0, 4417.0, 4387.0, 4396.0, 4337.0, 4376.0, 4343.0, 4325.0, 4374.0, 4326.0, 4385.0, 4336.0, 4346.0, 4345.0, 4327.0, 4395.0, 4339.0, 4398.0, 4359.0, 4386.0, 4348.0, 4359.0, 4398.0, 4369.0, 4407.0, 4390.0, 4388.0, 4349.0, 4359.0, 4346.0, 4382.0, 4418.0, 4414.0, 4411.0, 4424.0, 4411.0, 4361.0, 4400.0, 4338.0, 4347.0, 4387.0, 4336.0, 4378.0, 4346.0, 4371.0, 4408.0, 4388.0, 4397.0, 4333.0, 4374.0, 4371.0, 4351.0, 4371.0, 4329.0, 4372.0, 4329.0, 4359.0, 4366.0, 4307.0, 4346.0, 4295.0, 4336.0, 4295.0, 4329.0, 4336.0, 4319.0, 4367.0, 4321.0, 4368.0, 4383.0, 4394.0, 4375.0, 4361.0, 4322.0, 4372.0, 4320.0, 4362.0, 4380.0, 4354.0, 4330.0, 4334.0, 4343.0, 4347.0, 4386.0, 4346.0, 4409.0, 4359.0, 4379.0, 4359.0, 4392.0, 4408.0, 4389.0, 4407.0, 4349.0, 4396.0, 4348.0, 4398.0, 4356.0, 4409.0, 4386.0, 4337.0, 4395.0, 4346.0, 4394.0, 4346.0, 4397.0, 4354.0, 4376.0, 4335.0, 4348.0, 4385.0, 4346.0, 4406.0, 4345.0, 4407.0, 4344.0, 4357.0, 4334.0, 4335.0, 4387.0, 4350.0, 4396.0, 4339.0, 4378.0, 4352.0, 4359.0, 4353.0, 4360.0, 4426.0, 4403.0, 4425.0, 4380.0, 4382.0, 4433.0, 4352.0, 4410.0, 4369.0, 4412.0, 4346.0, 4339.0, 4397.0, 4337.0, 4407.0, 4335.0, 4387.0, 4336.0, 4356.0, 4346.0, 4390.0, 4347.0, 4410.0, 4358.0, 4350.0, 4406.0, 4336.0, 4408.0, 4365.0, 4410.0, 4383.0, 4334.0, 4382.0, 4323.0, 4384.0, 4362.0, 4374.0, 4382.0, 4323.0, 4383.0, 4331.0, 4343.0, 4380.0, 4343.0, 4394.0, 4335.0, 4363.0, 4344.0, 4347.0, 4343.0, 4346.0, 4404.0, 4397.0, 4395.0, 4334.0, 4375.0, 4371.0, 4333.0, 4404.0, 4363.0, 4385.0, 4333.0, 4344.0, 4334.0, 4358.0, 4348.0, 4370.0, 4349.0, 4398.0, 4350.0, 4400.0, 4381.0, 4420.0, 4379.0, 4421.0, 4336.0, 4379.0, 4416.0, 4377.0, 4406.0, 4333.0, 4365.0, 4321.0, 4322.0, 4390.0, 4322.0, 4391.0, 4334.0, 4354.0, 4334.0, 4343.0, 4333.0, 4366.0, 4388.0, 4410.0, 4358.0, 4399.0, 4347.0, 4411.0, 4387.0, 4411.0, 4399.0, 4400.0, 4347.0, 4347.0, 4395.0, 4345.0, 4396.0, 4354.0, 4406.0, 4334.0, 4332.0, 4333.0, 4345.0, 4345.0, 4387.0, 4335.0, 4417.0, 4335.0, 4356.0, 4334.0, 4366.0, 4336.0, 4419.0, 4396.0, 4388.0, 4355.0, 4336.0, 4394.0, 4336.0, 4405.0, 4366.0, 4395.0, 4336.0, 4385.0, 4332.0, 4375.0, 4403.0, 4362.0, 4382.0, 4332.0, 4352.0, 4319.0, 4325.0, 4403.0, 4374.0, 4393.0, 4324.0, 4375.0, 4347.0, 4345.0, 4346.0, 4349.0, 4348.0, 4360.0, 4349.0, 4371.0, 4342.0, 4413.0, 4414.0, 4424.0, 4435.0, 4384.0, 4407.0, 4373.0, 4404.0, 4362.0, 4411.0, 4382.0, 4434.0, 4390.0, 4401.0, 4315.0, 4336.0, 4384.0, 4336.0, 4395.0, 4345.0, 4364.0, 4324.0, 4353.0, 4325.0, 4367.0, 4335.0, 4368.0, 4348.0, 4347.0, 4338.0, 4339.0, 4360.0, 4393.0, 4411.0, 4391.0, 4409.0, 4339.0, 4409.0, 4379.0, 4422.0, 4367.0, 4389.0, 4384.0, 4325.0, 4396.0, 4349.0, 4408.0, 4348.0, 4388.0, 4348.0, 4377.0, 4349.0, 4403.0, 4431.0, 4402.0, 4398.0, 4349.0, 4398.0, 4348.0, 4402.0, 4380.0, 4400.0, 4396.0, 4335.0, 4396.0, 4334.0, 4377.0, 4404.0, 4387.0, 4397.0, 4361.0, 4378.0, 4348.0, 4397.0, 4372.0, 4429.0, 4380.0, 4386.0, 4353.0, 4362.0, 4325.0, 4361.0, 4269.0, 4289.0, 4356.0, 4287.0, 4314.0, 4262.0, 4296.0, 4286.0, 4381.0, 4376.0, 4359.0, 4378.0, 4308.0, 4379.0, 4360.0, 4376.0, 4327.0, 4364.0, 4359.0, 4354.0, 4346.0, 4365.0, 4353.0, 4353.0, 4293.0, 4354.0, 4281.0, 4325.0, 4329.0, 4294.0, 4340.0, 4304.0, 4342.0, 4305.0, 4343.0, 4306.0, 4335.0, 4317.0, 4367.0, 4340.0, 4368.0, 4320.0, 4378.0, 4300.0, 4339.0, 4300.0, 4350.0, 4290.0, 4385.0, 4317.0, 4337.0, 4306.0, 4339.0, 4339.0, 4378.0, 4328.0, 4338.0, 4358.0, 4339.0, 4368.0, 4329.0, 4420.0, 4389.0, 4421.0, 4380.0, 4399.0, 4384.0, 4377.0, 4416.0, 4397.0, 4384.0, 4313.0, 4383.0, 4303.0, 4395.0, 4334.0, 4405.0, 4315.0, 4345.0, 4304.0, 4346.0, 4316.0, 4417.0, 4326.0, 4396.0, 4318.0, 4397.0, 4316.0, 4396.0, 4346.0, 4422.0, 4328.0, 4389.0, 4328.0, 4385.0, 4368.0, 4418.0, 4390.0, 4396.0, 4338.0, 4404.0, 4330.0, 4406.0, 4399.0, 4397.0, 4328.0, 4376.0, 4329.0, 4390.0, 4339.0, 4419.0, 4330.0, 4389.0, 4330.0, 4398.0, 4332.0, 4421.0, 4391.0, 4408.0, 4329.0, 4398.0, 4340.0, 4371.0, 4347.0, 4398.0, 4307.0, 4346.0, 4316.0, 4408.0, 4380.0, 4362.0, 4384.0, 4354.0, 4434.0, 4416.0, 4433.0, 4393.0, 4415.0, 4369.0, 4360.0, 4407.0, 4387.0, 4399.0, 4315.0, 4345.0, 4323.0, 4316.0, 4394.0, 4315.0, 4383.0, 4317.0, 4344.0, 4328.0, 4387.0, 4327.0, 4400.0, 4377.0, 4391.0, 4397.0, 4317.0, 4377.0, 4326.0, 4367.0, 4385.0, 4367.0, 4407.0, 4318.0, 4396.0, 4327.0, 4367.0, 4340.0, 4390.0, 4350.0, 4389.0, 4341.0, 4382.0, 4343.0, 4404.0, 4406.0, 4435.0, 4428.0, 4374.0, 4387.0, 4391.0, 4404.0, 4421.0, 4414.0, 4409.0, 4361.0, 4328.0, 4339.0, 4318.0, 4432.0, 4424.0, 4441.0, 4392.0, 4340.0, 4363.0, 4330.0, 4412.0, 4369.0, 4423.0, 4370.0, 4370.0, 4326.0, 4338.0, 4396.0, 4355.0, 4406.0, 4353.0, 4387.0, 4314.0, 4376.0, 4362.0, 4354.0, 4402.0, 4374.0, 4392.0, 4323.0, 4381.0, 4310.0, 4353.0, 4330.0, 4334.0, 4392.0, 4335.0, 4383.0, 4336.0, 4395.0, 4324.0], 'WindowWidth': [9792.0, 9772.0, 9640.0, 9720.0, 9606.0, 9659.0, 9695.0, 9661.0, 9706.0, 9658.0, 9690.0, 9592.0, 9676.0, 9593.0, 9684.0, 9661.0, 9696.0, 9685.0, 9606.0, 9683.0, 9602.0, 9697.0, 9629.0, 9675.0, 9677.0, 9586.0, 9650.0, 9566.0, 9631.0, 9682.0, 9659.0, 9683.0, 9577.0, 9637.0, 9570.0, 9590.0, 9643.0, 9615.0, 9689.0, 9676.0, 9685.0, 9577.0, 9630.0, 9611.0, 9591.0, 9685.0, 9651.0, 9693.0, 9613.0, 9644.0, 9662.0, 9590.0, 9672.0, 9593.0, 9700.0, 9637.0, 9680.0, 9583.0, 9646.0, 9637.0, 9648.0, 9640.0, 9735.0, 9672.0, 9751.0, 9672.0, 9688.0, 9719.0, 9650.0, 9692.0, 9654.0, 9662.0, 9648.0, 9574.0, 9602.0, 9556.0, 9616.0, 9650.0, 9647.0, 9624.0, 9576.0, 9614.0, 9595.0, 9651.0, 9599.0, 9686.0, 9591.0, 9656.0, 9582.0, 9587.0, 9680.0, 9664.0, 9686.0, 9615.0, 9653.0, 9563.0, 9625.0, 9644.0, 9632.0, 9678.0, 9670.0, 9663.0, 9602.0, 9611.0, 9582.0, 9633.0, 9666.0, 9642.0, 9677.0, 9604.0, 9627.0, 9585.0, 9617.0, 9640.0, 9663.0, 9681.0, 9657.0, 9663.0, 9600.0, 9626.0, 9565.0, 9588.0, 9669.0, 9651.0, 9652.0, 9564.0, 9621.0, 9572.0, 9579.0, 9643.0, 9584.0, 9665.0, 9587.0, 9650.0, 9584.0, 9628.0, 9614.0, 9681.0, 9655.0, 9698.0, 9693.0, 9729.0, 9720.0, 9690.0, 9636.0, 9686.0, 9610.0, 9647.0, 9679.0, 9671.0, 9662.0, 9577.0, 9590.0, 9555.0, 9581.0, 9644.0, 9578.0, 9645.0, 9584.0, 9595.0, 9602.0, 9609.0, 9613.0, 9629.0, 9615.0, 9632.0, 9614.0, 9653.0, 9710.0, 9689.0, 9743.0, 9666.0, 9701.0, 9594.0, 9641.0, 9684.0, 9636.0, 9695.0, 9629.0, 9678.0, 9584.0, 9600.0, 9666.0, 9605.0, 9739.0, 9646.0, 9605.0, 9506.0, 9628.0, 9538.0, 9616.0, 9676.0, 9673.0, 9692.0, 9638.0, 9653.0, 9588.0, 9655.0, 9599.0, 9660.0, 9669.0, 9674.0, 9651.0, 9595.0, 9652.0, 9565.0, 9618.0, 9555.0, 9632.0, 9593.0, 9624.0, 9574.0, 9579.0, 9570.0, 9621.0, 9677.0, 9672.0, 9671.0, 9565.0, 9635.0, 9621.0, 9558.0, 9581.0, 9544.0, 9590.0, 9638.0, 9566.0, 9610.0, 9562.0, 9580.0, 9576.0, 9585.0, 9644.0, 9590.0, 9611.0, 9589.0, 9621.0, 9588.0, 9630.0, 9608.0, 9659.0, 9609.0, 9633.0, 9694.0, 9624.0, 9704.0, 9686.0, 9682.0, 9672.0, 9607.0, 9671.0, 9587.0, 9648.0, 9678.0, 9648.0, 9681.0, 9609.0, 9685.0, 9611.0, 9692.0, 9607.0, 9689.0, 9634.0, 9659.0, 9608.0, 9602.0, 9685.0, 9581.0, 9695.0, 9661.0, 9667.0, 9606.0, 9674.0, 9607.0, 9599.0, 9697.0, 9655.0, 9665.0, 9590.0, 9640.0, 9591.0, 9569.0, 9632.0, 9572.0, 9650.0, 9585.0, 9598.0, 9597.0, 9576.0, 9664.0, 9595.0, 9671.0, 9620.0, 9652.0, 9604.0, 9622.0, 9670.0, 9634.0, 9685.0, 9664.0, 9657.0, 9607.0, 9619.0, 9601.0, 9659.0, 9701.0, 9705.0, 9695.0, 9721.0, 9695.0, 9628.0, 9678.0, 9590.0, 9602.0, 9654.0, 9587.0, 9646.0, 9601.0, 9639.0, 9687.0, 9658.0, 9669.0, 9578.0, 9634.0, 9622.0, 9598.0, 9623.0, 9563.0, 9627.0, 9561.0, 9603.0, 9609.0, 9530.0, 9580.0, 9512.0, 9568.0, 9512.0, 9562.0, 9567.0, 9552.0, 9613.0, 9556.0, 9616.0, 9645.0, 9660.0, 9634.0, 9609.0, 9561.0, 9627.0, 9552.0, 9614.0, 9636.0, 9606.0, 9566.0, 9579.0, 9592.0, 9602.0, 9653.0, 9602.0, 9690.0, 9626.0, 9651.0, 9627.0, 9674.0, 9688.0, 9666.0, 9686.0, 9609.0, 9670.0, 9607.0, 9678.0, 9614.0, 9692.0, 9654.0, 9589.0, 9663.0, 9601.0, 9662.0, 9601.0, 9670.0, 9609.0, 9640.0, 9584.0, 9606.0, 9649.0, 9602.0, 9681.0, 9599.0, 9685.0, 9594.0, 9613.0, 9579.0, 9585.0, 9656.0, 9613.0, 9670.0, 9597.0, 9646.0, 9621.0, 9626.0, 9625.0, 9630.0, 9729.0, 9692.0, 9724.0, 9654.0, 9658.0, 9731.0, 9620.0, 9694.0, 9634.0, 9697.0, 9597.0, 9593.0, 9667.0, 9589.0, 9682.0, 9583.0, 9654.0, 9586.0, 9611.0, 9599.0, 9665.0, 9603.0, 9694.0, 9619.0, 9613.0, 9682.0, 9587.0, 9689.0, 9624.0, 9692.0, 9646.0, 9580.0, 9642.0, 9562.0, 9648.0, 9614.0, 9632.0, 9640.0, 9565.0, 9643.0, 9572.0, 9592.0, 9638.0, 9592.0, 9661.0, 9584.0, 9617.0, 9595.0, 9600.0, 9592.0, 9600.0, 9675.0, 9672.0, 9665.0, 9582.0, 9637.0, 9627.0, 9579.0, 9676.0, 9619.0, 9648.0, 9576.0, 9594.0, 9583.0, 9621.0, 9609.0, 9642.0, 9612.0, 9676.0, 9614.0, 9681.0, 9661.0, 9710.0, 9653.0, 9714.0, 9590.0, 9653.0, 9697.0, 9644.0, 9684.0, 9580.0, 9623.0, 9558.0, 9563.0, 9652.0, 9564.0, 9653.0, 9584.0, 9607.0, 9582.0, 9593.0, 9582.0, 9629.0, 9662.0, 9696.0, 9624.0, 9681.0, 9607.0, 9699.0, 9661.0, 9697.0, 9680.0, 9683.0, 9602.0, 9606.0, 9665.0, 9599.0, 9669.0, 9607.0, 9680.0, 9579.0, 9576.0, 9578.0, 9596.0, 9601.0, 9660.0, 9585.0, 9700.0, 9584.0, 9613.0, 9581.0, 9630.0, 9589.0, 9704.0, 9668.0, 9659.0, 9608.0, 9587.0, 9661.0, 9587.0, 9678.0, 9626.0, 9664.0, 9585.0, 9651.0, 9575.0, 9638.0, 9672.0, 9616.0, 9641.0, 9575.0, 9601.0, 9554.0, 9568.0, 9672.0, 9636.0, 9658.0, 9566.0, 9636.0, 9602.0, 9596.0, 9599.0, 9610.0, 9605.0, 9625.0, 9609.0, 9644.0, 9607.0, 9703.0, 9707.0, 9720.0, 9738.0, 9664.0, 9698.0, 9646.0, 9688.0, 9632.0, 9694.0, 9657.0, 9733.0, 9664.0, 9679.0, 9551.0, 9584.0, 9643.0, 9585.0, 9662.0, 9594.0, 9616.0, 9563.0, 9601.0, 9569.0, 9628.0, 9584.0, 9632.0, 9605.0, 9604.0, 9593.0, 9598.0, 9629.0, 9676.0, 9696.0, 9671.0, 9690.0, 9596.0, 9691.0, 9649.0, 9713.0, 9629.0, 9662.0, 9647.0, 9572.0, 9667.0, 9611.0, 9686.0, 9606.0, 9659.0, 9606.0, 9644.0, 9610.0, 9690.0, 9724.0, 9684.0, 9672.0, 9609.0, 9671.0, 9605.0, 9688.0, 9653.0, 9680.0, 9666.0, 9586.0, 9668.0, 9582.0, 9643.0, 9675.0, 9658.0, 9670.0, 9631.0, 9648.0, 9609.0, 9673.0, 9651.0, 9720.0, 9653.0, 9649.0, 9599.0, 9608.0, 9563.0, 9603.0, 9478.0, 9504.0, 9588.0, 9498.0, 9527.0, 9459.0, 9513.0, 9501.0, 9635.0, 9624.0, 9605.0, 9632.0, 9539.0, 9633.0, 9608.0, 9626.0, 9559.0, 9604.0, 9605.0, 9588.0, 9583.0, 9605.0, 9587.0, 9583.0, 9506.0, 9587.0, 9487.0, 9551.0, 9545.0, 9506.0, 9561.0, 9520.0, 9569.0, 9524.0, 9571.0, 9528.0, 9566.0, 9548.0, 9613.0, 9582.0, 9616.0, 9555.0, 9629.0, 9528.0, 9577.0, 9528.0, 9596.0, 9517.0, 9652.0, 9564.0, 9593.0, 9546.0, 9597.0, 9600.0, 9645.0, 9579.0, 9592.0, 9621.0, 9598.0, 9633.0, 9586.0, 9709.0, 9664.0, 9710.0, 9651.0, 9679.0, 9647.0, 9642.0, 9695.0, 9670.0, 9646.0, 9553.0, 9646.0, 9540.0, 9664.0, 9582.0, 9677.0, 9559.0, 9597.0, 9542.0, 9602.0, 9561.0, 9697.0, 9577.0, 9668.0, 9567.0, 9672.0, 9561.0, 9669.0, 9603.0, 9716.0, 9584.0, 9661.0, 9579.0, 9653.0, 9634.0, 9703.0, 9667.0, 9666.0, 9593.0, 9678.0, 9587.0, 9684.0, 9679.0, 9669.0, 9579.0, 9639.0, 9584.0, 9666.0, 9599.0, 9705.0, 9588.0, 9663.0, 9587.0, 9673.0, 9595.0, 9711.0, 9669.0, 9688.0, 9582.0, 9672.0, 9602.0, 9643.0, 9605.0, 9675.0, 9546.0, 9595.0, 9559.0, 9686.0, 9652.0, 9630.0, 9668.0, 9628.0, 9735.0, 9710.0, 9731.0, 9675.0, 9706.0, 9635.0, 9623.0, 9683.0, 9653.0, 9674.0, 9554.0, 9593.0, 9560.0, 9559.0, 9658.0, 9556.0, 9644.0, 9564.0, 9593.0, 9578.0, 9655.0, 9578.0, 9679.0, 9642.0, 9668.0, 9667.0, 9563.0, 9639.0, 9570.0, 9628.0, 9649.0, 9629.0, 9683.0, 9564.0, 9666.0, 9574.0, 9628.0, 9598.0, 9666.0, 9614.0, 9664.0, 9602.0, 9658.0, 9608.0, 9691.0, 9697.0, 9735.0, 9731.0, 9650.0, 9673.0, 9669.0, 9693.0, 9712.0, 9704.0, 9686.0, 9628.0, 9578.0, 9596.0, 9567.0, 9728.0, 9720.0, 9737.0, 9675.0, 9602.0, 9634.0, 9587.0, 9700.0, 9632.0, 9713.0, 9636.0, 9637.0, 9571.0, 9588.0, 9663.0, 9607.0, 9678.0, 9604.0, 9653.0, 9550.0, 9634.0, 9609.0, 9604.0, 9670.0, 9632.0, 9654.0, 9563.0, 9636.0, 9541.0, 9603.0, 9568.0, 9578.0, 9654.0, 9584.0, 9645.0, 9586.0, 9663.0, 9567.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.005816057471264369</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.047518180114942535</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.18934811759494</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2070658132566163</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0549764071346375</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4799</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4685.3032</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.17290305766915381</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>213</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>24.482758620689655</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.536010642495478</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4175500332702065</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8284967507452006</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.361985143471027</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00935251</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02066151052713394</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.021270258352160454</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>870</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.7212253440710112</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.8406</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.9316</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>207.5279</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302553.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>977.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>388.5986</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9206</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>610.982</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3539.0487</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3755.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73991.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1073.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4682.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1009.0694</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>27.116564256954007</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> |