=== 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-0094 --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-0094",
"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-0094_ses-04_task-social_acq-mb8_run-02_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-0094_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-02_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-02_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0094_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-02_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-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-social_acq-mb8_run-02_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-0094/ses-04/func/sub-0094_ses-04_task-social_acq-mb8_run-02_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>d2de00b4350c64eddaeb67f4d625e12e</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:11.060000</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.998631, -0.0081217, 0.0516788, 0.0118526, 0.997312, -0.0723015]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.106691</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-02_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4252, -7862, -7212, 636, -41, -268, 293, 84]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>231.029</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c1ed0b45-890d-4908-ad40-fc6ed9eb998d||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.679253339767456, 0.031799543648958206, 0.1375722587108612, 106.48217010498047], [0.021789928898215294, 2.6757161617279053, -0.19660061597824097, -99.373779296875], [0.13865041732788086, 0.1939796805381775, 2.6893162727355957, -77.31224822998047], [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': ['190011.060000', '190011.520000', '190011.980000', '190012.440000', '190012.900000', '190013.360000', '190013.820000', '190014.280000', '190014.740000', '190015.200000', '190015.660000', '190016.120000', '190016.580000', '190017.040000', '190017.500000', '190017.960000', '190018.420000', '190018.880000', '190019.340000', '190019.800000', '190020.260000', '190020.720000', '190021.180000', '190021.640000', '190022.100000', '190022.560000', '190023.020000', '190023.480000', '190023.940000', '190024.400000', '190024.860000', '190025.320000', '190025.780000', '190026.240000', '190026.700000', '190027.160000', '190027.620000', '190028.080000', '190028.540000', '190029.000000', '190029.460000', '190029.920000', '190030.380000', '190030.840000', '190031.300000', '190031.760000', '190032.220000', '190032.680000', '190033.140000', '190033.600000', '190034.060000', '190034.520000', '190034.980000', '190035.440000', '190035.900000', '190036.360000', '190036.820000', '190037.280000', '190037.740000', '190038.200000', '190038.660000', '190039.120000', '190039.580000', '190040.040000', '190040.500000', '190040.960000', '190041.420000', '190041.880000', '190042.340000', '190042.800000', '190043.260000', '190043.720000', '190044.180000', '190044.640000', '190045.100000', '190045.560000', '190046.020000', '190046.480000', '190046.940000', '190047.400000', '190047.860000', '190048.320000', '190048.780000', '190049.240000', '190049.700000', '190050.160000', '190050.620000', '190051.080000', '190051.540000', '190052.000000', '190052.460000', '190052.920000', '190053.380000', '190053.840000', '190054.300000', '190054.760000', '190055.220000', '190055.680000', '190056.140000', '190056.600000', '190057.060000', '190057.520000', '190057.980000', '190058.440000', '190058.900000', '190059.360000', '190059.820000', '190100.280000', '190100.740000', '190101.200000', '190101.660000', '190102.120000', '190102.580000', '190103.040000', '190103.500000', '190103.960000', '190104.420000', '190104.880000', '190105.340000', '190105.800000', '190106.260000', '190106.720000', '190107.180000', '190107.640000', '190108.100000', '190108.560000', '190109.020000', '190109.480000', '190109.940000', '190110.400000', '190110.860000', '190111.320000', '190111.780000', '190112.240000', '190112.700000', '190113.160000', '190113.620000', '190114.080000', '190114.540000', '190115.000000', '190115.460000', '190115.920000', '190116.380000', '190116.840000', '190117.300000', '190117.760000', '190118.220000', '190118.680000', '190119.140000', '190119.600000', '190120.060000', '190120.520000', '190120.980000', '190121.440000', '190121.900000', '190122.360000', '190122.820000', '190123.280000', '190123.740000', '190124.200000', '190124.660000', '190125.120000', '190125.580000', '190126.040000', '190126.500000', '190126.960000', '190127.420000', '190127.880000', '190128.340000', '190128.800000', '190129.260000', '190129.720000', '190130.180000', '190130.640000', '190131.100000', '190131.560000', '190132.020000', '190132.480000', '190132.940000', '190133.400000', '190133.860000', '190134.320000', '190134.780000', '190135.240000', '190135.700000', '190136.160000', '190136.620000', '190137.080000', '190137.540000', '190138.000000', '190138.460000', '190138.920000', '190139.380000', '190139.840000', '190140.300000', '190140.760000', '190141.220000', '190141.680000', '190142.140000', '190142.600000', '190143.060000', '190143.520000', '190143.980000', '190144.440000', '190144.900000', '190145.360000', '190145.820000', '190146.280000', '190146.740000', '190147.200000', '190147.660000', '190148.120000', '190148.580000', '190149.040000', '190149.500000', '190149.960000', '190150.420000', '190150.880000', '190151.340000', '190151.800000', '190152.260000', '190152.720000', '190153.180000', '190153.640000', '190154.100000', '190154.560000', '190155.020000', '190155.480000', '190155.940000', '190156.400000', '190156.860000', '190157.320000', '190157.780000', '190158.240000', '190158.700000', '190159.160000', '190159.620000', '190200.080000', '190200.540000', '190201.000000', '190201.460000', '190201.920000', '190202.380000', '190202.840000', '190203.300000', '190203.760000', '190204.220000', '190204.680000', '190205.140000', '190205.600000', '190206.060000', '190206.520000', '190206.980000', '190207.440000', '190207.900000', '190208.360000', '190208.820000', '190209.280000', '190209.740000', '190210.200000', '190210.660000', '190211.120000', '190211.580000', '190212.040000', '190212.500000', '190212.960000', '190213.420000', '190213.880000', '190214.340000', '190214.800000', '190215.260000', '190215.720000', '190216.180000', '190216.640000', '190217.100000', '190217.560000', '190218.020000', '190218.480000', '190218.940000', '190219.400000', '190219.860000', '190220.320000', '190220.780000', '190221.240000', '190221.700000', '190222.160000', '190222.620000', '190223.080000', '190223.540000', '190224.000000', '190224.460000', '190224.920000', '190225.380000', '190225.840000', '190226.300000', '190226.760000', '190227.220000', '190227.680000', '190228.140000', '190228.600000', '190229.060000', '190229.520000', '190229.980000', '190230.440000', '190230.900000', '190231.360000', '190231.820000', '190232.280000', '190232.740000', '190233.200000', '190233.660000', '190234.120000', '190234.580000', '190235.040000', '190235.500000', '190235.960000', '190236.420000', '190236.880000', '190237.340000', '190237.800000', '190238.260000', '190238.720000', '190239.180000', '190239.640000', '190240.100000', '190240.560000', '190241.020000', '190241.480000', '190241.940000', '190242.400000', '190242.860000', '190243.320000', '190243.780000', '190244.240000', '190244.700000', '190245.160000', '190245.620000', '190246.080000', '190246.540000', '190247.000000', '190247.460000', '190247.920000', '190248.380000', '190248.840000', '190249.300000', '190249.760000', '190250.220000', '190250.680000', '190251.140000', '190251.600000', '190252.060000', '190252.520000', '190252.980000', '190253.440000', '190253.900000', '190254.360000', '190254.820000', '190255.280000', '190255.740000', '190256.200000', '190256.660000', '190257.120000', '190257.580000', '190258.040000', '190258.500000', '190258.960000', '190259.420000', '190259.880000', '190300.340000', '190300.800000', '190301.260000', '190301.720000', '190302.180000', '190302.640000', '190303.100000', '190303.560000', '190304.020000', '190304.480000', '190304.940000', '190305.400000', '190305.860000', '190306.320000', '190306.780000', '190307.240000', '190307.700000', '190308.160000', '190308.620000', '190309.080000', '190309.540000', '190310.000000', '190310.460000', '190310.920000', '190311.380000', '190311.840000', '190312.300000', '190312.760000', '190313.220000', '190313.680000', '190314.140000', '190314.600000', '190315.060000', '190315.520000', '190315.980000', '190316.440000', '190316.900000', '190317.360000', '190317.820000', '190318.280000', '190318.740000', '190319.200000', '190319.660000', '190320.120000', '190320.580000', '190321.040000', '190321.500000', '190321.960000', '190322.420000', '190322.880000', '190323.340000', '190323.800000', '190324.260000', '190324.720000', '190325.180000', '190325.640000', '190326.100000', '190326.560000', '190327.020000', '190327.480000', '190327.940000', '190328.400000', '190328.860000', '190329.320000', '190329.780000', '190330.240000', '190330.700000', '190331.160000', '190331.620000', '190332.080000', '190332.540000', '190333.000000', '190333.460000', '190333.920000', '190334.380000', '190334.840000', '190335.300000', '190335.760000', '190336.220000', '190336.680000', '190337.140000', '190337.600000', '190338.060000', '190338.520000', '190338.980000', '190339.440000', '190339.900000', '190340.360000', '190340.820000', '190341.280000', '190341.740000', '190342.200000', '190342.660000', '190343.120000', '190343.580000', '190344.040000', '190344.500000', '190344.960000', '190345.420000', '190345.880000', '190346.340000', '190346.800000', '190347.260000', '190347.720000', '190348.180000', '190348.640000', '190349.100000', '190349.560000', '190350.020000', '190350.480000', '190350.940000', '190351.400000', '190351.860000', '190352.320000', '190352.780000', '190353.240000', '190353.700000', '190354.160000', '190354.620000', '190355.080000', '190355.540000', '190356.000000', '190356.460000', '190356.920000', '190357.380000', '190357.840000', '190358.300000', '190358.760000', '190359.220000', '190359.680000', '190400.140000', '190400.600000', '190401.060000', '190401.520000', '190401.980000', '190402.440000', '190402.900000', '190403.360000', '190403.820000', '190404.280000', '190404.740000', '190405.200000', '190405.660000', '190406.120000', '190406.580000', '190407.040000', '190407.500000', '190407.960000', '190408.420000', '190408.880000', '190409.340000', '190409.800000', '190410.260000', '190410.720000', '190411.180000', '190411.640000', '190412.100000', '190412.560000', '190413.020000', '190413.480000', '190413.940000', '190414.400000', '190414.860000', '190415.320000', '190415.780000', '190416.240000', '190416.700000', '190417.160000', '190417.620000', '190418.080000', '190418.540000', '190419.000000', '190419.460000', '190419.920000', '190420.380000', '190420.840000', '190421.300000', '190421.760000', '190422.220000', '190422.680000', '190423.140000', '190423.600000', '190424.060000', '190424.520000', '190424.980000', '190425.440000', '190425.900000', '190426.360000', '190426.820000', '190427.280000', '190427.740000', '190428.200000', '190428.660000', '190429.120000', '190429.580000', '190430.040000', '190430.500000', '190430.960000', '190431.420000', '190431.880000', '190432.340000', '190432.800000', '190433.260000', '190433.720000', '190434.180000', '190434.640000', '190435.100000', '190435.560000', '190436.020000', '190436.480000', '190436.940000', '190437.400000', '190437.860000', '190438.320000', '190438.780000', '190439.240000', '190439.700000', '190440.160000', '190440.620000', '190441.080000', '190441.540000', '190442.000000', '190442.460000', '190442.920000', '190443.380000', '190443.840000', '190444.300000', '190444.760000', '190445.220000', '190445.680000', '190446.140000', '190446.600000', '190447.060000', '190447.520000', '190447.980000', '190448.440000', '190448.900000', '190449.360000', '190449.820000', '190450.280000', '190450.740000', '190451.200000', '190451.660000', '190452.120000', '190452.580000', '190453.040000', '190453.500000', '190453.960000', '190454.420000', '190454.880000', '190455.340000', '190455.800000', '190456.260000', '190456.720000', '190457.180000', '190457.640000', '190458.100000', '190458.560000', '190459.020000', '190459.480000', '190459.940000', '190500.400000', '190500.860000', '190501.320000', '190501.780000', '190502.240000', '190502.700000', '190503.160000', '190503.620000', '190504.080000', '190504.540000', '190505.000000', '190505.460000', '190505.920000', '190506.380000', '190506.840000', '190507.300000', '190507.760000', '190508.220000', '190508.680000', '190509.140000', '190509.600000', '190510.060000', '190510.520000', '190510.980000', '190511.440000', '190511.900000', '190512.360000', '190512.820000', '190513.280000', '190513.740000', '190514.200000', '190514.660000', '190515.120000', '190515.580000', '190516.040000', '190516.500000', '190516.960000', '190517.420000', '190517.880000', '190518.340000', '190518.800000', '190519.260000', '190519.720000', '190520.180000', '190520.640000', '190521.100000', '190521.560000', '190522.020000', '190522.480000', '190522.940000', '190523.400000', '190523.860000', '190524.320000', '190524.780000', '190525.240000', '190525.700000', '190526.160000', '190526.620000', '190527.080000', '190527.540000', '190528.000000', '190528.460000', '190528.920000', '190529.380000', '190529.840000', '190530.300000', '190530.760000', '190531.220000', '190531.680000', '190532.140000', '190532.600000', '190533.060000', '190533.520000', '190533.980000', '190534.440000', '190534.900000', '190535.360000', '190535.820000', '190536.280000', '190536.740000', '190537.200000', '190537.660000', '190538.120000', '190538.580000', '190539.040000', '190539.500000', '190539.960000', '190540.420000', '190540.880000', '190541.340000', '190541.800000', '190542.260000', '190542.720000', '190543.180000', '190543.640000', '190544.100000', '190544.560000', '190545.020000', '190545.480000', '190545.940000', '190546.400000', '190546.860000', '190547.320000', '190547.780000', '190548.240000', '190548.700000', '190549.160000', '190549.620000', '190550.080000', '190550.540000', '190551.000000', '190551.460000', '190551.920000', '190552.380000', '190552.840000', '190553.300000', '190553.760000', '190554.220000', '190554.680000', '190555.140000', '190555.600000', '190556.060000', '190556.520000', '190556.980000', '190557.440000', '190557.900000', '190558.360000', '190558.820000', '190559.280000', '190559.740000', '190600.200000', '190600.660000', '190601.120000', '190601.580000', '190602.040000', '190602.500000', '190602.960000', '190603.420000', '190603.880000', '190604.340000', '190604.800000', '190605.260000', '190605.720000', '190606.180000', '190606.640000', '190607.100000', '190607.560000', '190608.020000', '190608.480000', '190608.940000', '190609.400000', '190609.860000', '190610.320000', '190610.780000', '190611.240000', '190611.700000', '190612.160000', '190612.620000', '190613.080000', '190613.540000', '190614.000000', '190614.460000', '190614.920000', '190615.380000', '190615.840000', '190616.300000', '190616.760000', '190617.220000', '190617.680000', '190618.140000', '190618.600000', '190619.060000', '190619.520000', '190619.980000', '190620.440000', '190620.900000', '190621.360000', '190621.820000', '190622.280000', '190622.740000', '190623.200000', '190623.660000', '190624.120000', '190624.580000', '190625.040000', '190625.500000', '190625.960000', '190626.420000', '190626.880000', '190627.340000', '190627.800000', '190628.260000', '190628.720000', '190629.180000', '190629.640000', '190630.100000', '190630.560000', '190631.020000', '190631.480000', '190631.940000', '190632.400000', '190632.860000', '190633.320000', '190633.780000', '190634.240000', '190634.700000', '190635.160000', '190635.620000', '190636.080000', '190636.540000', '190637.000000', '190637.460000', '190637.920000', '190638.380000', '190638.840000', '190639.300000', '190639.760000', '190640.220000', '190640.680000', '190641.140000', '190641.600000', '190642.060000', '190642.520000', '190642.980000', '190643.440000', '190643.900000', '190644.360000', '190644.820000', '190645.280000', '190645.740000', '190646.200000', '190646.660000', '190647.120000', '190647.580000', '190648.040000', '190648.500000', '190648.960000', '190649.420000', '190649.880000', '190650.340000', '190650.800000', '190651.260000', '190651.720000'], 'ContentTime': ['190027.943000', '190027.946000', '190027.949000', '190027.951000', '190027.954000', '190027.956000', '190027.959000', '190027.963000', '190027.966000', '190027.969000', '190027.971000', '190027.974000', '190027.976000', '190027.979000', '190027.981000', '190027.984000', '190027.987000', '190027.989000', '190027.992000', '190027.994000', '190027.997000', '190028.000000', '190028.003000', '190028.006000', '190028.008000', '190028.011000', '190028.013000', '190028.016000', '190028.019000', '190028.021000', '190028.024000', '190028.026000', '190028.029000', '190028.032000', '190047.903000', '190047.906000', '190047.909000', '190047.912000', '190047.914000', '190047.917000', '190047.919000', '190047.922000', '190047.924000', '190047.927000', '190047.930000', '190047.932000', '190047.935000', '190047.937000', '190047.945000', '190047.948000', '190047.950000', '190047.953000', '190047.955000', '190047.958000', '190047.960000', '190047.963000', '190047.966000', '190047.968000', '190047.971000', '190047.973000', '190047.976000', '190047.978000', '190047.981000', '190047.984000', '190047.995000', '190047.998000', '190048.001000', '190048.004000', '190048.007000', '190048.009000', '190048.012000', '190048.014000', '190048.017000', '190048.019000', '190048.022000', '190048.024000', '190048.027000', '190107.904000', '190107.906000', '190107.909000', '190107.912000', '190107.914000', '190107.917000', '190107.919000', '190107.924000', '190107.926000', '190107.929000', '190107.931000', '190107.934000', '190107.937000', '190107.939000', '190107.942000', '190107.944000', '190107.947000', '190107.950000', '190107.952000', '190107.955000', '190107.957000', '190107.960000', '190107.963000', '190107.965000', '190107.968000', '190107.970000', '190107.973000', '190107.975000', '190107.978000', '190107.981000', '190107.983000', '190107.986000', '190107.988000', '190107.991000', '190107.993000', '190107.996000', '190108.000000', '190108.003000', '190108.005000', '190108.008000', '190108.010000', '190108.013000', '190108.016000', '190108.018000', '190127.903000', '190127.906000', '190127.909000', '190127.911000', '190127.914000', '190127.917000', '190127.919000', '190127.922000', '190127.924000', '190127.927000', '190127.930000', '190127.932000', '190127.935000', '190127.937000', '190127.940000', '190127.943000', '190127.945000', '190127.948000', '190127.950000', '190127.953000', '190127.955000', '190127.958000', '190127.961000', '190127.963000', '190127.966000', '190127.968000', '190127.971000', '190127.974000', '190127.976000', '190127.979000', '190127.981000', '190127.984000', '190127.986000', '190127.989000', '190127.992000', '190127.994000', '190127.997000', '190128.000000', '190128.003000', '190128.006000', '190128.008000', '190128.011000', '190128.013000', '190147.902000', '190147.905000', '190147.908000', '190147.911000', '190147.913000', '190147.916000', '190147.918000', '190147.922000', '190147.924000', '190147.927000', '190147.930000', '190147.932000', '190147.935000', '190147.938000', '190147.940000', '190147.943000', '190147.945000', '190147.948000', '190147.950000', '190147.953000', '190147.956000', '190147.958000', '190147.961000', '190147.964000', '190147.966000', '190147.969000', '190147.972000', '190147.974000', '190147.977000', '190147.980000', '190147.982000', '190147.985000', '190147.987000', '190147.990000', '190147.993000', '190147.995000', '190147.998000', '190148.001000', '190148.004000', '190148.007000', '190148.009000', '190148.012000', '190148.014000', '190207.904000', '190207.907000', '190207.909000', '190207.912000', '190207.927000', '190207.930000', '190207.933000', '190207.935000', '190207.938000', '190207.941000', '190207.943000', '190207.946000', '190207.948000', '190207.951000', '190207.954000', '190207.956000', '190207.959000', '190207.962000', '190207.964000', '190207.967000', '190207.969000', '190207.972000', '190207.975000', '190207.977000', '190207.980000', '190207.983000', '190207.985000', '190207.988000', '190207.990000', '190207.993000', '190207.996000', '190207.998000', '190208.002000', '190208.004000', '190208.007000', '190208.010000', '190208.012000', '190208.015000', '190208.017000', '190208.020000', '190208.022000', '190208.025000', '190208.028000', '190208.030000', '190227.903000', '190227.906000', '190227.909000', '190227.911000', '190227.914000', '190227.917000', '190227.919000', '190227.922000', '190227.924000', '190227.927000', '190227.929000', '190227.932000', '190227.935000', '190227.937000', '190227.940000', '190227.943000', '190227.945000', '190227.948000', '190227.951000', '190227.953000', '190227.956000', '190227.958000', '190227.961000', '190227.964000', '190227.966000', '190227.969000', '190227.971000', '190227.974000', '190227.977000', '190227.979000', '190227.982000', '190227.984000', '190227.987000', '190227.990000', '190227.992000', '190227.995000', '190227.997000', '190228.001000', '190228.004000', '190228.006000', '190228.009000', '190228.011000', '190228.014000', '190247.904000', '190247.907000', '190247.909000', '190247.912000', '190247.914000', '190247.917000', '190247.920000', '190247.922000', '190247.925000', '190247.928000', '190247.930000', '190247.933000', '190247.935000', '190247.938000', '190247.941000', '190247.943000', '190247.946000', '190247.948000', '190247.951000', '190247.954000', '190247.956000', '190247.959000', '190247.961000', '190247.964000', '190247.967000', '190247.969000', '190247.972000', '190247.975000', '190247.977000', '190247.980000', '190247.982000', '190247.985000', '190247.988000', '190247.990000', '190247.993000', '190247.995000', '190247.998000', '190248.002000', '190248.004000', '190248.007000', '190248.009000', '190248.012000', '190248.015000', '190248.017000', '190307.904000', '190307.907000', '190307.910000', '190307.912000', '190307.915000', '190307.917000', '190307.920000', '190307.922000', '190307.925000', '190307.928000', '190307.930000', '190307.933000', '190307.936000', '190307.938000', '190307.941000', '190307.944000', '190307.946000', '190307.949000', '190307.951000', '190307.954000', '190307.957000', '190307.959000', '190307.962000', '190307.964000', '190307.967000', '190307.970000', '190307.973000', '190307.976000', '190307.978000', '190307.981000', '190307.984000', '190307.986000', '190307.989000', '190307.992000', '190307.994000', '190307.997000', '190308.000000', '190308.003000', '190308.005000', '190308.008000', '190308.011000', '190308.013000', '190308.016000', '190327.903000', '190327.906000', '190327.909000', '190327.912000', '190327.914000', '190327.917000', '190327.919000', '190327.922000', '190327.925000', '190327.927000', '190327.930000', '190327.932000', '190327.935000', '190327.938000', '190327.940000', '190327.943000', '190327.945000', '190327.948000', '190327.950000', '190327.953000', '190327.956000', '190327.958000', '190327.961000', '190327.963000', '190327.966000', '190327.969000', '190327.971000', '190327.974000', '190327.976000', '190327.979000', '190327.982000', '190327.984000', '190327.987000', '190327.989000', '190327.992000', '190327.995000', '190327.997000', '190328.001000', '190328.003000', '190328.006000', '190328.009000', '190328.011000', '190328.014000', '190328.016000', '190347.904000', '190347.907000', '190347.909000', '190347.912000', '190347.915000', '190347.917000', '190347.920000', '190347.922000', '190347.925000', '190347.928000', '190347.930000', '190347.933000', '190347.936000', '190347.938000', '190347.941000', '190347.944000', '190347.946000', '190347.949000', '190347.952000', '190347.954000', '190347.957000', '190347.959000', '190347.962000', '190347.964000', '190347.967000', '190347.970000', '190347.972000', '190347.975000', '190347.977000', '190347.980000', '190347.983000', '190347.985000', '190347.988000', '190347.990000', '190347.993000', '190347.995000', '190347.998000', '190348.002000', '190348.004000', '190348.007000', '190348.009000', '190348.012000', '190348.015000', '190407.903000', '190407.905000', '190407.908000', '190407.911000', '190407.913000', '190407.916000', '190407.919000', '190407.921000', '190407.924000', '190407.927000', '190407.929000', '190407.932000', '190407.934000', '190407.937000', '190407.940000', '190407.942000', '190407.945000', '190407.947000', '190407.950000', '190407.953000', '190407.955000', '190407.958000', '190407.960000', '190407.963000', '190407.966000', '190407.968000', '190407.971000', '190407.973000', '190407.976000', '190407.979000', '190407.981000', '190407.984000', '190407.987000', '190407.989000', '190407.992000', '190407.994000', '190407.997000', '190408.001000', '190408.003000', '190408.006000', '190408.008000', '190408.011000', '190408.014000', '190408.016000', '190427.903000', '190427.906000', '190427.909000', '190427.912000', '190427.914000', '190427.917000', '190427.919000', '190427.922000', '190427.924000', '190427.927000', '190427.930000', '190427.932000', '190427.935000', '190427.938000', '190427.940000', '190427.943000', '190427.945000', '190427.948000', '190427.950000', '190427.953000', '190427.956000', '190427.958000', '190427.961000', '190427.964000', '190427.967000', '190427.970000', '190427.973000', '190427.976000', '190427.978000', '190427.981000', '190427.983000', '190427.986000', '190427.989000', '190427.991000', '190427.994000', '190427.996000', '190428.000000', '190428.004000', '190428.006000', '190428.009000', '190428.012000', '190428.014000', '190428.017000', '190447.903000', '190447.906000', '190447.909000', '190447.912000', '190447.914000', '190447.917000', '190447.919000', '190447.922000', '190447.925000', '190447.927000', '190447.930000', '190447.932000', '190447.935000', '190447.938000', '190447.940000', '190447.943000', '190447.945000', '190447.948000', '190447.950000', '190447.953000', '190447.956000', '190447.958000', '190447.961000', '190447.963000', '190447.966000', '190447.969000', '190447.971000', '190447.974000', '190447.977000', '190447.979000', '190447.982000', '190447.984000', '190447.987000', '190447.990000', '190447.992000', '190447.995000', '190447.997000', '190448.001000', '190448.003000', '190448.006000', '190448.009000', '190448.011000', '190448.014000', '190448.016000', '190507.904000', '190507.907000', '190507.909000', '190507.912000', '190507.914000', '190507.917000', '190507.920000', '190507.922000', '190507.925000', '190507.927000', '190507.930000', '190507.933000', '190507.935000', '190507.938000', '190507.940000', '190507.943000', '190507.946000', '190507.948000', '190507.951000', '190507.953000', '190507.956000', '190507.959000', '190507.961000', '190507.964000', '190507.992000', '190507.995000', '190507.997000', '190508.001000', '190508.003000', '190508.006000', '190508.009000', '190508.011000', '190508.014000', '190508.017000', '190508.019000', '190508.022000', '190508.024000', '190508.027000', '190508.029000', '190508.032000', '190508.035000', '190508.038000', '190508.040000', '190527.903000', '190527.906000', '190527.909000', '190527.912000', '190527.914000', '190527.917000', '190527.919000', '190527.922000', '190527.925000', '190527.927000', '190527.930000', '190527.932000', '190527.935000', '190527.938000', '190527.940000', '190527.943000', '190527.945000', '190527.948000', '190527.950000', '190527.953000', '190527.956000', '190527.958000', '190527.961000', '190527.963000', '190527.966000', '190527.969000', '190527.971000', '190527.974000', '190527.977000', '190527.979000', '190527.982000', '190527.984000', '190527.987000', '190527.990000', '190527.992000', '190527.995000', '190527.997000', '190528.001000', '190528.004000', '190528.006000', '190528.009000', '190528.012000', '190528.014000', '190528.017000', '190547.904000', '190547.906000', '190547.909000', '190547.912000', '190547.914000', '190547.917000', '190547.919000', '190547.922000', '190547.925000', '190547.927000', '190547.930000', '190547.932000', '190547.935000', '190547.938000', '190547.940000', '190547.943000', '190547.946000', '190547.948000', '190547.951000', '190547.953000', '190547.956000', '190547.959000', '190547.961000', '190547.964000', '190547.966000', '190547.969000', '190547.972000', '190547.974000', '190547.977000', '190547.979000', '190547.982000', '190547.985000', '190547.987000', '190547.990000', '190547.993000', '190547.995000', '190547.998000', '190548.002000', '190548.004000', '190548.007000', '190548.009000', '190548.012000', '190548.015000', '190607.904000', '190607.906000', '190607.909000', '190607.912000', '190607.914000', '190607.917000', '190607.919000', '190607.922000', '190607.925000', '190607.927000', '190607.930000', '190607.933000', '190607.935000', '190607.938000', '190607.941000', '190607.943000', '190607.946000', '190607.948000', '190607.951000', '190607.954000', '190607.956000', '190607.959000', '190607.961000', '190607.964000', '190607.967000', '190607.971000', '190607.973000', '190607.976000', '190607.979000', '190607.981000', '190607.984000', '190607.986000', '190607.989000', '190607.992000', '190607.994000', '190607.997000', '190608.000000', '190608.003000', '190608.006000', '190608.008000', '190608.011000', '190608.014000', '190608.016000', '190608.019000', '190627.902000', '190627.905000', '190627.908000', '190627.911000', '190627.913000', '190627.916000', '190627.918000', '190627.921000', '190627.924000', '190627.926000', '190627.929000', '190627.932000', '190627.934000', '190627.937000', '190627.939000', '190627.942000', '190627.945000', '190627.947000', '190627.950000', '190627.952000', '190627.955000', '190627.972000', '190627.974000', '190627.977000', '190627.980000', '190627.982000', '190627.985000', '190627.987000', '190627.990000', '190627.993000', '190627.995000', '190627.998000', '190628.001000', '190628.004000', '190628.007000', '190628.009000', '190628.012000', '190628.015000', '190628.017000', '190628.020000', '190628.023000', '190628.025000', '190628.028000', '190647.904000', '190647.906000', '190647.909000', '190647.912000', '190647.914000', '190647.917000', '190647.920000', '190647.922000', '190647.925000', '190647.928000', '190647.930000', '190647.933000', '190647.935000', '190647.938000', '190647.941000', '190647.943000', '190647.946000', '190647.949000', '190647.951000', '190647.954000', '190647.957000', '190647.959000', '190647.962000', '190647.964000', '190647.967000', '190647.970000', '190647.972000', '190647.975000', '190647.977000', '190647.980000', '190647.983000', '190647.985000', '190647.988000', '190647.990000', '190647.993000', '190647.996000', '190647.998000', '190648.002000', '190648.005000', '190648.007000', '190648.010000', '190648.012000', '190648.015000', '190648.018000', '190653.300000', '190653.303000', '190653.306000', '190653.308000', '190653.311000', '190653.314000', '190653.316000', '190653.319000', '190653.322000', '190653.325000', '190653.327000', '190653.330000'], 'InstanceCreationTime': ['190027.943000', '190027.946000', '190027.949000', '190027.951000', '190027.954000', '190027.956000', '190027.959000', '190027.963000', '190027.966000', '190027.969000', '190027.971000', '190027.974000', '190027.976000', '190027.979000', '190027.981000', '190027.984000', '190027.987000', '190027.989000', '190027.992000', '190027.994000', '190027.997000', '190028.000000', '190028.003000', '190028.006000', '190028.008000', '190028.011000', '190028.013000', '190028.016000', '190028.019000', '190028.021000', '190028.024000', '190028.026000', '190028.029000', '190028.032000', '190047.903000', '190047.906000', '190047.909000', '190047.912000', '190047.914000', '190047.917000', '190047.919000', '190047.922000', '190047.924000', '190047.927000', '190047.930000', '190047.932000', '190047.935000', '190047.937000', '190047.945000', '190047.948000', '190047.950000', '190047.953000', '190047.955000', '190047.958000', '190047.960000', '190047.963000', '190047.966000', '190047.968000', '190047.971000', '190047.973000', '190047.976000', '190047.978000', '190047.981000', '190047.984000', '190047.995000', '190047.998000', '190048.001000', '190048.004000', '190048.007000', '190048.009000', '190048.012000', '190048.014000', '190048.017000', '190048.019000', '190048.022000', '190048.024000', '190048.027000', '190107.904000', '190107.906000', '190107.909000', '190107.912000', '190107.914000', '190107.917000', '190107.919000', '190107.924000', '190107.926000', '190107.929000', '190107.931000', '190107.934000', '190107.937000', '190107.939000', '190107.942000', '190107.944000', '190107.947000', '190107.950000', '190107.952000', '190107.955000', '190107.957000', '190107.960000', '190107.963000', '190107.965000', '190107.968000', '190107.970000', '190107.973000', '190107.975000', '190107.978000', '190107.981000', '190107.983000', '190107.986000', '190107.988000', '190107.991000', '190107.993000', '190107.996000', '190108.000000', '190108.003000', '190108.005000', '190108.008000', '190108.010000', '190108.013000', '190108.016000', '190108.018000', '190127.903000', '190127.906000', '190127.909000', '190127.911000', '190127.914000', '190127.917000', '190127.919000', '190127.922000', '190127.924000', '190127.927000', '190127.930000', '190127.932000', '190127.935000', '190127.937000', '190127.940000', '190127.943000', '190127.945000', '190127.948000', '190127.950000', '190127.953000', '190127.955000', '190127.958000', '190127.961000', '190127.963000', '190127.966000', '190127.968000', '190127.971000', '190127.974000', '190127.976000', '190127.979000', '190127.981000', '190127.984000', '190127.986000', '190127.989000', '190127.992000', '190127.994000', '190127.997000', '190128.000000', '190128.003000', '190128.006000', '190128.008000', '190128.011000', '190128.013000', '190147.902000', '190147.905000', '190147.908000', '190147.911000', '190147.913000', '190147.916000', '190147.918000', '190147.922000', '190147.924000', '190147.927000', '190147.930000', '190147.932000', '190147.935000', '190147.938000', '190147.940000', '190147.943000', '190147.945000', '190147.948000', '190147.950000', '190147.953000', '190147.956000', '190147.958000', '190147.961000', '190147.964000', '190147.966000', '190147.969000', '190147.972000', '190147.974000', '190147.977000', '190147.980000', '190147.982000', '190147.985000', '190147.987000', '190147.990000', '190147.993000', '190147.995000', '190147.998000', '190148.001000', '190148.004000', '190148.007000', '190148.009000', '190148.012000', '190148.014000', '190207.904000', '190207.907000', '190207.909000', '190207.912000', '190207.927000', '190207.930000', '190207.933000', '190207.935000', '190207.938000', '190207.941000', '190207.943000', '190207.946000', '190207.948000', '190207.951000', '190207.954000', '190207.956000', '190207.959000', '190207.962000', '190207.964000', '190207.967000', '190207.969000', '190207.972000', '190207.975000', '190207.977000', '190207.980000', '190207.983000', '190207.985000', '190207.988000', '190207.990000', '190207.993000', '190207.996000', '190207.998000', '190208.002000', '190208.004000', '190208.007000', '190208.010000', '190208.012000', '190208.015000', '190208.017000', '190208.020000', '190208.022000', '190208.025000', '190208.028000', '190208.030000', '190227.903000', '190227.906000', '190227.909000', '190227.911000', '190227.914000', '190227.917000', '190227.919000', '190227.922000', '190227.924000', '190227.927000', '190227.929000', '190227.932000', '190227.935000', '190227.937000', '190227.940000', '190227.943000', '190227.945000', '190227.948000', '190227.951000', '190227.953000', '190227.956000', '190227.958000', '190227.961000', '190227.964000', '190227.966000', '190227.969000', '190227.971000', '190227.974000', '190227.977000', '190227.979000', '190227.982000', '190227.984000', '190227.987000', '190227.990000', '190227.992000', '190227.995000', '190227.997000', '190228.001000', '190228.004000', '190228.006000', '190228.009000', '190228.011000', '190228.014000', '190247.904000', '190247.907000', '190247.909000', '190247.912000', '190247.914000', '190247.917000', '190247.920000', '190247.922000', '190247.925000', '190247.928000', '190247.930000', '190247.933000', '190247.935000', '190247.938000', '190247.941000', '190247.943000', '190247.946000', '190247.948000', '190247.951000', '190247.954000', '190247.956000', '190247.959000', '190247.961000', '190247.964000', '190247.967000', '190247.969000', '190247.972000', '190247.975000', '190247.977000', '190247.980000', '190247.982000', '190247.985000', '190247.988000', '190247.990000', '190247.993000', '190247.995000', '190247.998000', '190248.002000', '190248.004000', '190248.007000', '190248.009000', '190248.012000', '190248.015000', '190248.017000', '190307.904000', '190307.907000', '190307.910000', '190307.912000', '190307.915000', '190307.917000', '190307.920000', '190307.922000', '190307.925000', '190307.928000', '190307.930000', '190307.933000', '190307.936000', '190307.938000', '190307.941000', '190307.944000', '190307.946000', '190307.949000', '190307.951000', '190307.954000', '190307.957000', '190307.959000', '190307.962000', '190307.964000', '190307.967000', '190307.970000', '190307.973000', '190307.976000', '190307.978000', '190307.981000', '190307.984000', '190307.986000', '190307.989000', '190307.992000', '190307.994000', '190307.997000', '190308.000000', '190308.003000', '190308.005000', '190308.008000', '190308.011000', '190308.013000', '190308.016000', '190327.903000', '190327.906000', '190327.909000', '190327.912000', '190327.914000', '190327.917000', '190327.919000', '190327.922000', '190327.925000', '190327.927000', '190327.930000', '190327.932000', '190327.935000', '190327.938000', '190327.940000', '190327.943000', '190327.945000', '190327.948000', '190327.950000', '190327.953000', '190327.956000', '190327.958000', '190327.961000', '190327.963000', '190327.966000', '190327.969000', '190327.971000', '190327.974000', '190327.976000', '190327.979000', '190327.982000', '190327.984000', '190327.987000', '190327.989000', '190327.992000', '190327.995000', '190327.997000', '190328.001000', '190328.003000', '190328.006000', '190328.009000', '190328.011000', '190328.014000', '190328.016000', '190347.904000', '190347.907000', '190347.909000', '190347.912000', '190347.915000', '190347.917000', '190347.920000', '190347.922000', '190347.925000', '190347.928000', '190347.930000', '190347.933000', '190347.936000', '190347.938000', '190347.941000', '190347.944000', '190347.946000', '190347.949000', '190347.952000', '190347.954000', '190347.957000', '190347.959000', '190347.962000', '190347.964000', '190347.967000', '190347.970000', '190347.972000', '190347.975000', '190347.977000', '190347.980000', '190347.983000', '190347.985000', '190347.988000', '190347.990000', '190347.993000', '190347.995000', '190347.998000', '190348.002000', '190348.004000', '190348.007000', '190348.009000', '190348.012000', '190348.015000', '190407.903000', '190407.905000', '190407.908000', '190407.911000', '190407.913000', '190407.916000', '190407.919000', '190407.921000', '190407.924000', '190407.927000', '190407.929000', '190407.932000', '190407.934000', '190407.937000', '190407.940000', '190407.942000', '190407.945000', '190407.947000', '190407.950000', '190407.953000', '190407.955000', '190407.958000', '190407.960000', '190407.963000', '190407.966000', '190407.968000', '190407.971000', '190407.973000', '190407.976000', '190407.979000', '190407.981000', '190407.984000', '190407.987000', '190407.989000', '190407.992000', '190407.994000', '190407.997000', '190408.001000', '190408.003000', '190408.006000', '190408.008000', '190408.011000', '190408.014000', '190408.016000', '190427.903000', '190427.906000', '190427.909000', '190427.912000', '190427.914000', '190427.917000', '190427.919000', '190427.922000', '190427.924000', '190427.927000', '190427.930000', '190427.932000', '190427.935000', '190427.938000', '190427.940000', '190427.943000', '190427.945000', '190427.948000', '190427.950000', '190427.953000', '190427.956000', '190427.958000', '190427.961000', '190427.964000', '190427.967000', '190427.970000', '190427.973000', '190427.976000', '190427.978000', '190427.981000', '190427.983000', '190427.986000', '190427.989000', '190427.991000', '190427.994000', '190427.996000', '190428.000000', '190428.004000', '190428.006000', '190428.009000', '190428.012000', '190428.014000', '190428.017000', '190447.903000', '190447.906000', '190447.909000', '190447.912000', '190447.914000', '190447.917000', '190447.919000', '190447.922000', '190447.925000', '190447.927000', '190447.930000', '190447.932000', '190447.935000', '190447.938000', '190447.940000', '190447.943000', '190447.945000', '190447.948000', '190447.950000', '190447.953000', '190447.956000', '190447.958000', '190447.961000', '190447.963000', '190447.966000', '190447.969000', '190447.971000', '190447.974000', '190447.977000', '190447.979000', '190447.982000', '190447.984000', '190447.987000', '190447.990000', '190447.992000', '190447.995000', '190447.997000', '190448.001000', '190448.003000', '190448.006000', '190448.009000', '190448.011000', '190448.014000', '190448.016000', '190507.904000', '190507.907000', '190507.909000', '190507.912000', '190507.914000', '190507.917000', '190507.920000', '190507.922000', '190507.925000', '190507.927000', '190507.930000', '190507.933000', '190507.935000', '190507.938000', '190507.940000', '190507.943000', '190507.946000', '190507.948000', '190507.951000', '190507.953000', '190507.956000', '190507.959000', '190507.961000', '190507.964000', '190507.992000', '190507.995000', '190507.997000', '190508.001000', '190508.003000', '190508.006000', '190508.009000', '190508.011000', '190508.014000', '190508.017000', '190508.019000', '190508.022000', '190508.024000', '190508.027000', '190508.029000', '190508.032000', '190508.035000', '190508.038000', '190508.040000', '190527.903000', '190527.906000', '190527.909000', '190527.912000', '190527.914000', '190527.917000', '190527.919000', '190527.922000', '190527.925000', '190527.927000', '190527.930000', '190527.932000', '190527.935000', '190527.938000', '190527.940000', '190527.943000', '190527.945000', '190527.948000', '190527.950000', '190527.953000', '190527.956000', '190527.958000', '190527.961000', '190527.963000', '190527.966000', '190527.969000', '190527.971000', '190527.974000', '190527.977000', '190527.979000', '190527.982000', '190527.984000', '190527.987000', '190527.990000', '190527.992000', '190527.995000', '190527.997000', '190528.001000', '190528.004000', '190528.006000', '190528.009000', '190528.012000', '190528.014000', '190528.017000', '190547.904000', '190547.906000', '190547.909000', '190547.912000', '190547.914000', '190547.917000', '190547.919000', '190547.922000', '190547.925000', '190547.927000', '190547.930000', '190547.932000', '190547.935000', '190547.938000', '190547.940000', '190547.943000', '190547.946000', '190547.948000', '190547.951000', '190547.953000', '190547.956000', '190547.959000', '190547.961000', '190547.964000', '190547.966000', '190547.969000', '190547.972000', '190547.974000', '190547.977000', '190547.979000', '190547.982000', '190547.985000', '190547.987000', '190547.990000', '190547.993000', '190547.995000', '190547.998000', '190548.002000', '190548.004000', '190548.007000', '190548.009000', '190548.012000', '190548.015000', '190607.904000', '190607.906000', '190607.909000', '190607.912000', '190607.914000', '190607.917000', '190607.919000', '190607.922000', '190607.925000', '190607.927000', '190607.930000', '190607.933000', '190607.935000', '190607.938000', '190607.941000', '190607.943000', '190607.946000', '190607.948000', '190607.951000', '190607.954000', '190607.956000', '190607.959000', '190607.961000', '190607.964000', '190607.967000', '190607.971000', '190607.973000', '190607.976000', '190607.979000', '190607.981000', '190607.984000', '190607.986000', '190607.989000', '190607.992000', '190607.994000', '190607.997000', '190608.000000', '190608.003000', '190608.006000', '190608.008000', '190608.011000', '190608.014000', '190608.016000', '190608.019000', '190627.902000', '190627.905000', '190627.908000', '190627.911000', '190627.913000', '190627.916000', '190627.918000', '190627.921000', '190627.924000', '190627.926000', '190627.929000', '190627.932000', '190627.934000', '190627.937000', '190627.939000', '190627.942000', '190627.945000', '190627.947000', '190627.950000', '190627.952000', '190627.955000', '190627.972000', '190627.974000', '190627.977000', '190627.980000', '190627.982000', '190627.985000', '190627.987000', '190627.990000', '190627.993000', '190627.995000', '190627.998000', '190628.001000', '190628.004000', '190628.007000', '190628.009000', '190628.012000', '190628.015000', '190628.017000', '190628.020000', '190628.023000', '190628.025000', '190628.028000', '190647.904000', '190647.906000', '190647.909000', '190647.912000', '190647.914000', '190647.917000', '190647.920000', '190647.922000', '190647.925000', '190647.928000', '190647.930000', '190647.933000', '190647.935000', '190647.938000', '190647.941000', '190647.943000', '190647.946000', '190647.949000', '190647.951000', '190647.954000', '190647.957000', '190647.959000', '190647.962000', '190647.964000', '190647.967000', '190647.970000', '190647.972000', '190647.975000', '190647.977000', '190647.980000', '190647.983000', '190647.985000', '190647.988000', '190647.990000', '190647.993000', '190647.996000', '190647.998000', '190648.002000', '190648.005000', '190648.007000', '190648.010000', '190648.012000', '190648.015000', '190648.018000', '190653.300000', '190653.303000', '190653.306000', '190653.308000', '190653.311000', '190653.314000', '190653.316000', '190653.319000', '190653.322000', '190653.325000', '190653.327000', '190653.330000'], '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': [8218, 7650, 8177, 7668, 8539, 8412, 7165, 8034, 7972, 7160, 7530, 7542, 8280, 7560, 7154, 7436, 7073, 7639, 7233, 7788, 7358, 7715, 7458, 7904, 7731, 8049, 7620, 7017, 7719, 7307, 8106, 7817, 7775, 7665, 7265, 7486, 7041, 7723, 7611, 7510, 7592, 6976, 7493, 7559, 7805, 7767, 7842, 7530, 7859, 7748, 7901, 7202, 7219, 7544, 7018, 7410, 7351, 7187, 7608, 6972, 7815, 7927, 7973, 7800, 7851, 7320, 7678, 7025, 7611, 7637, 7379, 7970, 7230, 7090, 7620, 8320, 7428, 7370, 9467, 7538, 7002, 7834, 8669, 7435, 7023, 7528, 7164, 7183, 7028, 7053, 6974, 7743, 7351, 8316, 7839, 7745, 7025, 6924, 8576, 7700, 7879, 7150, 7304, 7303, 7175, 7291, 7182, 7957, 7203, 7529, 7235, 6961, 7777, 7644, 7405, 7148, 7154, 7277, 6934, 7586, 7414, 7763, 7397, 7571, 7574, 7711, 7468, 7264, 7352, 7508, 7211, 7509, 7368, 7249, 7676, 7446, 7457, 7282, 7845, 7294, 7581, 7403, 7496, 7517, 7125, 7681, 7212, 7392, 7350, 7103, 7306, 7696, 7961, 7389, 7851, 7615, 7814, 6939, 7246, 7664, 7640, 7032, 7534, 7143, 7342, 7140, 7377, 7063, 7364, 7122, 7427, 7269, 7643, 7076, 7807, 7042, 7517, 7567, 7153, 7702, 7519, 7033, 7031, 7575, 7776, 7107, 8579, 7454, 7982, 7796, 8934, 7486, 7491, 8706, 8376, 7089, 8409, 8421, 6954, 7074, 7725, 9391, 9353, 10171, 11257, 8360, 7976, 7346, 8036, 7259, 7861, 7611, 7273, 7706, 7206, 7825, 7411, 7541, 7500, 7351, 7631, 6885, 7957, 7791, 8412, 7709, 7744, 7616, 7774, 7808, 7801, 7373, 7779, 7050, 7587, 8346, 7373, 8039, 7549, 8137, 7148, 7327, 7340, 7238, 7554, 7255, 7397, 6956, 7461, 7300, 7589, 6962, 7705, 7188, 7677, 7453, 8946, 7851, 7612, 7386, 7596, 7982, 7539, 7910, 7291, 7357, 7258, 7694, 7710, 7861, 7898, 7377, 7718, 7485, 7838, 7782, 7638, 7798, 7597, 7707, 7640, 7557, 6993, 7458, 7719, 7215, 7222, 7216, 7148, 7589, 7121, 7736, 7263, 7187, 7400, 7049, 7620, 7540, 7470, 7331, 7573, 7443, 7696, 7558, 7255, 7505, 6884, 8046, 7638, 7658, 7550, 7811, 7788, 8303, 7570, 8176, 7696, 7920, 7847, 7077, 7607, 7482, 7734, 8518, 7740, 7728, 7260, 7557, 7409, 7397, 8079, 7667, 8131, 7570, 7684, 7608, 7111, 7015, 7350, 7417, 7052, 7616, 7477, 7548, 7217, 7666, 7409, 7746, 7464, 7542, 7541, 7538, 7480, 7479, 7503, 7404, 7544, 7399, 7181, 6755, 7335, 7432, 7847, 7544, 8110, 7600, 7647, 7581, 7296, 7971, 7123, 7455, 7359, 7900, 7730, 8038, 7479, 7108, 7622, 7231, 7536, 7132, 7656, 7284, 7674, 7578, 7677, 6920, 7592, 7364, 7653, 7162, 7071, 7845, 7166, 7195, 7131, 8362, 7863, 6985, 6940, 8125, 7294, 7710, 7322, 7354, 7313, 7217, 7477, 6779, 7583, 7170, 7680, 7189, 8239, 7645, 7930, 7331, 7163, 7334, 7097, 7821, 7052, 7808, 8030, 7782, 7093, 7580, 7267, 7209, 7343, 6985, 7371, 7185, 7702, 7115, 7673, 7507, 7860, 7570, 8137, 7537, 7716, 7420, 7526, 7426, 7387, 7722, 7051, 7400, 6738, 7415, 7432, 8045, 7477, 9207, 7571, 8572, 7363, 7305, 9240, 7620, 8571, 7804, 8316, 7853, 8053, 8085, 6925, 7686, 7120, 7170, 7248, 6899, 7223, 7913, 6997, 7614, 7668, 8780, 7521, 7395, 7893, 7056, 7327, 7189, 7413, 7081, 8026, 7716, 7519, 8011, 7292, 8086, 7595, 8235, 7961, 7767, 8032, 7020, 8126, 7573, 7718, 7688, 7601, 7523, 8092, 7435, 7605, 7499, 7307, 7818, 7525, 7527, 7626, 7161, 7470, 7209, 7637, 7789, 7726, 7562, 7482, 7043, 7794, 7154, 7933, 8293, 7754, 7765, 7555, 8054, 7493, 7506, 7699, 7275, 7883, 7536, 8756, 7562, 8193, 7616, 7720, 7387, 7451, 6988, 7347, 7135, 7404, 7009, 7245, 7939, 7300, 7816, 7411, 8290, 7536, 8148, 7436, 8299, 7321, 7762, 7276, 7659, 7732, 7817, 7445, 8452, 7551, 7448, 7310, 7029, 8193, 7483, 7867, 7463, 7731, 7661, 7662, 7745, 7734, 7477, 7397, 7670, 7441, 7429, 7441, 8494, 7802, 7995, 7696, 7429, 7540, 7941, 8274, 7614, 7640, 7522, 7390, 7160, 7239, 7561, 7258, 8000, 8048, 7158, 7528, 7314, 7633, 7284, 8483, 7176, 7789, 6844, 8049, 7401, 8274, 7403, 7193, 7641, 7091, 7389, 8047, 6932, 7193, 7163, 7368, 7678, 7212, 7338, 7521, 7302, 7036, 7694, 6918, 7718, 7573, 7717, 7326, 7296, 7196, 7760, 7337, 7841, 6865, 7603, 7192, 7946, 7359, 7851, 7325, 7849, 7640, 6931, 7846, 7317, 7780, 7185, 7622, 7336, 7496, 7590, 7416, 7486, 7553, 7395, 7607, 7557, 7040, 7449, 7309, 7399, 7393, 7815, 7782, 7342, 7855, 7451, 7426, 7152, 7536, 7219, 7759, 8256, 7461, 7568, 7845, 7738, 7744, 7579, 7927, 7662, 7979, 7275, 7119, 6904, 7121, 8101, 7155, 8613, 7431, 8307, 7642, 7698, 7383, 7392, 7227, 6996, 7449, 7291, 7415, 7101, 7461, 7843, 7764, 7551, 7297, 7775, 7587, 7133, 7881, 6921, 7539, 7826, 6972, 7647, 7462, 7428, 7696, 7191, 7690, 7396, 7618, 8826, 7699, 7382, 7614, 7399, 7790, 7368, 7592, 7324, 6815, 7183, 6885, 7292, 6977, 7536, 7072, 7668, 7453, 7696, 7622, 8360, 7484, 7516, 7593, 6770, 6838, 7254, 7895, 6973, 6859, 8674, 7369, 7898, 7214, 7867, 7119, 7705, 7744, 7176, 8049, 10005, 8102, 9666, 7989, 7798, 7675, 7962, 9209, 7694, 7546, 7700, 7835, 7862, 7682, 7851, 7363, 7371, 7624, 7686, 7977, 7795, 7994, 7700, 7390, 8490, 7525, 7727, 7420, 6880, 7682, 8043, 7178, 7874, 8329, 8076, 7640, 7806, 8310, 8135, 7792, 7646, 7281, 7785, 6934, 7267, 7289, 8575, 7687, 7291, 7902, 7663, 7194, 7874, 7651, 7778, 7242, 7880, 7143, 7011, 7264, 7430, 7182, 7632, 7641, 7636, 7862, 7733, 8104, 7977, 8122, 7898, 8210, 7643, 8180, 7731, 7953, 7384, 6967, 7458, 7379, 6776, 7844, 7300, 7879, 7476, 7771, 7085, 7431, 7118, 7574, 7640, 7502, 7428, 7939, 7493, 7624, 7346, 8751, 7367], 'WindowCenter': [4257.0, 4219.0, 4230.0, 4202.0, 4208.0, 4206.0, 4182.0, 4194.0, 4186.0, 4179.0, 4178.0, 4173.0, 4177.0, 4166.0, 4148.0, 4162.0, 4146.0, 4162.0, 4160.0, 4168.0, 4154.0, 4167.0, 4155.0, 4177.0, 4158.0, 4163.0, 4164.0, 4166.0, 4173.0, 4164.0, 4176.0, 4177.0, 4165.0, 4158.0, 4165.0, 4166.0, 4155.0, 4166.0, 4164.0, 4164.0, 4179.0, 4169.0, 4181.0, 4173.0, 4176.0, 4161.0, 4166.0, 4158.0, 4176.0, 4160.0, 4176.0, 4167.0, 4160.0, 4161.0, 4156.0, 4161.0, 4165.0, 4157.0, 4163.0, 4155.0, 4166.0, 4172.0, 4177.0, 4157.0, 4166.0, 4153.0, 4164.0, 4149.0, 4161.0, 4158.0, 4155.0, 4181.0, 4165.0, 4175.0, 4171.0, 4185.0, 4182.0, 4177.0, 4212.0, 4191.0, 4179.0, 4185.0, 4188.0, 4166.0, 4171.0, 4186.0, 4179.0, 4178.0, 4168.0, 4169.0, 4184.0, 4180.0, 4190.0, 4207.0, 4191.0, 4190.0, 4195.0, 4192.0, 4215.0, 4193.0, 4192.0, 4181.0, 4189.0, 4187.0, 4177.0, 4177.0, 4166.0, 4176.0, 4172.0, 4168.0, 4171.0, 4162.0, 4175.0, 4175.0, 4174.0, 4163.0, 4161.0, 4174.0, 4168.0, 4175.0, 4158.0, 4171.0, 4161.0, 4169.0, 4183.0, 4181.0, 4188.0, 4178.0, 4174.0, 4184.0, 4185.0, 4183.0, 4171.0, 4171.0, 4184.0, 4171.0, 4162.0, 4172.0, 4175.0, 4164.0, 4170.0, 4172.0, 4163.0, 4182.0, 4163.0, 4172.0, 4162.0, 4161.0, 4174.0, 4163.0, 4174.0, 4174.0, 4186.0, 4188.0, 4186.0, 4180.0, 4174.0, 4159.0, 4161.0, 4163.0, 4168.0, 4161.0, 4179.0, 4162.0, 4163.0, 4151.0, 4162.0, 4150.0, 4162.0, 4157.0, 4156.0, 4154.0, 4160.0, 4150.0, 4168.0, 4155.0, 4167.0, 4160.0, 4156.0, 4160.0, 4174.0, 4163.0, 4170.0, 4171.0, 4181.0, 4173.0, 4196.0, 4176.0, 4193.0, 4188.0, 4213.0, 4189.0, 4185.0, 4197.0, 4195.0, 4176.0, 4206.0, 4209.0, 4190.0, 4174.0, 4197.0, 4209.0, 4205.0, 4205.0, 4215.0, 4174.0, 4171.0, 4165.0, 4172.0, 4163.0, 4159.0, 4156.0, 4160.0, 4167.0, 4163.0, 4167.0, 4163.0, 4162.0, 4173.0, 4177.0, 4175.0, 4168.0, 4189.0, 4180.0, 4191.0, 4185.0, 4177.0, 4174.0, 4174.0, 4174.0, 4184.0, 4184.0, 4184.0, 4177.0, 4174.0, 4181.0, 4188.0, 4186.0, 4184.0, 4186.0, 4165.0, 4161.0, 4160.0, 4149.0, 4162.0, 4166.0, 4162.0, 4152.0, 4161.0, 4161.0, 4158.0, 4148.0, 4169.0, 4157.0, 4166.0, 4158.0, 4174.0, 4174.0, 4177.0, 4172.0, 4171.0, 4170.0, 4174.0, 4168.0, 4161.0, 4158.0, 4174.0, 4173.0, 4169.0, 4173.0, 4157.0, 4146.0, 4160.0, 4144.0, 4160.0, 4156.0, 4161.0, 4156.0, 4156.0, 4156.0, 4162.0, 4171.0, 4158.0, 4160.0, 4161.0, 4160.0, 4156.0, 4158.0, 4160.0, 4171.0, 4171.0, 4174.0, 4172.0, 4173.0, 4172.0, 4159.0, 4186.0, 4169.0, 4171.0, 4159.0, 4169.0, 4174.0, 4176.0, 4171.0, 4165.0, 4165.0, 4165.0, 4170.0, 4165.0, 4162.0, 4163.0, 4162.0, 4160.0, 4179.0, 4161.0, 4175.0, 4163.0, 4172.0, 4172.0, 4176.0, 4176.0, 4184.0, 4178.0, 4178.0, 4163.0, 4160.0, 4175.0, 4184.0, 4174.0, 4186.0, 4181.0, 4170.0, 4169.0, 4169.0, 4156.0, 4176.0, 4175.0, 4175.0, 4176.0, 4172.0, 4177.0, 4187.0, 4164.0, 4171.0, 4164.0, 4181.0, 4171.0, 4187.0, 4173.0, 4177.0, 4189.0, 4189.0, 4177.0, 4175.0, 4170.0, 4162.0, 4176.0, 4165.0, 4167.0, 4169.0, 4179.0, 4173.0, 4193.0, 4176.0, 4171.0, 4163.0, 4161.0, 4162.0, 4162.0, 4174.0, 4169.0, 4161.0, 4160.0, 4176.0, 4169.0, 4178.0, 4161.0, 4149.0, 4162.0, 4150.0, 4163.0, 4150.0, 4158.0, 4167.0, 4161.0, 4161.0, 4180.0, 4168.0, 4161.0, 4143.0, 4155.0, 4146.0, 4170.0, 4175.0, 4181.0, 4177.0, 4176.0, 4197.0, 4196.0, 4177.0, 4164.0, 4173.0, 4172.0, 4173.0, 4171.0, 4175.0, 4177.0, 4170.0, 4172.0, 4162.0, 4172.0, 4165.0, 4174.0, 4163.0, 4181.0, 4170.0, 4168.0, 4158.0, 4165.0, 4177.0, 4163.0, 4173.0, 4178.0, 4187.0, 4187.0, 4182.0, 4162.0, 4170.0, 4164.0, 4157.0, 4171.0, 4164.0, 4176.0, 4162.0, 4175.0, 4160.0, 4163.0, 4156.0, 4172.0, 4159.0, 4171.0, 4158.0, 4181.0, 4172.0, 4169.0, 4159.0, 4160.0, 4171.0, 4146.0, 4164.0, 4154.0, 4163.0, 4171.0, 4178.0, 4185.0, 4214.0, 4186.0, 4191.0, 4179.0, 4179.0, 4197.0, 4179.0, 4185.0, 4179.0, 4177.0, 4179.0, 4165.0, 4178.0, 4167.0, 4179.0, 4169.0, 4164.0, 4166.0, 4156.0, 4163.0, 4175.0, 4170.0, 4184.0, 4196.0, 4191.0, 4181.0, 4180.0, 4191.0, 4181.0, 4178.0, 4170.0, 4190.0, 4184.0, 4199.0, 4184.0, 4190.0, 4187.0, 4183.0, 4197.0, 4186.0, 4182.0, 4172.0, 4171.0, 4182.0, 4162.0, 4171.0, 4161.0, 4160.0, 4159.0, 4159.0, 4171.0, 4170.0, 4161.0, 4158.0, 4152.0, 4147.0, 4166.0, 4156.0, 4165.0, 4160.0, 4149.0, 4160.0, 4160.0, 4170.0, 4170.0, 4173.0, 4170.0, 4168.0, 4164.0, 4164.0, 4159.0, 4166.0, 4184.0, 4191.0, 4188.0, 4190.0, 4179.0, 4167.0, 4154.0, 4160.0, 4164.0, 4175.0, 4151.0, 4162.0, 4147.0, 4160.0, 4159.0, 4162.0, 4153.0, 4150.0, 4152.0, 4149.0, 4150.0, 4151.0, 4149.0, 4166.0, 4172.0, 4167.0, 4174.0, 4164.0, 4186.0, 4176.0, 4172.0, 4162.0, 4170.0, 4164.0, 4164.0, 4160.0, 4165.0, 4162.0, 4163.0, 4161.0, 4171.0, 4176.0, 4165.0, 4175.0, 4162.0, 4180.0, 4170.0, 4170.0, 4164.0, 4171.0, 4171.0, 4158.0, 4170.0, 4171.0, 4161.0, 4161.0, 4171.0, 4162.0, 4172.0, 4167.0, 4191.0, 4171.0, 4191.0, 4184.0, 4175.0, 4186.0, 4182.0, 4182.0, 4171.0, 4174.0, 4190.0, 4175.0, 4165.0, 4165.0, 4177.0, 4165.0, 4174.0, 4173.0, 4168.0, 4178.0, 4161.0, 4159.0, 4158.0, 4181.0, 4162.0, 4174.0, 4162.0, 4185.0, 4166.0, 4171.0, 4172.0, 4163.0, 4186.0, 4178.0, 4175.0, 4195.0, 4186.0, 4173.0, 4174.0, 4160.0, 4170.0, 4146.0, 4147.0, 4158.0, 4159.0, 4147.0, 4159.0, 4159.0, 4173.0, 4156.0, 4151.0, 4145.0, 4142.0, 4134.0, 4149.0, 4143.0, 4157.0, 4133.0, 4148.0, 4142.0, 4153.0, 4137.0, 4146.0, 4134.0, 4150.0, 4139.0, 4126.0, 4134.0, 4137.0, 4138.0, 4122.0, 4133.0, 4121.0, 4130.0, 4131.0, 4124.0, 4127.0, 4134.0, 4124.0, 4138.0, 4156.0, 4153.0, 4158.0, 4145.0, 4173.0, 4158.0, 4157.0, 4171.0, 4172.0, 4185.0, 4159.0, 4158.0, 4147.0, 4162.0, 4176.0, 4186.0, 4183.0, 4162.0, 4173.0, 4173.0, 4161.0, 4158.0, 4170.0, 4169.0, 4173.0, 4170.0, 4175.0, 4173.0, 4174.0, 4166.0, 4188.0, 4163.0, 4188.0, 4172.0, 4182.0, 4174.0, 4173.0, 4176.0, 4172.0, 4176.0, 4165.0, 4162.0, 4160.0, 4164.0, 4161.0, 4184.0, 4174.0, 4179.0, 4169.0, 4166.0, 4177.0, 4190.0, 4184.0, 4180.0, 4168.0, 4168.0, 4179.0, 4163.0, 4187.0, 4175.0, 4176.0, 4174.0, 4149.0, 4169.0, 4158.0, 4161.0, 4167.0, 4147.0, 4146.0, 4148.0, 4148.0, 4146.0, 4146.0, 4160.0, 4165.0, 4152.0, 4150.0, 4147.0, 4159.0, 4151.0, 4164.0, 4165.0, 4176.0, 4174.0, 4185.0, 4186.0, 4189.0, 4178.0, 4177.0, 4185.0, 4164.0, 4176.0, 4182.0, 4203.0, 4177.0, 4182.0, 4202.0, 4188.0, 4192.0, 4174.0, 4178.0, 4167.0, 4177.0, 4177.0, 4171.0, 4189.0, 4194.0, 4168.0, 4181.0, 4147.0, 4153.0, 4155.0, 4172.0, 4166.0, 4145.0, 4137.0, 4146.0, 4144.0, 4155.0, 4144.0, 4156.0, 4138.0, 4125.0, 4144.0, 4138.0, 4166.0, 4137.0, 4138.0, 4138.0, 4141.0, 4151.0, 4156.0, 4151.0, 4138.0, 4147.0, 4149.0, 4167.0, 4150.0, 4162.0, 4161.0, 4163.0, 4170.0, 4157.0, 4162.0, 4164.0, 4149.0, 4153.0, 4170.0, 4180.0, 4156.0, 4164.0, 4166.0, 4170.0, 4164.0, 4161.0, 4178.0, 4174.0, 4170.0, 4180.0, 4175.0, 4179.0, 4177.0, 4189.0, 4168.0, 4166.0, 4162.0, 4166.0, 4167.0, 4163.0, 4184.0, 4175.0, 4178.0, 4162.0, 4166.0, 4159.0, 4163.0, 4160.0, 4162.0, 4163.0, 4162.0, 4150.0, 4150.0, 4135.0, 4141.0, 4136.0, 4137.0, 4143.0, 4164.0, 4159.0, 4164.0, 4155.0, 4164.0, 4148.0, 4148.0, 4152.0, 4162.0, 4162.0, 4154.0, 4168.0, 4189.0, 4173.0, 4184.0, 4173.0, 4180.0, 4177.0], 'WindowWidth': [9455.0, 9385.0, 9395.0, 9343.0, 9348.0, 9343.0, 9309.0, 9324.0, 9305.0, 9299.0, 9291.0, 9281.0, 9284.0, 9268.0, 9238.0, 9261.0, 9233.0, 9261.0, 9257.0, 9273.0, 9249.0, 9268.0, 9251.0, 9286.0, 9251.0, 9259.0, 9261.0, 9268.0, 9278.0, 9262.0, 9280.0, 9285.0, 9265.0, 9250.0, 9266.0, 9268.0, 9252.0, 9269.0, 9264.0, 9265.0, 9291.0, 9282.0, 9300.0, 9279.0, 9283.0, 9255.0, 9267.0, 9250.0, 9283.0, 9256.0, 9282.0, 9270.0, 9257.0, 9259.0, 9256.0, 9259.0, 9265.0, 9254.0, 9261.0, 9252.0, 9267.0, 9272.0, 9286.0, 9248.0, 9265.0, 9246.0, 9262.0, 9237.0, 9255.0, 9250.0, 9251.0, 9293.0, 9268.0, 9289.0, 9276.0, 9296.0, 9300.0, 9288.0, 9339.0, 9313.0, 9295.0, 9306.0, 9303.0, 9272.0, 9285.0, 9308.0, 9295.0, 9294.0, 9276.0, 9279.0, 9305.0, 9296.0, 9312.0, 9341.0, 9314.0, 9314.0, 9328.0, 9320.0, 9355.0, 9321.0, 9317.0, 9304.0, 9309.0, 9307.0, 9295.0, 9293.0, 9275.0, 9286.0, 9277.0, 9269.0, 9276.0, 9263.0, 9285.0, 9285.0, 9282.0, 9265.0, 9259.0, 9284.0, 9279.0, 9283.0, 9254.0, 9274.0, 9261.0, 9270.0, 9296.0, 9295.0, 9313.0, 9292.0, 9284.0, 9305.0, 9301.0, 9305.0, 9279.0, 9280.0, 9300.0, 9276.0, 9264.0, 9277.0, 9285.0, 9268.0, 9272.0, 9280.0, 9267.0, 9300.0, 9267.0, 9275.0, 9265.0, 9262.0, 9281.0, 9264.0, 9283.0, 9282.0, 9302.0, 9307.0, 9301.0, 9293.0, 9282.0, 9256.0, 9259.0, 9263.0, 9266.0, 9260.0, 9289.0, 9262.0, 9262.0, 9244.0, 9261.0, 9243.0, 9259.0, 9256.0, 9253.0, 9246.0, 9251.0, 9242.0, 9273.0, 9251.0, 9269.0, 9254.0, 9256.0, 9256.0, 9281.0, 9265.0, 9282.0, 9276.0, 9295.0, 9283.0, 9314.0, 9285.0, 9314.0, 9307.0, 9345.0, 9316.0, 9307.0, 9321.0, 9317.0, 9292.0, 9336.0, 9345.0, 9317.0, 9287.0, 9324.0, 9342.0, 9330.0, 9325.0, 9335.0, 9280.0, 9273.0, 9270.0, 9276.0, 9262.0, 9252.0, 9247.0, 9254.0, 9270.0, 9262.0, 9272.0, 9265.0, 9262.0, 9281.0, 9289.0, 9286.0, 9273.0, 9307.0, 9294.0, 9310.0, 9300.0, 9287.0, 9281.0, 9281.0, 9282.0, 9299.0, 9305.0, 9299.0, 9291.0, 9282.0, 9292.0, 9310.0, 9305.0, 9304.0, 9304.0, 9269.0, 9257.0, 9255.0, 9239.0, 9260.0, 9267.0, 9261.0, 9246.0, 9259.0, 9255.0, 9251.0, 9234.0, 9275.0, 9253.0, 9266.0, 9257.0, 9274.0, 9278.0, 9287.0, 9281.0, 9274.0, 9273.0, 9280.0, 9269.0, 9261.0, 9254.0, 9285.0, 9278.0, 9270.0, 9275.0, 9249.0, 9232.0, 9253.0, 9228.0, 9256.0, 9248.0, 9256.0, 9247.0, 9248.0, 9247.0, 9258.0, 9274.0, 9254.0, 9259.0, 9260.0, 9257.0, 9246.0, 9254.0, 9258.0, 9278.0, 9278.0, 9285.0, 9283.0, 9284.0, 9281.0, 9261.0, 9302.0, 9271.0, 9275.0, 9258.0, 9271.0, 9283.0, 9286.0, 9275.0, 9269.0, 9270.0, 9268.0, 9269.0, 9266.0, 9260.0, 9260.0, 9259.0, 9254.0, 9287.0, 9258.0, 9279.0, 9262.0, 9274.0, 9278.0, 9290.0, 9285.0, 9302.0, 9289.0, 9284.0, 9262.0, 9256.0, 9287.0, 9298.0, 9285.0, 9305.0, 9292.0, 9274.0, 9270.0, 9270.0, 9249.0, 9283.0, 9287.0, 9288.0, 9287.0, 9279.0, 9289.0, 9302.0, 9268.0, 9275.0, 9267.0, 9298.0, 9276.0, 9305.0, 9282.0, 9290.0, 9308.0, 9308.0, 9290.0, 9285.0, 9274.0, 9262.0, 9286.0, 9270.0, 9277.0, 9282.0, 9296.0, 9280.0, 9316.0, 9286.0, 9273.0, 9261.0, 9257.0, 9260.0, 9260.0, 9279.0, 9278.0, 9262.0, 9258.0, 9283.0, 9270.0, 9286.0, 9258.0, 9238.0, 9258.0, 9240.0, 9259.0, 9240.0, 9251.0, 9270.0, 9256.0, 9257.0, 9293.0, 9273.0, 9258.0, 9227.0, 9244.0, 9233.0, 9278.0, 9277.0, 9299.0, 9294.0, 9293.0, 9324.0, 9321.0, 9294.0, 9270.0, 9280.0, 9280.0, 9283.0, 9277.0, 9283.0, 9289.0, 9272.0, 9280.0, 9266.0, 9279.0, 9270.0, 9281.0, 9266.0, 9290.0, 9272.0, 9265.0, 9255.0, 9272.0, 9291.0, 9269.0, 9282.0, 9296.0, 9307.0, 9304.0, 9301.0, 9265.0, 9272.0, 9267.0, 9252.0, 9276.0, 9270.0, 9286.0, 9265.0, 9284.0, 9258.0, 9264.0, 9247.0, 9275.0, 9254.0, 9272.0, 9254.0, 9296.0, 9277.0, 9270.0, 9259.0, 9258.0, 9274.0, 9236.0, 9266.0, 9252.0, 9265.0, 9280.0, 9287.0, 9305.0, 9346.0, 9305.0, 9308.0, 9295.0, 9293.0, 9312.0, 9292.0, 9297.0, 9290.0, 9285.0, 9288.0, 9266.0, 9287.0, 9274.0, 9292.0, 9277.0, 9268.0, 9268.0, 9255.0, 9262.0, 9280.0, 9281.0, 9303.0, 9323.0, 9312.0, 9299.0, 9297.0, 9313.0, 9303.0, 9295.0, 9283.0, 9315.0, 9306.0, 9326.0, 9300.0, 9317.0, 9305.0, 9298.0, 9323.0, 9304.0, 9292.0, 9279.0, 9276.0, 9293.0, 9264.0, 9273.0, 9258.0, 9256.0, 9255.0, 9256.0, 9274.0, 9270.0, 9257.0, 9248.0, 9244.0, 9232.0, 9264.0, 9244.0, 9264.0, 9253.0, 9241.0, 9261.0, 9257.0, 9272.0, 9272.0, 9280.0, 9274.0, 9270.0, 9266.0, 9260.0, 9260.0, 9264.0, 9298.0, 9314.0, 9309.0, 9311.0, 9290.0, 9268.0, 9248.0, 9255.0, 9265.0, 9279.0, 9242.0, 9257.0, 9230.0, 9251.0, 9253.0, 9259.0, 9247.0, 9239.0, 9243.0, 9234.0, 9239.0, 9240.0, 9241.0, 9270.0, 9276.0, 9271.0, 9281.0, 9267.0, 9299.0, 9287.0, 9278.0, 9263.0, 9272.0, 9266.0, 9267.0, 9257.0, 9269.0, 9261.0, 9262.0, 9260.0, 9274.0, 9287.0, 9271.0, 9287.0, 9265.0, 9287.0, 9275.0, 9275.0, 9269.0, 9273.0, 9274.0, 9254.0, 9271.0, 9274.0, 9262.0, 9260.0, 9274.0, 9262.0, 9283.0, 9272.0, 9307.0, 9277.0, 9314.0, 9300.0, 9289.0, 9302.0, 9292.0, 9290.0, 9276.0, 9284.0, 9316.0, 9288.0, 9271.0, 9270.0, 9288.0, 9270.0, 9279.0, 9280.0, 9278.0, 9291.0, 9260.0, 9255.0, 9251.0, 9286.0, 9262.0, 9286.0, 9267.0, 9298.0, 9273.0, 9273.0, 9280.0, 9269.0, 9308.0, 9297.0, 9288.0, 9317.0, 9309.0, 9284.0, 9286.0, 9260.0, 9273.0, 9233.0, 9234.0, 9249.0, 9254.0, 9238.0, 9254.0, 9256.0, 9277.0, 9247.0, 9241.0, 9227.0, 9220.0, 9213.0, 9237.0, 9225.0, 9245.0, 9211.0, 9233.0, 9228.0, 9243.0, 9215.0, 9228.0, 9208.0, 9233.0, 9218.0, 9197.0, 9207.0, 9210.0, 9213.0, 9187.0, 9203.0, 9185.0, 9197.0, 9197.0, 9191.0, 9195.0, 9204.0, 9191.0, 9214.0, 9245.0, 9242.0, 9256.0, 9230.0, 9280.0, 9254.0, 9252.0, 9273.0, 9279.0, 9298.0, 9255.0, 9253.0, 9237.0, 9261.0, 9289.0, 9303.0, 9296.0, 9264.0, 9280.0, 9279.0, 9259.0, 9253.0, 9272.0, 9269.0, 9280.0, 9273.0, 9285.0, 9283.0, 9284.0, 9273.0, 9304.0, 9269.0, 9303.0, 9279.0, 9292.0, 9284.0, 9280.0, 9288.0, 9279.0, 9286.0, 9269.0, 9265.0, 9258.0, 9265.0, 9260.0, 9302.0, 9283.0, 9291.0, 9274.0, 9271.0, 9289.0, 9312.0, 9306.0, 9292.0, 9274.0, 9270.0, 9291.0, 9268.0, 9307.0, 9288.0, 9288.0, 9281.0, 9242.0, 9270.0, 9250.0, 9259.0, 9259.0, 9231.0, 9229.0, 9233.0, 9234.0, 9229.0, 9231.0, 9256.0, 9268.0, 9248.0, 9241.0, 9236.0, 9253.0, 9243.0, 9266.0, 9267.0, 9286.0, 9287.0, 9302.0, 9306.0, 9309.0, 9293.0, 9288.0, 9300.0, 9272.0, 9291.0, 9304.0, 9333.0, 9293.0, 9307.0, 9332.0, 9311.0, 9317.0, 9282.0, 9292.0, 9273.0, 9289.0, 9291.0, 9285.0, 9306.0, 9306.0, 9271.0, 9282.0, 9231.0, 9244.0, 9248.0, 9279.0, 9260.0, 9230.0, 9212.0, 9232.0, 9226.0, 9242.0, 9226.0, 9244.0, 9213.0, 9195.0, 9227.0, 9216.0, 9263.0, 9213.0, 9212.0, 9211.0, 9218.0, 9232.0, 9245.0, 9234.0, 9215.0, 9234.0, 9235.0, 9269.0, 9238.0, 9254.0, 9253.0, 9258.0, 9273.0, 9250.0, 9253.0, 9258.0, 9235.0, 9244.0, 9275.0, 9293.0, 9254.0, 9267.0, 9267.0, 9268.0, 9264.0, 9257.0, 9292.0, 9280.0, 9283.0, 9294.0, 9283.0, 9292.0, 9289.0, 9308.0, 9277.0, 9272.0, 9259.0, 9269.0, 9275.0, 9263.0, 9300.0, 9282.0, 9287.0, 9259.0, 9267.0, 9252.0, 9259.0, 9252.0, 9257.0, 9259.0, 9254.0, 9236.0, 9236.0, 9212.0, 9224.0, 9215.0, 9216.0, 9233.0, 9259.0, 9258.0, 9260.0, 9249.0, 9261.0, 9236.0, 9237.0, 9244.0, 9258.0, 9256.0, 9248.0, 9275.0, 9307.0, 9285.0, 9303.0, 9281.0, 9285.0, 9289.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.0009646473988439307</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03149421976878613</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.4949565021412</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1655228032175933</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9999399747685183</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.461</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6517.5117</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.156885012348739</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>208</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>24.046242774566473</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.549967281826517</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.541519121223644</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7788420246563343</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3295406995995718</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0159881</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018166866153478622</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.027487726882100105</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>865</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9055008102265165</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>28.8455</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.447</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.9642</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>305351.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>855.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>372.5357</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1878</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>565.2642</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3425.9497</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3606.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>71193.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1220.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4516.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>923.3066</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>34.91513961635064</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> |