=== 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-0074 --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-0074",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0074_ses-01_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0074_ses-01_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0074_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-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0074/ses-01/func/sub-0074_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>64f68c064a6bbb21f6a0129500b7bfed</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>21:42:27.597500</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.999073, -0.0306153, 0.0302706, 0.0308736, 0.99949, -0.0081007]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0989478</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4127, -7732, -7219, 562, -141, -179, -101, 62]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>228.938</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>5a5ee34f-b3ae-43f7-8cc9-b1876814944b||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.6804392337799072, 0.08283152431249619, 0.08101928979158401, 108.51210021972656], [0.08213867992162704, 2.6815598011016846, -0.02437492273747921, -100.71482849121094], [0.08121374249458313, 0.021733585745096207, 2.698673963546753, -53.65828323364258], [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': ['214227.597500', '214228.057500', '214228.517500', '214228.977500', '214229.437500', '214229.897500', '214230.357500', '214230.817500', '214231.277500', '214231.737500', '214232.197500', '214232.657500', '214233.117500', '214233.577500', '214234.037500', '214234.497500', '214234.957500', '214235.417500', '214235.877500', '214236.337500', '214236.797500', '214237.257500', '214237.717500', '214238.177500', '214238.637500', '214239.097500', '214239.557500', '214240.017500', '214240.477500', '214240.937500', '214241.397500', '214241.857500', '214242.317500', '214242.777500', '214243.237500', '214243.697500', '214244.157500', '214244.617500', '214245.077500', '214245.537500', '214245.997500', '214246.457500', '214246.917500', '214247.377500', '214247.837500', '214248.297500', '214248.757500', '214249.217500', '214249.677500', '214250.137500', '214250.597500', '214251.057500', '214251.517500', '214251.977500', '214252.437500', '214252.897500', '214253.357500', '214253.817500', '214254.277500', '214254.737500', '214255.197500', '214255.657500', '214256.117500', '214256.577500', '214257.037500', '214257.497500', '214257.957500', '214258.417500', '214258.877500', '214259.337500', '214259.797500', '214300.257500', '214300.717500', '214301.177500', '214301.637500', '214302.097500', '214302.557500', '214303.017500', '214303.477500', '214303.937500', '214304.397500', '214304.857500', '214305.317500', '214305.777500', '214306.237500', '214306.697500', '214307.157500', '214307.617500', '214308.077500', '214308.537500', '214308.997500', '214309.457500', '214309.917500', '214310.377500', '214310.837500', '214311.297500', '214311.757500', '214312.217500', '214312.677500', '214313.137500', '214313.597500', '214314.057500', '214314.517500', '214314.977500', '214315.437500', '214315.897500', '214316.357500', '214316.817500', '214317.277500', '214317.737500', '214318.197500', '214318.657500', '214319.117500', '214319.577500', '214320.037500', '214320.497500', '214320.957500', '214321.417500', '214321.877500', '214322.337500', '214322.797500', '214323.257500', '214323.717500', '214324.177500', '214324.637500', '214325.097500', '214325.557500', '214326.017500', '214326.477500', '214326.937500', '214327.397500', '214327.857500', '214328.317500', '214328.777500', '214329.237500', '214329.697500', '214330.157500', '214330.617500', '214331.077500', '214331.537500', '214331.997500', '214332.457500', '214332.917500', '214333.377500', '214333.837500', '214334.297500', '214334.757500', '214335.217500', '214335.677500', '214336.137500', '214336.597500', '214337.057500', '214337.517500', '214337.977500', '214338.437500', '214338.897500', '214339.357500', '214339.817500', '214340.277500', '214340.737500', '214341.197500', '214341.657500', '214342.117500', '214342.577500', '214343.037500', '214343.497500', '214343.957500', '214344.417500', '214344.877500', '214345.337500', '214345.797500', '214346.257500', '214346.717500', '214347.177500', '214347.637500', '214348.097500', '214348.557500', '214349.017500', '214349.477500', '214349.937500', '214350.397500', '214350.857500', '214351.317500', '214351.777500', '214352.237500', '214352.697500', '214353.157500', '214353.617500', '214354.077500', '214354.537500', '214354.997500', '214355.457500', '214355.917500', '214356.377500', '214356.837500', '214357.297500', '214357.757500', '214358.217500', '214358.677500', '214359.137500', '214359.597500', '214400.057500', '214400.517500', '214400.977500', '214401.437500', '214401.897500', '214402.357500', '214402.817500', '214403.277500', '214403.737500', '214404.197500', '214404.657500', '214405.117500', '214405.577500', '214406.037500', '214406.497500', '214406.957500', '214407.417500', '214407.877500', '214408.337500', '214408.797500', '214409.257500', '214409.717500', '214410.177500', '214410.637500', '214411.097500', '214411.557500', '214412.017500', '214412.477500', '214412.937500', '214413.397500', '214413.857500', '214414.317500', '214414.777500', '214415.237500', '214415.697500', '214416.157500', '214416.617500', '214417.077500', '214417.537500', '214417.997500', '214418.457500', '214418.917500', '214419.377500', '214419.837500', '214420.297500', '214420.757500', '214421.217500', '214421.677500', '214422.137500', '214422.597500', '214423.057500', '214423.517500', '214423.977500', '214424.437500', '214424.897500', '214425.357500', '214425.817500', '214426.277500', '214426.737500', '214427.197500', '214427.657500', '214428.117500', '214428.577500', '214429.037500', '214429.497500', '214429.957500', '214430.417500', '214430.877500', '214431.337500', '214431.797500', '214432.257500', '214432.717500', '214433.177500', '214433.637500', '214434.097500', '214434.557500', '214435.017500', '214435.477500', '214435.937500', '214436.397500', '214436.857500', '214437.317500', '214437.777500', '214438.237500', '214438.697500', '214439.157500', '214439.617500', '214440.077500', '214440.537500', '214440.997500', '214441.457500', '214441.917500', '214442.377500', '214442.837500', '214443.297500', '214443.757500', '214444.217500', '214444.677500', '214445.137500', '214445.597500', '214446.057500', '214446.517500', '214446.977500', '214447.437500', '214447.897500', '214448.357500', '214448.817500', '214449.277500', '214449.737500', '214450.197500', '214450.657500', '214451.117500', '214451.577500', '214452.037500', '214452.497500', '214452.957500', '214453.417500', '214453.877500', '214454.337500', '214454.797500', '214455.257500', '214455.717500', '214456.177500', '214456.637500', '214457.097500', '214457.557500', '214458.017500', '214458.477500', '214458.937500', '214459.397500', '214459.857500', '214500.317500', '214500.777500', '214501.237500', '214501.697500', '214502.157500', '214502.617500', '214503.077500', '214503.537500', '214503.997500', '214504.457500', '214504.917500', '214505.377500', '214505.837500', '214506.297500', '214506.757500', '214507.217500', '214507.677500', '214508.137500', '214508.597500', '214509.057500', '214509.517500', '214509.977500', '214510.437500', '214510.897500', '214511.357500', '214511.817500', '214512.277500', '214512.737500', '214513.197500', '214513.657500', '214514.117500', '214514.577500', '214515.037500', '214515.497500', '214515.957500', '214516.417500', '214516.877500', '214517.337500', '214517.797500', '214518.257500', '214518.717500', '214519.177500', '214519.637500', '214520.097500', '214520.557500', '214521.017500', '214521.477500', '214521.937500', '214522.397500', '214522.857500', '214523.317500', '214523.777500', '214524.237500', '214524.697500', '214525.157500', '214525.617500', '214526.077500', '214526.537500', '214526.997500', '214527.457500', '214527.917500', '214528.377500', '214528.837500', '214529.297500', '214529.757500', '214530.217500', '214530.677500', '214531.137500', '214531.597500', '214532.057500', '214532.517500', '214532.977500', '214533.437500', '214533.897500', '214534.357500', '214534.817500', '214535.277500', '214535.737500', '214536.197500', '214536.657500', '214537.117500', '214537.577500', '214538.037500', '214538.497500', '214538.957500', '214539.417500', '214539.877500', '214540.337500', '214540.797500', '214541.257500', '214541.717500', '214542.177500', '214542.637500', '214543.097500', '214543.557500', '214544.017500', '214544.477500', '214544.937500', '214545.397500', '214545.857500', '214546.317500', '214546.777500', '214547.237500', '214547.697500', '214548.157500', '214548.617500', '214549.077500', '214549.537500', '214549.997500', '214550.457500', '214550.917500', '214551.377500', '214551.837500', '214552.297500', '214552.757500', '214553.217500', '214553.677500', '214554.137500', '214554.597500', '214555.057500', '214555.517500', '214555.977500', '214556.437500', '214556.897500', '214557.357500', '214557.817500', '214558.277500', '214558.737500', '214559.197500', '214559.657500', '214600.117500', '214600.577500', '214601.037500', '214601.497500', '214601.957500', '214602.417500', '214602.877500', '214603.337500', '214603.797500', '214604.257500', '214604.717500', '214605.177500', '214605.637500', '214606.097500', '214606.557500', '214607.017500', '214607.477500', '214607.937500', '214608.397500', '214608.857500', '214609.317500', '214609.777500', '214610.237500', '214610.697500', '214611.157500', '214611.617500', '214612.077500', '214612.537500', '214612.997500', '214613.457500', '214613.917500', '214614.377500', '214614.837500', '214615.297500', '214615.757500', '214616.217500', '214616.677500', '214617.137500', '214617.597500', '214618.057500', '214618.517500', '214618.977500', '214619.437500', '214619.897500', '214620.357500', '214620.817500', '214621.277500', '214621.737500', '214622.197500', '214622.657500', '214623.117500', '214623.577500', '214624.037500', '214624.497500', '214624.957500', '214625.417500', '214625.877500', '214626.337500', '214626.797500', '214627.257500', '214627.717500', '214628.177500', '214628.637500', '214629.097500', '214629.557500', '214630.017500', '214630.477500', '214630.937500', '214631.397500', '214631.857500', '214632.317500', '214632.777500', '214633.237500', '214633.697500', '214634.157500', '214634.617500', '214635.077500', '214635.537500', '214635.997500', '214636.457500', '214636.917500', '214637.377500', '214637.837500', '214638.297500', '214638.757500', '214639.217500', '214639.677500', '214640.137500', '214640.597500', '214641.057500', '214641.517500', '214641.977500', '214642.437500', '214642.897500', '214643.357500', '214643.817500', '214644.277500', '214644.737500', '214645.197500', '214645.657500', '214646.117500', '214646.577500', '214647.037500', '214647.497500', '214647.957500', '214648.417500', '214648.877500', '214649.337500', '214649.797500', '214650.257500', '214650.717500', '214651.177500', '214651.637500', '214652.097500', '214652.557500', '214653.017500', '214653.477500', '214653.937500', '214654.397500', '214654.857500', '214655.317500', '214655.777500', '214656.237500', '214656.697500', '214657.157500', '214657.617500', '214658.077500', '214658.537500', '214658.997500', '214659.457500', '214659.917500', '214700.377500', '214700.837500', '214701.297500', '214701.757500', '214702.217500', '214702.677500', '214703.137500', '214703.597500', '214704.057500', '214704.517500', '214704.977500', '214705.437500', '214705.897500', '214706.357500', '214706.817500', '214707.277500', '214707.737500', '214708.197500', '214708.657500', '214709.117500', '214709.577500', '214710.037500', '214710.497500', '214710.957500', '214711.417500', '214711.877500', '214712.337500', '214712.797500', '214713.257500', '214713.717500', '214714.177500', '214714.637500', '214715.097500', '214715.557500', '214716.017500', '214716.477500', '214716.937500', '214717.397500', '214717.857500', '214718.317500', '214718.777500', '214719.237500', '214719.697500', '214720.157500', '214720.617500', '214721.077500', '214721.537500', '214721.997500', '214722.457500', '214722.917500', '214723.377500', '214723.837500', '214724.297500', '214724.757500', '214725.217500', '214725.677500', '214726.137500', '214726.597500', '214727.057500', '214727.517500', '214727.977500', '214728.437500', '214728.897500', '214729.357500', '214729.817500', '214730.277500', '214730.737500', '214731.197500', '214731.657500', '214732.117500', '214732.577500', '214733.037500', '214733.497500', '214733.957500', '214734.417500', '214734.877500', '214735.337500', '214735.797500', '214736.257500', '214736.717500', '214737.177500', '214737.637500', '214738.097500', '214738.557500', '214739.017500', '214739.477500', '214739.937500', '214740.397500', '214740.857500', '214741.317500', '214741.777500', '214742.237500', '214742.697500', '214743.157500', '214743.617500', '214744.077500', '214744.537500', '214744.997500', '214745.457500', '214745.917500', '214746.377500', '214746.837500', '214747.297500', '214747.757500', '214748.217500', '214748.677500', '214749.137500', '214749.597500', '214750.057500', '214750.517500', '214750.977500', '214751.437500', '214751.897500', '214752.357500', '214752.817500', '214753.277500', '214753.737500', '214754.197500', '214754.657500', '214755.117500', '214755.577500', '214756.037500', '214756.497500', '214756.957500', '214757.417500', '214757.877500', '214758.337500', '214758.797500', '214759.257500', '214759.717500', '214800.177500', '214800.637500', '214801.097500', '214801.557500', '214802.017500', '214802.477500', '214802.937500', '214803.397500', '214803.857500', '214804.317500', '214804.777500', '214805.237500', '214805.697500', '214806.157500', '214806.617500', '214807.077500', '214807.537500', '214807.997500', '214808.457500', '214808.917500', '214809.377500', '214809.837500', '214810.297500', '214810.757500', '214811.217500', '214811.677500', '214812.137500', '214812.597500', '214813.057500', '214813.517500', '214813.977500', '214814.437500', '214814.897500', '214815.357500', '214815.817500', '214816.277500', '214816.737500', '214817.197500', '214817.657500', '214818.117500', '214818.577500', '214819.037500', '214819.497500', '214819.957500', '214820.417500', '214820.877500', '214821.337500', '214821.797500', '214822.257500', '214822.717500', '214823.177500', '214823.637500', '214824.097500', '214824.557500', '214825.017500', '214825.477500', '214825.937500', '214826.397500', '214826.857500', '214827.317500', '214827.777500', '214828.237500', '214828.697500', '214829.157500', '214829.617500', '214830.077500', '214830.537500', '214830.997500', '214831.457500', '214831.917500', '214832.377500', '214832.837500', '214833.297500', '214833.757500', '214834.217500', '214834.677500', '214835.137500', '214835.597500', '214836.057500', '214836.517500', '214836.977500', '214837.437500', '214837.897500', '214838.357500', '214838.817500', '214839.277500', '214839.737500', '214840.197500', '214840.657500', '214841.117500', '214841.577500', '214842.037500', '214842.497500', '214842.957500', '214843.417500', '214843.877500', '214844.337500', '214844.797500', '214845.257500', '214845.717500', '214846.177500', '214846.637500', '214847.097500', '214847.557500', '214848.017500', '214848.477500', '214848.937500', '214849.397500', '214849.857500', '214850.317500', '214850.777500', '214851.237500', '214851.697500', '214852.157500', '214852.617500', '214853.077500', '214853.537500', '214853.997500', '214854.457500', '214854.917500', '214855.377500', '214855.837500', '214856.297500', '214856.757500', '214857.217500', '214857.677500', '214858.137500', '214858.597500', '214859.057500', '214859.517500', '214859.977500', '214900.437500', '214900.897500', '214901.357500', '214901.817500', '214902.277500', '214902.737500', '214903.197500', '214903.657500', '214904.117500', '214904.577500', '214905.037500', '214905.497500', '214905.957500', '214906.417500', '214906.877500', '214907.337500', '214907.797500', '214908.257500'], 'ContentTime': ['214251.660000', '214251.663000', '214251.666000', '214251.669000', '214251.671000', '214251.674000', '214251.676000', '214251.679000', '214251.682000', '214251.684000', '214251.687000', '214251.690000', '214251.692000', '214251.695000', '214251.698000', '214251.700000', '214251.703000', '214251.706000', '214251.708000', '214251.711000', '214251.714000', '214251.716000', '214251.719000', '214251.722000', '214251.725000', '214251.728000', '214251.730000', '214251.733000', '214251.736000', '214251.738000', '214251.741000', '214251.744000', '214251.746000', '214251.749000', '214251.751000', '214251.754000', '214251.757000', '214251.760000', '214251.763000', '214251.765000', '214251.768000', '214251.771000', '214251.782000', '214251.784000', '214251.787000', '214251.789000', '214251.792000', '214251.795000', '214251.797000', '214311.619000', '214311.623000', '214311.625000', '214311.628000', '214311.630000', '214311.634000', '214311.636000', '214311.639000', '214311.641000', '214311.644000', '214311.647000', '214311.649000', '214311.652000', '214311.655000', '214311.668000', '214311.671000', '214311.673000', '214311.676000', '214311.679000', '214311.681000', '214311.684000', '214311.686000', '214311.689000', '214311.692000', '214311.694000', '214311.697000', '214311.699000', '214311.702000', '214311.705000', '214311.707000', '214311.710000', '214311.713000', '214311.715000', '214311.718000', '214311.720000', '214311.723000', '214311.726000', '214311.728000', '214311.731000', '214311.733000', '214311.736000', '214311.739000', '214311.741000', '214311.744000', '214331.619000', '214331.622000', '214331.625000', '214331.628000', '214331.636000', '214331.638000', '214331.641000', '214331.643000', '214331.646000', '214331.649000', '214331.651000', '214331.654000', '214331.657000', '214331.659000', '214331.662000', '214331.664000', '214331.667000', '214331.670000', '214331.672000', '214331.675000', '214331.678000', '214331.680000', '214331.683000', '214331.685000', '214331.688000', '214331.691000', '214331.693000', '214331.696000', '214331.699000', '214331.701000', '214331.704000', '214331.706000', '214331.709000', '214331.712000', '214331.714000', '214331.717000', '214331.719000', '214331.722000', '214331.725000', '214331.727000', '214331.730000', '214331.733000', '214331.735000', '214351.620000', '214351.623000', '214351.625000', '214351.628000', '214351.631000', '214351.633000', '214351.636000', '214351.638000', '214351.641000', '214351.644000', '214351.646000', '214351.649000', '214351.652000', '214351.654000', '214351.657000', '214351.659000', '214351.662000', '214351.665000', '214351.670000', '214351.673000', '214351.675000', '214351.678000', '214351.680000', '214351.683000', '214351.686000', '214351.688000', '214351.691000', '214351.694000', '214351.696000', '214351.699000', '214351.702000', '214351.704000', '214351.707000', '214351.710000', '214351.712000', '214351.715000', '214351.718000', '214351.720000', '214351.723000', '214351.725000', '214351.728000', '214351.731000', '214351.733000', '214351.736000', '214411.619000', '214411.622000', '214411.625000', '214411.628000', '214411.631000', '214411.633000', '214411.636000', '214411.639000', '214411.641000', '214411.644000', '214411.647000', '214411.649000', '214411.652000', '214411.654000', '214411.657000', '214411.660000', '214411.662000', '214411.665000', '214411.668000', '214411.670000', '214411.673000', '214411.675000', '214411.678000', '214411.681000', '214411.683000', '214411.686000', '214411.689000', '214411.691000', '214411.694000', '214411.696000', '214411.699000', '214411.702000', '214411.704000', '214411.707000', '214411.709000', '214411.712000', '214411.714000', '214411.717000', '214411.720000', '214411.722000', '214411.731000', '214411.733000', '214411.736000', '214431.619000', '214431.622000', '214431.625000', '214431.628000', '214431.630000', '214431.633000', '214431.635000', '214431.638000', '214431.641000', '214431.643000', '214431.646000', '214431.649000', '214431.651000', '214431.654000', '214431.656000', '214431.659000', '214431.662000', '214431.665000', '214431.667000', '214431.670000', '214431.673000', '214431.675000', '214431.678000', '214431.680000', '214431.683000', '214431.686000', '214431.688000', '214431.691000', '214431.694000', '214431.696000', '214431.699000', '214431.701000', '214431.704000', '214431.707000', '214431.709000', '214431.712000', '214431.715000', '214431.717000', '214431.720000', '214431.723000', '214431.725000', '214431.733000', '214431.735000', '214431.738000', '214451.620000', '214451.623000', '214451.626000', '214451.628000', '214451.631000', '214451.634000', '214451.636000', '214451.639000', '214451.642000', '214451.644000', '214451.647000', '214451.649000', '214451.652000', '214451.655000', '214451.657000', '214451.660000', '214451.662000', '214451.665000', '214451.668000', '214451.670000', '214451.673000', '214451.675000', '214451.678000', '214451.681000', '214451.683000', '214451.686000', '214451.688000', '214451.691000', '214451.693000', '214451.696000', '214451.699000', '214451.701000', '214451.704000', '214451.707000', '214451.709000', '214451.712000', '214451.714000', '214451.717000', '214451.720000', '214451.722000', '214451.725000', '214451.731000', '214451.734000', '214511.619000', '214511.627000', '214511.630000', '214511.633000', '214511.635000', '214511.638000', '214511.641000', '214511.643000', '214511.646000', '214511.649000', '214511.651000', '214511.654000', '214511.657000', '214511.659000', '214511.662000', '214511.665000', '214511.667000', '214511.670000', '214511.673000', '214511.675000', '214511.678000', '214511.680000', '214511.683000', '214511.686000', '214511.688000', '214511.691000', '214511.694000', '214511.696000', '214511.699000', '214511.702000', '214511.704000', '214511.707000', '214511.710000', '214511.712000', '214511.715000', '214511.717000', '214511.720000', '214511.723000', '214511.725000', '214511.728000', '214511.730000', '214511.733000', '214511.736000', '214511.738000', '214531.618000', '214531.621000', '214531.624000', '214531.626000', '214531.629000', '214531.632000', '214531.635000', '214531.637000', '214531.640000', '214531.643000', '214531.645000', '214531.648000', '214531.651000', '214531.653000', '214531.656000', '214531.659000', '214531.661000', '214531.664000', '214531.667000', '214531.669000', '214531.672000', '214531.674000', '214531.677000', '214531.680000', '214531.682000', '214531.685000', '214531.687000', '214531.690000', '214531.693000', '214531.695000', '214531.698000', '214531.701000', '214531.703000', '214531.706000', '214531.708000', '214531.711000', '214531.714000', '214531.716000', '214531.719000', '214531.721000', '214531.724000', '214531.727000', '214531.729000', '214551.620000', '214551.623000', '214551.625000', '214551.628000', '214551.630000', '214551.633000', '214551.636000', '214551.639000', '214551.641000', '214551.644000', '214551.647000', '214551.649000', '214551.652000', '214551.655000', '214551.657000', '214551.660000', '214551.663000', '214551.665000', '214551.668000', '214551.670000', '214551.673000', '214551.676000', '214551.679000', '214551.681000', '214551.684000', '214551.686000', '214551.689000', '214551.692000', '214551.695000', '214551.697000', '214551.700000', '214551.702000', '214551.705000', '214551.708000', '214551.711000', '214551.713000', '214551.716000', '214551.719000', '214551.721000', '214551.724000', '214551.726000', '214551.729000', '214551.732000', '214551.740000', '214611.620000', '214611.623000', '214611.625000', '214611.628000', '214611.631000', '214611.633000', '214611.636000', '214611.638000', '214611.641000', '214611.644000', '214611.646000', '214611.649000', '214611.652000', '214611.654000', '214611.657000', '214611.660000', '214611.662000', '214611.665000', '214611.668000', '214611.670000', '214611.673000', '214611.676000', '214611.678000', '214611.681000', '214611.684000', '214611.686000', '214611.689000', '214611.692000', '214611.694000', '214611.697000', '214611.700000', '214611.702000', '214611.705000', '214611.708000', '214611.710000', '214611.713000', '214611.716000', '214611.718000', '214611.721000', '214611.724000', '214611.726000', '214611.729000', '214611.731000', '214631.619000', '214631.622000', '214631.625000', '214631.627000', '214631.630000', '214631.633000', '214631.635000', '214631.639000', '214631.642000', '214631.644000', '214631.647000', '214631.650000', '214631.652000', '214631.655000', '214631.658000', '214631.660000', '214631.663000', '214631.665000', '214631.668000', '214631.670000', '214631.673000', '214631.676000', '214631.678000', '214631.681000', '214631.684000', '214631.686000', '214631.689000', '214631.692000', '214631.694000', '214631.697000', '214631.700000', '214631.702000', '214631.705000', '214631.708000', '214631.710000', '214631.713000', '214631.715000', '214631.718000', '214631.720000', '214631.723000', '214631.726000', '214631.729000', '214631.731000', '214631.734000', '214651.620000', '214651.622000', '214651.625000', '214651.628000', '214651.630000', '214651.633000', '214651.636000', '214651.638000', '214651.641000', '214651.644000', '214651.660000', '214651.662000', '214651.665000', '214651.668000', '214651.670000', '214651.673000', '214651.676000', '214651.678000', '214651.681000', '214651.683000', '214651.686000', '214651.689000', '214651.691000', '214651.694000', '214651.697000', '214651.699000', '214651.702000', '214651.705000', '214651.707000', '214651.710000', '214651.713000', '214651.715000', '214651.718000', '214651.720000', '214651.723000', '214651.726000', '214651.728000', '214651.731000', '214651.734000', '214651.736000', '214651.739000', '214651.750000', '214651.753000', '214711.620000', '214711.622000', '214711.625000', '214711.628000', '214711.630000', '214711.633000', '214711.636000', '214711.638000', '214711.641000', '214711.644000', '214711.646000', '214711.649000', '214711.652000', '214711.654000', '214711.657000', '214711.659000', '214711.662000', '214711.665000', '214711.667000', '214711.670000', '214711.673000', '214711.675000', '214711.678000', '214711.680000', '214711.683000', '214711.686000', '214711.688000', '214711.691000', '214711.694000', '214711.696000', '214711.699000', '214711.702000', '214711.704000', '214711.707000', '214711.710000', '214711.712000', '214711.715000', '214711.718000', '214711.720000', '214711.723000', '214711.726000', '214711.728000', '214711.731000', '214711.733000', '214731.619000', '214731.622000', '214731.625000', '214731.627000', '214731.630000', '214731.633000', '214731.635000', '214731.638000', '214731.641000', '214731.643000', '214731.646000', '214731.649000', '214731.651000', '214731.654000', '214731.657000', '214731.659000', '214731.662000', '214731.664000', '214731.667000', '214731.670000', '214731.672000', '214731.675000', '214731.677000', '214731.680000', '214731.683000', '214731.685000', '214731.688000', '214731.690000', '214731.693000', '214731.696000', '214731.699000', '214731.701000', '214731.704000', '214731.706000', '214731.709000', '214731.712000', '214731.714000', '214731.717000', '214731.720000', '214731.722000', '214731.725000', '214731.728000', '214731.730000', '214751.619000', '214751.622000', '214751.624000', '214751.627000', '214751.630000', '214751.632000', '214751.635000', '214751.638000', '214751.641000', '214751.643000', '214751.647000', '214751.650000', '214751.653000', '214751.655000', '214751.658000', '214751.661000', '214751.664000', '214751.666000', '214751.669000', '214751.672000', '214751.674000', '214751.678000', '214751.681000', '214751.683000', '214751.686000', '214751.689000', '214751.691000', '214751.694000', '214751.697000', '214751.699000', '214751.702000', '214751.705000', '214751.707000', '214751.710000', '214751.713000', '214751.715000', '214751.718000', '214751.720000', '214751.723000', '214751.726000', '214751.728000', '214751.731000', '214751.734000', '214811.620000', '214811.623000', '214811.626000', '214811.628000', '214811.631000', '214811.634000', '214811.636000', '214811.639000', '214811.642000', '214811.644000', '214811.647000', '214811.650000', '214811.652000', '214811.655000', '214811.657000', '214811.660000', '214811.663000', '214811.665000', '214811.668000', '214811.671000', '214811.673000', '214811.676000', '214811.679000', '214811.681000', '214811.684000', '214811.687000', '214811.689000', '214811.692000', '214811.694000', '214811.697000', '214811.700000', '214811.703000', '214811.706000', '214811.709000', '214811.711000', '214811.714000', '214811.726000', '214811.729000', '214811.732000', '214811.734000', '214811.737000', '214811.740000', '214811.742000', '214811.745000', '214831.620000', '214831.622000', '214831.625000', '214831.628000', '214831.630000', '214831.633000', '214831.636000', '214831.638000', '214831.641000', '214831.644000', '214831.646000', '214831.649000', '214831.652000', '214831.654000', '214831.657000', '214831.660000', '214831.662000', '214831.666000', '214831.669000', '214831.671000', '214831.674000', '214831.677000', '214831.680000', '214831.682000', '214831.685000', '214831.688000', '214831.690000', '214831.693000', '214831.695000', '214831.698000', '214831.701000', '214831.703000', '214831.706000', '214831.709000', '214831.711000', '214831.714000', '214831.716000', '214831.719000', '214831.722000', '214831.724000', '214831.727000', '214831.730000', '214831.732000', '214851.620000', '214851.623000', '214851.625000', '214851.628000', '214851.632000', '214851.634000', '214851.637000', '214851.640000', '214851.643000', '214851.645000', '214851.648000', '214851.651000', '214851.654000', '214851.656000', '214851.659000', '214851.662000', '214851.665000', '214851.667000', '214851.670000', '214851.672000', '214851.675000', '214851.678000', '214851.681000', '214851.683000', '214851.686000', '214851.689000', '214851.691000', '214851.694000', '214851.697000', '214851.699000', '214851.702000', '214851.704000', '214851.707000', '214851.710000', '214851.712000', '214851.715000', '214851.718000', '214851.720000', '214851.723000', '214851.726000', '214851.728000', '214851.731000', '214851.734000', '214851.736000', '214909.831000', '214909.834000', '214909.837000', '214909.839000', '214909.842000', '214909.845000', '214909.848000', '214909.850000', '214909.853000', '214909.856000', '214909.858000', '214909.861000', '214909.864000', '214909.867000', '214909.869000', '214909.872000', '214909.875000', '214909.878000', '214909.881000', '214909.884000', '214909.887000', '214909.890000', '214909.892000', '214909.895000', '214909.898000', '214909.901000', '214909.904000', '214909.907000', '214909.910000', '214909.913000', '214909.916000', '214909.919000', '214909.922000', '214909.925000', '214909.928000', '214909.931000', '214909.934000', '214909.937000', '214909.941000', '214909.944000'], 'InstanceCreationTime': ['214251.660000', '214251.663000', '214251.666000', '214251.669000', '214251.671000', '214251.674000', '214251.676000', '214251.679000', '214251.682000', '214251.684000', '214251.687000', '214251.690000', '214251.692000', '214251.695000', '214251.698000', '214251.700000', '214251.703000', '214251.706000', '214251.708000', '214251.711000', '214251.714000', '214251.716000', '214251.719000', '214251.722000', '214251.725000', '214251.728000', '214251.730000', '214251.733000', '214251.736000', '214251.738000', '214251.741000', '214251.744000', '214251.746000', '214251.749000', '214251.751000', '214251.754000', '214251.757000', '214251.760000', '214251.763000', '214251.765000', '214251.768000', '214251.771000', '214251.782000', '214251.784000', '214251.787000', '214251.789000', '214251.792000', '214251.795000', '214251.797000', '214311.619000', '214311.623000', '214311.625000', '214311.628000', '214311.630000', '214311.634000', '214311.636000', '214311.639000', '214311.641000', '214311.644000', '214311.647000', '214311.649000', '214311.652000', '214311.655000', '214311.668000', '214311.671000', '214311.673000', '214311.676000', '214311.679000', '214311.681000', '214311.684000', '214311.686000', '214311.689000', '214311.692000', '214311.694000', '214311.697000', '214311.699000', '214311.702000', '214311.705000', '214311.707000', '214311.710000', '214311.713000', '214311.715000', '214311.718000', '214311.720000', '214311.723000', '214311.726000', '214311.728000', '214311.731000', '214311.733000', '214311.736000', '214311.739000', '214311.741000', '214311.744000', '214331.619000', '214331.622000', '214331.625000', '214331.628000', '214331.636000', '214331.638000', '214331.641000', '214331.643000', '214331.646000', '214331.649000', '214331.651000', '214331.654000', '214331.657000', '214331.659000', '214331.662000', '214331.664000', '214331.667000', '214331.670000', '214331.672000', '214331.675000', '214331.678000', '214331.680000', '214331.683000', '214331.685000', '214331.688000', '214331.691000', '214331.693000', '214331.696000', '214331.699000', '214331.701000', '214331.704000', '214331.706000', '214331.709000', '214331.712000', '214331.714000', '214331.717000', '214331.719000', '214331.722000', '214331.725000', '214331.727000', '214331.730000', '214331.733000', '214331.735000', '214351.620000', '214351.623000', '214351.625000', '214351.628000', '214351.631000', '214351.633000', '214351.636000', '214351.638000', '214351.641000', '214351.644000', '214351.646000', '214351.649000', '214351.652000', '214351.654000', '214351.657000', '214351.659000', '214351.662000', '214351.665000', '214351.670000', '214351.673000', '214351.675000', '214351.678000', '214351.680000', '214351.683000', '214351.686000', '214351.688000', '214351.691000', '214351.694000', '214351.696000', '214351.699000', '214351.702000', '214351.704000', '214351.707000', '214351.710000', '214351.712000', '214351.715000', '214351.718000', '214351.720000', '214351.723000', '214351.725000', '214351.728000', '214351.731000', '214351.733000', '214351.736000', '214411.619000', '214411.622000', '214411.625000', '214411.628000', '214411.631000', '214411.633000', '214411.636000', '214411.639000', '214411.641000', '214411.644000', '214411.647000', '214411.649000', '214411.652000', '214411.654000', '214411.657000', '214411.660000', '214411.662000', '214411.665000', '214411.668000', '214411.670000', '214411.673000', '214411.675000', '214411.678000', '214411.681000', '214411.683000', '214411.686000', '214411.689000', '214411.691000', '214411.694000', '214411.696000', '214411.699000', '214411.702000', '214411.704000', '214411.707000', '214411.709000', '214411.712000', '214411.714000', '214411.717000', '214411.720000', '214411.722000', '214411.731000', '214411.733000', '214411.736000', '214431.619000', '214431.622000', '214431.625000', '214431.628000', '214431.630000', '214431.633000', '214431.635000', '214431.638000', '214431.641000', '214431.643000', '214431.646000', '214431.649000', '214431.651000', '214431.654000', '214431.656000', '214431.659000', '214431.662000', '214431.665000', '214431.667000', '214431.670000', '214431.673000', '214431.675000', '214431.678000', '214431.680000', '214431.683000', '214431.686000', '214431.688000', '214431.691000', '214431.694000', '214431.696000', '214431.699000', '214431.701000', '214431.704000', '214431.707000', '214431.709000', '214431.712000', '214431.715000', '214431.717000', '214431.720000', '214431.723000', '214431.725000', '214431.733000', '214431.735000', '214431.738000', '214451.620000', '214451.623000', '214451.626000', '214451.628000', '214451.631000', '214451.634000', '214451.636000', '214451.639000', '214451.642000', '214451.644000', '214451.647000', '214451.649000', '214451.652000', '214451.655000', '214451.657000', '214451.660000', '214451.662000', '214451.665000', '214451.668000', '214451.670000', '214451.673000', '214451.675000', '214451.678000', '214451.681000', '214451.683000', '214451.686000', '214451.688000', '214451.691000', '214451.693000', '214451.696000', '214451.699000', '214451.701000', '214451.704000', '214451.707000', '214451.709000', '214451.712000', '214451.714000', '214451.717000', '214451.720000', '214451.722000', '214451.725000', '214451.731000', '214451.734000', '214511.619000', '214511.627000', '214511.630000', '214511.633000', '214511.635000', '214511.638000', '214511.641000', '214511.643000', '214511.646000', '214511.649000', '214511.651000', '214511.654000', '214511.657000', '214511.659000', '214511.662000', '214511.665000', '214511.667000', '214511.670000', '214511.673000', '214511.675000', '214511.678000', '214511.680000', '214511.683000', '214511.686000', '214511.688000', '214511.691000', '214511.694000', '214511.696000', '214511.699000', '214511.702000', '214511.704000', '214511.707000', '214511.710000', '214511.712000', '214511.715000', '214511.717000', '214511.720000', '214511.723000', '214511.725000', '214511.728000', '214511.730000', '214511.733000', '214511.736000', '214511.738000', '214531.618000', '214531.621000', '214531.624000', '214531.626000', '214531.629000', '214531.632000', '214531.635000', '214531.637000', '214531.640000', '214531.643000', '214531.645000', '214531.648000', '214531.651000', '214531.653000', '214531.656000', '214531.659000', '214531.661000', '214531.664000', '214531.667000', '214531.669000', '214531.672000', '214531.674000', '214531.677000', '214531.680000', '214531.682000', '214531.685000', '214531.687000', '214531.690000', '214531.693000', '214531.695000', '214531.698000', '214531.701000', '214531.703000', '214531.706000', '214531.708000', '214531.711000', '214531.714000', '214531.716000', '214531.719000', '214531.721000', '214531.724000', '214531.727000', '214531.729000', '214551.620000', '214551.623000', '214551.625000', '214551.628000', '214551.630000', '214551.633000', '214551.636000', '214551.639000', '214551.641000', '214551.644000', '214551.647000', '214551.649000', '214551.652000', '214551.655000', '214551.657000', '214551.660000', '214551.663000', '214551.665000', '214551.668000', '214551.670000', '214551.673000', '214551.676000', '214551.679000', '214551.681000', '214551.684000', '214551.686000', '214551.689000', '214551.692000', '214551.695000', '214551.697000', '214551.700000', '214551.702000', '214551.705000', '214551.708000', '214551.711000', '214551.713000', '214551.716000', '214551.719000', '214551.721000', '214551.724000', '214551.726000', '214551.729000', '214551.732000', '214551.740000', '214611.620000', '214611.623000', '214611.625000', '214611.628000', '214611.631000', '214611.633000', '214611.636000', '214611.638000', '214611.641000', '214611.644000', '214611.646000', '214611.649000', '214611.652000', '214611.654000', '214611.657000', '214611.660000', '214611.662000', '214611.665000', '214611.668000', '214611.670000', '214611.673000', '214611.676000', '214611.678000', '214611.681000', '214611.684000', '214611.686000', '214611.689000', '214611.692000', '214611.694000', '214611.697000', '214611.700000', '214611.702000', '214611.705000', '214611.708000', '214611.710000', '214611.713000', '214611.716000', '214611.718000', '214611.721000', '214611.724000', '214611.726000', '214611.729000', '214611.731000', '214631.619000', '214631.622000', '214631.625000', '214631.627000', '214631.630000', '214631.633000', '214631.635000', '214631.639000', '214631.642000', '214631.644000', '214631.647000', '214631.650000', '214631.652000', '214631.655000', '214631.658000', '214631.660000', '214631.663000', '214631.665000', '214631.668000', '214631.670000', '214631.673000', '214631.676000', '214631.678000', '214631.681000', '214631.684000', '214631.686000', '214631.689000', '214631.692000', '214631.694000', '214631.697000', '214631.700000', '214631.702000', '214631.705000', '214631.708000', '214631.710000', '214631.713000', '214631.715000', '214631.718000', '214631.720000', '214631.723000', '214631.726000', '214631.729000', '214631.731000', '214631.734000', '214651.620000', '214651.622000', '214651.625000', '214651.628000', '214651.630000', '214651.633000', '214651.636000', '214651.638000', '214651.641000', '214651.644000', '214651.660000', '214651.662000', '214651.665000', '214651.668000', '214651.670000', '214651.673000', '214651.676000', '214651.678000', '214651.681000', '214651.683000', '214651.686000', '214651.689000', '214651.691000', '214651.694000', '214651.697000', '214651.699000', '214651.702000', '214651.705000', '214651.707000', '214651.710000', '214651.713000', '214651.715000', '214651.718000', '214651.720000', '214651.723000', '214651.726000', '214651.728000', '214651.731000', '214651.734000', '214651.736000', '214651.739000', '214651.750000', '214651.753000', '214711.620000', '214711.622000', '214711.625000', '214711.628000', '214711.630000', '214711.633000', '214711.636000', '214711.638000', '214711.641000', '214711.644000', '214711.646000', '214711.649000', '214711.652000', '214711.654000', '214711.657000', '214711.659000', '214711.662000', '214711.665000', '214711.667000', '214711.670000', '214711.673000', '214711.675000', '214711.678000', '214711.680000', '214711.683000', '214711.686000', '214711.688000', '214711.691000', '214711.694000', '214711.696000', '214711.699000', '214711.702000', '214711.704000', '214711.707000', '214711.710000', '214711.712000', '214711.715000', '214711.718000', '214711.720000', '214711.723000', '214711.726000', '214711.728000', '214711.731000', '214711.733000', '214731.619000', '214731.622000', '214731.625000', '214731.627000', '214731.630000', '214731.633000', '214731.635000', '214731.638000', '214731.641000', '214731.643000', '214731.646000', '214731.649000', '214731.651000', '214731.654000', '214731.657000', '214731.659000', '214731.662000', '214731.664000', '214731.667000', '214731.670000', '214731.672000', '214731.675000', '214731.677000', '214731.680000', '214731.683000', '214731.685000', '214731.688000', '214731.690000', '214731.693000', '214731.696000', '214731.699000', '214731.701000', '214731.704000', '214731.706000', '214731.709000', '214731.712000', '214731.714000', '214731.717000', '214731.720000', '214731.722000', '214731.725000', '214731.728000', '214731.730000', '214751.619000', '214751.622000', '214751.624000', '214751.627000', '214751.630000', '214751.632000', '214751.635000', '214751.638000', '214751.641000', '214751.643000', '214751.647000', '214751.650000', '214751.653000', '214751.655000', '214751.658000', '214751.661000', '214751.664000', '214751.666000', '214751.669000', '214751.672000', '214751.674000', '214751.678000', '214751.681000', '214751.683000', '214751.686000', '214751.689000', '214751.691000', '214751.694000', '214751.697000', '214751.699000', '214751.702000', '214751.705000', '214751.707000', '214751.710000', '214751.713000', '214751.715000', '214751.718000', '214751.720000', '214751.723000', '214751.726000', '214751.728000', '214751.731000', '214751.734000', '214811.620000', '214811.623000', '214811.626000', '214811.628000', '214811.631000', '214811.634000', '214811.636000', '214811.639000', '214811.642000', '214811.644000', '214811.647000', '214811.650000', '214811.652000', '214811.655000', '214811.657000', '214811.660000', '214811.663000', '214811.665000', '214811.668000', '214811.671000', '214811.673000', '214811.676000', '214811.679000', '214811.681000', '214811.684000', '214811.687000', '214811.689000', '214811.692000', '214811.694000', '214811.697000', '214811.700000', '214811.703000', '214811.706000', '214811.709000', '214811.711000', '214811.714000', '214811.726000', '214811.729000', '214811.732000', '214811.734000', '214811.737000', '214811.740000', '214811.742000', '214811.745000', '214831.620000', '214831.622000', '214831.625000', '214831.628000', '214831.630000', '214831.633000', '214831.636000', '214831.638000', '214831.641000', '214831.644000', '214831.646000', '214831.649000', '214831.652000', '214831.654000', '214831.657000', '214831.660000', '214831.662000', '214831.666000', '214831.669000', '214831.671000', '214831.674000', '214831.677000', '214831.680000', '214831.682000', '214831.685000', '214831.688000', '214831.690000', '214831.693000', '214831.695000', '214831.698000', '214831.701000', '214831.703000', '214831.706000', '214831.709000', '214831.711000', '214831.714000', '214831.716000', '214831.719000', '214831.722000', '214831.724000', '214831.727000', '214831.730000', '214831.732000', '214851.620000', '214851.623000', '214851.625000', '214851.628000', '214851.632000', '214851.634000', '214851.637000', '214851.640000', '214851.643000', '214851.645000', '214851.648000', '214851.651000', '214851.654000', '214851.656000', '214851.659000', '214851.662000', '214851.665000', '214851.667000', '214851.670000', '214851.672000', '214851.675000', '214851.678000', '214851.681000', '214851.683000', '214851.686000', '214851.689000', '214851.691000', '214851.694000', '214851.697000', '214851.699000', '214851.702000', '214851.704000', '214851.707000', '214851.710000', '214851.712000', '214851.715000', '214851.718000', '214851.720000', '214851.723000', '214851.726000', '214851.728000', '214851.731000', '214851.734000', '214851.736000', '214909.831000', '214909.834000', '214909.837000', '214909.839000', '214909.842000', '214909.845000', '214909.848000', '214909.850000', '214909.853000', '214909.856000', '214909.858000', '214909.861000', '214909.864000', '214909.867000', '214909.869000', '214909.872000', '214909.875000', '214909.878000', '214909.881000', '214909.884000', '214909.887000', '214909.890000', '214909.892000', '214909.895000', '214909.898000', '214909.901000', '214909.904000', '214909.907000', '214909.910000', '214909.913000', '214909.916000', '214909.919000', '214909.922000', '214909.925000', '214909.928000', '214909.931000', '214909.934000', '214909.937000', '214909.941000', '214909.944000'], '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': [12745, 9406, 12929, 8760, 13134, 8544, 11621, 8549, 12321, 8510, 8993, 11260, 8740, 15901, 9691, 12155, 8516, 14399, 8869, 13212, 10279, 12383, 8697, 12109, 9289, 11565, 10096, 11619, 8570, 11704, 8380, 11775, 8606, 11810, 8620, 10781, 8580, 11329, 8588, 11737, 8471, 10745, 8252, 10582, 8531, 10891, 8502, 9610, 8388, 9506, 8951, 9241, 9266, 8514, 11486, 8803, 11643, 8953, 9618, 8425, 9805, 8629, 9682, 8648, 8300, 9494, 7898, 9803, 9054, 10362, 8671, 9189, 8898, 10891, 8680, 11014, 9178, 10664, 9571, 10038, 8938, 10797, 9844, 10817, 9502, 11052, 9850, 9779, 9341, 8039, 9478, 8165, 9416, 7932, 9471, 8504, 10164, 10332, 9459, 16792, 9898, 17828, 10554, 14810, 9046, 13837, 9279, 9954, 8043, 8413, 10027, 8394, 12438, 8094, 10962, 8437, 10582, 8011, 10975, 8319, 10654, 8126, 10238, 8146, 10368, 8206, 9994, 8292, 10392, 8091, 11318, 9212, 10279, 8895, 8011, 8629, 8030, 10205, 8118, 10584, 8219, 10684, 8344, 11501, 8632, 11734, 8858, 11358, 9011, 12223, 9771, 9926, 9081, 9502, 8704, 10453, 9429, 8023, 10276, 8295, 8905, 8495, 11608, 8815, 16130, 8715, 12860, 8917, 12321, 10048, 14868, 9046, 11984, 9088, 11556, 9932, 12429, 8657, 10745, 8737, 11029, 8424, 10534, 8823, 11806, 9078, 10964, 8384, 10895, 8431, 11706, 9968, 10830, 8289, 10970, 8510, 11309, 9426, 10824, 8677, 10609, 8554, 10818, 8439, 10267, 8477, 10003, 8584, 10001, 8263, 10325, 8331, 9921, 8624, 10320, 8475, 10840, 8581, 10459, 8546, 11081, 8575, 11684, 8717, 12350, 8561, 11861, 8526, 14019, 8317, 11743, 8530, 10317, 8396, 9568, 8428, 8029, 8071, 8441, 8394, 8447, 8332, 8017, 8103, 9187, 8152, 9730, 8243, 8724, 8124, 9863, 8412, 9496, 8313, 8661, 8160, 9406, 8083, 9898, 8113, 8676, 8111, 9399, 8122, 9261, 8216, 8870, 8248, 8539, 8878, 8686, 8139, 8719, 8579, 8499, 8846, 8511, 8066, 8457, 9270, 8424, 10024, 8777, 9637, 8455, 11585, 8617, 11170, 8441, 10207, 8649, 9504, 8525, 8728, 8258, 8174, 8449, 8037, 9478, 7937, 11601, 8154, 9492, 7981, 9584, 9779, 10126, 10076, 8628, 15377, 8527, 15410, 10061, 14155, 8320, 12108, 8615, 11768, 10048, 10978, 8692, 10825, 9267, 11371, 9276, 10804, 8473, 11136, 8401, 11361, 8469, 10629, 8544, 10573, 8411, 11332, 8635, 11212, 8537, 10872, 8449, 11464, 9375, 12576, 8693, 11644, 8695, 12046, 10044, 11505, 8695, 11761, 8637, 11445, 9586, 10581, 8533, 10751, 8467, 11013, 8399, 10226, 8341, 9767, 8088, 9751, 8435, 8991, 8239, 8560, 8196, 9407, 8368, 9217, 8328, 9067, 8187, 9863, 8681, 10100, 8230, 10081, 8381, 11118, 8598, 11573, 8563, 10078, 8267, 10348, 8363, 10841, 8410, 10311, 8511, 11089, 8458, 10532, 8559, 9705, 8341, 9999, 8161, 10282, 8315, 8693, 8203, 8917, 9430, 8539, 8922, 8792, 12165, 8372, 12383, 9326, 10855, 8394, 10948, 8584, 10315, 8731, 10486, 8362, 10233, 8539, 10638, 9089, 10142, 8587, 10094, 8604, 10295, 9262, 10757, 8532, 10694, 8686, 11297, 9618, 10112, 8711, 10129, 8983, 10474, 9010, 9011, 8802, 9239, 8812, 12329, 8840, 11940, 8643, 10870, 8389, 11295, 9426, 10705, 8576, 10373, 8596, 10979, 8672, 10302, 8609, 10374, 8550, 10613, 8515, 10307, 8411, 10224, 8615, 10567, 8677, 10099, 8551, 9949, 8544, 10627, 9419, 11411, 9113, 10965, 8906, 11397, 9608, 10929, 8731, 10143, 9144, 10052, 9093, 8663, 8811, 8505, 8829, 8699, 11147, 8321, 9220, 8278, 9993, 8639, 13269, 8454, 10256, 8762, 10867, 8753, 10401, 8393, 9017, 8284, 9174, 8627, 9162, 8444, 8545, 10472, 8570, 9018, 8501, 8555, 8611, 10306, 8759, 8220, 8562, 8294, 8552, 8402, 9463, 8387, 8700, 8219, 8915, 8298, 10672, 8428, 8879, 8622, 10369, 8868, 12364, 8656, 12141, 8685, 11603, 9290, 12064, 9251, 10252, 8538, 10830, 9335, 11548, 9136, 10843, 8543, 12331, 9267, 12452, 9328, 11623, 8389, 11330, 8399, 11536, 9882, 11528, 8634, 11124, 8569, 10852, 9296, 8578, 8455, 9008, 8604, 11228, 8793, 10569, 8662, 12256, 8515, 11397, 9909, 10805, 8428, 10872, 8375, 10942, 8702, 10654, 8492, 9058, 8273, 9016, 8487, 9473, 8099, 8581, 8343, 8988, 8459, 8973, 8288, 9770, 8599, 10016, 8516, 11405, 8897, 10986, 8831, 9284, 8612, 12918, 8555, 13316, 9781, 10683, 8499, 13363, 8750, 11162, 9203, 8428, 8649, 8179, 8683, 8875, 9055, 8494, 8634, 8824, 8543, 12766, 8988, 11728, 8977, 11130, 8336, 10817, 8489, 10825, 8349, 8772, 8399, 8426, 12116, 8527, 12100, 8120, 10750, 8547, 11313, 9360, 10578, 8315, 10585, 8366, 10609, 8536, 10223, 8448, 9650, 8426, 9758, 8431, 10320, 8607, 9613, 8576, 11728, 9649, 10819, 9790, 11007, 9918, 10927, 9653, 11006, 9104, 10385, 8686, 11156, 8844, 10616, 8967, 7975, 8486, 7776, 8462, 7889, 9422, 8244, 11083, 8915, 11939, 9061, 12848, 8621, 14078, 9686, 16054, 11315, 16583, 14894, 12028, 17348, 11830, 16905, 10601, 14535, 8192, 11803, 8392, 8705, 8330, 8137, 13038, 8120, 11075, 8316, 10682, 8318, 10281, 8210, 8549, 8725, 8398, 12063, 8367, 10825, 8635, 10548, 8617, 10792, 8824, 10327, 9363, 9383, 8584, 10143, 8406, 9410, 8963, 10263, 9152, 10424, 8821, 10756, 9334, 11579, 9234, 10812, 9061, 11214, 9020, 11904, 9283, 10952, 9111, 10012, 9021, 9745, 9170, 8676, 8757, 8393, 8140, 7756, 8951, 8124, 9669, 7941, 9437, 7798, 11834, 8011, 13270, 8756, 11021, 8256, 9338, 14271, 8452, 12632, 8238, 12318, 8241, 11352, 8787, 10540, 7903, 10432, 7999, 10679, 8681, 10023, 7854, 10760, 8141, 10814, 8192, 10662, 8167, 10130, 8592, 9739, 8016, 8007, 8081, 7743, 8173, 8999, 8408, 7946, 8722, 8338, 8376, 10385, 8243, 8231, 8266, 7612, 8387, 8031, 8331, 7862, 8276, 8035, 9275, 8138, 10254, 8060, 13446, 7860, 11449, 8010, 11765, 8403, 13509, 8258, 9441, 7722, 8398, 7812, 8283, 7722, 7968, 8908, 8437, 9635, 8061, 8138, 7891, 9362, 8276, 8976, 8112, 7773, 8088, 7694, 8423, 7849, 9146, 7846, 9415], 'WindowCenter': [4337.0, 4269.0, 4302.0, 4242.0, 4291.0, 4230.0, 4270.0, 4217.0, 4280.0, 4215.0, 4226.0, 4243.0, 4216.0, 4272.0, 4212.0, 4229.0, 4201.0, 4251.0, 4212.0, 4251.0, 4220.0, 4238.0, 4200.0, 4239.0, 4207.0, 4228.0, 4219.0, 4227.0, 4187.0, 4228.0, 4188.0, 4228.0, 4186.0, 4229.0, 4185.0, 4215.0, 4188.0, 4218.0, 4187.0, 4227.0, 4177.0, 4217.0, 4173.0, 4218.0, 4186.0, 4216.0, 4186.0, 4196.0, 4176.0, 4209.0, 4196.0, 4206.0, 4197.0, 4188.0, 4216.0, 4200.0, 4225.0, 4198.0, 4210.0, 4213.0, 4233.0, 4213.0, 4210.0, 4214.0, 4202.0, 4224.0, 4194.0, 4224.0, 4212.0, 4234.0, 4212.0, 4220.0, 4212.0, 4246.0, 4213.0, 4245.0, 4224.0, 4244.0, 4222.0, 4235.0, 4225.0, 4233.0, 4235.0, 4230.0, 4223.0, 4232.0, 4223.0, 4220.0, 4224.0, 4193.0, 4236.0, 4202.0, 4212.0, 4193.0, 4212.0, 4199.0, 4221.0, 4208.0, 4209.0, 4258.0, 4209.0, 4258.0, 4205.0, 4235.0, 4174.0, 4237.0, 4196.0, 4208.0, 4164.0, 4174.0, 4192.0, 4174.0, 4226.0, 4176.0, 4205.0, 4186.0, 4205.0, 4178.0, 4219.0, 4188.0, 4218.0, 4190.0, 4219.0, 4191.0, 4220.0, 4202.0, 4221.0, 4203.0, 4232.0, 4204.0, 4231.0, 4226.0, 4235.0, 4226.0, 4204.0, 4213.0, 4201.0, 4233.0, 4194.0, 4235.0, 4202.0, 4232.0, 4204.0, 4244.0, 4213.0, 4243.0, 4213.0, 4242.0, 4214.0, 4253.0, 4230.0, 4222.0, 4225.0, 4219.0, 4213.0, 4232.0, 4213.0, 4193.0, 4222.0, 4188.0, 4211.0, 4202.0, 4239.0, 4202.0, 4259.0, 4197.0, 4239.0, 4202.0, 4240.0, 4212.0, 4249.0, 4199.0, 4229.0, 4202.0, 4228.0, 4206.0, 4228.0, 4186.0, 4230.0, 4188.0, 4217.0, 4177.0, 4219.0, 4209.0, 4227.0, 4201.0, 4218.0, 4188.0, 4228.0, 4191.0, 4228.0, 4209.0, 4218.0, 4190.0, 4216.0, 4199.0, 4228.0, 4198.0, 4216.0, 4198.0, 4216.0, 4198.0, 4232.0, 4189.0, 4217.0, 4198.0, 4219.0, 4211.0, 4231.0, 4201.0, 4233.0, 4201.0, 4221.0, 4213.0, 4232.0, 4203.0, 4233.0, 4201.0, 4228.0, 4212.0, 4239.0, 4213.0, 4242.0, 4202.0, 4251.0, 4201.0, 4242.0, 4198.0, 4248.0, 4187.0, 4225.0, 4188.0, 4219.0, 4175.0, 4208.0, 4178.0, 4176.0, 4178.0, 4187.0, 4178.0, 4187.0, 4187.0, 4178.0, 4177.0, 4209.0, 4177.0, 4210.0, 4187.0, 4200.0, 4189.0, 4221.0, 4190.0, 4211.0, 4186.0, 4203.0, 4191.0, 4210.0, 4192.0, 4222.0, 4188.0, 4200.0, 4189.0, 4210.0, 4188.0, 4208.0, 4189.0, 4211.0, 4199.0, 4203.0, 4199.0, 4200.0, 4189.0, 4202.0, 4201.0, 4213.0, 4211.0, 4212.0, 4189.0, 4203.0, 4210.0, 4203.0, 4218.0, 4211.0, 4211.0, 4199.0, 4241.0, 4216.0, 4231.0, 4204.0, 4234.0, 4214.0, 4223.0, 4215.0, 4214.0, 4216.0, 4211.0, 4216.0, 4204.0, 4236.0, 4205.0, 4252.0, 4203.0, 4236.0, 4203.0, 4226.0, 4221.0, 4230.0, 4221.0, 4201.0, 4261.0, 4199.0, 4259.0, 4221.0, 4248.0, 4189.0, 4240.0, 4200.0, 4238.0, 4219.0, 4229.0, 4212.0, 4232.0, 4210.0, 4227.0, 4212.0, 4229.0, 4189.0, 4229.0, 4191.0, 4229.0, 4189.0, 4218.0, 4202.0, 4220.0, 4201.0, 4231.0, 4202.0, 4230.0, 4199.0, 4232.0, 4202.0, 4228.0, 4212.0, 4239.0, 4199.0, 4228.0, 4203.0, 4240.0, 4218.0, 4229.0, 4198.0, 4229.0, 4201.0, 4227.0, 4199.0, 4207.0, 4190.0, 4218.0, 4188.0, 4217.0, 4177.0, 4209.0, 4175.0, 4207.0, 4175.0, 4210.0, 4175.0, 4201.0, 4176.0, 4201.0, 4187.0, 4213.0, 4186.0, 4211.0, 4193.0, 4199.0, 4201.0, 4220.0, 4203.0, 4233.0, 4202.0, 4233.0, 4202.0, 4242.0, 4201.0, 4245.0, 4202.0, 4219.0, 4200.0, 4222.0, 4188.0, 4230.0, 4200.0, 4223.0, 4203.0, 4234.0, 4189.0, 4223.0, 4200.0, 4212.0, 4190.0, 4221.0, 4190.0, 4219.0, 4189.0, 4204.0, 4191.0, 4212.0, 4209.0, 4201.0, 4201.0, 4201.0, 4241.0, 4201.0, 4239.0, 4213.0, 4221.0, 4191.0, 4228.0, 4203.0, 4219.0, 4200.0, 4218.0, 4201.0, 4223.0, 4204.0, 4233.0, 4212.0, 4224.0, 4212.0, 4233.0, 4215.0, 4232.0, 4225.0, 4232.0, 4216.0, 4233.0, 4216.0, 4243.0, 4223.0, 4220.0, 4213.0, 4220.0, 4215.0, 4231.0, 4213.0, 4200.0, 4211.0, 4209.0, 4211.0, 4242.0, 4212.0, 4231.0, 4203.0, 4219.0, 4193.0, 4231.0, 4213.0, 4220.0, 4200.0, 4219.0, 4216.0, 4232.0, 4203.0, 4220.0, 4200.0, 4222.0, 4213.0, 4233.0, 4204.0, 4220.0, 4202.0, 4234.0, 4214.0, 4235.0, 4214.0, 4223.0, 4213.0, 4222.0, 4213.0, 4234.0, 4226.0, 4241.0, 4215.0, 4235.0, 4224.0, 4243.0, 4226.0, 4233.0, 4201.0, 4222.0, 4215.0, 4223.0, 4214.0, 4202.0, 4214.0, 4203.0, 4214.0, 4202.0, 4230.0, 4188.0, 4210.0, 4190.0, 4221.0, 4202.0, 4253.0, 4190.0, 4222.0, 4201.0, 4230.0, 4191.0, 4219.0, 4180.0, 4200.0, 4189.0, 4200.0, 4187.0, 4202.0, 4177.0, 4191.0, 4217.0, 4188.0, 4186.0, 4189.0, 4189.0, 4201.0, 4220.0, 4200.0, 4189.0, 4199.0, 4191.0, 4201.0, 4191.0, 4210.0, 4190.0, 4202.0, 4192.0, 4214.0, 4191.0, 4234.0, 4204.0, 4215.0, 4214.0, 4238.0, 4216.0, 4253.0, 4203.0, 4242.0, 4203.0, 4232.0, 4214.0, 4241.0, 4211.0, 4218.0, 4203.0, 4230.0, 4214.0, 4229.0, 4212.0, 4220.0, 4199.0, 4238.0, 4201.0, 4229.0, 4198.0, 4218.0, 4179.0, 4220.0, 4191.0, 4217.0, 4209.0, 4218.0, 4191.0, 4221.0, 4202.0, 4221.0, 4200.0, 4188.0, 4193.0, 4200.0, 4201.0, 4218.0, 4190.0, 4206.0, 4189.0, 4228.0, 4191.0, 4217.0, 4207.0, 4209.0, 4175.0, 4207.0, 4186.0, 4217.0, 4186.0, 4207.0, 4186.0, 4198.0, 4188.0, 4198.0, 4188.0, 4209.0, 4177.0, 4199.0, 4192.0, 4211.0, 4203.0, 4213.0, 4205.0, 4227.0, 4204.0, 4223.0, 4204.0, 4244.0, 4216.0, 4235.0, 4218.0, 4212.0, 4204.0, 4252.0, 4212.0, 4252.0, 4224.0, 4219.0, 4201.0, 4250.0, 4201.0, 4245.0, 4216.0, 4190.0, 4200.0, 4191.0, 4200.0, 4201.0, 4212.0, 4199.0, 4200.0, 4197.0, 4201.0, 4250.0, 4212.0, 4231.0, 4199.0, 4220.0, 4180.0, 4219.0, 4190.0, 4219.0, 4177.0, 4186.0, 4165.0, 4176.0, 4217.0, 4178.0, 4215.0, 4165.0, 4207.0, 4175.0, 4215.0, 4196.0, 4206.0, 4176.0, 4207.0, 4176.0, 4207.0, 4188.0, 4208.0, 4180.0, 4199.0, 4189.0, 4209.0, 4189.0, 4221.0, 4202.0, 4237.0, 4228.0, 4256.0, 4222.0, 4231.0, 4220.0, 4232.0, 4223.0, 4231.0, 4238.0, 4246.0, 4226.0, 4246.0, 4228.0, 4245.0, 4214.0, 4248.0, 4218.0, 4194.0, 4190.0, 4183.0, 4194.0, 4204.0, 4223.0, 4218.0, 4245.0, 4214.0, 4244.0, 4215.0, 4255.0, 4200.0, 4261.0, 4212.0, 4261.0, 4208.0, 4250.0, 4227.0, 4203.0, 4218.0, 4190.0, 4210.0, 4169.0, 4199.0, 4127.0, 4178.0, 4126.0, 4137.0, 4125.0, 4126.0, 4186.0, 4127.0, 4165.0, 4137.0, 4167.0, 4149.0, 4180.0, 4150.0, 4163.0, 4160.0, 4162.0, 4202.0, 4164.0, 4194.0, 4176.0, 4193.0, 4177.0, 4206.0, 4197.0, 4209.0, 4200.0, 4211.0, 4204.0, 4222.0, 4201.0, 4225.0, 4228.0, 4233.0, 4224.0, 4232.0, 4215.0, 4232.0, 4224.0, 4244.0, 4225.0, 4233.0, 4214.0, 4233.0, 4216.0, 4255.0, 4215.0, 4233.0, 4212.0, 4221.0, 4213.0, 4235.0, 4225.0, 4214.0, 4213.0, 4203.0, 4217.0, 4197.0, 4228.0, 4204.0, 4226.0, 4205.0, 4226.0, 4196.0, 4254.0, 4188.0, 4263.0, 4203.0, 4235.0, 4192.0, 4212.0, 4249.0, 4190.0, 4230.0, 4188.0, 4230.0, 4191.0, 4220.0, 4192.0, 4220.0, 4181.0, 4219.0, 4192.0, 4219.0, 4203.0, 4210.0, 4193.0, 4220.0, 4192.0, 4233.0, 4205.0, 4221.0, 4204.0, 4221.0, 4214.0, 4245.0, 4216.0, 4201.0, 4204.0, 4190.0, 4212.0, 4212.0, 4202.0, 4189.0, 4213.0, 4201.0, 4204.0, 4234.0, 4204.0, 4204.0, 4200.0, 4179.0, 4202.0, 4202.0, 4203.0, 4193.0, 4204.0, 4193.0, 4213.0, 4193.0, 4235.0, 4193.0, 4262.0, 4193.0, 4244.0, 4192.0, 4241.0, 4190.0, 4252.0, 4189.0, 4208.0, 4181.0, 4192.0, 4177.0, 4191.0, 4167.0, 4179.0, 4187.0, 4189.0, 4210.0, 4179.0, 4177.0, 4188.0, 4197.0, 4191.0, 4200.0, 4191.0, 4178.0, 4191.0, 4178.0, 4192.0, 4190.0, 4212.0, 4193.0, 4211.0], 'WindowWidth': [9569.0, 9463.0, 9492.0, 9406.0, 9468.0, 9381.0, 9437.0, 9357.0, 9448.0, 9351.0, 9365.0, 9384.0, 9351.0, 9421.0, 9338.0, 9355.0, 9322.0, 9389.0, 9340.0, 9389.0, 9347.0, 9365.0, 9321.0, 9369.0, 9326.0, 9352.0, 9341.0, 9349.0, 9296.0, 9350.0, 9299.0, 9350.0, 9291.0, 9350.0, 9287.0, 9328.0, 9296.0, 9336.0, 9293.0, 9346.0, 9280.0, 9334.0, 9272.0, 9338.0, 9292.0, 9332.0, 9291.0, 9306.0, 9279.0, 9328.0, 9305.0, 9322.0, 9309.0, 9297.0, 9331.0, 9318.0, 9343.0, 9313.0, 9333.0, 9344.0, 9372.0, 9344.0, 9331.0, 9347.0, 9326.0, 9357.0, 9316.0, 9355.0, 9337.0, 9371.0, 9338.0, 9349.0, 9340.0, 9391.0, 9342.0, 9386.0, 9359.0, 9387.0, 9351.0, 9374.0, 9362.0, 9368.0, 9373.0, 9358.0, 9352.0, 9361.0, 9355.0, 9347.0, 9358.0, 9313.0, 9377.0, 9322.0, 9338.0, 9314.0, 9339.0, 9314.0, 9348.0, 9325.0, 9327.0, 9391.0, 9326.0, 9391.0, 9314.0, 9355.0, 9269.0, 9359.0, 9307.0, 9324.0, 9257.0, 9271.0, 9291.0, 9273.0, 9342.0, 9277.0, 9312.0, 9291.0, 9315.0, 9284.0, 9338.0, 9297.0, 9338.0, 9303.0, 9340.0, 9306.0, 9345.0, 9325.0, 9347.0, 9327.0, 9363.0, 9333.0, 9361.0, 9363.0, 9374.0, 9364.0, 9329.0, 9342.0, 9324.0, 9370.0, 9317.0, 9373.0, 9324.0, 9365.0, 9332.0, 9382.0, 9342.0, 9379.0, 9343.0, 9377.0, 9345.0, 9392.0, 9363.0, 9350.0, 9361.0, 9344.0, 9341.0, 9363.0, 9340.0, 9310.0, 9349.0, 9301.0, 9336.0, 9325.0, 9371.0, 9322.0, 9395.0, 9309.0, 9367.0, 9322.0, 9369.0, 9333.0, 9379.0, 9313.0, 9352.0, 9322.0, 9349.0, 9320.0, 9348.0, 9295.0, 9359.0, 9299.0, 9335.0, 9281.0, 9339.0, 9330.0, 9349.0, 9321.0, 9339.0, 9299.0, 9353.0, 9309.0, 9351.0, 9328.0, 9336.0, 9304.0, 9334.0, 9317.0, 9353.0, 9312.0, 9332.0, 9312.0, 9334.0, 9313.0, 9361.0, 9302.0, 9336.0, 9315.0, 9344.0, 9337.0, 9364.0, 9322.0, 9369.0, 9322.0, 9349.0, 9340.0, 9366.0, 9328.0, 9366.0, 9322.0, 9356.0, 9339.0, 9372.0, 9341.0, 9378.0, 9325.0, 9389.0, 9321.0, 9376.0, 9313.0, 9380.0, 9294.0, 9346.0, 9296.0, 9340.0, 9278.0, 9323.0, 9281.0, 9280.0, 9284.0, 9297.0, 9282.0, 9296.0, 9295.0, 9286.0, 9284.0, 9330.0, 9283.0, 9331.0, 9297.0, 9319.0, 9303.0, 9349.0, 9304.0, 9334.0, 9294.0, 9324.0, 9308.0, 9334.0, 9307.0, 9349.0, 9300.0, 9319.0, 9303.0, 9333.0, 9299.0, 9329.0, 9303.0, 9335.0, 9316.0, 9327.0, 9315.0, 9320.0, 9303.0, 9324.0, 9321.0, 9341.0, 9334.0, 9339.0, 9304.0, 9328.0, 9335.0, 9329.0, 9342.0, 9335.0, 9334.0, 9319.0, 9376.0, 9348.0, 9362.0, 9330.0, 9369.0, 9345.0, 9356.0, 9350.0, 9346.0, 9351.0, 9340.0, 9352.0, 9334.0, 9380.0, 9335.0, 9398.0, 9329.0, 9378.0, 9331.0, 9365.0, 9350.0, 9361.0, 9347.0, 9322.0, 9404.0, 9319.0, 9397.0, 9348.0, 9380.0, 9304.0, 9373.0, 9320.0, 9365.0, 9344.0, 9355.0, 9339.0, 9364.0, 9333.0, 9351.0, 9336.0, 9355.0, 9302.0, 9355.0, 9307.0, 9356.0, 9301.0, 9340.0, 9322.0, 9344.0, 9322.0, 9361.0, 9323.0, 9357.0, 9316.0, 9361.0, 9323.0, 9353.0, 9336.0, 9368.0, 9315.0, 9353.0, 9325.0, 9369.0, 9342.0, 9352.0, 9312.0, 9355.0, 9320.0, 9349.0, 9313.0, 9320.0, 9300.0, 9336.0, 9297.0, 9333.0, 9280.0, 9323.0, 9276.0, 9321.0, 9279.0, 9328.0, 9276.0, 9317.0, 9280.0, 9317.0, 9298.0, 9336.0, 9293.0, 9333.0, 9312.0, 9318.0, 9323.0, 9347.0, 9328.0, 9368.0, 9326.0, 9366.0, 9326.0, 9378.0, 9320.0, 9384.0, 9323.0, 9343.0, 9319.0, 9350.0, 9301.0, 9358.0, 9320.0, 9351.0, 9326.0, 9366.0, 9303.0, 9351.0, 9317.0, 9336.0, 9306.0, 9349.0, 9304.0, 9344.0, 9302.0, 9327.0, 9305.0, 9336.0, 9327.0, 9320.0, 9319.0, 9321.0, 9373.0, 9322.0, 9367.0, 9339.0, 9345.0, 9307.0, 9353.0, 9327.0, 9344.0, 9320.0, 9341.0, 9322.0, 9351.0, 9330.0, 9366.0, 9338.0, 9355.0, 9340.0, 9368.0, 9349.0, 9365.0, 9360.0, 9364.0, 9348.0, 9367.0, 9350.0, 9381.0, 9354.0, 9346.0, 9342.0, 9346.0, 9346.0, 9361.0, 9339.0, 9317.0, 9335.0, 9328.0, 9336.0, 9377.0, 9337.0, 9358.0, 9323.0, 9340.0, 9311.0, 9360.0, 9337.0, 9343.0, 9318.0, 9342.0, 9348.0, 9362.0, 9325.0, 9343.0, 9320.0, 9353.0, 9342.0, 9367.0, 9328.0, 9347.0, 9325.0, 9368.0, 9344.0, 9371.0, 9343.0, 9353.0, 9343.0, 9353.0, 9344.0, 9369.0, 9361.0, 9376.0, 9348.0, 9371.0, 9358.0, 9379.0, 9360.0, 9364.0, 9324.0, 9350.0, 9346.0, 9352.0, 9344.0, 9323.0, 9343.0, 9325.0, 9343.0, 9321.0, 9360.0, 9301.0, 9331.0, 9304.0, 9347.0, 9320.0, 9391.0, 9304.0, 9349.0, 9321.0, 9357.0, 9304.0, 9341.0, 9287.0, 9316.0, 9300.0, 9316.0, 9294.0, 9319.0, 9279.0, 9304.0, 9335.0, 9299.0, 9292.0, 9301.0, 9299.0, 9318.0, 9343.0, 9318.0, 9303.0, 9317.0, 9304.0, 9321.0, 9307.0, 9333.0, 9303.0, 9321.0, 9308.0, 9341.0, 9307.0, 9371.0, 9328.0, 9347.0, 9347.0, 9381.0, 9349.0, 9393.0, 9328.0, 9377.0, 9324.0, 9362.0, 9343.0, 9372.0, 9334.0, 9339.0, 9325.0, 9359.0, 9341.0, 9354.0, 9336.0, 9341.0, 9314.0, 9364.0, 9318.0, 9351.0, 9310.0, 9335.0, 9285.0, 9340.0, 9306.0, 9334.0, 9326.0, 9334.0, 9304.0, 9342.0, 9321.0, 9343.0, 9315.0, 9297.0, 9309.0, 9315.0, 9319.0, 9338.0, 9301.0, 9318.0, 9299.0, 9351.0, 9304.0, 9332.0, 9320.0, 9322.0, 9276.0, 9318.0, 9292.0, 9333.0, 9289.0, 9320.0, 9290.0, 9309.0, 9297.0, 9314.0, 9297.0, 9328.0, 9284.0, 9314.0, 9307.0, 9335.0, 9325.0, 9344.0, 9333.0, 9363.0, 9326.0, 9351.0, 9328.0, 9383.0, 9350.0, 9370.0, 9351.0, 9336.0, 9330.0, 9389.0, 9341.0, 9392.0, 9357.0, 9342.0, 9322.0, 9385.0, 9323.0, 9388.0, 9346.0, 9302.0, 9316.0, 9304.0, 9318.0, 9319.0, 9337.0, 9315.0, 9320.0, 9310.0, 9322.0, 9385.0, 9337.0, 9357.0, 9314.0, 9342.0, 9288.0, 9338.0, 9299.0, 9336.0, 9277.0, 9290.0, 9257.0, 9276.0, 9331.0, 9279.0, 9324.0, 9259.0, 9315.0, 9274.0, 9327.0, 9302.0, 9314.0, 9277.0, 9319.0, 9277.0, 9320.0, 9294.0, 9322.0, 9285.0, 9311.0, 9300.0, 9328.0, 9301.0, 9344.0, 9322.0, 9382.0, 9372.0, 9405.0, 9350.0, 9359.0, 9343.0, 9362.0, 9351.0, 9361.0, 9382.0, 9390.0, 9362.0, 9392.0, 9368.0, 9387.0, 9346.0, 9394.0, 9352.0, 9312.0, 9303.0, 9294.0, 9310.0, 9331.0, 9354.0, 9355.0, 9386.0, 9344.0, 9382.0, 9344.0, 9399.0, 9320.0, 9403.0, 9334.0, 9402.0, 9321.0, 9383.0, 9340.0, 9304.0, 9319.0, 9280.0, 9305.0, 9247.0, 9288.0, 9189.0, 9256.0, 9183.0, 9201.0, 9181.0, 9185.0, 9265.0, 9188.0, 9237.0, 9203.0, 9244.0, 9223.0, 9265.0, 9225.0, 9250.0, 9240.0, 9246.0, 9299.0, 9255.0, 9293.0, 9273.0, 9291.0, 9276.0, 9314.0, 9306.0, 9326.0, 9315.0, 9330.0, 9325.0, 9345.0, 9322.0, 9359.0, 9368.0, 9366.0, 9356.0, 9361.0, 9343.0, 9362.0, 9356.0, 9383.0, 9358.0, 9366.0, 9342.0, 9365.0, 9347.0, 9399.0, 9344.0, 9364.0, 9337.0, 9345.0, 9340.0, 9373.0, 9361.0, 9340.0, 9343.0, 9328.0, 9357.0, 9324.0, 9368.0, 9330.0, 9363.0, 9334.0, 9366.0, 9323.0, 9397.0, 9303.0, 9409.0, 9324.0, 9370.0, 9305.0, 9334.0, 9379.0, 9302.0, 9352.0, 9296.0, 9352.0, 9304.0, 9341.0, 9307.0, 9339.0, 9291.0, 9339.0, 9309.0, 9338.0, 9323.0, 9327.0, 9310.0, 9341.0, 9310.0, 9363.0, 9329.0, 9346.0, 9327.0, 9345.0, 9343.0, 9393.0, 9354.0, 9325.0, 9334.0, 9308.0, 9343.0, 9340.0, 9326.0, 9305.0, 9342.0, 9320.0, 9330.0, 9369.0, 9332.0, 9326.0, 9321.0, 9290.0, 9328.0, 9326.0, 9329.0, 9310.0, 9328.0, 9313.0, 9340.0, 9313.0, 9372.0, 9313.0, 9404.0, 9313.0, 9381.0, 9308.0, 9374.0, 9305.0, 9389.0, 9300.0, 9325.0, 9293.0, 9309.0, 9282.0, 9305.0, 9267.0, 9285.0, 9294.0, 9300.0, 9326.0, 9285.0, 9280.0, 9298.0, 9308.0, 9305.0, 9318.0, 9306.0, 9285.0, 9309.0, 9284.0, 9309.0, 9304.0, 9337.0, 9309.0, 9336.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.011045375722543353</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.035330500809248565</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.953525980335634</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.271266672905092</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0898572633101844</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4495</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6465.5396</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10835392274952557</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>58</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.705202312138728</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3165833388958585</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2091507655115596</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.470440032009211</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2701592191668047</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0107565</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016391796991229057</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027185069397091866</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>865</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.8095242972514267</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>41.8318</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.2416</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.7032</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307643.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>704.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.8732</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0123</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>624.3656</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3453.383</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3611.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>68901.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1200.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4612.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>947.8805</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.225028506596573</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> |