=== 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-0078 --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-0078",
"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-0078_ses-04_task-social_acq-mb8_run-04_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-0078_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0078_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-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-04_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-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_ses-04_task-social_acq-mb8_run-04_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-0078/ses-04/func/sub-0078_ses-04_task-social_acq-mb8_run-04_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>734fd06d982da90d95f8403093eecbe0</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:36:20.215000</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.999982, 0.00556838, 0.00239751, -0.00558508, 0.99996, 0.00701654]</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-04_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.0747853</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4143, -7743, -7263, 740, -52, -134, -123, 83]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>229.603</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>e887edfd-24bb-4d44-8b73-91e2367e7585||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.682877540588379, -0.014984353445470333, 0.006367535330355167, 113.98953247070312], [-0.014939546585083008, 2.68281888961792, 0.018980471417307854, -93.3877182006836], [0.006432353984564543, -0.018824871629476547, 2.6999258995056152, -75.3232421875], [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': ['213620.215000', '213620.675000', '213621.135000', '213621.595000', '213622.055000', '213622.515000', '213622.975000', '213623.435000', '213623.895000', '213624.355000', '213624.815000', '213625.275000', '213625.735000', '213626.195000', '213626.655000', '213627.115000', '213627.575000', '213628.035000', '213628.495000', '213628.955000', '213629.415000', '213629.875000', '213630.335000', '213630.795000', '213631.255000', '213631.715000', '213632.175000', '213632.635000', '213633.095000', '213633.555000', '213634.015000', '213634.475000', '213634.935000', '213635.395000', '213635.855000', '213636.315000', '213636.775000', '213637.235000', '213637.695000', '213638.155000', '213638.615000', '213639.075000', '213639.535000', '213639.995000', '213640.455000', '213640.915000', '213641.375000', '213641.835000', '213642.295000', '213642.755000', '213643.215000', '213643.675000', '213644.135000', '213644.595000', '213645.055000', '213645.515000', '213645.975000', '213646.435000', '213646.895000', '213647.355000', '213647.815000', '213648.275000', '213648.735000', '213649.195000', '213649.655000', '213650.115000', '213650.575000', '213651.035000', '213651.495000', '213651.955000', '213652.415000', '213652.875000', '213653.335000', '213653.795000', '213654.255000', '213654.715000', '213655.175000', '213655.635000', '213656.095000', '213656.555000', '213657.015000', '213657.475000', '213657.935000', '213658.395000', '213658.855000', '213659.315000', '213659.775000', '213700.235000', '213700.695000', '213701.155000', '213701.615000', '213702.075000', '213702.535000', '213702.995000', '213703.455000', '213703.915000', '213704.375000', '213704.835000', '213705.295000', '213705.755000', '213706.215000', '213706.675000', '213707.135000', '213707.595000', '213708.055000', '213708.515000', '213708.975000', '213709.435000', '213709.895000', '213710.355000', '213710.815000', '213711.275000', '213711.735000', '213712.195000', '213712.655000', '213713.115000', '213713.575000', '213714.035000', '213714.495000', '213714.955000', '213715.415000', '213715.875000', '213716.335000', '213716.795000', '213717.255000', '213717.715000', '213718.175000', '213718.635000', '213719.095000', '213719.555000', '213720.015000', '213720.475000', '213720.935000', '213721.395000', '213721.855000', '213722.315000', '213722.775000', '213723.235000', '213723.695000', '213724.155000', '213724.615000', '213725.075000', '213725.535000', '213725.995000', '213726.455000', '213726.915000', '213727.375000', '213727.835000', '213728.295000', '213728.755000', '213729.215000', '213729.675000', '213730.135000', '213730.595000', '213731.055000', '213731.515000', '213731.975000', '213732.435000', '213732.895000', '213733.355000', '213733.815000', '213734.275000', '213734.735000', '213735.195000', '213735.655000', '213736.115000', '213736.575000', '213737.035000', '213737.495000', '213737.955000', '213738.415000', '213738.875000', '213739.335000', '213739.795000', '213740.255000', '213740.715000', '213741.175000', '213741.635000', '213742.095000', '213742.555000', '213743.015000', '213743.475000', '213743.935000', '213744.395000', '213744.855000', '213745.315000', '213745.775000', '213746.235000', '213746.695000', '213747.155000', '213747.615000', '213748.075000', '213748.535000', '213748.995000', '213749.455000', '213749.915000', '213750.375000', '213750.835000', '213751.295000', '213751.755000', '213752.215000', '213752.675000', '213753.135000', '213753.595000', '213754.055000', '213754.515000', '213754.975000', '213755.435000', '213755.895000', '213756.355000', '213756.815000', '213757.275000', '213757.735000', '213758.195000', '213758.655000', '213759.115000', '213759.575000', '213800.035000', '213800.495000', '213800.955000', '213801.415000', '213801.875000', '213802.335000', '213802.795000', '213803.255000', '213803.715000', '213804.175000', '213804.635000', '213805.095000', '213805.555000', '213806.015000', '213806.475000', '213806.935000', '213807.395000', '213807.855000', '213808.315000', '213808.775000', '213809.235000', '213809.695000', '213810.155000', '213810.615000', '213811.075000', '213811.535000', '213811.995000', '213812.455000', '213812.915000', '213813.375000', '213813.835000', '213814.295000', '213814.755000', '213815.215000', '213815.675000', '213816.135000', '213816.595000', '213817.055000', '213817.515000', '213817.975000', '213818.435000', '213818.895000', '213819.355000', '213819.815000', '213820.275000', '213820.735000', '213821.195000', '213821.655000', '213822.115000', '213822.575000', '213823.035000', '213823.495000', '213823.955000', '213824.415000', '213824.875000', '213825.335000', '213825.795000', '213826.255000', '213826.715000', '213827.175000', '213827.635000', '213828.095000', '213828.555000', '213829.015000', '213829.475000', '213829.935000', '213830.395000', '213830.855000', '213831.315000', '213831.775000', '213832.235000', '213832.695000', '213833.155000', '213833.615000', '213834.075000', '213834.535000', '213834.995000', '213835.455000', '213835.915000', '213836.375000', '213836.835000', '213837.295000', '213837.755000', '213838.215000', '213838.675000', '213839.135000', '213839.595000', '213840.055000', '213840.515000', '213840.975000', '213841.435000', '213841.895000', '213842.355000', '213842.815000', '213843.275000', '213843.735000', '213844.195000', '213844.655000', '213845.115000', '213845.575000', '213846.035000', '213846.495000', '213846.955000', '213847.415000', '213847.875000', '213848.335000', '213848.795000', '213849.255000', '213849.715000', '213850.175000', '213850.635000', '213851.095000', '213851.555000', '213852.015000', '213852.475000', '213852.935000', '213853.395000', '213853.855000', '213854.315000', '213854.775000', '213855.235000', '213855.695000', '213856.155000', '213856.615000', '213857.075000', '213857.535000', '213857.995000', '213858.455000', '213858.915000', '213859.375000', '213859.835000', '213900.295000', '213900.755000', '213901.215000', '213901.675000', '213902.135000', '213902.595000', '213903.055000', '213903.515000', '213903.975000', '213904.435000', '213904.895000', '213905.355000', '213905.815000', '213906.275000', '213906.735000', '213907.195000', '213907.655000', '213908.115000', '213908.575000', '213909.035000', '213909.495000', '213909.955000', '213910.415000', '213910.875000', '213911.335000', '213911.795000', '213912.255000', '213912.715000', '213913.175000', '213913.635000', '213914.095000', '213914.555000', '213915.015000', '213915.475000', '213915.935000', '213916.395000', '213916.855000', '213917.315000', '213917.775000', '213918.235000', '213918.695000', '213919.155000', '213919.615000', '213920.075000', '213920.535000', '213920.995000', '213921.455000', '213921.915000', '213922.375000', '213922.835000', '213923.295000', '213923.755000', '213924.215000', '213924.675000', '213925.135000', '213925.595000', '213926.055000', '213926.515000', '213926.975000', '213927.435000', '213927.895000', '213928.355000', '213928.815000', '213929.275000', '213929.735000', '213930.195000', '213930.655000', '213931.115000', '213931.575000', '213932.035000', '213932.495000', '213932.955000', '213933.415000', '213933.875000', '213934.335000', '213934.795000', '213935.255000', '213935.715000', '213936.175000', '213936.635000', '213937.095000', '213937.555000', '213938.015000', '213938.475000', '213938.935000', '213939.395000', '213939.855000', '213940.315000', '213940.775000', '213941.235000', '213941.695000', '213942.155000', '213942.615000', '213943.075000', '213943.535000', '213943.995000', '213944.455000', '213944.915000', '213945.375000', '213945.835000', '213946.295000', '213946.755000', '213947.215000', '213947.675000', '213948.135000', '213948.595000', '213949.055000', '213949.515000', '213949.975000', '213950.435000', '213950.895000', '213951.355000', '213951.815000', '213952.275000', '213952.735000', '213953.195000', '213953.655000', '213954.115000', '213954.575000', '213955.035000', '213955.495000', '213955.955000', '213956.415000', '213956.875000', '213957.335000', '213957.795000', '213958.255000', '213958.715000', '213959.175000', '213959.635000', '214000.095000', '214000.555000', '214001.015000', '214001.475000', '214001.935000', '214002.395000', '214002.855000', '214003.315000', '214003.775000', '214004.235000', '214004.695000', '214005.155000', '214005.615000', '214006.075000', '214006.535000', '214006.995000', '214007.455000', '214007.915000', '214008.375000', '214008.835000', '214009.295000', '214009.755000', '214010.215000', '214010.675000', '214011.135000', '214011.595000', '214012.055000', '214012.515000', '214012.975000', '214013.435000', '214013.895000', '214014.355000', '214014.815000', '214015.275000', '214015.735000', '214016.195000', '214016.655000', '214017.115000', '214017.575000', '214018.035000', '214018.495000', '214018.955000', '214019.415000', '214019.875000', '214020.335000', '214020.795000', '214021.255000', '214021.715000', '214022.175000', '214022.635000', '214023.095000', '214023.555000', '214024.015000', '214024.475000', '214024.935000', '214025.395000', '214025.855000', '214026.315000', '214026.775000', '214027.235000', '214027.695000', '214028.155000', '214028.615000', '214029.075000', '214029.535000', '214029.995000', '214030.455000', '214030.915000', '214031.375000', '214031.835000', '214032.295000', '214032.755000', '214033.215000', '214033.675000', '214034.135000', '214034.595000', '214035.055000', '214035.515000', '214035.975000', '214036.435000', '214036.895000', '214037.355000', '214037.815000', '214038.275000', '214038.735000', '214039.195000', '214039.655000', '214040.115000', '214040.575000', '214041.035000', '214041.495000', '214041.955000', '214042.415000', '214042.875000', '214043.335000', '214043.795000', '214044.255000', '214044.715000', '214045.175000', '214045.635000', '214046.095000', '214046.555000', '214047.015000', '214047.475000', '214047.935000', '214048.395000', '214048.855000', '214049.315000', '214049.775000', '214050.235000', '214050.695000', '214051.155000', '214051.615000', '214052.075000', '214052.535000', '214052.995000', '214053.455000', '214053.915000', '214054.375000', '214054.835000', '214055.295000', '214055.755000', '214056.215000', '214056.675000', '214057.135000', '214057.595000', '214058.055000', '214058.515000', '214058.975000', '214059.435000', '214059.895000', '214100.355000', '214100.815000', '214101.275000', '214101.735000', '214102.195000', '214102.655000', '214103.115000', '214103.575000', '214104.035000', '214104.495000', '214104.955000', '214105.415000', '214105.875000', '214106.335000', '214106.795000', '214107.255000', '214107.715000', '214108.175000', '214108.635000', '214109.095000', '214109.555000', '214110.015000', '214110.475000', '214110.935000', '214111.395000', '214111.855000', '214112.315000', '214112.775000', '214113.235000', '214113.695000', '214114.155000', '214114.615000', '214115.075000', '214115.535000', '214115.995000', '214116.455000', '214116.915000', '214117.375000', '214117.835000', '214118.295000', '214118.755000', '214119.215000', '214119.675000', '214120.135000', '214120.595000', '214121.055000', '214121.515000', '214121.975000', '214122.435000', '214122.895000', '214123.355000', '214123.815000', '214124.275000', '214124.735000', '214125.195000', '214125.655000', '214126.115000', '214126.575000', '214127.035000', '214127.495000', '214127.955000', '214128.415000', '214128.875000', '214129.335000', '214129.795000', '214130.255000', '214130.715000', '214131.175000', '214131.635000', '214132.095000', '214132.555000', '214133.015000', '214133.475000', '214133.935000', '214134.395000', '214134.855000', '214135.315000', '214135.775000', '214136.235000', '214136.695000', '214137.155000', '214137.615000', '214138.075000', '214138.535000', '214138.995000', '214139.455000', '214139.915000', '214140.375000', '214140.835000', '214141.295000', '214141.755000', '214142.215000', '214142.675000', '214143.135000', '214143.595000', '214144.055000', '214144.515000', '214144.975000', '214145.435000', '214145.895000', '214146.355000', '214146.815000', '214147.275000', '214147.735000', '214148.195000', '214148.655000', '214149.115000', '214149.575000', '214150.035000', '214150.495000', '214150.955000', '214151.415000', '214151.875000', '214152.335000', '214152.795000', '214153.255000', '214153.715000', '214154.175000', '214154.635000', '214155.095000', '214155.555000', '214156.015000', '214156.475000', '214156.935000', '214157.395000', '214157.855000', '214158.315000', '214158.775000', '214159.235000', '214159.695000', '214200.155000', '214200.615000', '214201.075000', '214201.535000', '214201.995000', '214202.455000', '214202.915000', '214203.375000', '214203.835000', '214204.295000', '214204.755000', '214205.215000', '214205.675000', '214206.135000', '214206.595000', '214207.055000', '214207.515000', '214207.975000', '214208.435000', '214208.895000', '214209.355000', '214209.815000', '214210.275000', '214210.735000', '214211.195000', '214211.655000', '214212.115000', '214212.575000', '214213.035000', '214213.495000', '214213.955000', '214214.415000', '214214.875000', '214215.335000', '214215.795000', '214216.255000', '214216.715000', '214217.175000', '214217.635000', '214218.095000', '214218.555000', '214219.015000', '214219.475000', '214219.935000', '214220.395000', '214220.855000', '214221.315000', '214221.775000', '214222.235000', '214222.695000', '214223.155000', '214223.615000', '214224.075000', '214224.535000', '214224.995000', '214225.455000', '214225.915000', '214226.375000', '214226.835000', '214227.295000', '214227.755000', '214228.215000', '214228.675000', '214229.135000', '214229.595000', '214230.055000', '214230.515000', '214230.975000', '214231.435000', '214231.895000', '214232.355000', '214232.815000', '214233.275000', '214233.735000', '214234.195000', '214234.655000', '214235.115000', '214235.575000', '214236.035000', '214236.495000', '214236.955000', '214237.415000', '214237.875000', '214238.335000', '214238.795000', '214239.255000', '214239.715000', '214240.175000', '214240.635000', '214241.095000', '214241.555000', '214242.015000', '214242.475000', '214242.935000', '214243.395000', '214243.855000', '214244.315000', '214244.775000', '214245.235000', '214245.695000', '214246.155000', '214246.615000', '214247.075000', '214247.535000', '214247.995000', '214248.455000', '214248.915000', '214249.375000', '214249.835000', '214250.295000', '214250.755000', '214251.215000', '214251.675000', '214252.135000', '214252.595000', '214253.055000', '214253.515000', '214253.975000', '214254.435000', '214254.895000', '214255.355000', '214255.815000', '214256.275000', '214256.735000', '214257.195000', '214257.655000', '214258.115000', '214258.575000', '214259.035000', '214259.495000', '214259.955000', '214300.415000', '214300.875000'], 'ContentTime': ['213626.771000', '213626.774000', '213626.777000', '213626.780000', '213626.783000', '213626.785000', '213626.788000', '213626.790000', '213626.793000', '213626.796000', '213626.798000', '213626.810000', '213646.726000', '213646.729000', '213646.732000', '213646.734000', '213646.737000', '213646.740000', '213646.742000', '213646.745000', '213646.747000', '213646.750000', '213646.752000', '213646.755000', '213646.757000', '213646.760000', '213646.762000', '213646.765000', '213646.768000', '213646.775000', '213646.778000', '213646.780000', '213646.783000', '213646.786000', '213646.788000', '213646.791000', '213646.793000', '213646.796000', '213646.798000', '213646.801000', '213646.804000', '213646.806000', '213646.809000', '213646.811000', '213646.814000', '213646.817000', '213646.819000', '213646.822000', '213646.824000', '213646.827000', '213646.830000', '213646.832000', '213646.835000', '213646.837000', '213646.840000', '213706.726000', '213706.728000', '213706.731000', '213706.734000', '213706.736000', '213706.739000', '213706.741000', '213706.744000', '213706.746000', '213706.749000', '213706.751000', '213706.754000', '213706.757000', '213706.759000', '213706.762000', '213706.764000', '213706.767000', '213706.770000', '213706.772000', '213706.775000', '213706.777000', '213706.780000', '213706.783000', '213706.785000', '213706.788000', '213706.790000', '213706.793000', '213706.795000', '213706.798000', '213706.801000', '213706.803000', '213706.806000', '213706.808000', '213706.811000', '213706.813000', '213706.816000', '213706.819000', '213706.821000', '213706.824000', '213706.826000', '213706.829000', '213706.832000', '213706.834000', '213706.837000', '213726.727000', '213726.730000', '213726.732000', '213726.735000', '213726.737000', '213726.740000', '213726.743000', '213726.745000', '213726.748000', '213726.750000', '213726.753000', '213726.756000', '213726.758000', '213726.761000', '213726.763000', '213726.766000', '213726.769000', '213726.771000', '213726.774000', '213726.777000', '213726.779000', '213726.782000', '213726.784000', '213726.787000', '213726.790000', '213726.792000', '213726.795000', '213726.797000', '213726.800000', '213726.803000', '213726.805000', '213726.808000', '213726.810000', '213726.813000', '213726.815000', '213726.818000', '213726.821000', '213726.823000', '213726.826000', '213726.829000', '213726.832000', '213726.877000', '213726.879000', '213746.727000', '213746.729000', '213746.732000', '213746.735000', '213746.742000', '213746.744000', '213746.747000', '213746.750000', '213746.752000', '213746.755000', '213746.757000', '213746.760000', '213746.763000', '213746.765000', '213746.768000', '213746.771000', '213746.773000', '213746.776000', '213746.778000', '213746.781000', '213746.784000', '213746.786000', '213746.789000', '213746.791000', '213746.794000', '213746.796000', '213746.799000', '213746.802000', '213746.804000', '213746.807000', '213746.810000', '213746.812000', '213746.815000', '213746.817000', '213746.820000', '213746.823000', '213746.825000', '213746.828000', '213746.830000', '213746.833000', '213746.835000', '213746.838000', '213746.841000', '213746.843000', '213806.726000', '213806.729000', '213806.732000', '213806.734000', '213806.737000', '213806.740000', '213806.742000', '213806.745000', '213806.747000', '213806.750000', '213806.759000', '213806.762000', '213806.765000', '213806.767000', '213806.770000', '213806.773000', '213806.775000', '213806.778000', '213806.780000', '213806.783000', '213806.786000', '213806.788000', '213806.791000', '213806.793000', '213806.796000', '213806.799000', '213806.801000', '213806.804000', '213806.806000', '213806.809000', '213806.812000', '213806.814000', '213806.817000', '213806.819000', '213806.822000', '213806.825000', '213806.827000', '213806.830000', '213806.832000', '213806.835000', '213806.838000', '213806.840000', '213806.843000', '213826.727000', '213826.730000', '213826.732000', '213826.735000', '213826.737000', '213826.740000', '213826.742000', '213826.745000', '213826.748000', '213826.750000', '213826.753000', '213826.756000', '213826.758000', '213826.761000', '213826.764000', '213826.766000', '213826.769000', '213826.771000', '213826.774000', '213826.777000', '213826.779000', '213826.782000', '213826.784000', '213826.787000', '213826.790000', '213826.792000', '213826.795000', '213826.798000', '213826.800000', '213826.803000', '213826.805000', '213826.808000', '213826.811000', '213826.813000', '213826.816000', '213826.818000', '213826.821000', '213826.824000', '213826.826000', '213826.829000', '213826.832000', '213826.834000', '213826.837000', '213826.839000', '213846.726000', '213846.729000', '213846.732000', '213846.734000', '213846.737000', '213846.740000', '213846.742000', '213846.745000', '213846.747000', '213846.750000', '213846.753000', '213846.755000', '213846.758000', '213846.761000', '213846.763000', '213846.766000', '213846.768000', '213846.771000', '213846.774000', '213846.776000', '213846.779000', '213846.781000', '213846.784000', '213846.787000', '213846.789000', '213846.792000', '213846.795000', '213846.797000', '213846.800000', '213846.802000', '213846.805000', '213846.807000', '213846.810000', '213846.813000', '213846.815000', '213846.818000', '213846.820000', '213846.823000', '213846.826000', '213846.828000', '213846.831000', '213846.834000', '213846.836000', '213906.726000', '213906.729000', '213906.732000', '213906.734000', '213906.737000', '213906.740000', '213906.742000', '213906.745000', '213906.747000', '213906.750000', '213906.753000', '213906.755000', '213906.758000', '213906.761000', '213906.763000', '213906.766000', '213906.768000', '213906.771000', '213906.774000', '213906.776000', '213906.779000', '213906.781000', '213906.784000', '213906.787000', '213906.789000', '213906.792000', '213906.794000', '213906.797000', '213906.800000', '213906.802000', '213906.805000', '213906.807000', '213906.810000', '213906.813000', '213906.815000', '213906.818000', '213906.820000', '213906.832000', '213906.835000', '213906.837000', '213906.840000', '213906.842000', '213906.845000', '213906.847000', '213926.725000', '213926.728000', '213926.731000', '213926.733000', '213926.736000', '213926.739000', '213926.741000', '213926.744000', '213926.746000', '213926.749000', '213926.752000', '213926.754000', '213926.757000', '213926.759000', '213926.762000', '213926.764000', '213926.767000', '213926.770000', '213926.772000', '213926.775000', '213926.778000', '213926.780000', '213926.783000', '213926.785000', '213926.788000', '213926.791000', '213926.793000', '213926.796000', '213926.799000', '213926.801000', '213926.804000', '213926.806000', '213926.809000', '213926.812000', '213926.814000', '213926.817000', '213926.819000', '213926.822000', '213926.825000', '213926.827000', '213926.830000', '213926.832000', '213926.835000', '213946.726000', '213946.729000', '213946.732000', '213946.735000', '213946.737000', '213946.740000', '213946.743000', '213946.745000', '213946.748000', '213946.750000', '213946.753000', '213946.756000', '213946.758000', '213946.761000', '213946.763000', '213946.766000', '213946.769000', '213946.771000', '213946.774000', '213946.776000', '213946.779000', '213946.782000', '213946.784000', '213946.787000', '213946.790000', '213946.792000', '213946.795000', '213946.797000', '213946.800000', '213946.803000', '213946.805000', '213946.808000', '213946.810000', '213946.813000', '213946.816000', '213946.818000', '213946.821000', '213946.824000', '213946.826000', '213946.829000', '213946.832000', '213946.834000', '213946.837000', '213946.839000', '214006.727000', '214006.730000', '214006.732000', '214006.735000', '214006.737000', '214006.740000', '214006.743000', '214006.745000', '214006.748000', '214006.751000', '214006.753000', '214006.756000', '214006.758000', '214006.761000', '214006.764000', '214006.766000', '214006.769000', '214006.771000', '214006.774000', '214006.777000', '214006.779000', '214006.782000', '214006.785000', '214006.787000', '214006.790000', '214006.792000', '214006.795000', '214006.797000', '214006.800000', '214006.803000', '214006.805000', '214006.808000', '214006.810000', '214006.813000', '214006.816000', '214006.818000', '214006.821000', '214006.823000', '214006.826000', '214006.829000', '214006.831000', '214006.834000', '214006.836000', '214026.727000', '214026.730000', '214026.740000', '214026.742000', '214026.745000', '214026.748000', '214026.750000', '214026.753000', '214026.756000', '214026.758000', '214026.761000', '214026.763000', '214026.766000', '214026.769000', '214026.771000', '214026.774000', '214026.777000', '214026.779000', '214026.782000', '214026.785000', '214026.787000', '214026.790000', '214026.793000', '214026.795000', '214026.798000', '214026.800000', '214026.803000', '214026.806000', '214026.808000', '214026.811000', '214026.814000', '214026.816000', '214026.819000', '214026.822000', '214026.824000', '214026.827000', '214026.830000', '214026.832000', '214026.835000', '214026.837000', '214026.840000', '214026.843000', '214026.845000', '214046.727000', '214046.729000', '214046.732000', '214046.735000', '214046.737000', '214046.767000', '214046.770000', '214046.772000', '214046.775000', '214046.777000', '214046.780000', '214046.783000', '214046.785000', '214046.788000', '214046.791000', '214046.793000', '214046.796000', '214046.798000', '214046.801000', '214046.804000', '214046.806000', '214046.809000', '214046.812000', '214046.814000', '214046.817000', '214046.820000', '214046.822000', '214046.825000', '214046.828000', '214046.830000', '214046.833000', '214046.836000', '214046.838000', '214046.841000', '214046.844000', '214046.846000', '214046.849000', '214046.851000', '214046.854000', '214046.857000', '214046.859000', '214046.862000', '214046.864000', '214046.867000', '214106.727000', '214106.729000', '214106.732000', '214106.735000', '214106.737000', '214106.740000', '214106.743000', '214106.745000', '214106.748000', '214106.751000', '214106.753000', '214106.756000', '214106.759000', '214106.761000', '214106.764000', '214106.766000', '214106.769000', '214106.772000', '214106.774000', '214106.777000', '214106.780000', '214106.782000', '214106.785000', '214106.788000', '214106.790000', '214106.793000', '214106.795000', '214106.798000', '214106.801000', '214106.803000', '214106.806000', '214106.808000', '214106.811000', '214106.814000', '214106.816000', '214106.819000', '214106.822000', '214106.824000', '214106.827000', '214106.829000', '214106.832000', '214106.835000', '214106.837000', '214106.840000', '214126.727000', '214126.730000', '214126.732000', '214126.735000', '214126.738000', '214126.740000', '214126.743000', '214126.746000', '214126.748000', '214126.751000', '214126.753000', '214126.756000', '214126.759000', '214126.761000', '214126.764000', '214126.767000', '214126.769000', '214126.772000', '214126.775000', '214126.777000', '214126.780000', '214126.783000', '214126.785000', '214126.788000', '214126.790000', '214126.793000', '214126.795000', '214126.798000', '214126.801000', '214126.803000', '214126.806000', '214126.809000', '214126.811000', '214126.814000', '214126.817000', '214126.819000', '214126.822000', '214126.825000', '214126.827000', '214126.830000', '214126.832000', '214126.835000', '214126.838000', '214146.726000', '214146.728000', '214146.731000', '214146.734000', '214146.736000', '214146.739000', '214146.742000', '214146.744000', '214146.747000', '214146.750000', '214146.752000', '214146.755000', '214146.758000', '214146.761000', '214146.764000', '214146.767000', '214146.770000', '214146.772000', '214146.775000', '214146.778000', '214146.780000', '214146.783000', '214146.785000', '214146.788000', '214146.791000', '214146.793000', '214146.796000', '214146.798000', '214146.801000', '214146.804000', '214146.807000', '214146.809000', '214146.812000', '214146.815000', '214146.817000', '214146.820000', '214146.822000', '214146.825000', '214146.828000', '214146.830000', '214146.833000', '214146.836000', '214146.838000', '214206.726000', '214206.729000', '214206.732000', '214206.735000', '214206.737000', '214206.740000', '214206.743000', '214206.745000', '214206.748000', '214206.750000', '214206.753000', '214206.756000', '214206.758000', '214206.761000', '214206.764000', '214206.766000', '214206.769000', '214206.771000', '214206.774000', '214206.777000', '214206.779000', '214206.782000', '214206.785000', '214206.787000', '214206.790000', '214206.792000', '214206.795000', '214206.799000', '214206.802000', '214206.804000', '214206.823000', '214206.826000', '214206.828000', '214206.831000', '214206.834000', '214206.836000', '214206.839000', '214206.841000', '214206.844000', '214206.847000', '214206.849000', '214206.852000', '214206.855000', '214206.857000', '214226.727000', '214226.730000', '214226.732000', '214226.735000', '214226.737000', '214226.740000', '214226.743000', '214226.745000', '214226.748000', '214226.750000', '214226.753000', '214226.756000', '214226.759000', '214226.762000', '214226.765000', '214226.767000', '214226.770000', '214226.772000', '214226.775000', '214226.778000', '214226.780000', '214226.783000', '214226.785000', '214226.788000', '214226.790000', '214226.793000', '214226.796000', '214226.798000', '214226.801000', '214226.808000', '214226.811000', '214226.813000', '214226.816000', '214226.819000', '214226.821000', '214226.824000', '214226.826000', '214226.829000', '214226.832000', '214226.834000', '214226.837000', '214226.839000', '214226.842000', '214246.727000', '214246.730000', '214246.732000', '214246.735000', '214246.738000', '214246.740000', '214246.743000', '214246.745000', '214246.748000', '214246.751000', '214246.753000', '214246.756000', '214246.759000', '214246.761000', '214246.764000', '214246.767000', '214246.769000', '214246.772000', '214246.775000', '214246.777000', '214246.780000', '214246.782000', '214246.785000', '214246.788000', '214246.790000', '214246.793000', '214246.795000', '214246.798000', '214246.800000', '214246.803000', '214246.806000', '214246.808000', '214246.811000', '214246.813000', '214246.816000', '214246.819000', '214246.821000', '214246.824000', '214246.826000', '214246.829000', '214246.832000', '214246.834000', '214246.837000', '214246.839000', '214302.168000', '214302.171000', '214302.174000', '214302.176000', '214302.179000', '214302.182000', '214302.184000', '214302.187000', '214302.190000', '214302.193000', '214302.196000', '214302.198000', '214302.201000', '214302.204000', '214302.208000', '214302.212000', '214302.217000', '214302.221000', '214302.225000', '214302.229000', '214302.233000', '214302.246000', '214302.249000', '214302.252000', '214302.255000', '214302.258000', '214302.261000', '214302.265000', '214302.268000', '214302.270000', '214302.273000', '214302.276000', '214302.279000', '214302.281000'], 'InstanceCreationTime': ['213626.771000', '213626.774000', '213626.777000', '213626.780000', '213626.783000', '213626.785000', '213626.788000', '213626.790000', '213626.793000', '213626.796000', '213626.798000', '213626.810000', '213646.726000', '213646.729000', '213646.732000', '213646.734000', '213646.737000', '213646.740000', '213646.742000', '213646.745000', '213646.747000', '213646.750000', '213646.752000', '213646.755000', '213646.757000', '213646.760000', '213646.762000', '213646.765000', '213646.768000', '213646.775000', '213646.778000', '213646.780000', '213646.783000', '213646.786000', '213646.788000', '213646.791000', '213646.793000', '213646.796000', '213646.798000', '213646.801000', '213646.804000', '213646.806000', '213646.809000', '213646.811000', '213646.814000', '213646.817000', '213646.819000', '213646.822000', '213646.824000', '213646.827000', '213646.830000', '213646.832000', '213646.835000', '213646.837000', '213646.840000', '213706.726000', '213706.728000', '213706.731000', '213706.734000', '213706.736000', '213706.739000', '213706.741000', '213706.744000', '213706.746000', '213706.749000', '213706.751000', '213706.754000', '213706.757000', '213706.759000', '213706.762000', '213706.764000', '213706.767000', '213706.770000', '213706.772000', '213706.775000', '213706.777000', '213706.780000', '213706.783000', '213706.785000', '213706.788000', '213706.790000', '213706.793000', '213706.795000', '213706.798000', '213706.801000', '213706.803000', '213706.806000', '213706.808000', '213706.811000', '213706.813000', '213706.816000', '213706.819000', '213706.821000', '213706.824000', '213706.826000', '213706.829000', '213706.832000', '213706.834000', '213706.837000', '213726.727000', '213726.730000', '213726.732000', '213726.735000', '213726.737000', '213726.740000', '213726.743000', '213726.745000', '213726.748000', '213726.750000', '213726.753000', '213726.756000', '213726.758000', '213726.761000', '213726.763000', '213726.766000', '213726.769000', '213726.771000', '213726.774000', '213726.777000', '213726.779000', '213726.782000', '213726.784000', '213726.787000', '213726.790000', '213726.792000', '213726.795000', '213726.797000', '213726.800000', '213726.803000', '213726.805000', '213726.808000', '213726.810000', '213726.813000', '213726.815000', '213726.818000', '213726.821000', '213726.823000', '213726.826000', '213726.829000', '213726.832000', '213726.877000', '213726.879000', '213746.727000', '213746.729000', '213746.732000', '213746.735000', '213746.742000', '213746.744000', '213746.747000', '213746.750000', '213746.752000', '213746.755000', '213746.757000', '213746.760000', '213746.763000', '213746.765000', '213746.768000', '213746.771000', '213746.773000', '213746.776000', '213746.778000', '213746.781000', '213746.784000', '213746.786000', '213746.789000', '213746.791000', '213746.794000', '213746.796000', '213746.799000', '213746.802000', '213746.804000', '213746.807000', '213746.810000', '213746.812000', '213746.815000', '213746.817000', '213746.820000', '213746.823000', '213746.825000', '213746.828000', '213746.830000', '213746.833000', '213746.835000', '213746.838000', '213746.841000', '213746.843000', '213806.726000', '213806.729000', '213806.732000', '213806.734000', '213806.737000', '213806.740000', '213806.742000', '213806.745000', '213806.747000', '213806.750000', '213806.759000', '213806.762000', '213806.765000', '213806.767000', '213806.770000', '213806.773000', '213806.775000', '213806.778000', '213806.780000', '213806.783000', '213806.786000', '213806.788000', '213806.791000', '213806.793000', '213806.796000', '213806.799000', '213806.801000', '213806.804000', '213806.806000', '213806.809000', '213806.812000', '213806.814000', '213806.817000', '213806.819000', '213806.822000', '213806.825000', '213806.827000', '213806.830000', '213806.832000', '213806.835000', '213806.838000', '213806.840000', '213806.843000', '213826.727000', '213826.730000', '213826.732000', '213826.735000', '213826.737000', '213826.740000', '213826.742000', '213826.745000', '213826.748000', '213826.750000', '213826.753000', '213826.756000', '213826.758000', '213826.761000', '213826.764000', '213826.766000', '213826.769000', '213826.771000', '213826.774000', '213826.777000', '213826.779000', '213826.782000', '213826.784000', '213826.787000', '213826.790000', '213826.792000', '213826.795000', '213826.798000', '213826.800000', '213826.803000', '213826.805000', '213826.808000', '213826.811000', '213826.813000', '213826.816000', '213826.818000', '213826.821000', '213826.824000', '213826.826000', '213826.829000', '213826.832000', '213826.834000', '213826.837000', '213826.839000', '213846.726000', '213846.729000', '213846.732000', '213846.734000', '213846.737000', '213846.740000', '213846.742000', '213846.745000', '213846.747000', '213846.750000', '213846.753000', '213846.755000', '213846.758000', '213846.761000', '213846.763000', '213846.766000', '213846.768000', '213846.771000', '213846.774000', '213846.776000', '213846.779000', '213846.781000', '213846.784000', '213846.787000', '213846.789000', '213846.792000', '213846.795000', '213846.797000', '213846.800000', '213846.802000', '213846.805000', '213846.807000', '213846.810000', '213846.813000', '213846.815000', '213846.818000', '213846.820000', '213846.823000', '213846.826000', '213846.828000', '213846.831000', '213846.834000', '213846.836000', '213906.726000', '213906.729000', '213906.732000', '213906.734000', '213906.737000', '213906.740000', '213906.742000', '213906.745000', '213906.747000', '213906.750000', '213906.753000', '213906.755000', '213906.758000', '213906.761000', '213906.763000', '213906.766000', '213906.768000', '213906.771000', '213906.774000', '213906.776000', '213906.779000', '213906.781000', '213906.784000', '213906.787000', '213906.789000', '213906.792000', '213906.794000', '213906.797000', '213906.800000', '213906.802000', '213906.805000', '213906.807000', '213906.810000', '213906.813000', '213906.815000', '213906.818000', '213906.820000', '213906.832000', '213906.835000', '213906.837000', '213906.840000', '213906.842000', '213906.845000', '213906.847000', '213926.725000', '213926.728000', '213926.731000', '213926.733000', '213926.736000', '213926.739000', '213926.741000', '213926.744000', '213926.746000', '213926.749000', '213926.752000', '213926.754000', '213926.757000', '213926.759000', '213926.762000', '213926.764000', '213926.767000', '213926.770000', '213926.772000', '213926.775000', '213926.778000', '213926.780000', '213926.783000', '213926.785000', '213926.788000', '213926.791000', '213926.793000', '213926.796000', '213926.799000', '213926.801000', '213926.804000', '213926.806000', '213926.809000', '213926.812000', '213926.814000', '213926.817000', '213926.819000', '213926.822000', '213926.825000', '213926.827000', '213926.830000', '213926.832000', '213926.835000', '213946.726000', '213946.729000', '213946.732000', '213946.735000', '213946.737000', '213946.740000', '213946.743000', '213946.745000', '213946.748000', '213946.750000', '213946.753000', '213946.756000', '213946.758000', '213946.761000', '213946.763000', '213946.766000', '213946.769000', '213946.771000', '213946.774000', '213946.776000', '213946.779000', '213946.782000', '213946.784000', '213946.787000', '213946.790000', '213946.792000', '213946.795000', '213946.797000', '213946.800000', '213946.803000', '213946.805000', '213946.808000', '213946.810000', '213946.813000', '213946.816000', '213946.818000', '213946.821000', '213946.824000', '213946.826000', '213946.829000', '213946.832000', '213946.834000', '213946.837000', '213946.839000', '214006.727000', '214006.730000', '214006.732000', '214006.735000', '214006.737000', '214006.740000', '214006.743000', '214006.745000', '214006.748000', '214006.751000', '214006.753000', '214006.756000', '214006.758000', '214006.761000', '214006.764000', '214006.766000', '214006.769000', '214006.771000', '214006.774000', '214006.777000', '214006.779000', '214006.782000', '214006.785000', '214006.787000', '214006.790000', '214006.792000', '214006.795000', '214006.797000', '214006.800000', '214006.803000', '214006.805000', '214006.808000', '214006.810000', '214006.813000', '214006.816000', '214006.818000', '214006.821000', '214006.823000', '214006.826000', '214006.829000', '214006.831000', '214006.834000', '214006.836000', '214026.727000', '214026.730000', '214026.740000', '214026.742000', '214026.745000', '214026.748000', '214026.750000', '214026.753000', '214026.756000', '214026.758000', '214026.761000', '214026.763000', '214026.766000', '214026.769000', '214026.771000', '214026.774000', '214026.777000', '214026.779000', '214026.782000', '214026.785000', '214026.787000', '214026.790000', '214026.793000', '214026.795000', '214026.798000', '214026.800000', '214026.803000', '214026.806000', '214026.808000', '214026.811000', '214026.814000', '214026.816000', '214026.819000', '214026.822000', '214026.824000', '214026.827000', '214026.830000', '214026.832000', '214026.835000', '214026.837000', '214026.840000', '214026.843000', '214026.845000', '214046.727000', '214046.729000', '214046.732000', '214046.735000', '214046.737000', '214046.767000', '214046.770000', '214046.772000', '214046.775000', '214046.777000', '214046.780000', '214046.783000', '214046.785000', '214046.788000', '214046.791000', '214046.793000', '214046.796000', '214046.798000', '214046.801000', '214046.804000', '214046.806000', '214046.809000', '214046.812000', '214046.814000', '214046.817000', '214046.820000', '214046.822000', '214046.825000', '214046.828000', '214046.830000', '214046.833000', '214046.836000', '214046.838000', '214046.841000', '214046.844000', '214046.846000', '214046.849000', '214046.851000', '214046.854000', '214046.857000', '214046.859000', '214046.862000', '214046.864000', '214046.867000', '214106.727000', '214106.729000', '214106.732000', '214106.735000', '214106.737000', '214106.740000', '214106.743000', '214106.745000', '214106.748000', '214106.751000', '214106.753000', '214106.756000', '214106.759000', '214106.761000', '214106.764000', '214106.766000', '214106.769000', '214106.772000', '214106.774000', '214106.777000', '214106.780000', '214106.782000', '214106.785000', '214106.788000', '214106.790000', '214106.793000', '214106.795000', '214106.798000', '214106.801000', '214106.803000', '214106.806000', '214106.808000', '214106.811000', '214106.814000', '214106.816000', '214106.819000', '214106.822000', '214106.824000', '214106.827000', '214106.829000', '214106.832000', '214106.835000', '214106.837000', '214106.840000', '214126.727000', '214126.730000', '214126.732000', '214126.735000', '214126.738000', '214126.740000', '214126.743000', '214126.746000', '214126.748000', '214126.751000', '214126.753000', '214126.756000', '214126.759000', '214126.761000', '214126.764000', '214126.767000', '214126.769000', '214126.772000', '214126.775000', '214126.777000', '214126.780000', '214126.783000', '214126.785000', '214126.788000', '214126.790000', '214126.793000', '214126.795000', '214126.798000', '214126.801000', '214126.803000', '214126.806000', '214126.809000', '214126.811000', '214126.814000', '214126.817000', '214126.819000', '214126.822000', '214126.825000', '214126.827000', '214126.830000', '214126.832000', '214126.835000', '214126.838000', '214146.726000', '214146.728000', '214146.731000', '214146.734000', '214146.736000', '214146.739000', '214146.742000', '214146.744000', '214146.747000', '214146.750000', '214146.752000', '214146.755000', '214146.758000', '214146.761000', '214146.764000', '214146.767000', '214146.770000', '214146.772000', '214146.775000', '214146.778000', '214146.780000', '214146.783000', '214146.785000', '214146.788000', '214146.791000', '214146.793000', '214146.796000', '214146.798000', '214146.801000', '214146.804000', '214146.807000', '214146.809000', '214146.812000', '214146.815000', '214146.817000', '214146.820000', '214146.822000', '214146.825000', '214146.828000', '214146.830000', '214146.833000', '214146.836000', '214146.838000', '214206.726000', '214206.729000', '214206.732000', '214206.735000', '214206.737000', '214206.740000', '214206.743000', '214206.745000', '214206.748000', '214206.750000', '214206.753000', '214206.756000', '214206.758000', '214206.761000', '214206.764000', '214206.766000', '214206.769000', '214206.771000', '214206.774000', '214206.777000', '214206.779000', '214206.782000', '214206.785000', '214206.787000', '214206.790000', '214206.792000', '214206.795000', '214206.799000', '214206.802000', '214206.804000', '214206.823000', '214206.826000', '214206.828000', '214206.831000', '214206.834000', '214206.836000', '214206.839000', '214206.841000', '214206.844000', '214206.847000', '214206.849000', '214206.852000', '214206.855000', '214206.857000', '214226.727000', '214226.730000', '214226.732000', '214226.735000', '214226.737000', '214226.740000', '214226.743000', '214226.745000', '214226.748000', '214226.750000', '214226.753000', '214226.756000', '214226.759000', '214226.762000', '214226.765000', '214226.767000', '214226.770000', '214226.772000', '214226.775000', '214226.778000', '214226.780000', '214226.783000', '214226.785000', '214226.788000', '214226.790000', '214226.793000', '214226.796000', '214226.798000', '214226.801000', '214226.808000', '214226.811000', '214226.813000', '214226.816000', '214226.819000', '214226.821000', '214226.824000', '214226.826000', '214226.829000', '214226.832000', '214226.834000', '214226.837000', '214226.839000', '214226.842000', '214246.727000', '214246.730000', '214246.732000', '214246.735000', '214246.738000', '214246.740000', '214246.743000', '214246.745000', '214246.748000', '214246.751000', '214246.753000', '214246.756000', '214246.759000', '214246.761000', '214246.764000', '214246.767000', '214246.769000', '214246.772000', '214246.775000', '214246.777000', '214246.780000', '214246.782000', '214246.785000', '214246.788000', '214246.790000', '214246.793000', '214246.795000', '214246.798000', '214246.800000', '214246.803000', '214246.806000', '214246.808000', '214246.811000', '214246.813000', '214246.816000', '214246.819000', '214246.821000', '214246.824000', '214246.826000', '214246.829000', '214246.832000', '214246.834000', '214246.837000', '214246.839000', '214302.168000', '214302.171000', '214302.174000', '214302.176000', '214302.179000', '214302.182000', '214302.184000', '214302.187000', '214302.190000', '214302.193000', '214302.196000', '214302.198000', '214302.201000', '214302.204000', '214302.208000', '214302.212000', '214302.217000', '214302.221000', '214302.225000', '214302.229000', '214302.233000', '214302.246000', '214302.249000', '214302.252000', '214302.255000', '214302.258000', '214302.261000', '214302.265000', '214302.268000', '214302.270000', '214302.273000', '214302.276000', '214302.279000', '214302.281000'], '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': [7942, 6518, 8283, 6276, 8088, 6253, 7990, 6356, 6729, 6434, 6740, 6564, 6919, 7187, 5898, 7161, 6573, 6953, 5993, 6696, 6146, 6980, 7056, 7331, 7081, 5884, 6629, 6118, 7007, 5805, 6704, 5983, 6784, 6220, 6459, 5896, 6687, 5796, 6613, 6031, 7320, 6230, 7931, 6171, 8288, 6253, 7248, 6022, 6514, 6058, 6926, 6000, 8730, 6050, 7462, 6546, 6998, 6115, 7572, 6345, 7269, 6092, 7525, 6067, 7305, 6120, 7592, 6371, 6657, 5929, 6797, 5828, 7316, 6239, 7002, 5704, 7021, 5663, 6723, 6392, 7320, 5867, 6741, 5843, 6698, 5814, 6805, 5722, 6276, 5821, 6883, 6118, 7779, 7673, 5689, 6797, 6029, 6471, 6190, 7550, 6476, 7655, 6370, 7489, 5950, 7642, 5941, 7648, 6157, 7889, 6692, 8004, 6270, 8294, 6083, 7472, 5890, 7175, 5856, 8320, 6257, 6881, 5761, 6093, 5819, 5553, 6332, 6160, 7126, 7541, 7424, 6826, 8146, 6775, 7651, 6234, 7700, 6382, 7564, 5929, 6417, 5690, 6563, 5952, 7531, 5921, 7014, 5966, 6935, 6144, 7311, 6169, 7826, 6271, 7961, 6793, 8444, 5899, 7587, 9271, 6929, 8198, 6523, 7718, 6245, 7535, 6164, 7456, 5893, 7334, 5889, 7035, 5979, 6963, 5801, 7099, 5832, 6807, 5596, 6989, 5691, 7137, 5754, 7045, 5896, 6794, 6022, 5516, 6194, 5927, 6474, 5729, 8227, 6121, 7794, 5846, 6753, 5839, 8205, 6127, 7473, 6078, 5839, 7533, 7188, 6117, 8217, 6222, 7612, 6182, 8854, 6041, 7328, 9570, 6998, 8168, 6414, 8161, 6086, 7935, 6110, 7562, 5849, 7520, 5929, 7275, 5977, 7382, 5859, 7329, 5752, 7324, 5872, 7177, 5773, 7514, 5760, 8009, 5880, 7085, 5854, 6460, 5664, 6640, 5992, 7191, 5671, 7079, 5764, 6943, 5766, 6677, 6004, 7589, 6770, 5568, 8167, 5790, 7818, 6453, 7789, 8502, 7397, 8561, 7077, 8105, 6167, 5685, 6642, 5779, 6562, 7712, 7405, 7538, 7612, 7288, 8039, 6562, 7973, 6209, 7097, 6011, 7065, 6042, 7283, 5737, 7007, 7254, 7238, 7898, 7263, 7256, 6915, 7330, 6321, 7223, 5833, 7143, 5683, 6770, 5880, 6822, 6360, 5630, 6561, 5738, 6544, 6292, 6693, 7492, 6667, 5949, 7049, 5870, 7427, 7201, 7924, 7846, 8403, 8473, 8308, 7328, 8379, 8155, 5643, 7004, 6404, 7467, 5802, 7490, 5880, 7668, 5894, 8051, 6426, 8119, 6734, 5694, 5954, 5944, 8608, 6078, 8239, 6008, 7176, 5983, 6509, 5960, 6561, 5517, 6520, 5700, 7803, 5911, 8411, 6124, 7621, 7319, 8076, 7610, 8672, 6238, 7643, 5923, 8184, 6074, 9235, 6129, 7600, 6021, 7245, 6151, 7100, 5961, 7074, 5694, 7088, 6062, 7089, 5987, 6929, 5847, 6953, 5661, 6869, 5975, 6744, 5743, 6937, 5808, 6989, 5908, 7067, 5926, 6660, 5994, 6680, 5887, 6041, 5771, 6254, 5858, 7050, 5761, 7652, 6306, 7007, 8036, 5770, 8023, 6002, 7015, 6147, 7851, 5992, 8667, 6222, 8587, 6329, 7957, 6013, 7696, 5993, 7120, 6706, 7521, 7633, 5651, 7488, 5686, 7920, 5866, 7843, 5718, 7225, 5933, 6842, 5844, 7282, 5889, 5922, 6137, 6011, 5939, 7024, 5738, 7803, 6187, 8326, 6493, 7052, 6168, 9265, 6469, 8374, 8193, 7571, 10332, 6616, 9495, 6410, 8802, 6418, 9401, 6773, 7629, 5837, 8059, 5600, 8302, 5949, 7626, 6166, 7082, 5909, 7069, 5675, 7948, 6014, 5406, 6993, 5818, 8245, 6105, 8241, 6797, 8233, 6343, 8795, 6202, 9297, 6795, 8952, 8877, 8814, 9130, 8068, 8185, 7241, 7729, 7118, 8079, 7584, 7047, 8326, 6254, 6773, 6252, 7021, 6921, 7428, 7852, 6689, 8253, 6156, 8409, 6399, 7583, 6404, 6979, 6401, 6682, 6074, 7149, 6520, 7147, 7234, 5727, 6433, 6004, 7506, 7592, 5742, 6565, 6005, 6760, 7605, 6474, 7029, 5924, 6403, 7037, 6298, 7636, 6737, 7548, 6485, 8313, 6153, 8109, 6390, 7444, 6017, 7851, 6185, 8012, 6148, 5790, 5999, 5980, 7478, 8218, 7506, 8436, 7661, 8394, 7903, 8872, 8768, 9061, 8921, 8489, 8818, 8130, 8314, 7379, 8165, 6732, 7614, 6662, 7162, 6768, 7879, 7327, 7318, 7727, 5925, 7738, 5844, 7493, 5783, 7490, 5893, 7430, 5875, 7381, 5873, 7941, 6000, 7294, 6143, 6945, 5872, 7118, 5827, 6902, 5827, 6786, 5880, 7103, 7738, 5590, 7071, 6053, 7600, 6378, 5666, 6546, 6010, 6469, 5699, 6615, 6624, 7555, 8466, 6272, 7902, 6084, 7594, 7782, 6710, 9627, 6681, 8629, 6862, 9106, 7478, 9166, 7550, 7903, 7569, 8742, 7813, 5833, 7805, 6153, 6938, 5998, 7102, 5967, 7749, 7913, 5935, 6592, 6050, 7012, 6635, 6152, 6446, 6006, 5981, 6698, 6222, 8273, 6377, 8196, 5982, 7409, 6106, 7992, 6109, 6892, 5885, 6282, 7426, 6806, 7855, 6594, 7345, 6077, 7452, 5995, 7402, 6482, 7242, 5834, 5675, 6321, 5935, 5343, 5900, 5695, 7011, 5951, 8412, 6466, 8556, 6501, 8967, 6251, 9526, 6405, 9349, 7770, 7875, 7517, 7144, 6751, 7557, 5755, 7370, 6242, 7439, 6181, 7579, 6145, 7370, 7249, 8059, 7703, 7550, 7376, 6125, 7735, 5972, 6801, 5912, 6730, 5901, 6929, 6369, 7437, 7771, 5691, 7406, 5892, 5692, 6129, 5918, 7037, 7972, 6275, 6753, 6387, 7185, 6031, 6107, 6275, 6313, 6980, 6227, 6374, 7075, 6358, 6454, 6293, 6127, 9884, 7501, 9408, 6984, 8196, 7637, 9469, 8446, 7935, 8137, 6293, 7882, 6273, 5799, 6677, 5927, 7336, 7629, 8504, 7359, 7379, 7919, 7462, 7926, 7647, 7981, 7610, 7929, 7573, 8155, 6465, 7707, 6240, 7716, 6115, 7765, 6446, 6799, 7988, 7070, 6883, 6923, 6142, 6978, 7149, 5865, 6685, 6015, 7684, 6144, 7819, 6129, 7707, 6075, 7867, 6555, 7501, 6603, 6919, 5979, 7632, 5734, 7559, 6025, 7385, 6768, 6505, 7362, 5865, 8424, 6347, 6630, 6509, 5852, 6679, 5886, 5681, 7559, 6377, 5929, 7539, 8332, 7758, 8250, 8548, 8510, 9216, 7490, 9152, 7240, 9234, 6785, 9022, 6400, 8234, 6204, 7945, 6040, 7377, 6169, 7431, 6029, 7166, 6127, 7314, 6877, 6900, 7527, 6195, 6231, 6038, 7211, 6718, 5691, 7828], 'WindowCenter': [3614.0, 3566.0, 3597.0, 3550.0, 3581.0, 3547.0, 3570.0, 3547.0, 3558.0, 3549.0, 3559.0, 3573.0, 3572.0, 3584.0, 3552.0, 3584.0, 3575.0, 3585.0, 3564.0, 3574.0, 3563.0, 3586.0, 3589.0, 3599.0, 3589.0, 3566.0, 3585.0, 3576.0, 3586.0, 3565.0, 3586.0, 3578.0, 3599.0, 3579.0, 3589.0, 3567.0, 3586.0, 3566.0, 3587.0, 3577.0, 3598.0, 3579.0, 3609.0, 3579.0, 3608.0, 3575.0, 3584.0, 3576.0, 3576.0, 3575.0, 3583.0, 3564.0, 3605.0, 3564.0, 3585.0, 3563.0, 3597.0, 3575.0, 3596.0, 3563.0, 3581.0, 3551.0, 3582.0, 3562.0, 3571.0, 3549.0, 3581.0, 3559.0, 3559.0, 3548.0, 3558.0, 3534.0, 3567.0, 3546.0, 3557.0, 3537.0, 3569.0, 3548.0, 3571.0, 3559.0, 3582.0, 3551.0, 3573.0, 3552.0, 3573.0, 3552.0, 3573.0, 3564.0, 3574.0, 3566.0, 3599.0, 3589.0, 3611.0, 3611.0, 3566.0, 3601.0, 3589.0, 3588.0, 3577.0, 3597.0, 3578.0, 3599.0, 3587.0, 3598.0, 3578.0, 3599.0, 3577.0, 3597.0, 3577.0, 3594.0, 3576.0, 3595.0, 3563.0, 3594.0, 3561.0, 3582.0, 3552.0, 3584.0, 3552.0, 3606.0, 3560.0, 3572.0, 3550.0, 3563.0, 3564.0, 3565.0, 3586.0, 3591.0, 3600.0, 3610.0, 3599.0, 3587.0, 3610.0, 3588.0, 3611.0, 3579.0, 3596.0, 3577.0, 3596.0, 3562.0, 3561.0, 3565.0, 3586.0, 3576.0, 3608.0, 3577.0, 3586.0, 3566.0, 3587.0, 3592.0, 3598.0, 3576.0, 3596.0, 3572.0, 3594.0, 3570.0, 3593.0, 3539.0, 3580.0, 3588.0, 3558.0, 3577.0, 3547.0, 3568.0, 3545.0, 3566.0, 3545.0, 3567.0, 3536.0, 3569.0, 3548.0, 3571.0, 3559.0, 3571.0, 3551.0, 3570.0, 3551.0, 3570.0, 3541.0, 3570.0, 3552.0, 3570.0, 3553.0, 3599.0, 3578.0, 3587.0, 3578.0, 3553.0, 3575.0, 3576.0, 3589.0, 3578.0, 3621.0, 3578.0, 3609.0, 3568.0, 3599.0, 3582.0, 3622.0, 3578.0, 3610.0, 3591.0, 3594.0, 3625.0, 3603.0, 3590.0, 3611.0, 3576.0, 3599.0, 3565.0, 3618.0, 3575.0, 3596.0, 3605.0, 3584.0, 3594.0, 3573.0, 3594.0, 3562.0, 3581.0, 3548.0, 3569.0, 3537.0, 3568.0, 3548.0, 3567.0, 3548.0, 3568.0, 3535.0, 3567.0, 3536.0, 3569.0, 3537.0, 3557.0, 3537.0, 3569.0, 3548.0, 3581.0, 3550.0, 3571.0, 3550.0, 3560.0, 3551.0, 3570.0, 3561.0, 3581.0, 3551.0, 3585.0, 3565.0, 3585.0, 3578.0, 3586.0, 3577.0, 3597.0, 3587.0, 3554.0, 3606.0, 3563.0, 3597.0, 3575.0, 3596.0, 3607.0, 3598.0, 3607.0, 3586.0, 3595.0, 3562.0, 3548.0, 3571.0, 3549.0, 3585.0, 3596.0, 3596.0, 3594.0, 3596.0, 3583.0, 3596.0, 3574.0, 3595.0, 3563.0, 3584.0, 3550.0, 3570.0, 3548.0, 3571.0, 3538.0, 3570.0, 3569.0, 3569.0, 3578.0, 3568.0, 3567.0, 3555.0, 3567.0, 3546.0, 3567.0, 3536.0, 3556.0, 3549.0, 3569.0, 3551.0, 3573.0, 3574.0, 3563.0, 3588.0, 3566.0, 3572.0, 3574.0, 3585.0, 3610.0, 3612.0, 3604.0, 3627.0, 3592.0, 3626.0, 3627.0, 3622.0, 3611.0, 3608.0, 3608.0, 3597.0, 3587.0, 3593.0, 3594.0, 3551.0, 3584.0, 3562.0, 3585.0, 3552.0, 3583.0, 3551.0, 3583.0, 3552.0, 3598.0, 3577.0, 3609.0, 3587.0, 3564.0, 3563.0, 3564.0, 3604.0, 3563.0, 3606.0, 3565.0, 3589.0, 3580.0, 3591.0, 3579.0, 3588.0, 3553.0, 3574.0, 3552.0, 3595.0, 3564.0, 3596.0, 3562.0, 3584.0, 3585.0, 3595.0, 3598.0, 3605.0, 3550.0, 3581.0, 3548.0, 3580.0, 3547.0, 3591.0, 3536.0, 3568.0, 3534.0, 3567.0, 3535.0, 3556.0, 3534.0, 3556.0, 3524.0, 3556.0, 3534.0, 3555.0, 3534.0, 3557.0, 3537.0, 3568.0, 3538.0, 3558.0, 3550.0, 3572.0, 3551.0, 3572.0, 3551.0, 3573.0, 3552.0, 3582.0, 3577.0, 3587.0, 3576.0, 3574.0, 3553.0, 3562.0, 3553.0, 3572.0, 3566.0, 3598.0, 3577.0, 3609.0, 3589.0, 3598.0, 3612.0, 3577.0, 3609.0, 3578.0, 3588.0, 3565.0, 3607.0, 3565.0, 3605.0, 3565.0, 3594.0, 3575.0, 3595.0, 3563.0, 3583.0, 3563.0, 3570.0, 3574.0, 3582.0, 3596.0, 3552.0, 3585.0, 3553.0, 3594.0, 3551.0, 3595.0, 3565.0, 3596.0, 3576.0, 3587.0, 3578.0, 3601.0, 3580.0, 3588.0, 3587.0, 3602.0, 3604.0, 3614.0, 3581.0, 3636.0, 3607.0, 3638.0, 3605.0, 3616.0, 3594.0, 3633.0, 3590.0, 3609.0, 3610.0, 3599.0, 3619.0, 3575.0, 3607.0, 3564.0, 3608.0, 3576.0, 3606.0, 3559.0, 3569.0, 3535.0, 3567.0, 3536.0, 3581.0, 3550.0, 3580.0, 3550.0, 3572.0, 3564.0, 3572.0, 3551.0, 3592.0, 3560.0, 3538.0, 3571.0, 3552.0, 3607.0, 3577.0, 3609.0, 3575.0, 3596.0, 3561.0, 3592.0, 3549.0, 3591.0, 3558.0, 3579.0, 3575.0, 3576.0, 3573.0, 3565.0, 3562.0, 3555.0, 3553.0, 3544.0, 3562.0, 3554.0, 3551.0, 3564.0, 3544.0, 3544.0, 3544.0, 3557.0, 3557.0, 3569.0, 3579.0, 3557.0, 3579.0, 3547.0, 3579.0, 3548.0, 3569.0, 3558.0, 3571.0, 3561.0, 3571.0, 3563.0, 3573.0, 3571.0, 3582.0, 3586.0, 3563.0, 3575.0, 3578.0, 3598.0, 3611.0, 3577.0, 3586.0, 3578.0, 3586.0, 3611.0, 3575.0, 3598.0, 3580.0, 3601.0, 3615.0, 3605.0, 3625.0, 3603.0, 3611.0, 3588.0, 3609.0, 3577.0, 3597.0, 3577.0, 3599.0, 3579.0, 3611.0, 3580.0, 3609.0, 3565.0, 3552.0, 3564.0, 3577.0, 3610.0, 3634.0, 3614.0, 3622.0, 3600.0, 3611.0, 3595.0, 3607.0, 3593.0, 3591.0, 3578.0, 3579.0, 3577.0, 3568.0, 3579.0, 3568.0, 3577.0, 3556.0, 3566.0, 3546.0, 3555.0, 3543.0, 3565.0, 3555.0, 3566.0, 3568.0, 3546.0, 3569.0, 3536.0, 3569.0, 3537.0, 3568.0, 3538.0, 3571.0, 3550.0, 3581.0, 3549.0, 3591.0, 3562.0, 3583.0, 3563.0, 3572.0, 3553.0, 3571.0, 3553.0, 3572.0, 3554.0, 3574.0, 3564.0, 3586.0, 3598.0, 3557.0, 3598.0, 3580.0, 3610.0, 3591.0, 3580.0, 3588.0, 3577.0, 3575.0, 3567.0, 3588.0, 3617.0, 3625.0, 3636.0, 3592.0, 3624.0, 3592.0, 3610.0, 3612.0, 3589.0, 3619.0, 3574.0, 3608.0, 3573.0, 3593.0, 3571.0, 3591.0, 3581.0, 3582.0, 3581.0, 3589.0, 3580.0, 3539.0, 3581.0, 3549.0, 3570.0, 3550.0, 3571.0, 3563.0, 3594.0, 3597.0, 3565.0, 3573.0, 3565.0, 3585.0, 3587.0, 3577.0, 3589.0, 3590.0, 3588.0, 3602.0, 3593.0, 3622.0, 3590.0, 3610.0, 3565.0, 3586.0, 3566.0, 3596.0, 3562.0, 3585.0, 3553.0, 3573.0, 3585.0, 3574.0, 3592.0, 3572.0, 3584.0, 3563.0, 3585.0, 3565.0, 3586.0, 3575.0, 3597.0, 3567.0, 3566.0, 3575.0, 3577.0, 3567.0, 3578.0, 3580.0, 3603.0, 3591.0, 3622.0, 3603.0, 3623.0, 3577.0, 3620.0, 3577.0, 3607.0, 3563.0, 3604.0, 3571.0, 3581.0, 3568.0, 3559.0, 3558.0, 3567.0, 3537.0, 3568.0, 3558.0, 3568.0, 3547.0, 3569.0, 3548.0, 3569.0, 3570.0, 3580.0, 3581.0, 3570.0, 3570.0, 3549.0, 3581.0, 3549.0, 3571.0, 3551.0, 3571.0, 3552.0, 3585.0, 3575.0, 3599.0, 3611.0, 3579.0, 3598.0, 3578.0, 3568.0, 3579.0, 3582.0, 3614.0, 3623.0, 3602.0, 3603.0, 3603.0, 3613.0, 3592.0, 3590.0, 3590.0, 3602.0, 3611.0, 3592.0, 3603.0, 3614.0, 3602.0, 3599.0, 3588.0, 3578.0, 3635.0, 3604.0, 3624.0, 3590.0, 3597.0, 3584.0, 3607.0, 3597.0, 3596.0, 3596.0, 3575.0, 3595.0, 3561.0, 3549.0, 3560.0, 3563.0, 3587.0, 3598.0, 3607.0, 3587.0, 3585.0, 3595.0, 3584.0, 3595.0, 3583.0, 3584.0, 3570.0, 3582.0, 3570.0, 3580.0, 3548.0, 3571.0, 3548.0, 3570.0, 3548.0, 3570.0, 3547.0, 3558.0, 3579.0, 3571.0, 3571.0, 3570.0, 3550.0, 3574.0, 3572.0, 3551.0, 3573.0, 3564.0, 3583.0, 3563.0, 3583.0, 3562.0, 3582.0, 3562.0, 3583.0, 3563.0, 3585.0, 3574.0, 3573.0, 3562.0, 3582.0, 3552.0, 3582.0, 3564.0, 3584.0, 3587.0, 3575.0, 3598.0, 3564.0, 3608.0, 3590.0, 3601.0, 3604.0, 3581.0, 3601.0, 3594.0, 3580.0, 3611.0, 3591.0, 3592.0, 3611.0, 3625.0, 3613.0, 3635.0, 3634.0, 3622.0, 3620.0, 3598.0, 3608.0, 3586.0, 3605.0, 3559.0, 3591.0, 3548.0, 3579.0, 3535.0, 3567.0, 3535.0, 3555.0, 3534.0, 3556.0, 3535.0, 3555.0, 3536.0, 3567.0, 3557.0, 3568.0, 3581.0, 3550.0, 3550.0, 3562.0, 3582.0, 3574.0, 3551.0, 3594.0], 'WindowWidth': [8179.0, 8101.0, 8139.0, 8068.0, 8108.0, 8058.0, 8091.0, 8057.0, 8072.0, 8063.0, 8078.0, 8101.0, 8099.0, 8118.0, 8075.0, 8120.0, 8110.0, 8120.0, 8092.0, 8106.0, 8091.0, 8123.0, 8134.0, 8146.0, 8134.0, 8098.0, 8122.0, 8111.0, 8124.0, 8097.0, 8125.0, 8119.0, 8151.0, 8124.0, 8134.0, 8105.0, 8127.0, 8102.0, 8129.0, 8116.0, 8144.0, 8122.0, 8162.0, 8122.0, 8159.0, 8109.0, 8119.0, 8115.0, 8112.0, 8110.0, 8118.0, 8093.0, 8149.0, 8091.0, 8121.0, 8089.0, 8145.0, 8114.0, 8141.0, 8090.0, 8109.0, 8069.0, 8111.0, 8086.0, 8098.0, 8063.0, 8108.0, 8076.0, 8076.0, 8061.0, 8073.0, 8039.0, 8084.0, 8054.0, 8071.0, 8044.0, 8090.0, 8063.0, 8095.0, 8077.0, 8111.0, 8071.0, 8102.0, 8073.0, 8103.0, 8076.0, 8103.0, 8093.0, 8108.0, 8099.0, 8149.0, 8138.0, 8171.0, 8168.0, 8103.0, 8156.0, 8140.0, 8132.0, 8118.0, 8144.0, 8121.0, 8148.0, 8132.0, 8146.0, 8119.0, 8146.0, 8116.0, 8141.0, 8115.0, 8134.0, 8111.0, 8135.0, 8090.0, 8130.0, 8084.0, 8111.0, 8073.0, 8119.0, 8074.0, 8152.0, 8083.0, 8099.0, 8070.0, 8090.0, 8096.0, 8101.0, 8130.0, 8141.0, 8151.0, 8165.0, 8148.0, 8131.0, 8163.0, 8131.0, 8166.0, 8124.0, 8140.0, 8116.0, 8138.0, 8087.0, 8083.0, 8097.0, 8126.0, 8116.0, 8162.0, 8116.0, 8126.0, 8099.0, 8128.0, 8144.0, 8147.0, 8115.0, 8140.0, 8102.0, 8132.0, 8094.0, 8127.0, 8050.0, 8105.0, 8113.0, 8074.0, 8098.0, 8057.0, 8086.0, 8054.0, 8081.0, 8052.0, 8083.0, 8043.0, 8088.0, 8064.0, 8095.0, 8080.0, 8097.0, 8071.0, 8093.0, 8071.0, 8094.0, 8057.0, 8096.0, 8073.0, 8095.0, 8078.0, 8148.0, 8124.0, 8134.0, 8122.0, 8080.0, 8112.0, 8115.0, 8139.0, 8121.0, 8180.0, 8119.0, 8163.0, 8106.0, 8152.0, 8133.0, 8186.0, 8121.0, 8167.0, 8144.0, 8152.0, 8195.0, 8162.0, 8142.0, 8167.0, 8114.0, 8147.0, 8096.0, 8172.0, 8112.0, 8140.0, 8146.0, 8118.0, 8132.0, 8102.0, 8129.0, 8086.0, 8107.0, 8061.0, 8088.0, 8045.0, 8086.0, 8060.0, 8084.0, 8057.0, 8084.0, 8039.0, 8084.0, 8042.0, 8086.0, 8044.0, 8072.0, 8044.0, 8090.0, 8061.0, 8110.0, 8067.0, 8097.0, 8067.0, 8080.0, 8070.0, 8093.0, 8083.0, 8112.0, 8072.0, 8120.0, 8098.0, 8124.0, 8121.0, 8127.0, 8118.0, 8142.0, 8131.0, 8081.0, 8151.0, 8092.0, 8140.0, 8108.0, 8138.0, 8153.0, 8143.0, 8158.0, 8127.0, 8135.0, 8087.0, 8063.0, 8098.0, 8065.0, 8124.0, 8141.0, 8139.0, 8131.0, 8138.0, 8118.0, 8139.0, 8108.0, 8135.0, 8089.0, 8119.0, 8068.0, 8094.0, 8062.0, 8094.0, 8048.0, 8091.0, 8089.0, 8090.0, 8099.0, 8086.0, 8082.0, 8066.0, 8081.0, 8054.0, 8081.0, 8042.0, 8068.0, 8064.0, 8092.0, 8072.0, 8105.0, 8110.0, 8092.0, 8133.0, 8102.0, 8103.0, 8109.0, 8127.0, 8167.0, 8178.0, 8169.0, 8205.0, 8150.0, 8201.0, 8203.0, 8186.0, 8168.0, 8156.0, 8156.0, 8139.0, 8126.0, 8129.0, 8130.0, 8072.0, 8118.0, 8087.0, 8119.0, 8074.0, 8114.0, 8069.0, 8112.0, 8073.0, 8142.0, 8114.0, 8159.0, 8130.0, 8095.0, 8091.0, 8094.0, 8145.0, 8088.0, 8151.0, 8096.0, 8133.0, 8125.0, 8142.0, 8123.0, 8133.0, 8078.0, 8105.0, 8073.0, 8135.0, 8095.0, 8137.0, 8087.0, 8119.0, 8121.0, 8135.0, 8145.0, 8147.0, 8067.0, 8107.0, 8059.0, 8103.0, 8058.0, 8119.0, 8040.0, 8084.0, 8036.0, 8082.0, 8036.0, 8066.0, 8034.0, 8064.0, 8020.0, 8065.0, 8035.0, 8065.0, 8036.0, 8070.0, 8044.0, 8087.0, 8048.0, 8074.0, 8067.0, 8097.0, 8071.0, 8099.0, 8073.0, 8102.0, 8073.0, 8115.0, 8117.0, 8128.0, 8113.0, 8108.0, 8078.0, 8086.0, 8077.0, 8101.0, 8100.0, 8146.0, 8120.0, 8162.0, 8138.0, 8147.0, 8170.0, 8119.0, 8163.0, 8118.0, 8131.0, 8097.0, 8156.0, 8097.0, 8150.0, 8095.0, 8132.0, 8107.0, 8134.0, 8090.0, 8113.0, 8089.0, 8094.0, 8104.0, 8114.0, 8135.0, 8074.0, 8120.0, 8078.0, 8132.0, 8072.0, 8136.0, 8096.0, 8139.0, 8115.0, 8132.0, 8123.0, 8153.0, 8126.0, 8135.0, 8133.0, 8165.0, 8168.0, 8179.0, 8132.0, 8216.0, 8176.0, 8217.0, 8169.0, 8185.0, 8151.0, 8201.0, 8137.0, 8163.0, 8163.0, 8146.0, 8173.0, 8107.0, 8153.0, 8092.0, 8155.0, 8112.0, 8149.0, 8079.0, 8088.0, 8041.0, 8083.0, 8041.0, 8108.0, 8065.0, 8108.0, 8067.0, 8100.0, 8094.0, 8098.0, 8070.0, 8124.0, 8082.0, 8049.0, 8099.0, 8074.0, 8155.0, 8116.0, 8161.0, 8108.0, 8136.0, 8082.0, 8126.0, 8063.0, 8121.0, 8070.0, 8098.0, 8088.0, 8091.0, 8083.0, 8073.0, 8067.0, 8059.0, 8055.0, 8045.0, 8067.0, 8059.0, 8053.0, 8072.0, 8046.0, 8049.0, 8050.0, 8068.0, 8071.0, 8086.0, 8101.0, 8071.0, 8101.0, 8056.0, 8101.0, 8059.0, 8088.0, 8074.0, 8094.0, 8083.0, 8097.0, 8088.0, 8102.0, 8100.0, 8113.0, 8123.0, 8091.0, 8109.0, 8121.0, 8146.0, 8165.0, 8119.0, 8127.0, 8118.0, 8125.0, 8167.0, 8113.0, 8147.0, 8126.0, 8159.0, 8180.0, 8171.0, 8194.0, 8164.0, 8166.0, 8134.0, 8158.0, 8116.0, 8142.0, 8115.0, 8146.0, 8123.0, 8169.0, 8124.0, 8160.0, 8096.0, 8073.0, 8094.0, 8118.0, 8166.0, 8206.0, 8177.0, 8185.0, 8151.0, 8165.0, 8138.0, 8153.0, 8127.0, 8121.0, 8098.0, 8098.0, 8094.0, 8083.0, 8099.0, 8084.0, 8095.0, 8066.0, 8079.0, 8051.0, 8063.0, 8045.0, 8074.0, 8063.0, 8078.0, 8084.0, 8053.0, 8086.0, 8040.0, 8089.0, 8045.0, 8088.0, 8048.0, 8094.0, 8066.0, 8108.0, 8065.0, 8124.0, 8087.0, 8115.0, 8089.0, 8100.0, 8077.0, 8098.0, 8076.0, 8101.0, 8080.0, 8107.0, 8095.0, 8124.0, 8145.0, 8092.0, 8146.0, 8128.0, 8165.0, 8142.0, 8127.0, 8134.0, 8116.0, 8113.0, 8105.0, 8132.0, 8188.0, 8192.0, 8209.0, 8145.0, 8189.0, 8144.0, 8167.0, 8169.0, 8135.0, 8174.0, 8108.0, 8156.0, 8103.0, 8129.0, 8096.0, 8121.0, 8110.0, 8109.0, 8108.0, 8115.0, 8105.0, 8049.0, 8106.0, 8063.0, 8093.0, 8067.0, 8094.0, 8089.0, 8136.0, 8142.0, 8095.0, 8106.0, 8097.0, 8122.0, 8131.0, 8117.0, 8134.0, 8142.0, 8136.0, 8161.0, 8150.0, 8184.0, 8139.0, 8163.0, 8098.0, 8126.0, 8097.0, 8138.0, 8088.0, 8120.0, 8076.0, 8104.0, 8119.0, 8104.0, 8127.0, 8100.0, 8116.0, 8089.0, 8121.0, 8097.0, 8125.0, 8110.0, 8144.0, 8103.0, 8100.0, 8109.0, 8115.0, 8103.0, 8122.0, 8127.0, 8160.0, 8142.0, 8187.0, 8162.0, 8188.0, 8117.0, 8177.0, 8112.0, 8154.0, 8086.0, 8142.0, 8093.0, 8106.0, 8085.0, 8074.0, 8071.0, 8083.0, 8042.0, 8086.0, 8071.0, 8086.0, 8057.0, 8087.0, 8060.0, 8088.0, 8093.0, 8104.0, 8107.0, 8091.0, 8092.0, 8063.0, 8106.0, 8064.0, 8095.0, 8071.0, 8098.0, 8076.0, 8122.0, 8111.0, 8150.0, 8169.0, 8123.0, 8146.0, 8122.0, 8105.0, 8122.0, 8133.0, 8178.0, 8190.0, 8160.0, 8163.0, 8165.0, 8180.0, 8149.0, 8143.0, 8142.0, 8162.0, 8171.0, 8151.0, 8166.0, 8180.0, 8162.0, 8155.0, 8135.0, 8121.0, 8206.0, 8160.0, 8190.0, 8134.0, 8140.0, 8117.0, 8151.0, 8138.0, 8136.0, 8136.0, 8106.0, 8132.0, 8083.0, 8062.0, 8078.0, 8088.0, 8125.0, 8143.0, 8151.0, 8126.0, 8119.0, 8133.0, 8116.0, 8131.0, 8112.0, 8113.0, 8089.0, 8109.0, 8087.0, 8103.0, 8058.0, 8091.0, 8059.0, 8091.0, 8058.0, 8089.0, 8058.0, 8071.0, 8100.0, 8093.0, 8093.0, 8094.0, 8067.0, 8102.0, 8100.0, 8073.0, 8103.0, 8092.0, 8116.0, 8089.0, 8113.0, 8085.0, 8112.0, 8085.0, 8114.0, 8091.0, 8119.0, 8105.0, 8100.0, 8088.0, 8112.0, 8073.0, 8112.0, 8094.0, 8118.0, 8126.0, 8110.0, 8144.0, 8096.0, 8159.0, 8140.0, 8158.0, 8165.0, 8131.0, 8155.0, 8155.0, 8130.0, 8168.0, 8145.0, 8146.0, 8170.0, 8194.0, 8174.0, 8207.0, 8204.0, 8185.0, 8179.0, 8143.0, 8155.0, 8122.0, 8146.0, 8078.0, 8121.0, 8059.0, 8099.0, 8039.0, 8081.0, 8038.0, 8063.0, 8034.0, 8066.0, 8037.0, 8062.0, 8041.0, 8083.0, 8070.0, 8086.0, 8108.0, 8068.0, 8067.0, 8086.0, 8114.0, 8105.0, 8074.0, 8134.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.002326215596330275</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02830676502293578</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.50026514973599</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1954859495522403</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0375827266590134</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4551</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4944.0195</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1089454648154833</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>104</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>11.926605504587156</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6427933001525434</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.576328120393733</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.858877750020861</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4931740300430363</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0302198</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01110837422311306</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02500593662261963</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.5592940592853504</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>26.3779</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.6575</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.6124</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>307173.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>610.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>269.1788</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6488</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>455.6363</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2804.2657</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3042.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>69371.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>694.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3722.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>854.6577</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.59328509925399</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> |