=== 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-0069 --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-0069",
"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-0069_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0069_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0069_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-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0069_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-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0069_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-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0069_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-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0069_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-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0069_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-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0069_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-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0069/ses-03/func/sub-0069_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>914056afb84eb924b247f157dc395141</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>19:00:8.685000</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.999933, -0.00669565, 0.00948847, 0.00663189, 0.999955, 0.00673531]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0732536</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4143, -7737, -7289, 602, -72, -130, 42, 71]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>229.838</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>27aa6955-0a16-488c-a19b-8e2ee2783504||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.682745933532715, 0.01779288239777088, 0.025739498436450958, 111.46240234375], [0.017963945865631104, 2.682806968688965, 0.01801420748233795, -90.53257751464844], [0.025456883013248444, -0.018070342019200325, 2.699817419052124, -72.25346374511719], [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': ['190008.685000', '190009.145000', '190009.605000', '190010.065000', '190010.525000', '190010.985000', '190011.445000', '190011.905000', '190012.365000', '190012.825000', '190013.285000', '190013.745000', '190014.205000', '190014.665000', '190015.125000', '190015.585000', '190016.045000', '190016.505000', '190016.965000', '190017.425000', '190017.885000', '190018.345000', '190018.805000', '190019.265000', '190019.725000', '190020.185000', '190020.645000', '190021.105000', '190021.565000', '190022.025000', '190022.485000', '190022.945000', '190023.405000', '190023.865000', '190024.325000', '190024.785000', '190025.245000', '190025.705000', '190026.165000', '190026.625000', '190027.085000', '190027.545000', '190028.005000', '190028.465000', '190028.925000', '190029.385000', '190029.845000', '190030.305000', '190030.765000', '190031.225000', '190031.685000', '190032.145000', '190032.605000', '190033.065000', '190033.525000', '190033.985000', '190034.445000', '190034.905000', '190035.365000', '190035.825000', '190036.285000', '190036.745000', '190037.205000', '190037.665000', '190038.125000', '190038.585000', '190039.045000', '190039.505000', '190039.965000', '190040.425000', '190040.885000', '190041.345000', '190041.805000', '190042.265000', '190042.725000', '190043.185000', '190043.645000', '190044.105000', '190044.565000', '190045.025000', '190045.485000', '190045.945000', '190046.405000', '190046.865000', '190047.325000', '190047.785000', '190048.245000', '190048.705000', '190049.165000', '190049.625000', '190050.085000', '190050.545000', '190051.005000', '190051.465000', '190051.925000', '190052.385000', '190052.845000', '190053.305000', '190053.765000', '190054.225000', '190054.685000', '190055.145000', '190055.605000', '190056.065000', '190056.525000', '190056.985000', '190057.445000', '190057.905000', '190058.365000', '190058.825000', '190059.285000', '190059.745000', '190100.205000', '190100.665000', '190101.125000', '190101.585000', '190102.045000', '190102.505000', '190102.965000', '190103.425000', '190103.885000', '190104.345000', '190104.805000', '190105.265000', '190105.725000', '190106.185000', '190106.645000', '190107.105000', '190107.565000', '190108.025000', '190108.485000', '190108.945000', '190109.405000', '190109.865000', '190110.325000', '190110.785000', '190111.245000', '190111.705000', '190112.165000', '190112.625000', '190113.085000', '190113.545000', '190114.005000', '190114.465000', '190114.925000', '190115.385000', '190115.845000', '190116.305000', '190116.765000', '190117.225000', '190117.685000', '190118.145000', '190118.605000', '190119.065000', '190119.525000', '190119.985000', '190120.445000', '190120.905000', '190121.365000', '190121.825000', '190122.285000', '190122.745000', '190123.205000', '190123.665000', '190124.125000', '190124.585000', '190125.045000', '190125.505000', '190125.965000', '190126.425000', '190126.885000', '190127.345000', '190127.805000', '190128.265000', '190128.725000', '190129.185000', '190129.645000', '190130.105000', '190130.565000', '190131.025000', '190131.485000', '190131.945000', '190132.405000', '190132.865000', '190133.325000', '190133.785000', '190134.245000', '190134.705000', '190135.165000', '190135.625000', '190136.085000', '190136.545000', '190137.005000', '190137.465000', '190137.925000', '190138.385000', '190138.845000', '190139.305000', '190139.765000', '190140.225000', '190140.685000', '190141.145000', '190141.605000', '190142.065000', '190142.525000', '190142.985000', '190143.445000', '190143.905000', '190144.365000', '190144.825000', '190145.285000', '190145.745000', '190146.205000', '190146.665000', '190147.125000', '190147.585000', '190148.045000', '190148.505000', '190148.965000', '190149.425000', '190149.885000', '190150.345000', '190150.805000', '190151.265000', '190151.725000', '190152.185000', '190152.645000', '190153.105000', '190153.565000', '190154.025000', '190154.485000', '190154.945000', '190155.405000', '190155.865000', '190156.325000', '190156.785000', '190157.245000', '190157.705000', '190158.165000', '190158.625000', '190159.085000', '190159.545000', '190200.005000', '190200.465000', '190200.925000', '190201.385000', '190201.845000', '190202.305000', '190202.765000', '190203.225000', '190203.685000', '190204.145000', '190204.605000', '190205.065000', '190205.525000', '190205.985000', '190206.445000', '190206.905000', '190207.365000', '190207.825000', '190208.285000', '190208.745000', '190209.205000', '190209.665000', '190210.125000', '190210.585000', '190211.045000', '190211.505000', '190211.965000', '190212.425000', '190212.885000', '190213.345000', '190213.805000', '190214.265000', '190214.725000', '190215.185000', '190215.645000', '190216.105000', '190216.565000', '190217.025000', '190217.485000', '190217.945000', '190218.405000', '190218.865000', '190219.325000', '190219.785000', '190220.245000', '190220.705000', '190221.165000', '190221.625000', '190222.085000', '190222.545000', '190223.005000', '190223.465000', '190223.925000', '190224.385000', '190224.845000', '190225.305000', '190225.765000', '190226.225000', '190226.685000', '190227.145000', '190227.605000', '190228.065000', '190228.525000', '190228.985000', '190229.445000', '190229.905000', '190230.365000', '190230.825000', '190231.285000', '190231.745000', '190232.205000', '190232.665000', '190233.125000', '190233.585000', '190234.045000', '190234.505000', '190234.965000', '190235.425000', '190235.885000', '190236.345000', '190236.805000', '190237.265000', '190237.725000', '190238.185000', '190238.645000', '190239.105000', '190239.565000', '190240.025000', '190240.485000', '190240.945000', '190241.405000', '190241.865000', '190242.325000', '190242.785000', '190243.245000', '190243.705000', '190244.165000', '190244.625000', '190245.085000', '190245.545000', '190246.005000', '190246.465000', '190246.925000', '190247.385000', '190247.845000', '190248.305000', '190248.765000', '190249.225000', '190249.685000', '190250.145000', '190250.605000', '190251.065000', '190251.525000', '190251.985000', '190252.445000', '190252.905000', '190253.365000', '190253.825000', '190254.285000', '190254.745000', '190255.205000', '190255.665000', '190256.125000', '190256.585000', '190257.045000', '190257.505000', '190257.965000', '190258.425000', '190258.885000', '190259.345000', '190259.805000', '190300.265000', '190300.725000', '190301.185000', '190301.645000', '190302.105000', '190302.565000', '190303.025000', '190303.485000', '190303.945000', '190304.405000', '190304.865000', '190305.325000', '190305.785000', '190306.245000', '190306.705000', '190307.165000', '190307.625000', '190308.085000', '190308.545000', '190309.005000', '190309.465000', '190309.925000', '190310.385000', '190310.845000', '190311.305000', '190311.765000', '190312.225000', '190312.685000', '190313.145000', '190313.605000', '190314.065000', '190314.525000', '190314.985000', '190315.445000', '190315.905000', '190316.365000', '190316.825000', '190317.285000', '190317.745000', '190318.205000', '190318.665000', '190319.125000', '190319.585000', '190320.045000', '190320.505000', '190320.965000', '190321.425000', '190321.885000', '190322.345000', '190322.805000', '190323.265000', '190323.725000', '190324.185000', '190324.645000', '190325.105000', '190325.565000', '190326.025000', '190326.485000', '190326.945000', '190327.405000', '190327.865000', '190328.325000', '190328.785000', '190329.245000', '190329.705000', '190330.165000', '190330.625000', '190331.085000', '190331.545000', '190332.005000', '190332.465000', '190332.925000', '190333.385000', '190333.845000', '190334.305000', '190334.765000', '190335.225000', '190335.685000', '190336.145000', '190336.605000', '190337.065000', '190337.525000', '190337.985000', '190338.445000', '190338.905000', '190339.365000', '190339.825000', '190340.285000', '190340.745000', '190341.205000', '190341.665000', '190342.125000', '190342.585000', '190343.045000', '190343.505000', '190343.965000', '190344.425000', '190344.885000', '190345.345000', '190345.805000', '190346.265000', '190346.725000', '190347.185000', '190347.645000', '190348.105000', '190348.565000', '190349.025000', '190349.485000', '190349.945000', '190350.405000', '190350.865000', '190351.325000', '190351.785000', '190352.245000', '190352.705000', '190353.165000', '190353.625000', '190354.085000', '190354.545000', '190355.005000', '190355.465000', '190355.925000', '190356.385000', '190356.845000', '190357.305000', '190357.765000', '190358.225000', '190358.685000', '190359.145000', '190359.605000', '190400.065000', '190400.525000', '190400.985000', '190401.445000', '190401.905000', '190402.365000', '190402.825000', '190403.285000', '190403.745000', '190404.205000', '190404.665000', '190405.125000', '190405.585000', '190406.045000', '190406.505000', '190406.965000', '190407.425000', '190407.885000', '190408.345000', '190408.805000', '190409.265000', '190409.725000', '190410.185000', '190410.645000', '190411.105000', '190411.565000', '190412.025000', '190412.485000', '190412.945000', '190413.405000', '190413.865000', '190414.325000', '190414.785000', '190415.245000', '190415.705000', '190416.165000', '190416.625000', '190417.085000', '190417.545000', '190418.005000', '190418.465000', '190418.925000', '190419.385000', '190419.845000', '190420.305000', '190420.765000', '190421.225000', '190421.685000', '190422.145000', '190422.605000', '190423.065000', '190423.525000', '190423.985000', '190424.445000', '190424.905000', '190425.365000', '190425.825000', '190426.285000', '190426.745000', '190427.205000', '190427.665000', '190428.125000', '190428.585000', '190429.045000', '190429.505000', '190429.965000', '190430.425000', '190430.885000', '190431.345000', '190431.805000', '190432.265000', '190432.725000', '190433.185000', '190433.645000', '190434.105000', '190434.565000', '190435.025000', '190435.485000', '190435.945000', '190436.405000', '190436.865000', '190437.325000', '190437.785000', '190438.245000', '190438.705000', '190439.165000', '190439.625000', '190440.085000', '190440.545000', '190441.005000', '190441.465000', '190441.925000', '190442.385000', '190442.845000', '190443.305000', '190443.765000', '190444.225000', '190444.685000', '190445.145000', '190445.605000', '190446.065000', '190446.525000', '190446.985000', '190447.445000', '190447.905000', '190448.365000', '190448.825000', '190449.285000', '190449.745000', '190450.205000', '190450.665000', '190451.125000', '190451.585000', '190452.045000', '190452.505000', '190452.965000', '190453.425000', '190453.885000', '190454.345000', '190454.805000', '190455.265000', '190455.725000', '190456.185000', '190456.645000', '190457.105000', '190457.565000', '190458.025000', '190458.485000', '190458.945000', '190459.405000', '190459.865000', '190500.325000', '190500.785000', '190501.245000', '190501.705000', '190502.165000', '190502.625000', '190503.085000', '190503.545000', '190504.005000', '190504.465000', '190504.925000', '190505.385000', '190505.845000', '190506.305000', '190506.765000', '190507.225000', '190507.685000', '190508.145000', '190508.605000', '190509.065000', '190509.525000', '190509.985000', '190510.445000', '190510.905000', '190511.365000', '190511.825000', '190512.285000', '190512.745000', '190513.205000', '190513.665000', '190514.125000', '190514.585000', '190515.045000', '190515.505000', '190515.965000', '190516.425000', '190516.885000', '190517.345000', '190517.805000', '190518.265000', '190518.725000', '190519.185000', '190519.645000', '190520.105000', '190520.565000', '190521.025000', '190521.485000', '190521.945000', '190522.405000', '190522.865000', '190523.325000', '190523.785000', '190524.245000', '190524.705000', '190525.165000', '190525.625000', '190526.085000', '190526.545000', '190527.005000', '190527.465000', '190527.925000', '190528.385000', '190528.845000', '190529.305000', '190529.765000', '190530.225000', '190530.685000', '190531.145000', '190531.605000', '190532.065000', '190532.525000', '190532.985000', '190533.445000', '190533.905000', '190534.365000', '190534.825000', '190535.285000', '190535.745000', '190536.205000', '190536.665000', '190537.125000', '190537.585000', '190538.045000', '190538.505000', '190538.965000', '190539.425000', '190539.885000', '190540.345000', '190540.805000', '190541.265000', '190541.725000', '190542.185000', '190542.645000', '190543.105000', '190543.565000', '190544.025000', '190544.485000', '190544.945000', '190545.405000', '190545.865000', '190546.325000', '190546.785000', '190547.245000', '190547.705000', '190548.165000', '190548.625000', '190549.085000', '190549.545000', '190550.005000', '190550.465000', '190550.925000', '190551.385000', '190551.845000', '190552.305000', '190552.765000', '190553.225000', '190553.685000', '190554.145000', '190554.605000', '190555.065000', '190555.525000', '190555.985000', '190556.445000', '190556.905000', '190557.365000', '190557.825000', '190558.285000', '190558.745000', '190559.205000', '190559.665000', '190600.125000', '190600.585000', '190601.045000', '190601.505000', '190601.965000', '190602.425000', '190602.885000', '190603.345000', '190603.805000', '190604.265000', '190604.725000', '190605.185000', '190605.645000', '190606.105000', '190606.565000', '190607.025000', '190607.485000', '190607.945000', '190608.405000', '190608.865000', '190609.325000', '190609.785000', '190610.245000', '190610.705000', '190611.165000', '190611.625000', '190612.085000', '190612.545000', '190613.005000', '190613.465000', '190613.925000', '190614.385000', '190614.845000', '190615.305000', '190615.765000', '190616.225000', '190616.685000', '190617.145000', '190617.605000', '190618.065000', '190618.525000', '190618.985000', '190619.445000', '190619.905000', '190620.365000', '190620.825000', '190621.285000', '190621.745000', '190622.205000', '190622.665000', '190623.125000', '190623.585000', '190624.045000', '190624.505000', '190624.965000', '190625.425000', '190625.885000', '190626.345000', '190626.805000', '190627.265000', '190627.725000', '190628.185000', '190628.645000', '190629.105000', '190629.565000', '190630.025000', '190630.485000', '190630.945000', '190631.405000', '190631.865000', '190632.325000', '190632.785000', '190633.245000', '190633.705000', '190634.165000', '190634.625000', '190635.085000', '190635.545000', '190636.005000', '190636.465000', '190636.925000', '190637.385000', '190637.845000', '190638.305000', '190638.765000', '190639.225000', '190639.685000', '190640.145000', '190640.605000', '190641.065000', '190641.525000', '190641.985000', '190642.445000', '190642.905000', '190643.365000', '190643.825000', '190644.285000', '190644.745000', '190645.205000', '190645.665000', '190646.125000', '190646.585000', '190647.045000', '190647.505000', '190647.965000', '190648.425000', '190648.885000', '190649.345000'], 'ContentTime': ['190032.454000', '190032.458000', '190032.460000', '190032.463000', '190032.466000', '190032.468000', '190032.471000', '190032.480000', '190032.482000', '190032.485000', '190032.487000', '190032.490000', '190032.493000', '190032.495000', '190032.498000', '190032.500000', '190032.503000', '190032.505000', '190032.508000', '190032.511000', '190032.513000', '190032.516000', '190032.518000', '190032.521000', '190032.523000', '190032.526000', '190032.528000', '190032.531000', '190032.533000', '190032.536000', '190032.538000', '190032.541000', '190032.543000', '190032.546000', '190032.550000', '190032.553000', '190032.555000', '190032.558000', '190032.561000', '190032.563000', '190032.566000', '190032.568000', '190032.571000', '190032.573000', '190032.576000', '190032.578000', '190032.581000', '190032.583000', '190032.586000', '190052.421000', '190052.424000', '190052.427000', '190052.429000', '190052.432000', '190052.435000', '190052.437000', '190052.440000', '190052.442000', '190052.445000', '190052.448000', '190052.451000', '190052.454000', '190052.456000', '190052.459000', '190052.461000', '190052.464000', '190052.466000', '190052.469000', '190052.471000', '190052.474000', '190052.476000', '190052.479000', '190052.481000', '190052.484000', '190052.486000', '190052.489000', '190052.491000', '190052.494000', '190052.497000', '190052.499000', '190052.502000', '190052.505000', '190052.507000', '190052.510000', '190052.512000', '190052.515000', '190052.517000', '190052.520000', '190052.522000', '190052.525000', '190052.528000', '190052.530000', '190052.533000', '190112.421000', '190112.424000', '190112.427000', '190112.430000', '190112.432000', '190112.435000', '190112.438000', '190112.447000', '190112.450000', '190112.453000', '190112.455000', '190112.458000', '190112.460000', '190112.463000', '190112.465000', '190112.468000', '190112.470000', '190112.473000', '190112.475000', '190112.478000', '190112.481000', '190112.483000', '190112.486000', '190112.493000', '190112.496000', '190112.498000', '190112.501000', '190112.504000', '190112.506000', '190112.509000', '190112.511000', '190112.515000', '190112.517000', '190112.520000', '190112.522000', '190112.525000', '190112.527000', '190112.530000', '190112.532000', '190112.535000', '190112.537000', '190112.540000', '190112.543000', '190132.421000', '190132.424000', '190132.427000', '190132.430000', '190132.432000', '190132.435000', '190132.438000', '190132.440000', '190132.443000', '190132.447000', '190132.450000', '190132.452000', '190132.455000', '190132.458000', '190132.461000', '190132.464000', '190132.467000', '190132.469000', '190132.472000', '190132.474000', '190132.477000', '190132.486000', '190132.488000', '190132.491000', '190132.493000', '190132.496000', '190132.498000', '190132.501000', '190132.503000', '190132.506000', '190132.509000', '190132.511000', '190132.514000', '190132.517000', '190132.519000', '190132.522000', '190132.524000', '190132.527000', '190132.529000', '190132.532000', '190132.535000', '190132.537000', '190132.540000', '190152.421000', '190152.424000', '190152.427000', '190152.430000', '190152.432000', '190152.435000', '190152.438000', '190152.441000', '190152.443000', '190152.446000', '190152.448000', '190152.451000', '190152.453000', '190152.456000', '190152.458000', '190152.461000', '190152.463000', '190152.477000', '190152.479000', '190152.482000', '190152.485000', '190152.487000', '190152.490000', '190152.493000', '190152.495000', '190152.498000', '190152.500000', '190152.503000', '190152.506000', '190152.508000', '190152.511000', '190152.514000', '190152.516000', '190152.519000', '190152.521000', '190152.524000', '190152.527000', '190152.529000', '190152.532000', '190152.535000', '190152.537000', '190152.540000', '190152.542000', '190152.545000', '190212.420000', '190212.423000', '190212.426000', '190212.429000', '190212.431000', '190212.434000', '190212.437000', '190212.439000', '190212.442000', '190212.444000', '190212.447000', '190212.450000', '190212.452000', '190212.455000', '190212.457000', '190212.460000', '190212.463000', '190212.465000', '190212.468000', '190212.470000', '190212.473000', '190212.475000', '190212.478000', '190212.481000', '190212.495000', '190212.499000', '190212.501000', '190212.504000', '190212.507000', '190212.509000', '190212.512000', '190212.515000', '190212.517000', '190212.520000', '190212.523000', '190212.525000', '190212.528000', '190212.530000', '190212.533000', '190212.535000', '190212.538000', '190212.541000', '190212.543000', '190232.421000', '190232.424000', '190232.434000', '190232.436000', '190232.439000', '190232.442000', '190232.444000', '190232.447000', '190232.449000', '190232.452000', '190232.455000', '190232.457000', '190232.460000', '190232.463000', '190232.465000', '190232.468000', '190232.470000', '190232.473000', '190232.476000', '190232.478000', '190232.481000', '190232.484000', '190232.486000', '190232.489000', '190232.491000', '190232.494000', '190232.497000', '190232.499000', '190232.502000', '190232.505000', '190232.507000', '190232.510000', '190232.512000', '190232.515000', '190232.518000', '190232.520000', '190232.523000', '190232.525000', '190232.528000', '190232.531000', '190232.533000', '190232.536000', '190232.539000', '190232.541000', '190252.421000', '190252.425000', '190252.427000', '190252.430000', '190252.433000', '190252.436000', '190252.438000', '190252.441000', '190252.443000', '190252.446000', '190252.449000', '190252.451000', '190252.454000', '190252.457000', '190252.459000', '190252.462000', '190252.465000', '190252.467000', '190252.470000', '190252.472000', '190252.475000', '190252.478000', '190252.480000', '190252.483000', '190252.485000', '190252.488000', '190252.491000', '190252.493000', '190252.496000', '190252.498000', '190252.502000', '190252.505000', '190252.507000', '190252.510000', '190252.512000', '190252.515000', '190252.518000', '190252.520000', '190252.523000', '190252.525000', '190252.528000', '190252.531000', '190252.533000', '190312.421000', '190312.424000', '190312.427000', '190312.429000', '190312.433000', '190312.435000', '190312.438000', '190312.440000', '190312.443000', '190312.446000', '190312.448000', '190312.451000', '190312.453000', '190312.456000', '190312.458000', '190312.461000', '190312.464000', '190312.466000', '190312.469000', '190312.471000', '190312.474000', '190312.477000', '190312.479000', '190312.482000', '190312.485000', '190312.487000', '190312.490000', '190312.492000', '190312.495000', '190312.498000', '190312.500000', '190312.503000', '190312.506000', '190312.508000', '190312.511000', '190312.513000', '190312.516000', '190312.519000', '190312.521000', '190312.524000', '190312.527000', '190312.529000', '190312.532000', '190312.534000', '190332.421000', '190332.424000', '190332.427000', '190332.430000', '190332.432000', '190332.435000', '190332.437000', '190332.440000', '190332.443000', '190332.445000', '190332.448000', '190332.451000', '190332.453000', '190332.456000', '190332.458000', '190332.461000', '190332.464000', '190332.466000', '190332.469000', '190332.472000', '190332.476000', '190332.478000', '190332.481000', '190332.484000', '190332.486000', '190332.489000', '190332.491000', '190332.494000', '190332.497000', '190332.499000', '190332.502000', '190332.504000', '190332.507000', '190332.510000', '190332.512000', '190332.515000', '190332.517000', '190332.520000', '190332.523000', '190332.525000', '190332.528000', '190332.531000', '190332.533000', '190352.422000', '190352.424000', '190352.427000', '190352.430000', '190352.433000', '190352.435000', '190352.438000', '190352.440000', '190352.443000', '190352.446000', '190352.448000', '190352.451000', '190352.453000', '190352.456000', '190352.459000', '190352.461000', '190352.464000', '190352.467000', '190352.469000', '190352.472000', '190352.474000', '190352.477000', '190352.480000', '190352.482000', '190352.485000', '190352.487000', '190352.490000', '190352.512000', '190352.515000', '190352.517000', '190352.520000', '190352.523000', '190352.525000', '190352.528000', '190352.530000', '190352.533000', '190352.536000', '190352.538000', '190352.541000', '190352.544000', '190352.546000', '190352.549000', '190352.551000', '190352.554000', '190412.421000', '190412.424000', '190412.427000', '190412.429000', '190412.432000', '190412.435000', '190412.437000', '190412.440000', '190412.442000', '190412.445000', '190412.448000', '190412.450000', '190412.453000', '190412.456000', '190412.458000', '190412.461000', '190412.463000', '190412.466000', '190412.469000', '190412.471000', '190412.474000', '190412.476000', '190412.479000', '190412.482000', '190412.484000', '190412.487000', '190412.490000', '190412.494000', '190412.497000', '190412.500000', '190412.502000', '190412.505000', '190412.508000', '190412.510000', '190412.513000', '190412.515000', '190412.518000', '190412.521000', '190412.523000', '190412.526000', '190412.528000', '190412.531000', '190412.534000', '190432.420000', '190432.423000', '190432.426000', '190432.429000', '190432.431000', '190432.434000', '190432.437000', '190432.439000', '190432.442000', '190432.445000', '190432.447000', '190432.450000', '190432.452000', '190432.455000', '190432.458000', '190432.460000', '190432.463000', '190432.465000', '190432.468000', '190432.470000', '190432.473000', '190432.476000', '190432.478000', '190432.481000', '190432.483000', '190432.486000', '190432.489000', '190432.491000', '190432.494000', '190432.496000', '190432.499000', '190432.502000', '190432.504000', '190432.507000', '190432.510000', '190432.512000', '190432.515000', '190432.517000', '190432.520000', '190432.523000', '190432.525000', '190432.528000', '190432.530000', '190432.533000', '190452.420000', '190452.423000', '190452.426000', '190452.428000', '190452.431000', '190452.434000', '190452.437000', '190452.439000', '190452.442000', '190452.445000', '190452.447000', '190452.450000', '190452.453000', '190452.455000', '190452.458000', '190452.460000', '190452.463000', '190452.466000', '190452.468000', '190452.471000', '190452.473000', '190452.476000', '190452.479000', '190452.482000', '190452.485000', '190452.488000', '190452.491000', '190452.493000', '190452.496000', '190452.499000', '190452.501000', '190452.504000', '190452.506000', '190452.509000', '190452.512000', '190452.514000', '190452.517000', '190452.519000', '190452.523000', '190452.525000', '190452.528000', '190452.530000', '190452.533000', '190512.422000', '190512.425000', '190512.427000', '190512.430000', '190512.432000', '190512.444000', '190512.446000', '190512.449000', '190512.451000', '190512.454000', '190512.457000', '190512.459000', '190512.462000', '190512.465000', '190512.467000', '190512.470000', '190512.472000', '190512.475000', '190512.478000', '190512.480000', '190512.483000', '190512.485000', '190512.488000', '190512.491000', '190512.493000', '190512.496000', '190512.498000', '190512.501000', '190512.504000', '190512.506000', '190512.509000', '190512.511000', '190512.514000', '190512.517000', '190512.519000', '190512.522000', '190512.524000', '190512.527000', '190512.539000', '190512.542000', '190512.545000', '190512.547000', '190512.550000', '190512.552000', '190532.422000', '190532.424000', '190532.427000', '190532.430000', '190532.433000', '190532.435000', '190532.438000', '190532.440000', '190532.443000', '190532.446000', '190532.448000', '190532.451000', '190532.454000', '190532.456000', '190532.459000', '190532.461000', '190532.464000', '190532.467000', '190532.469000', '190532.472000', '190532.475000', '190532.477000', '190532.480000', '190532.483000', '190532.485000', '190532.488000', '190532.490000', '190532.493000', '190532.496000', '190532.498000', '190532.501000', '190532.503000', '190532.506000', '190532.509000', '190532.511000', '190532.514000', '190532.517000', '190532.519000', '190532.522000', '190532.524000', '190532.527000', '190532.530000', '190532.532000', '190552.421000', '190552.424000', '190552.427000', '190552.429000', '190552.432000', '190552.435000', '190552.437000', '190552.440000', '190552.442000', '190552.445000', '190552.448000', '190552.450000', '190552.453000', '190552.456000', '190552.458000', '190552.461000', '190552.463000', '190552.466000', '190552.469000', '190552.471000', '190552.474000', '190552.477000', '190552.479000', '190552.482000', '190552.485000', '190552.487000', '190552.490000', '190552.492000', '190552.495000', '190552.498000', '190552.500000', '190552.503000', '190552.505000', '190552.508000', '190552.510000', '190552.513000', '190552.516000', '190552.518000', '190552.521000', '190552.524000', '190552.526000', '190552.529000', '190552.531000', '190552.534000', '190612.421000', '190612.424000', '190612.427000', '190612.430000', '190612.432000', '190612.435000', '190612.437000', '190612.440000', '190612.443000', '190612.445000', '190612.448000', '190612.450000', '190612.453000', '190612.455000', '190612.458000', '190612.461000', '190612.463000', '190612.466000', '190612.469000', '190612.471000', '190612.474000', '190612.476000', '190612.479000', '190612.482000', '190612.484000', '190612.487000', '190612.490000', '190612.492000', '190612.495000', '190612.497000', '190612.500000', '190612.503000', '190612.505000', '190612.508000', '190612.511000', '190612.513000', '190612.516000', '190612.518000', '190612.521000', '190612.524000', '190612.527000', '190612.529000', '190612.532000', '190632.421000', '190632.424000', '190632.427000', '190632.430000', '190632.433000', '190632.435000', '190632.438000', '190632.441000', '190632.443000', '190632.446000', '190632.449000', '190632.451000', '190632.454000', '190632.457000', '190632.459000', '190632.462000', '190632.465000', '190632.467000', '190632.482000', '190632.485000', '190632.487000', '190632.490000', '190632.493000', '190632.495000', '190632.498000', '190632.500000', '190632.503000', '190632.506000', '190632.508000', '190632.511000', '190632.514000', '190632.516000', '190632.519000', '190632.522000', '190632.524000', '190632.527000', '190632.530000', '190632.532000', '190632.535000', '190632.537000', '190632.540000', '190632.543000', '190632.545000', '190632.548000', '190650.727000', '190650.730000', '190650.733000', '190650.736000', '190650.738000', '190650.750000', '190650.753000', '190650.755000', '190650.758000', '190650.761000', '190650.764000', '190650.766000', '190650.769000', '190650.772000', '190650.775000', '190650.778000', '190650.781000', '190650.784000', '190650.786000', '190650.789000', '190650.792000', '190650.794000', '190650.797000', '190650.802000', '190650.805000', '190650.808000', '190650.811000', '190650.815000', '190650.819000', '190650.821000', '190650.824000', '190650.828000', '190650.831000', '190650.833000', '190650.836000', '190650.840000', '190650.843000', '190650.845000', '190650.848000', '190650.852000'], 'InstanceCreationTime': ['190032.454000', '190032.458000', '190032.460000', '190032.463000', '190032.466000', '190032.468000', '190032.471000', '190032.480000', '190032.482000', '190032.485000', '190032.487000', '190032.490000', '190032.493000', '190032.495000', '190032.498000', '190032.500000', '190032.503000', '190032.505000', '190032.508000', '190032.511000', '190032.513000', '190032.516000', '190032.518000', '190032.521000', '190032.523000', '190032.526000', '190032.528000', '190032.531000', '190032.533000', '190032.536000', '190032.538000', '190032.541000', '190032.543000', '190032.546000', '190032.550000', '190032.553000', '190032.555000', '190032.558000', '190032.561000', '190032.563000', '190032.566000', '190032.568000', '190032.571000', '190032.573000', '190032.576000', '190032.578000', '190032.581000', '190032.583000', '190032.586000', '190052.421000', '190052.424000', '190052.427000', '190052.429000', '190052.432000', '190052.435000', '190052.437000', '190052.440000', '190052.442000', '190052.445000', '190052.448000', '190052.451000', '190052.454000', '190052.456000', '190052.459000', '190052.461000', '190052.464000', '190052.466000', '190052.469000', '190052.471000', '190052.474000', '190052.476000', '190052.479000', '190052.481000', '190052.484000', '190052.486000', '190052.489000', '190052.491000', '190052.494000', '190052.497000', '190052.499000', '190052.502000', '190052.505000', '190052.507000', '190052.510000', '190052.512000', '190052.515000', '190052.517000', '190052.520000', '190052.522000', '190052.525000', '190052.528000', '190052.530000', '190052.533000', '190112.421000', '190112.424000', '190112.427000', '190112.430000', '190112.432000', '190112.435000', '190112.438000', '190112.447000', '190112.450000', '190112.453000', '190112.455000', '190112.458000', '190112.460000', '190112.463000', '190112.465000', '190112.468000', '190112.470000', '190112.473000', '190112.475000', '190112.478000', '190112.481000', '190112.483000', '190112.486000', '190112.493000', '190112.496000', '190112.498000', '190112.501000', '190112.504000', '190112.506000', '190112.509000', '190112.511000', '190112.515000', '190112.517000', '190112.520000', '190112.522000', '190112.525000', '190112.527000', '190112.530000', '190112.532000', '190112.535000', '190112.537000', '190112.540000', '190112.543000', '190132.421000', '190132.424000', '190132.427000', '190132.430000', '190132.432000', '190132.435000', '190132.438000', '190132.440000', '190132.443000', '190132.447000', '190132.450000', '190132.452000', '190132.455000', '190132.458000', '190132.461000', '190132.464000', '190132.467000', '190132.469000', '190132.472000', '190132.474000', '190132.477000', '190132.486000', '190132.488000', '190132.491000', '190132.493000', '190132.496000', '190132.498000', '190132.501000', '190132.503000', '190132.506000', '190132.509000', '190132.511000', '190132.514000', '190132.517000', '190132.519000', '190132.522000', '190132.524000', '190132.527000', '190132.529000', '190132.532000', '190132.535000', '190132.537000', '190132.540000', '190152.421000', '190152.424000', '190152.427000', '190152.430000', '190152.432000', '190152.435000', '190152.438000', '190152.441000', '190152.443000', '190152.446000', '190152.448000', '190152.451000', '190152.453000', '190152.456000', '190152.458000', '190152.461000', '190152.463000', '190152.477000', '190152.479000', '190152.482000', '190152.485000', '190152.487000', '190152.490000', '190152.493000', '190152.495000', '190152.498000', '190152.500000', '190152.503000', '190152.506000', '190152.508000', '190152.511000', '190152.514000', '190152.516000', '190152.519000', '190152.521000', '190152.524000', '190152.527000', '190152.529000', '190152.532000', '190152.535000', '190152.537000', '190152.540000', '190152.542000', '190152.545000', '190212.420000', '190212.423000', '190212.426000', '190212.429000', '190212.431000', '190212.434000', '190212.437000', '190212.439000', '190212.442000', '190212.444000', '190212.447000', '190212.450000', '190212.452000', '190212.455000', '190212.457000', '190212.460000', '190212.463000', '190212.465000', '190212.468000', '190212.470000', '190212.473000', '190212.475000', '190212.478000', '190212.481000', '190212.495000', '190212.499000', '190212.501000', '190212.504000', '190212.507000', '190212.509000', '190212.512000', '190212.515000', '190212.517000', '190212.520000', '190212.523000', '190212.525000', '190212.528000', '190212.530000', '190212.533000', '190212.535000', '190212.538000', '190212.541000', '190212.543000', '190232.421000', '190232.424000', '190232.434000', '190232.436000', '190232.439000', '190232.442000', '190232.444000', '190232.447000', '190232.449000', '190232.452000', '190232.455000', '190232.457000', '190232.460000', '190232.463000', '190232.465000', '190232.468000', '190232.470000', '190232.473000', '190232.476000', '190232.478000', '190232.481000', '190232.484000', '190232.486000', '190232.489000', '190232.491000', '190232.494000', '190232.497000', '190232.499000', '190232.502000', '190232.505000', '190232.507000', '190232.510000', '190232.512000', '190232.515000', '190232.518000', '190232.520000', '190232.523000', '190232.525000', '190232.528000', '190232.531000', '190232.533000', '190232.536000', '190232.539000', '190232.541000', '190252.421000', '190252.425000', '190252.427000', '190252.430000', '190252.433000', '190252.436000', '190252.438000', '190252.441000', '190252.443000', '190252.446000', '190252.449000', '190252.451000', '190252.454000', '190252.457000', '190252.459000', '190252.462000', '190252.465000', '190252.467000', '190252.470000', '190252.472000', '190252.475000', '190252.478000', '190252.480000', '190252.483000', '190252.485000', '190252.488000', '190252.491000', '190252.493000', '190252.496000', '190252.498000', '190252.502000', '190252.505000', '190252.507000', '190252.510000', '190252.512000', '190252.515000', '190252.518000', '190252.520000', '190252.523000', '190252.525000', '190252.528000', '190252.531000', '190252.533000', '190312.421000', '190312.424000', '190312.427000', '190312.429000', '190312.433000', '190312.435000', '190312.438000', '190312.440000', '190312.443000', '190312.446000', '190312.448000', '190312.451000', '190312.453000', '190312.456000', '190312.458000', '190312.461000', '190312.464000', '190312.466000', '190312.469000', '190312.471000', '190312.474000', '190312.477000', '190312.479000', '190312.482000', '190312.485000', '190312.487000', '190312.490000', '190312.492000', '190312.495000', '190312.498000', '190312.500000', '190312.503000', '190312.506000', '190312.508000', '190312.511000', '190312.513000', '190312.516000', '190312.519000', '190312.521000', '190312.524000', '190312.527000', '190312.529000', '190312.532000', '190312.534000', '190332.421000', '190332.424000', '190332.427000', '190332.430000', '190332.432000', '190332.435000', '190332.437000', '190332.440000', '190332.443000', '190332.445000', '190332.448000', '190332.451000', '190332.453000', '190332.456000', '190332.458000', '190332.461000', '190332.464000', '190332.466000', '190332.469000', '190332.472000', '190332.476000', '190332.478000', '190332.481000', '190332.484000', '190332.486000', '190332.489000', '190332.491000', '190332.494000', '190332.497000', '190332.499000', '190332.502000', '190332.504000', '190332.507000', '190332.510000', '190332.512000', '190332.515000', '190332.517000', '190332.520000', '190332.523000', '190332.525000', '190332.528000', '190332.531000', '190332.533000', '190352.422000', '190352.424000', '190352.427000', '190352.430000', '190352.433000', '190352.435000', '190352.438000', '190352.440000', '190352.443000', '190352.446000', '190352.448000', '190352.451000', '190352.453000', '190352.456000', '190352.459000', '190352.461000', '190352.464000', '190352.467000', '190352.469000', '190352.472000', '190352.474000', '190352.477000', '190352.480000', '190352.482000', '190352.485000', '190352.487000', '190352.490000', '190352.512000', '190352.515000', '190352.517000', '190352.520000', '190352.523000', '190352.525000', '190352.528000', '190352.530000', '190352.533000', '190352.536000', '190352.538000', '190352.541000', '190352.544000', '190352.546000', '190352.549000', '190352.551000', '190352.554000', '190412.421000', '190412.424000', '190412.427000', '190412.429000', '190412.432000', '190412.435000', '190412.437000', '190412.440000', '190412.442000', '190412.445000', '190412.448000', '190412.450000', '190412.453000', '190412.456000', '190412.458000', '190412.461000', '190412.463000', '190412.466000', '190412.469000', '190412.471000', '190412.474000', '190412.476000', '190412.479000', '190412.482000', '190412.484000', '190412.487000', '190412.490000', '190412.494000', '190412.497000', '190412.500000', '190412.502000', '190412.505000', '190412.508000', '190412.510000', '190412.513000', '190412.515000', '190412.518000', '190412.521000', '190412.523000', '190412.526000', '190412.528000', '190412.531000', '190412.534000', '190432.420000', '190432.423000', '190432.426000', '190432.429000', '190432.431000', '190432.434000', '190432.437000', '190432.439000', '190432.442000', '190432.445000', '190432.447000', '190432.450000', '190432.452000', '190432.455000', '190432.458000', '190432.460000', '190432.463000', '190432.465000', '190432.468000', '190432.470000', '190432.473000', '190432.476000', '190432.478000', '190432.481000', '190432.483000', '190432.486000', '190432.489000', '190432.491000', '190432.494000', '190432.496000', '190432.499000', '190432.502000', '190432.504000', '190432.507000', '190432.510000', '190432.512000', '190432.515000', '190432.517000', '190432.520000', '190432.523000', '190432.525000', '190432.528000', '190432.530000', '190432.533000', '190452.420000', '190452.423000', '190452.426000', '190452.428000', '190452.431000', '190452.434000', '190452.437000', '190452.439000', '190452.442000', '190452.445000', '190452.447000', '190452.450000', '190452.453000', '190452.455000', '190452.458000', '190452.460000', '190452.463000', '190452.466000', '190452.468000', '190452.471000', '190452.473000', '190452.476000', '190452.479000', '190452.482000', '190452.485000', '190452.488000', '190452.491000', '190452.493000', '190452.496000', '190452.499000', '190452.501000', '190452.504000', '190452.506000', '190452.509000', '190452.512000', '190452.514000', '190452.517000', '190452.519000', '190452.523000', '190452.525000', '190452.528000', '190452.530000', '190452.533000', '190512.422000', '190512.425000', '190512.427000', '190512.430000', '190512.432000', '190512.444000', '190512.446000', '190512.449000', '190512.451000', '190512.454000', '190512.457000', '190512.459000', '190512.462000', '190512.465000', '190512.467000', '190512.470000', '190512.472000', '190512.475000', '190512.478000', '190512.480000', '190512.483000', '190512.485000', '190512.488000', '190512.491000', '190512.493000', '190512.496000', '190512.498000', '190512.501000', '190512.504000', '190512.506000', '190512.509000', '190512.511000', '190512.514000', '190512.517000', '190512.519000', '190512.522000', '190512.524000', '190512.527000', '190512.539000', '190512.542000', '190512.545000', '190512.547000', '190512.550000', '190512.552000', '190532.422000', '190532.424000', '190532.427000', '190532.430000', '190532.433000', '190532.435000', '190532.438000', '190532.440000', '190532.443000', '190532.446000', '190532.448000', '190532.451000', '190532.454000', '190532.456000', '190532.459000', '190532.461000', '190532.464000', '190532.467000', '190532.469000', '190532.472000', '190532.475000', '190532.477000', '190532.480000', '190532.483000', '190532.485000', '190532.488000', '190532.490000', '190532.493000', '190532.496000', '190532.498000', '190532.501000', '190532.503000', '190532.506000', '190532.509000', '190532.511000', '190532.514000', '190532.517000', '190532.519000', '190532.522000', '190532.524000', '190532.527000', '190532.530000', '190532.532000', '190552.421000', '190552.424000', '190552.427000', '190552.429000', '190552.432000', '190552.435000', '190552.437000', '190552.440000', '190552.442000', '190552.445000', '190552.448000', '190552.450000', '190552.453000', '190552.456000', '190552.458000', '190552.461000', '190552.463000', '190552.466000', '190552.469000', '190552.471000', '190552.474000', '190552.477000', '190552.479000', '190552.482000', '190552.485000', '190552.487000', '190552.490000', '190552.492000', '190552.495000', '190552.498000', '190552.500000', '190552.503000', '190552.505000', '190552.508000', '190552.510000', '190552.513000', '190552.516000', '190552.518000', '190552.521000', '190552.524000', '190552.526000', '190552.529000', '190552.531000', '190552.534000', '190612.421000', '190612.424000', '190612.427000', '190612.430000', '190612.432000', '190612.435000', '190612.437000', '190612.440000', '190612.443000', '190612.445000', '190612.448000', '190612.450000', '190612.453000', '190612.455000', '190612.458000', '190612.461000', '190612.463000', '190612.466000', '190612.469000', '190612.471000', '190612.474000', '190612.476000', '190612.479000', '190612.482000', '190612.484000', '190612.487000', '190612.490000', '190612.492000', '190612.495000', '190612.497000', '190612.500000', '190612.503000', '190612.505000', '190612.508000', '190612.511000', '190612.513000', '190612.516000', '190612.518000', '190612.521000', '190612.524000', '190612.527000', '190612.529000', '190612.532000', '190632.421000', '190632.424000', '190632.427000', '190632.430000', '190632.433000', '190632.435000', '190632.438000', '190632.441000', '190632.443000', '190632.446000', '190632.449000', '190632.451000', '190632.454000', '190632.457000', '190632.459000', '190632.462000', '190632.465000', '190632.467000', '190632.482000', '190632.485000', '190632.487000', '190632.490000', '190632.493000', '190632.495000', '190632.498000', '190632.500000', '190632.503000', '190632.506000', '190632.508000', '190632.511000', '190632.514000', '190632.516000', '190632.519000', '190632.522000', '190632.524000', '190632.527000', '190632.530000', '190632.532000', '190632.535000', '190632.537000', '190632.540000', '190632.543000', '190632.545000', '190632.548000', '190650.727000', '190650.730000', '190650.733000', '190650.736000', '190650.738000', '190650.750000', '190650.753000', '190650.755000', '190650.758000', '190650.761000', '190650.764000', '190650.766000', '190650.769000', '190650.772000', '190650.775000', '190650.778000', '190650.781000', '190650.784000', '190650.786000', '190650.789000', '190650.792000', '190650.794000', '190650.797000', '190650.802000', '190650.805000', '190650.808000', '190650.811000', '190650.815000', '190650.819000', '190650.821000', '190650.824000', '190650.828000', '190650.831000', '190650.833000', '190650.836000', '190650.840000', '190650.843000', '190650.845000', '190650.848000', '190650.852000'], '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': [10748, 8865, 7309, 9348, 7979, 9843, 8077, 8131, 8588, 7435, 9397, 7916, 9749, 8468, 9604, 7952, 8485, 8743, 7413, 9193, 8304, 9294, 8198, 9806, 8153, 10691, 8398, 7141, 8824, 7651, 9238, 7947, 9691, 8305, 7346, 8771, 7299, 9285, 7957, 8904, 8100, 9793, 8322, 7118, 8952, 8106, 9101, 8133, 9877, 8328, 9555, 8076, 7219, 8918, 7105, 8661, 6854, 9568, 8022, 9597, 8310, 9026, 8277, 8437, 8028, 7232, 8970, 8236, 9650, 8146, 9555, 8347, 10921, 8060, 8790, 8678, 7108, 8911, 7492, 8927, 7895, 9816, 8133, 9791, 8373, 7989, 8065, 7268, 8550, 7245, 9011, 7986, 9359, 8141, 9313, 7908, 10109, 8129, 9698, 8229, 6974, 8706, 6831, 8749, 8142, 9591, 7959, 8703, 7930, 7125, 9287, 7897, 9628, 8013, 9789, 8258, 10006, 7893, 9967, 8002, 10569, 7933, 9278, 7999, 9503, 8057, 9214, 8460, 6949, 8711, 6979, 9272, 7131, 8679, 7137, 8870, 8195, 9262, 7760, 9255, 7642, 9082, 7597, 10411, 8114, 8415, 8262, 7030, 8819, 7854, 8497, 8865, 8589, 6947, 8837, 7299, 8951, 7284, 9317, 8143, 9614, 8011, 9180, 8145, 10342, 7938, 9728, 8003, 9295, 8061, 9475, 7905, 7556, 8179, 7986, 8310, 7801, 8490, 7662, 9063, 8228, 9424, 8284, 9238, 8608, 9484, 8376, 9782, 7973, 9486, 7993, 9234, 8029, 9362, 8127, 7422, 8368, 7254, 8650, 7055, 8864, 8178, 9378, 8181, 9576, 7902, 9320, 7904, 9666, 8247, 9410, 8508, 7151, 8811, 6870, 8624, 6844, 8535, 7660, 9304, 8264, 9501, 8029, 8664, 8079, 7404, 8510, 8114, 8871, 8368, 9069, 8546, 9687, 8182, 9869, 7748, 9787, 7901, 9863, 8242, 9750, 8066, 9739, 8125, 9158, 8547, 8525, 8653, 8765, 7702, 8838, 7504, 8892, 7788, 8624, 7797, 9000, 7733, 9281, 7990, 8801, 8186, 9525, 8297, 9499, 8105, 8469, 8318, 7236, 8214, 8239, 8218, 6791, 8482, 6976, 8901, 7295, 8946, 7752, 9269, 8620, 9516, 8491, 9453, 8237, 8825, 7831, 8837, 8203, 8711, 8018, 8866, 7380, 8748, 7844, 9113, 8332, 9065, 8236, 8708, 8199, 9212, 7808, 9687, 7949, 9663, 8178, 9905, 8046, 11432, 8258, 9131, 8310, 6965, 8427, 6807, 8718, 7882, 9287, 8164, 8889, 7689, 9086, 8142, 8366, 8054, 6842, 8695, 8110, 9040, 8811, 9425, 8699, 9795, 7909, 9857, 8119, 9789, 8225, 10129, 8110, 9777, 7782, 9177, 8039, 8999, 7884, 8819, 8185, 8493, 8098, 7062, 8417, 7404, 8533, 7702, 9267, 8369, 9475, 8235, 9354, 8281, 9229, 8165, 9513, 8346, 9338, 7858, 9026, 7961, 8896, 8207, 8616, 8106, 6918, 8477, 7275, 8783, 8358, 8581, 9784, 8395, 6804, 8715, 6671, 8525, 6861, 8406, 7342, 8950, 8204, 8866, 8170, 8917, 8567, 9191, 8008, 9193, 7984, 9081, 8416, 9610, 7913, 10779, 8394, 7862, 8400, 7862, 8846, 7469, 8629, 7657, 8997, 7857, 9205, 7686, 9052, 8019, 9196, 8041, 9034, 8468, 8938, 8393, 9228, 8448, 9251, 7814, 9212, 7975, 8850, 8046, 9125, 7717, 8286, 7806, 7857, 7899, 8956, 7965, 8866, 8466, 7565, 9210, 8313, 9277, 8148, 9694, 7866, 11093, 7955, 10626, 7857, 11191, 8132, 10988, 8405, 8948, 8419, 7070, 8378, 7372, 8365, 7171, 8616, 7615, 9284, 7760, 9246, 8050, 10242, 8278, 7161, 8214, 7489, 8972, 7724, 9664, 8390, 9874, 7746, 9409, 8339, 10011, 8267, 8005, 8417, 8351, 9234, 7933, 9779, 8467, 9617, 7890, 7633, 8874, 7982, 9590, 8443, 9794, 8525, 9948, 8270, 10004, 8528, 6991, 8435, 7170, 8336, 7859, 9232, 7768, 9754, 8432, 9781, 8540, 11029, 8823, 8771, 7638, 7912, 8549, 8160, 9287, 8739, 6902, 8012, 8174, 9033, 8359, 9965, 8675, 9957, 8605, 9596, 8728, 7040, 8278, 7993, 9027, 8086, 7889, 8544, 7558, 8310, 8873, 9726, 8422, 8496, 8739, 7704, 8343, 8131, 9346, 8483, 10306, 8771, 7106, 7948, 7990, 9016, 8746, 10340, 8607, 9522, 8652, 10656, 8835, 9588, 8977, 7947, 8401, 8067, 9046, 8277, 8990, 8252, 9354, 8260, 9308, 8387, 9243, 8318, 9083, 8258, 9552, 8590, 6777, 8448, 7193, 8139, 7725, 8862, 7971, 9413, 7939, 9275, 8163, 9858, 8046, 10562, 8488, 10359, 8300, 11265, 8406, 9723, 8342, 10391, 8271, 10290, 8240, 8880, 8173, 7695, 8071, 7585, 8196, 7236, 8512, 7894, 8858, 8342, 9534, 7864, 9686, 7700, 9329, 7754, 9697, 8187, 7267, 8222, 7981, 9238, 7941, 9932, 8117, 7527, 8412, 7480, 9002, 8369, 8480, 8825, 7676, 9940, 8201, 10014, 8264, 9827, 8235, 9710, 8253, 9006, 8568, 7521, 8443, 8670, 9852, 8366, 8661, 8591, 7557, 8532, 11257, 8522, 11453, 8717, 9576, 8588, 7791, 8648, 8754, 8470, 7291, 8365, 7455, 8750, 7777, 9056, 7869, 9654, 8498, 8209, 8775, 7732, 8889, 8932, 8582, 11029, 8792, 9536, 8983, 9344, 8698, 10740, 8977, 8007, 8158, 7759, 9053, 7824, 9572, 8231, 9281, 8443, 9011, 8787, 6968, 8601, 7399, 8858, 8086, 8756, 8920, 8863, 8089, 8788, 7839, 8844, 7445, 8115, 7941, 8713, 7497, 9265, 7873, 9337, 7900, 9106, 8217, 9247, 8497, 9032, 8616, 9159, 8506, 8852, 8512, 6952, 7675, 7598, 8548, 7562, 8799, 8190, 9697, 8283, 9151, 8756, 9093, 8646, 10370, 8711, 7221, 8132, 7474, 8856, 7568, 9021, 8256, 8790, 8801, 7013, 8227, 7536, 8415, 7668, 8779, 7684, 9130, 7568, 9542, 7794, 8917, 7843, 9428, 8587, 8740, 8666, 8763, 8799, 9226, 8874, 7058, 8220, 7548, 9060, 7654, 9261, 7989, 9536, 8739, 10427, 8590, 9471, 8470, 9457, 8421, 9433, 8464, 9277, 8512, 8631, 8749, 7080, 7998, 7752, 8679, 7310, 8875, 7344, 8817, 7445, 8948, 7442, 8796, 7399, 8939, 7456, 9098, 7577, 9532, 8273, 9491, 8498, 8425, 8629, 9787, 8697, 11188, 8699, 8893, 8632, 7701, 8507, 7648, 8625, 6970, 8021, 6871, 8252, 7130, 8491, 7805, 9249, 7950, 9662, 8389, 9731, 8438, 9918, 8511, 11535, 8806, 7778, 8720, 7117, 8049, 7710, 9402, 8185, 8937, 8630, 7241, 7959, 7636, 9456, 7969, 9585, 8536], 'WindowCenter': [3920.0, 3896.0, 3872.0, 3880.0, 3868.0, 3889.0, 3882.0, 3869.0, 3881.0, 3869.0, 3879.0, 3869.0, 3879.0, 3881.0, 3892.0, 3871.0, 3880.0, 3879.0, 3858.0, 3878.0, 3868.0, 3879.0, 3881.0, 3879.0, 3868.0, 3888.0, 3868.0, 3856.0, 3867.0, 3868.0, 3880.0, 3868.0, 3878.0, 3869.0, 3857.0, 3878.0, 3869.0, 3880.0, 3882.0, 3881.0, 3882.0, 3890.0, 3880.0, 3858.0, 3881.0, 3883.0, 3894.0, 3884.0, 3891.0, 3883.0, 3891.0, 3880.0, 3871.0, 3893.0, 3871.0, 3881.0, 3860.0, 3892.0, 3880.0, 3889.0, 3881.0, 3880.0, 3883.0, 3882.0, 3882.0, 3871.0, 3882.0, 3881.0, 3890.0, 3879.0, 3893.0, 3893.0, 3902.0, 3881.0, 3880.0, 3878.0, 3857.0, 3879.0, 3858.0, 3879.0, 3870.0, 3879.0, 3868.0, 3878.0, 3868.0, 3867.0, 3869.0, 3870.0, 3880.0, 3870.0, 3880.0, 3868.0, 3880.0, 3881.0, 3890.0, 3870.0, 3890.0, 3870.0, 3876.0, 3869.0, 3858.0, 3892.0, 3860.0, 3881.0, 3881.0, 3891.0, 3881.0, 3881.0, 3881.0, 3871.0, 3894.0, 3882.0, 3890.0, 3881.0, 3889.0, 3880.0, 3891.0, 3870.0, 3879.0, 3869.0, 3888.0, 3868.0, 3876.0, 3869.0, 3888.0, 3870.0, 3877.0, 3879.0, 3856.0, 3879.0, 3858.0, 3878.0, 3859.0, 3879.0, 3871.0, 3892.0, 3880.0, 3891.0, 3869.0, 3891.0, 3881.0, 3893.0, 3883.0, 3901.0, 3881.0, 3879.0, 3880.0, 3858.0, 3893.0, 3882.0, 3880.0, 3880.0, 3880.0, 3857.0, 3879.0, 3868.0, 3880.0, 3869.0, 3881.0, 3882.0, 3891.0, 3880.0, 3879.0, 3869.0, 3890.0, 3870.0, 3891.0, 3869.0, 3879.0, 3870.0, 3878.0, 3868.0, 3868.0, 3869.0, 3869.0, 3880.0, 3870.0, 3878.0, 3869.0, 3880.0, 3868.0, 3879.0, 3868.0, 3880.0, 3880.0, 3879.0, 3870.0, 3877.0, 3869.0, 3876.0, 3867.0, 3878.0, 3869.0, 3879.0, 3869.0, 3869.0, 3868.0, 3868.0, 3879.0, 3871.0, 3880.0, 3880.0, 3880.0, 3878.0, 3880.0, 3869.0, 3889.0, 3881.0, 3890.0, 3881.0, 3879.0, 3878.0, 3857.0, 3878.0, 3856.0, 3878.0, 3857.0, 3877.0, 3867.0, 3878.0, 3882.0, 3891.0, 3883.0, 3879.0, 3880.0, 3870.0, 3879.0, 3881.0, 3880.0, 3881.0, 3881.0, 3881.0, 3891.0, 3881.0, 3877.0, 3868.0, 3876.0, 3869.0, 3890.0, 3868.0, 3877.0, 3867.0, 3876.0, 3855.0, 3874.0, 3865.0, 3866.0, 3877.0, 3867.0, 3868.0, 3877.0, 3868.0, 3878.0, 3869.0, 3882.0, 3871.0, 3882.0, 3883.0, 3892.0, 3884.0, 3904.0, 3895.0, 3891.0, 3883.0, 3892.0, 3882.0, 3881.0, 3882.0, 3870.0, 3881.0, 3881.0, 3881.0, 3860.0, 3882.0, 3871.0, 3892.0, 3871.0, 3892.0, 3870.0, 3891.0, 3878.0, 3890.0, 3879.0, 3890.0, 3880.0, 3879.0, 3870.0, 3880.0, 3880.0, 3880.0, 3880.0, 3891.0, 3870.0, 3882.0, 3882.0, 3880.0, 3881.0, 3881.0, 3893.0, 3893.0, 3883.0, 3894.0, 3883.0, 3892.0, 3883.0, 3892.0, 3882.0, 3891.0, 3883.0, 3902.0, 3881.0, 3891.0, 3880.0, 3871.0, 3881.0, 3860.0, 3893.0, 3881.0, 3891.0, 3883.0, 3890.0, 3882.0, 3892.0, 3883.0, 3894.0, 3897.0, 3872.0, 3893.0, 3882.0, 3894.0, 3892.0, 3893.0, 3882.0, 3890.0, 3869.0, 3891.0, 3868.0, 3890.0, 3879.0, 3889.0, 3869.0, 3878.0, 3867.0, 3876.0, 3869.0, 3878.0, 3869.0, 3877.0, 3880.0, 3881.0, 3869.0, 3858.0, 3878.0, 3871.0, 3881.0, 3871.0, 3891.0, 3881.0, 3890.0, 3871.0, 3881.0, 3880.0, 3879.0, 3879.0, 3890.0, 3869.0, 3877.0, 3869.0, 3878.0, 3882.0, 3892.0, 3882.0, 3892.0, 3881.0, 3871.0, 3880.0, 3870.0, 3892.0, 3881.0, 3881.0, 3891.0, 3869.0, 3857.0, 3879.0, 3859.0, 3880.0, 3860.0, 3882.0, 3869.0, 3880.0, 3881.0, 3880.0, 3882.0, 3891.0, 3880.0, 3890.0, 3870.0, 3890.0, 3880.0, 3880.0, 3881.0, 3891.0, 3882.0, 3902.0, 3880.0, 3880.0, 3881.0, 3881.0, 3879.0, 3871.0, 3880.0, 3869.0, 3880.0, 3869.0, 3891.0, 3870.0, 3880.0, 3870.0, 3879.0, 3866.0, 3877.0, 3866.0, 3879.0, 3879.0, 3880.0, 3880.0, 3880.0, 3868.0, 3879.0, 3870.0, 3880.0, 3869.0, 3880.0, 3871.0, 3879.0, 3882.0, 3881.0, 3882.0, 3892.0, 3884.0, 3893.0, 3882.0, 3882.0, 3892.0, 3883.0, 3893.0, 3882.0, 3893.0, 3883.0, 3902.0, 3883.0, 3901.0, 3883.0, 3900.0, 3882.0, 3890.0, 3882.0, 3879.0, 3880.0, 3869.0, 3882.0, 3870.0, 3881.0, 3871.0, 3880.0, 3881.0, 3892.0, 3885.0, 3893.0, 3884.0, 3906.0, 3894.0, 3874.0, 3883.0, 3883.0, 3894.0, 3883.0, 3904.0, 3881.0, 3892.0, 3870.0, 3890.0, 3882.0, 3892.0, 3882.0, 3882.0, 3881.0, 3881.0, 3890.0, 3883.0, 3892.0, 3882.0, 3892.0, 3881.0, 3869.0, 3880.0, 3870.0, 3891.0, 3881.0, 3891.0, 3880.0, 3892.0, 3870.0, 3878.0, 3879.0, 3858.0, 3880.0, 3858.0, 3880.0, 3871.0, 3879.0, 3870.0, 3889.0, 3880.0, 3892.0, 3881.0, 3889.0, 3881.0, 3880.0, 3871.0, 3880.0, 3881.0, 3879.0, 3879.0, 3882.0, 3859.0, 3869.0, 3880.0, 3880.0, 3880.0, 3891.0, 3879.0, 3889.0, 3881.0, 3891.0, 3880.0, 3857.0, 3867.0, 3868.0, 3879.0, 3869.0, 3869.0, 3880.0, 3869.0, 3880.0, 3892.0, 3891.0, 3883.0, 3880.0, 3880.0, 3869.0, 3879.0, 3880.0, 3893.0, 3882.0, 3889.0, 3879.0, 3870.0, 3881.0, 3880.0, 3880.0, 3881.0, 3890.0, 3881.0, 3890.0, 3879.0, 3889.0, 3880.0, 3877.0, 3879.0, 3867.0, 3866.0, 3867.0, 3867.0, 3880.0, 3879.0, 3868.0, 3879.0, 3881.0, 3878.0, 3879.0, 3890.0, 3881.0, 3878.0, 3880.0, 3889.0, 3879.0, 3858.0, 3880.0, 3869.0, 3881.0, 3881.0, 3893.0, 3883.0, 3891.0, 3881.0, 3893.0, 3893.0, 3892.0, 3882.0, 3890.0, 3881.0, 3890.0, 3881.0, 3900.0, 3882.0, 3891.0, 3881.0, 3889.0, 3879.0, 3889.0, 3868.0, 3878.0, 3881.0, 3869.0, 3881.0, 3869.0, 3882.0, 3871.0, 3881.0, 3883.0, 3894.0, 3883.0, 3894.0, 3882.0, 3892.0, 3872.0, 3894.0, 3883.0, 3894.0, 3883.0, 3870.0, 3881.0, 3882.0, 3893.0, 3884.0, 3893.0, 3885.0, 3882.0, 3884.0, 3885.0, 3895.0, 3897.0, 3894.0, 3895.0, 3872.0, 3892.0, 3880.0, 3892.0, 3881.0, 3892.0, 3881.0, 3890.0, 3879.0, 3877.0, 3878.0, 3869.0, 3880.0, 3881.0, 3892.0, 3894.0, 3880.0, 3881.0, 3871.0, 3883.0, 3902.0, 3881.0, 3901.0, 3880.0, 3877.0, 3879.0, 3856.0, 3878.0, 3878.0, 3869.0, 3858.0, 3880.0, 3870.0, 3881.0, 3870.0, 3894.0, 3884.0, 3893.0, 3894.0, 3882.0, 3882.0, 3869.0, 3881.0, 3893.0, 3882.0, 3890.0, 3880.0, 3878.0, 3867.0, 3876.0, 3868.0, 3889.0, 3866.0, 3856.0, 3868.0, 3867.0, 3878.0, 3868.0, 3879.0, 3883.0, 3893.0, 3881.0, 3880.0, 3882.0, 3858.0, 3880.0, 3870.0, 3893.0, 3869.0, 3880.0, 3880.0, 3880.0, 3856.0, 3867.0, 3856.0, 3879.0, 3858.0, 3868.0, 3868.0, 3879.0, 3857.0, 3879.0, 3881.0, 3890.0, 3881.0, 3880.0, 3868.0, 3880.0, 3880.0, 3878.0, 3868.0, 3878.0, 3881.0, 3878.0, 3880.0, 3860.0, 3870.0, 3870.0, 3881.0, 3883.0, 3883.0, 3881.0, 3892.0, 3881.0, 3879.0, 3879.0, 3880.0, 3881.0, 3889.0, 3880.0, 3869.0, 3870.0, 3870.0, 3880.0, 3882.0, 3892.0, 3882.0, 3881.0, 3892.0, 3861.0, 3881.0, 3870.0, 3883.0, 3871.0, 3882.0, 3870.0, 3879.0, 3868.0, 3878.0, 3871.0, 3880.0, 3869.0, 3891.0, 3881.0, 3879.0, 3881.0, 3880.0, 3881.0, 3890.0, 3881.0, 3860.0, 3882.0, 3870.0, 3881.0, 3882.0, 3905.0, 3883.0, 3893.0, 3895.0, 3890.0, 3881.0, 3879.0, 3881.0, 3891.0, 3870.0, 3880.0, 3869.0, 3877.0, 3869.0, 3878.0, 3882.0, 3860.0, 3882.0, 3870.0, 3880.0, 3870.0, 3881.0, 3870.0, 3881.0, 3870.0, 3882.0, 3870.0, 3881.0, 3858.0, 3880.0, 3871.0, 3880.0, 3870.0, 3891.0, 3882.0, 3879.0, 3880.0, 3870.0, 3882.0, 3891.0, 3881.0, 3902.0, 3880.0, 3878.0, 3880.0, 3870.0, 3894.0, 3882.0, 3882.0, 3871.0, 3883.0, 3861.0, 3883.0, 3874.0, 3895.0, 3886.0, 3907.0, 3896.0, 3905.0, 3895.0, 3906.0, 3895.0, 3893.0, 3895.0, 3902.0, 3882.0, 3870.0, 3883.0, 3871.0, 3882.0, 3871.0, 3893.0, 3881.0, 3880.0, 3893.0, 3884.0, 3883.0, 3884.0, 3906.0, 3885.0, 3893.0, 3883.0], 'WindowWidth': [8774.0, 8734.0, 8692.0, 8701.0, 8684.0, 8713.0, 8705.0, 8685.0, 8704.0, 8684.0, 8697.0, 8683.0, 8696.0, 8704.0, 8719.0, 8692.0, 8700.0, 8698.0, 8665.0, 8694.0, 8680.0, 8696.0, 8703.0, 8697.0, 8682.0, 8707.0, 8680.0, 8662.0, 8677.0, 8681.0, 8702.0, 8683.0, 8695.0, 8686.0, 8666.0, 8696.0, 8685.0, 8700.0, 8707.0, 8704.0, 8706.0, 8716.0, 8702.0, 8671.0, 8703.0, 8709.0, 8727.0, 8714.0, 8719.0, 8710.0, 8718.0, 8703.0, 8692.0, 8722.0, 8694.0, 8705.0, 8676.0, 8720.0, 8701.0, 8712.0, 8704.0, 8702.0, 8710.0, 8709.0, 8707.0, 8691.0, 8706.0, 8702.0, 8713.0, 8701.0, 8724.0, 8725.0, 8733.0, 8706.0, 8701.0, 8695.0, 8665.0, 8697.0, 8669.0, 8699.0, 8686.0, 8698.0, 8682.0, 8693.0, 8682.0, 8679.0, 8686.0, 8688.0, 8701.0, 8687.0, 8700.0, 8683.0, 8700.0, 8705.0, 8715.0, 8689.0, 8715.0, 8688.0, 8691.0, 8683.0, 8670.0, 8722.0, 8675.0, 8704.0, 8703.0, 8717.0, 8703.0, 8703.0, 8704.0, 8692.0, 8726.0, 8705.0, 8714.0, 8705.0, 8712.0, 8701.0, 8717.0, 8689.0, 8698.0, 8685.0, 8708.0, 8682.0, 8690.0, 8683.0, 8710.0, 8687.0, 8693.0, 8698.0, 8663.0, 8696.0, 8668.0, 8696.0, 8673.0, 8699.0, 8691.0, 8719.0, 8703.0, 8717.0, 8687.0, 8716.0, 8705.0, 8723.0, 8709.0, 8732.0, 8705.0, 8700.0, 8702.0, 8671.0, 8722.0, 8707.0, 8703.0, 8700.0, 8701.0, 8667.0, 8698.0, 8684.0, 8704.0, 8686.0, 8703.0, 8707.0, 8716.0, 8701.0, 8698.0, 8687.0, 8714.0, 8688.0, 8717.0, 8686.0, 8697.0, 8687.0, 8695.0, 8681.0, 8682.0, 8686.0, 8685.0, 8702.0, 8688.0, 8699.0, 8685.0, 8700.0, 8681.0, 8696.0, 8682.0, 8703.0, 8702.0, 8699.0, 8686.0, 8693.0, 8681.0, 8690.0, 8680.0, 8695.0, 8687.0, 8697.0, 8686.0, 8684.0, 8683.0, 8682.0, 8700.0, 8691.0, 8702.0, 8703.0, 8702.0, 8696.0, 8699.0, 8684.0, 8713.0, 8706.0, 8714.0, 8704.0, 8699.0, 8696.0, 8666.0, 8696.0, 8664.0, 8696.0, 8667.0, 8694.0, 8680.0, 8696.0, 8708.0, 8717.0, 8713.0, 8701.0, 8703.0, 8688.0, 8700.0, 8702.0, 8701.0, 8702.0, 8705.0, 8704.0, 8718.0, 8702.0, 8692.0, 8682.0, 8690.0, 8685.0, 8715.0, 8682.0, 8694.0, 8678.0, 8688.0, 8661.0, 8685.0, 8674.0, 8677.0, 8693.0, 8679.0, 8681.0, 8693.0, 8683.0, 8695.0, 8687.0, 8707.0, 8693.0, 8706.0, 8711.0, 8720.0, 8714.0, 8743.0, 8732.0, 8719.0, 8711.0, 8722.0, 8709.0, 8705.0, 8708.0, 8689.0, 8706.0, 8705.0, 8706.0, 8676.0, 8707.0, 8690.0, 8719.0, 8692.0, 8721.0, 8689.0, 8720.0, 8698.0, 8713.0, 8699.0, 8715.0, 8702.0, 8699.0, 8688.0, 8702.0, 8701.0, 8703.0, 8703.0, 8719.0, 8691.0, 8707.0, 8706.0, 8703.0, 8703.0, 8705.0, 8724.0, 8724.0, 8712.0, 8727.0, 8712.0, 8720.0, 8709.0, 8719.0, 8708.0, 8720.0, 8709.0, 8734.0, 8705.0, 8718.0, 8703.0, 8692.0, 8706.0, 8675.0, 8725.0, 8704.0, 8717.0, 8708.0, 8717.0, 8709.0, 8722.0, 8714.0, 8729.0, 8736.0, 8696.0, 8724.0, 8709.0, 8726.0, 8722.0, 8724.0, 8708.0, 8716.0, 8686.0, 8716.0, 8684.0, 8716.0, 8700.0, 8711.0, 8684.0, 8694.0, 8679.0, 8689.0, 8683.0, 8695.0, 8685.0, 8695.0, 8703.0, 8702.0, 8685.0, 8670.0, 8698.0, 8691.0, 8704.0, 8691.0, 8721.0, 8703.0, 8715.0, 8689.0, 8702.0, 8702.0, 8700.0, 8700.0, 8715.0, 8685.0, 8694.0, 8686.0, 8698.0, 8709.0, 8720.0, 8708.0, 8722.0, 8705.0, 8691.0, 8704.0, 8689.0, 8723.0, 8706.0, 8705.0, 8717.0, 8685.0, 8667.0, 8699.0, 8672.0, 8702.0, 8675.0, 8706.0, 8686.0, 8701.0, 8703.0, 8702.0, 8707.0, 8718.0, 8703.0, 8717.0, 8688.0, 8715.0, 8701.0, 8702.0, 8705.0, 8717.0, 8709.0, 8733.0, 8704.0, 8702.0, 8705.0, 8705.0, 8701.0, 8689.0, 8703.0, 8684.0, 8701.0, 8687.0, 8717.0, 8688.0, 8700.0, 8685.0, 8696.0, 8677.0, 8693.0, 8679.0, 8699.0, 8699.0, 8700.0, 8702.0, 8700.0, 8684.0, 8697.0, 8688.0, 8702.0, 8687.0, 8701.0, 8690.0, 8700.0, 8707.0, 8705.0, 8708.0, 8725.0, 8714.0, 8723.0, 8708.0, 8707.0, 8721.0, 8709.0, 8724.0, 8710.0, 8723.0, 8712.0, 8736.0, 8710.0, 8732.0, 8712.0, 8732.0, 8708.0, 8714.0, 8706.0, 8700.0, 8702.0, 8687.0, 8707.0, 8688.0, 8704.0, 8691.0, 8703.0, 8705.0, 8721.0, 8716.0, 8725.0, 8715.0, 8747.0, 8727.0, 8699.0, 8712.0, 8714.0, 8727.0, 8711.0, 8742.0, 8706.0, 8719.0, 8689.0, 8716.0, 8708.0, 8721.0, 8708.0, 8707.0, 8704.0, 8704.0, 8715.0, 8710.0, 8721.0, 8709.0, 8719.0, 8705.0, 8686.0, 8700.0, 8687.0, 8716.0, 8704.0, 8716.0, 8701.0, 8717.0, 8686.0, 8694.0, 8697.0, 8670.0, 8702.0, 8669.0, 8701.0, 8689.0, 8699.0, 8689.0, 8712.0, 8701.0, 8719.0, 8704.0, 8713.0, 8706.0, 8699.0, 8689.0, 8703.0, 8704.0, 8698.0, 8698.0, 8706.0, 8672.0, 8685.0, 8701.0, 8701.0, 8702.0, 8718.0, 8699.0, 8713.0, 8704.0, 8716.0, 8699.0, 8666.0, 8679.0, 8684.0, 8699.0, 8687.0, 8687.0, 8700.0, 8684.0, 8701.0, 8720.0, 8718.0, 8710.0, 8702.0, 8702.0, 8685.0, 8699.0, 8703.0, 8725.0, 8706.0, 8713.0, 8699.0, 8691.0, 8703.0, 8701.0, 8701.0, 8706.0, 8715.0, 8703.0, 8712.0, 8699.0, 8713.0, 8700.0, 8693.0, 8698.0, 8678.0, 8676.0, 8679.0, 8678.0, 8700.0, 8698.0, 8684.0, 8698.0, 8702.0, 8695.0, 8699.0, 8716.0, 8703.0, 8697.0, 8700.0, 8713.0, 8699.0, 8670.0, 8699.0, 8687.0, 8703.0, 8704.0, 8724.0, 8708.0, 8719.0, 8705.0, 8724.0, 8726.0, 8721.0, 8707.0, 8716.0, 8703.0, 8713.0, 8703.0, 8728.0, 8707.0, 8717.0, 8703.0, 8712.0, 8698.0, 8710.0, 8683.0, 8697.0, 8705.0, 8686.0, 8703.0, 8687.0, 8705.0, 8691.0, 8705.0, 8710.0, 8725.0, 8709.0, 8726.0, 8707.0, 8720.0, 8693.0, 8727.0, 8711.0, 8725.0, 8711.0, 8690.0, 8705.0, 8706.0, 8724.0, 8715.0, 8721.0, 8713.0, 8708.0, 8713.0, 8715.0, 8732.0, 8735.0, 8726.0, 8727.0, 8693.0, 8720.0, 8701.0, 8719.0, 8706.0, 8719.0, 8704.0, 8714.0, 8698.0, 8693.0, 8696.0, 8685.0, 8703.0, 8706.0, 8720.0, 8727.0, 8702.0, 8705.0, 8689.0, 8710.0, 8735.0, 8705.0, 8729.0, 8700.0, 8694.0, 8697.0, 8664.0, 8694.0, 8697.0, 8684.0, 8670.0, 8701.0, 8686.0, 8703.0, 8689.0, 8725.0, 8714.0, 8725.0, 8726.0, 8707.0, 8707.0, 8684.0, 8703.0, 8723.0, 8705.0, 8715.0, 8702.0, 8694.0, 8678.0, 8690.0, 8681.0, 8712.0, 8677.0, 8661.0, 8682.0, 8678.0, 8695.0, 8682.0, 8697.0, 8709.0, 8722.0, 8704.0, 8701.0, 8707.0, 8668.0, 8700.0, 8688.0, 8722.0, 8685.0, 8700.0, 8699.0, 8699.0, 8662.0, 8677.0, 8661.0, 8698.0, 8668.0, 8681.0, 8680.0, 8698.0, 8667.0, 8697.0, 8703.0, 8713.0, 8704.0, 8698.0, 8683.0, 8700.0, 8698.0, 8693.0, 8681.0, 8694.0, 8702.0, 8695.0, 8700.0, 8674.0, 8686.0, 8687.0, 8703.0, 8713.0, 8710.0, 8703.0, 8718.0, 8702.0, 8697.0, 8698.0, 8698.0, 8702.0, 8711.0, 8700.0, 8685.0, 8687.0, 8687.0, 8701.0, 8708.0, 8720.0, 8707.0, 8706.0, 8720.0, 8676.0, 8702.0, 8689.0, 8710.0, 8690.0, 8706.0, 8688.0, 8696.0, 8681.0, 8693.0, 8690.0, 8701.0, 8686.0, 8717.0, 8704.0, 8699.0, 8703.0, 8700.0, 8703.0, 8716.0, 8703.0, 8672.0, 8705.0, 8687.0, 8703.0, 8709.0, 8742.0, 8710.0, 8721.0, 8728.0, 8714.0, 8703.0, 8696.0, 8704.0, 8716.0, 8685.0, 8699.0, 8684.0, 8692.0, 8683.0, 8696.0, 8706.0, 8674.0, 8705.0, 8686.0, 8700.0, 8688.0, 8703.0, 8688.0, 8704.0, 8689.0, 8705.0, 8686.0, 8701.0, 8670.0, 8701.0, 8691.0, 8701.0, 8687.0, 8718.0, 8704.0, 8698.0, 8700.0, 8685.0, 8707.0, 8717.0, 8705.0, 8731.0, 8700.0, 8695.0, 8699.0, 8690.0, 8725.0, 8707.0, 8706.0, 8690.0, 8708.0, 8676.0, 8709.0, 8699.0, 8729.0, 8717.0, 8747.0, 8731.0, 8742.0, 8729.0, 8746.0, 8729.0, 8722.0, 8727.0, 8733.0, 8705.0, 8686.0, 8707.0, 8691.0, 8704.0, 8690.0, 8723.0, 8705.0, 8702.0, 8721.0, 8713.0, 8711.0, 8711.0, 8744.0, 8713.0, 8721.0, 8708.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.00023380022962112514</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02058190413318025</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.38314157677017</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.24901149770115</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9851695784827595</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4914</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5705.2949</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07677926676742791</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.0332950631458093</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3458097286994146</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.262581218783133</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.539644303086525</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2352036642285866</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00559743</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010459418408572674</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.024755407124757767</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</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>4.297915394014711</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>25.777</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.4786</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.391</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292950.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>738.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.632</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3434</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>453.8066</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3080.0617</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3208.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83594.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1318.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3958.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>746.4039</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.57965741818771</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> |