=== 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-0068 --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-0068",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0068_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0068_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0068_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-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0068/figures/sub-0068_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0068/ses-01/func/sub-0068_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>a0d3c539162b6cbe3563605344101095</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>16:55:48.140000</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.999148, 0.0131509, 0.0391276, -0.0160448, 0.997085, 0.074589]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0911055</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4145, -7782, -7261, 524, -67, -231, 64, 70]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>249.475</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>56bfeacf-9acd-4ead-919c-10e3375ecc48||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.68064022064209, -0.04304691404104233, 0.10268820077180862, 113.8595962524414], [-0.035282962024211884, 2.675107002258301, 0.2029137909412384, -96.42373657226562], [0.10497656464576721, -0.20011693239212036, 2.6904053688049316, -53.184967041015625], [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': ['165548.140000', '165548.600000', '165549.060000', '165549.520000', '165549.980000', '165550.440000', '165550.900000', '165551.360000', '165551.820000', '165552.280000', '165552.740000', '165553.200000', '165553.660000', '165554.120000', '165554.580000', '165555.040000', '165555.500000', '165555.960000', '165556.420000', '165556.880000', '165557.340000', '165557.800000', '165558.260000', '165558.720000', '165559.180000', '165559.640000', '165600.100000', '165600.560000', '165601.020000', '165601.480000', '165601.940000', '165602.400000', '165602.860000', '165603.320000', '165603.780000', '165604.240000', '165604.700000', '165605.160000', '165605.620000', '165606.080000', '165606.540000', '165607.000000', '165607.460000', '165607.920000', '165608.380000', '165608.840000', '165609.300000', '165609.760000', '165610.220000', '165610.680000', '165611.140000', '165611.600000', '165612.060000', '165612.520000', '165612.980000', '165613.440000', '165613.900000', '165614.360000', '165614.820000', '165615.280000', '165615.740000', '165616.200000', '165616.660000', '165617.120000', '165617.580000', '165618.040000', '165618.500000', '165618.960000', '165619.420000', '165619.880000', '165620.340000', '165620.800000', '165621.260000', '165621.720000', '165622.180000', '165622.640000', '165623.100000', '165623.560000', '165624.020000', '165624.480000', '165624.940000', '165625.400000', '165625.860000', '165626.320000', '165626.780000', '165627.240000', '165627.700000', '165628.160000', '165628.620000', '165629.080000', '165629.540000', '165630.000000', '165630.460000', '165630.920000', '165631.380000', '165631.840000', '165632.300000', '165632.760000', '165633.220000', '165633.680000', '165634.140000', '165634.600000', '165635.060000', '165635.520000', '165635.980000', '165636.440000', '165636.900000', '165637.360000', '165637.820000', '165638.280000', '165638.740000', '165639.200000', '165639.660000', '165640.120000', '165640.580000', '165641.040000', '165641.500000', '165641.960000', '165642.420000', '165642.880000', '165643.340000', '165643.800000', '165644.260000', '165644.720000', '165645.180000', '165645.640000', '165646.100000', '165646.560000', '165647.020000', '165647.480000', '165647.940000', '165648.400000', '165648.860000', '165649.320000', '165649.780000', '165650.240000', '165650.700000', '165651.160000', '165651.620000', '165652.080000', '165652.540000', '165653.000000', '165653.460000', '165653.920000', '165654.380000', '165654.840000', '165655.300000', '165655.760000', '165656.220000', '165656.680000', '165657.140000', '165657.600000', '165658.060000', '165658.520000', '165658.980000', '165659.440000', '165659.900000', '165700.360000', '165700.820000', '165701.280000', '165701.740000', '165702.200000', '165702.660000', '165703.120000', '165703.580000', '165704.040000', '165704.500000', '165704.960000', '165705.420000', '165705.880000', '165706.340000', '165706.800000', '165707.260000', '165707.720000', '165708.180000', '165708.640000', '165709.100000', '165709.560000', '165710.020000', '165710.480000', '165710.940000', '165711.400000', '165711.860000', '165712.320000', '165712.780000', '165713.240000', '165713.700000', '165714.160000', '165714.620000', '165715.080000', '165715.540000', '165716.000000', '165716.460000', '165716.920000', '165717.380000', '165717.840000', '165718.300000', '165718.760000', '165719.220000', '165719.680000', '165720.140000', '165720.600000', '165721.060000', '165721.520000', '165721.980000', '165722.440000', '165722.900000', '165723.360000', '165723.820000', '165724.280000', '165724.740000', '165725.200000', '165725.660000', '165726.120000', '165726.580000', '165727.040000', '165727.500000', '165727.960000', '165728.420000', '165728.880000', '165729.340000', '165729.800000', '165730.260000', '165730.720000', '165731.180000', '165731.640000', '165732.100000', '165732.560000', '165733.020000', '165733.480000', '165733.940000', '165734.400000', '165734.860000', '165735.320000', '165735.780000', '165736.240000', '165736.700000', '165737.160000', '165737.620000', '165738.080000', '165738.540000', '165739.000000', '165739.460000', '165739.920000', '165740.380000', '165740.840000', '165741.300000', '165741.760000', '165742.220000', '165742.680000', '165743.140000', '165743.600000', '165744.060000', '165744.520000', '165744.980000', '165745.440000', '165745.900000', '165746.360000', '165746.820000', '165747.280000', '165747.740000', '165748.200000', '165748.660000', '165749.120000', '165749.580000', '165750.040000', '165750.500000', '165750.960000', '165751.420000', '165751.880000', '165752.340000', '165752.800000', '165753.260000', '165753.720000', '165754.180000', '165754.640000', '165755.100000', '165755.560000', '165756.020000', '165756.480000', '165756.940000', '165757.400000', '165757.860000', '165758.320000', '165758.780000', '165759.240000', '165759.700000', '165800.160000', '165800.620000', '165801.080000', '165801.540000', '165802.000000', '165802.460000', '165802.920000', '165803.380000', '165803.840000', '165804.300000', '165804.760000', '165805.220000', '165805.680000', '165806.140000', '165806.600000', '165807.060000', '165807.520000', '165807.980000', '165808.440000', '165808.900000', '165809.360000', '165809.820000', '165810.280000', '165810.740000', '165811.200000', '165811.660000', '165812.120000', '165812.580000', '165813.040000', '165813.500000', '165813.960000', '165814.420000', '165814.880000', '165815.340000', '165815.800000', '165816.260000', '165816.720000', '165817.180000', '165817.640000', '165818.100000', '165818.560000', '165819.020000', '165819.480000', '165819.940000', '165820.400000', '165820.860000', '165821.320000', '165821.780000', '165822.240000', '165822.700000', '165823.160000', '165823.620000', '165824.080000', '165824.540000', '165825.000000', '165825.460000', '165825.920000', '165826.380000', '165826.840000', '165827.300000', '165827.760000', '165828.220000', '165828.680000', '165829.140000', '165829.600000', '165830.060000', '165830.520000', '165830.980000', '165831.440000', '165831.900000', '165832.360000', '165832.820000', '165833.280000', '165833.740000', '165834.200000', '165834.660000', '165835.120000', '165835.580000', '165836.040000', '165836.500000', '165836.960000', '165837.420000', '165837.880000', '165838.340000', '165838.800000', '165839.260000', '165839.720000', '165840.180000', '165840.640000', '165841.100000', '165841.560000', '165842.020000', '165842.480000', '165842.940000', '165843.400000', '165843.860000', '165844.320000', '165844.780000', '165845.240000', '165845.700000', '165846.160000', '165846.620000', '165847.080000', '165847.540000', '165848.000000', '165848.460000', '165848.920000', '165849.380000', '165849.840000', '165850.300000', '165850.760000', '165851.220000', '165851.680000', '165852.140000', '165852.600000', '165853.060000', '165853.520000', '165853.980000', '165854.440000', '165854.900000', '165855.360000', '165855.820000', '165856.280000', '165856.740000', '165857.200000', '165857.660000', '165858.120000', '165858.580000', '165859.040000', '165859.500000', '165859.960000', '165900.420000', '165900.880000', '165901.340000', '165901.800000', '165902.260000', '165902.720000', '165903.180000', '165903.640000', '165904.100000', '165904.560000', '165905.020000', '165905.480000', '165905.940000', '165906.400000', '165906.860000', '165907.320000', '165907.780000', '165908.240000', '165908.700000', '165909.160000', '165909.620000', '165910.080000', '165910.540000', '165911.000000', '165911.460000', '165911.920000', '165912.380000', '165912.840000', '165913.300000', '165913.760000', '165914.220000', '165914.680000', '165915.140000', '165915.600000', '165916.060000', '165916.520000', '165916.980000', '165917.440000', '165917.900000', '165918.360000', '165918.820000', '165919.280000', '165919.740000', '165920.200000', '165920.660000', '165921.120000', '165921.580000', '165922.040000', '165922.500000', '165922.960000', '165923.420000', '165923.880000', '165924.340000', '165924.800000', '165925.260000', '165925.720000', '165926.180000', '165926.640000', '165927.100000', '165927.560000', '165928.020000', '165928.480000', '165928.940000', '165929.400000', '165929.860000', '165930.320000', '165930.780000', '165931.240000', '165931.700000', '165932.160000', '165932.620000', '165933.080000', '165933.540000', '165934.000000', '165934.460000', '165934.920000', '165935.380000', '165935.840000', '165936.300000', '165936.760000', '165937.220000', '165937.680000', '165938.140000', '165938.600000', '165939.060000', '165939.520000', '165939.980000', '165940.440000', '165940.900000', '165941.360000', '165941.820000', '165942.280000', '165942.740000', '165943.200000', '165943.660000', '165944.120000', '165944.580000', '165945.040000', '165945.500000', '165945.960000', '165946.420000', '165946.880000', '165947.340000', '165947.800000', '165948.260000', '165948.720000', '165949.180000', '165949.640000', '165950.100000', '165950.560000', '165951.020000', '165951.480000', '165951.940000', '165952.400000', '165952.860000', '165953.320000', '165953.780000', '165954.240000', '165954.700000', '165955.160000', '165955.620000', '165956.080000', '165956.540000', '165957.000000', '165957.460000', '165957.920000', '165958.380000', '165958.840000', '165959.300000', '165959.760000', '170000.220000', '170000.680000', '170001.140000', '170001.600000', '170002.060000', '170002.520000', '170002.980000', '170003.440000', '170003.900000', '170004.360000', '170004.820000', '170005.280000', '170005.740000', '170006.200000', '170006.660000', '170007.120000', '170007.580000', '170008.040000', '170008.500000', '170008.960000', '170009.420000', '170009.880000', '170010.340000', '170010.800000', '170011.260000', '170011.720000', '170012.180000', '170012.640000', '170013.100000', '170013.560000', '170014.020000', '170014.480000', '170014.940000', '170015.400000', '170015.860000', '170016.320000', '170016.780000', '170017.240000', '170017.700000', '170018.160000', '170018.620000', '170019.080000', '170019.540000', '170020.000000', '170020.460000', '170020.920000', '170021.380000', '170021.840000', '170022.300000', '170022.760000', '170023.220000', '170023.680000', '170024.140000', '170024.600000', '170025.060000', '170025.520000', '170025.980000', '170026.440000', '170026.900000', '170027.360000', '170027.820000', '170028.280000', '170028.740000', '170029.200000', '170029.660000', '170030.120000', '170030.580000', '170031.040000', '170031.500000', '170031.960000', '170032.420000', '170032.880000', '170033.340000', '170033.800000', '170034.260000', '170034.720000', '170035.180000', '170035.640000', '170036.100000', '170036.560000', '170037.020000', '170037.480000', '170037.940000', '170038.400000', '170038.860000', '170039.320000', '170039.780000', '170040.240000', '170040.700000', '170041.160000', '170041.620000', '170042.080000', '170042.540000', '170043.000000', '170043.460000', '170043.920000', '170044.380000', '170044.840000', '170045.300000', '170045.760000', '170046.220000', '170046.680000', '170047.140000', '170047.600000', '170048.060000', '170048.520000', '170048.980000', '170049.440000', '170049.900000', '170050.360000', '170050.820000', '170051.280000', '170051.740000', '170052.200000', '170052.660000', '170053.120000', '170053.580000', '170054.040000', '170054.500000', '170054.960000', '170055.420000', '170055.880000', '170056.340000', '170056.800000', '170057.260000', '170057.720000', '170058.180000', '170058.640000', '170059.100000', '170059.560000', '170100.020000', '170100.480000', '170100.940000', '170101.400000', '170101.860000', '170102.320000', '170102.780000', '170103.240000', '170103.700000', '170104.160000', '170104.620000', '170105.080000', '170105.540000', '170106.000000', '170106.460000', '170106.920000', '170107.380000', '170107.840000', '170108.300000', '170108.760000', '170109.220000', '170109.680000', '170110.140000', '170110.600000', '170111.060000', '170111.520000', '170111.980000', '170112.440000', '170112.900000', '170113.360000', '170113.820000', '170114.280000', '170114.740000', '170115.200000', '170115.660000', '170116.120000', '170116.580000', '170117.040000', '170117.500000', '170117.960000', '170118.420000', '170118.880000', '170119.340000', '170119.800000', '170120.260000', '170120.720000', '170121.180000', '170121.640000', '170122.100000', '170122.560000', '170123.020000', '170123.480000', '170123.940000', '170124.400000', '170124.860000', '170125.320000', '170125.780000', '170126.240000', '170126.700000', '170127.160000', '170127.620000', '170128.080000', '170128.540000', '170129.000000', '170129.460000', '170129.920000', '170130.380000', '170130.840000', '170131.300000', '170131.760000', '170132.220000', '170132.680000', '170133.140000', '170133.600000', '170134.060000', '170134.520000', '170134.980000', '170135.440000', '170135.900000', '170136.360000', '170136.820000', '170137.280000', '170137.740000', '170138.200000', '170138.660000', '170139.120000', '170139.580000', '170140.040000', '170140.500000', '170140.960000', '170141.420000', '170141.880000', '170142.340000', '170142.800000', '170143.260000', '170143.720000', '170144.180000', '170144.640000', '170145.100000', '170145.560000', '170146.020000', '170146.480000', '170146.940000', '170147.400000', '170147.860000', '170148.320000', '170148.780000', '170149.240000', '170149.700000', '170150.160000', '170150.620000', '170151.080000', '170151.540000', '170152.000000', '170152.460000', '170152.920000', '170153.380000', '170153.840000', '170154.300000', '170154.760000', '170155.220000', '170155.680000', '170156.140000', '170156.600000', '170157.060000', '170157.520000', '170157.980000', '170158.440000', '170158.900000', '170159.360000', '170159.820000', '170200.280000', '170200.740000', '170201.200000', '170201.660000', '170202.120000', '170202.580000', '170203.040000', '170203.500000', '170203.960000', '170204.420000', '170204.880000', '170205.340000', '170205.800000', '170206.260000', '170206.720000', '170207.180000', '170207.640000', '170208.100000', '170208.560000', '170209.020000', '170209.480000', '170209.940000', '170210.400000', '170210.860000', '170211.320000', '170211.780000', '170212.240000', '170212.700000', '170213.160000', '170213.620000', '170214.080000', '170214.540000', '170215.000000', '170215.460000', '170215.920000', '170216.380000', '170216.840000', '170217.300000', '170217.760000', '170218.220000', '170218.680000', '170219.140000', '170219.600000', '170220.060000', '170220.520000', '170220.980000', '170221.440000', '170221.900000', '170222.360000', '170222.820000', '170223.280000', '170223.740000', '170224.200000', '170224.660000', '170225.120000', '170225.580000', '170226.040000', '170226.500000', '170226.960000', '170227.420000', '170227.880000', '170228.340000', '170228.800000'], 'ContentTime': ['165613.859000', '165613.862000', '165613.865000', '165613.868000', '165613.870000', '165613.873000', '165613.876000', '165613.878000', '165613.881000', '165613.883000', '165613.886000', '165613.888000', '165613.891000', '165613.894000', '165613.896000', '165613.899000', '165613.901000', '165613.904000', '165613.907000', '165613.909000', '165613.912000', '165613.914000', '165613.917000', '165613.920000', '165613.922000', '165613.925000', '165613.927000', '165613.930000', '165613.933000', '165613.935000', '165613.941000', '165613.944000', '165613.946000', '165613.949000', '165613.951000', '165613.954000', '165613.957000', '165613.959000', '165613.962000', '165613.964000', '165613.967000', '165613.969000', '165613.972000', '165613.975000', '165613.977000', '165613.980000', '165613.982000', '165613.985000', '165613.987000', '165613.990000', '165613.992000', '165613.995000', '165613.998000', '165614.001000', '165633.828000', '165633.830000', '165633.833000', '165633.836000', '165633.838000', '165633.841000', '165633.843000', '165633.846000', '165633.848000', '165633.851000', '165633.854000', '165633.861000', '165633.864000', '165633.866000', '165633.869000', '165633.871000', '165633.874000', '165633.876000', '165633.879000', '165633.882000', '165633.884000', '165633.887000', '165633.889000', '165633.892000', '165633.894000', '165633.897000', '165633.900000', '165633.902000', '165633.905000', '165633.908000', '165633.911000', '165633.913000', '165633.916000', '165633.919000', '165633.921000', '165633.925000', '165633.928000', '165633.930000', '165633.933000', '165633.936000', '165633.938000', '165633.941000', '165633.943000', '165653.828000', '165653.830000', '165653.833000', '165653.836000', '165653.838000', '165653.841000', '165653.843000', '165653.846000', '165653.848000', '165653.851000', '165653.853000', '165653.862000', '165653.865000', '165653.867000', '165653.870000', '165653.878000', '165653.881000', '165653.883000', '165653.886000', '165653.889000', '165653.891000', '165653.894000', '165653.896000', '165653.899000', '165653.902000', '165653.904000', '165653.907000', '165653.909000', '165653.912000', '165653.914000', '165653.917000', '165653.920000', '165653.922000', '165653.925000', '165653.927000', '165653.930000', '165653.933000', '165653.935000', '165653.938000', '165653.940000', '165653.943000', '165653.945000', '165653.948000', '165653.951000', '165713.827000', '165713.830000', '165713.833000', '165713.836000', '165713.839000', '165713.841000', '165713.844000', '165713.846000', '165713.849000', '165713.852000', '165713.854000', '165713.857000', '165713.859000', '165713.862000', '165713.865000', '165713.867000', '165713.870000', '165713.873000', '165713.875000', '165713.886000', '165713.889000', '165713.891000', '165713.894000', '165713.897000', '165713.899000', '165713.902000', '165713.904000', '165713.907000', '165713.910000', '165713.912000', '165713.915000', '165713.917000', '165713.920000', '165713.923000', '165713.925000', '165713.928000', '165713.930000', '165713.933000', '165713.936000', '165713.938000', '165713.941000', '165713.943000', '165713.946000', '165733.828000', '165733.830000', '165733.833000', '165733.836000', '165733.839000', '165733.842000', '165733.844000', '165733.847000', '165733.849000', '165733.852000', '165733.854000', '165733.857000', '165733.860000', '165733.862000', '165733.865000', '165733.867000', '165733.870000', '165733.873000', '165733.875000', '165733.878000', '165733.880000', '165733.883000', '165733.886000', '165733.888000', '165733.891000', '165733.893000', '165733.896000', '165733.899000', '165733.901000', '165733.904000', '165733.906000', '165733.909000', '165733.912000', '165733.914000', '165733.917000', '165733.919000', '165733.922000', '165733.924000', '165733.927000', '165733.930000', '165733.932000', '165733.935000', '165733.937000', '165733.940000', '165753.828000', '165753.837000', '165753.839000', '165753.842000', '165753.844000', '165753.847000', '165753.850000', '165753.852000', '165753.855000', '165753.858000', '165753.860000', '165753.863000', '165753.866000', '165753.868000', '165753.871000', '165753.873000', '165753.876000', '165753.879000', '165753.881000', '165753.884000', '165753.886000', '165753.889000', '165753.892000', '165753.894000', '165753.897000', '165753.900000', '165753.902000', '165753.905000', '165753.907000', '165753.910000', '165753.913000', '165753.915000', '165753.918000', '165753.921000', '165753.923000', '165753.926000', '165753.929000', '165753.931000', '165753.934000', '165753.937000', '165753.939000', '165753.942000', '165753.945000', '165813.827000', '165813.830000', '165813.833000', '165813.835000', '165813.838000', '165813.840000', '165813.843000', '165813.846000', '165813.848000', '165813.851000', '165813.853000', '165813.856000', '165813.858000', '165813.861000', '165813.864000', '165813.866000', '165813.869000', '165813.871000', '165813.874000', '165813.876000', '165813.879000', '165813.881000', '165813.884000', '165813.887000', '165813.889000', '165813.892000', '165813.894000', '165813.897000', '165813.900000', '165813.902000', '165813.905000', '165813.907000', '165813.910000', '165813.912000', '165813.915000', '165813.917000', '165813.920000', '165813.923000', '165813.931000', '165813.934000', '165813.937000', '165813.939000', '165813.942000', '165813.945000', '165833.826000', '165833.829000', '165833.832000', '165833.834000', '165833.837000', '165833.840000', '165833.842000', '165833.845000', '165833.848000', '165833.850000', '165833.853000', '165833.856000', '165833.858000', '165833.861000', '165833.870000', '165833.873000', '165833.875000', '165833.878000', '165833.880000', '165833.883000', '165833.886000', '165833.888000', '165833.891000', '165833.893000', '165833.908000', '165833.910000', '165833.913000', '165833.915000', '165833.918000', '165833.921000', '165833.923000', '165833.926000', '165833.929000', '165833.931000', '165833.934000', '165833.936000', '165833.939000', '165833.941000', '165833.944000', '165833.947000', '165833.950000', '165833.952000', '165833.955000', '165853.828000', '165853.831000', '165853.833000', '165853.836000', '165853.838000', '165853.841000', '165853.844000', '165853.846000', '165853.849000', '165853.852000', '165853.854000', '165853.857000', '165853.859000', '165853.862000', '165853.865000', '165853.867000', '165853.870000', '165853.873000', '165853.875000', '165853.878000', '165853.880000', '165853.883000', '165853.886000', '165853.888000', '165853.891000', '165853.894000', '165853.896000', '165853.899000', '165853.901000', '165853.904000', '165853.907000', '165853.909000', '165853.912000', '165853.914000', '165853.917000', '165853.920000', '165853.922000', '165853.925000', '165853.927000', '165853.930000', '165853.933000', '165853.935000', '165853.938000', '165853.940000', '165913.827000', '165913.830000', '165913.833000', '165913.836000', '165913.838000', '165913.841000', '165913.843000', '165913.846000', '165913.849000', '165913.852000', '165913.854000', '165913.857000', '165913.859000', '165913.862000', '165913.865000', '165913.867000', '165913.870000', '165913.873000', '165913.875000', '165913.878000', '165913.880000', '165913.883000', '165913.886000', '165913.888000', '165913.891000', '165913.893000', '165913.896000', '165913.899000', '165913.901000', '165913.904000', '165913.906000', '165913.909000', '165913.912000', '165913.914000', '165913.917000', '165913.920000', '165913.922000', '165913.925000', '165913.928000', '165913.930000', '165913.933000', '165913.935000', '165913.938000', '165933.827000', '165933.830000', '165933.833000', '165933.835000', '165933.838000', '165933.841000', '165933.843000', '165933.846000', '165933.848000', '165933.851000', '165933.854000', '165933.856000', '165933.859000', '165933.861000', '165933.864000', '165933.867000', '165933.869000', '165933.872000', '165933.874000', '165933.877000', '165933.880000', '165933.882000', '165933.885000', '165933.888000', '165933.890000', '165933.893000', '165933.895000', '165933.898000', '165933.901000', '165933.903000', '165933.906000', '165933.909000', '165933.911000', '165933.914000', '165933.916000', '165933.919000', '165933.922000', '165933.924000', '165933.927000', '165933.929000', '165933.932000', '165933.935000', '165933.937000', '165933.940000', '165953.827000', '165953.830000', '165953.833000', '165953.836000', '165953.838000', '165953.841000', '165953.844000', '165953.846000', '165953.849000', '165953.852000', '165953.854000', '165953.857000', '165953.859000', '165953.862000', '165953.865000', '165953.868000', '165953.870000', '165953.873000', '165953.875000', '165953.878000', '165953.881000', '165953.883000', '165953.886000', '165953.889000', '165953.891000', '165953.894000', '165953.897000', '165953.899000', '165953.902000', '165953.904000', '165953.907000', '165953.910000', '165953.912000', '165953.915000', '165953.918000', '165953.929000', '165953.931000', '165953.934000', '165953.937000', '165953.939000', '165953.942000', '165953.945000', '165953.947000', '170013.828000', '170013.830000', '170013.833000', '170013.836000', '170013.838000', '170013.841000', '170013.844000', '170013.846000', '170013.849000', '170013.852000', '170013.854000', '170013.857000', '170013.860000', '170013.862000', '170013.865000', '170013.868000', '170013.870000', '170013.873000', '170013.876000', '170013.878000', '170013.881000', '170013.884000', '170013.886000', '170013.889000', '170013.891000', '170013.894000', '170013.897000', '170013.899000', '170013.902000', '170013.904000', '170013.907000', '170013.910000', '170013.912000', '170013.915000', '170013.917000', '170013.920000', '170013.923000', '170013.925000', '170013.928000', '170013.931000', '170013.934000', '170013.936000', '170013.939000', '170013.941000', '170033.828000', '170033.831000', '170033.833000', '170033.836000', '170033.839000', '170033.841000', '170033.844000', '170033.846000', '170033.849000', '170033.852000', '170033.854000', '170033.857000', '170033.860000', '170033.862000', '170033.865000', '170033.867000', '170033.870000', '170033.873000', '170033.875000', '170033.878000', '170033.880000', '170033.883000', '170033.886000', '170033.888000', '170033.891000', '170033.893000', '170033.896000', '170033.898000', '170033.901000', '170033.904000', '170033.906000', '170033.909000', '170033.912000', '170033.914000', '170033.917000', '170033.919000', '170033.922000', '170033.924000', '170033.927000', '170033.930000', '170033.932000', '170033.935000', '170033.937000', '170053.827000', '170053.829000', '170053.832000', '170053.834000', '170053.837000', '170053.840000', '170053.842000', '170053.845000', '170053.847000', '170053.850000', '170053.853000', '170053.855000', '170053.858000', '170053.860000', '170053.863000', '170053.866000', '170053.868000', '170053.871000', '170053.874000', '170053.876000', '170053.879000', '170053.881000', '170053.884000', '170053.887000', '170053.889000', '170053.893000', '170053.895000', '170053.898000', '170053.901000', '170053.903000', '170053.906000', '170053.908000', '170053.911000', '170053.913000', '170053.916000', '170053.919000', '170053.921000', '170053.924000', '170053.926000', '170053.929000', '170053.932000', '170053.934000', '170053.937000', '170053.939000', '170113.828000', '170113.830000', '170113.833000', '170113.836000', '170113.838000', '170113.841000', '170113.844000', '170113.846000', '170113.849000', '170113.851000', '170113.854000', '170113.856000', '170113.859000', '170113.862000', '170113.864000', '170113.867000', '170113.869000', '170113.872000', '170113.875000', '170113.877000', '170113.880000', '170113.882000', '170113.885000', '170113.887000', '170113.890000', '170113.893000', '170113.895000', '170113.898000', '170113.900000', '170113.903000', '170113.906000', '170113.908000', '170113.911000', '170113.913000', '170113.916000', '170113.919000', '170113.921000', '170113.924000', '170113.926000', '170113.929000', '170113.932000', '170113.934000', '170113.937000', '170133.827000', '170133.830000', '170133.833000', '170133.862000', '170133.865000', '170133.868000', '170133.870000', '170133.873000', '170133.875000', '170133.878000', '170133.881000', '170133.883000', '170133.886000', '170133.889000', '170133.891000', '170133.894000', '170133.897000', '170133.900000', '170133.902000', '170133.905000', '170133.907000', '170133.910000', '170133.913000', '170133.915000', '170133.918000', '170133.921000', '170133.923000', '170133.926000', '170133.929000', '170133.931000', '170133.934000', '170133.937000', '170133.939000', '170133.942000', '170133.945000', '170133.947000', '170133.950000', '170133.953000', '170133.955000', '170133.958000', '170133.961000', '170133.963000', '170133.966000', '170133.968000', '170153.827000', '170153.831000', '170153.833000', '170153.836000', '170153.839000', '170153.841000', '170153.844000', '170153.847000', '170153.849000', '170153.852000', '170153.855000', '170153.857000', '170153.860000', '170153.863000', '170153.865000', '170153.868000', '170153.871000', '170153.875000', '170153.878000', '170153.881000', '170153.883000', '170153.886000', '170153.888000', '170153.891000', '170153.894000', '170153.896000', '170153.899000', '170153.902000', '170153.904000', '170153.907000', '170153.910000', '170153.913000', '170153.915000', '170153.918000', '170153.921000', '170153.924000', '170153.927000', '170153.930000', '170153.933000', '170153.936000', '170153.939000', '170153.941000', '170153.944000', '170213.827000', '170213.830000', '170213.833000', '170213.835000', '170213.838000', '170213.841000', '170213.843000', '170213.846000', '170213.848000', '170213.851000', '170213.854000', '170213.856000', '170213.859000', '170213.861000', '170213.864000', '170213.867000', '170213.869000', '170213.872000', '170213.875000', '170213.877000', '170213.880000', '170213.882000', '170213.885000', '170213.887000', '170213.890000', '170213.893000', '170213.895000', '170213.898000', '170213.901000', '170213.903000', '170213.906000', '170213.908000', '170213.911000', '170213.914000', '170213.916000', '170213.919000', '170213.922000', '170213.925000', '170213.927000', '170213.930000', '170213.932000', '170213.935000', '170213.938000', '170213.940000', '170229.944000', '170229.947000', '170229.950000', '170229.953000', '170229.956000', '170229.958000', '170229.961000', '170229.964000', '170229.967000', '170229.969000', '170229.972000', '170229.975000', '170229.977000', '170229.980000', '170229.983000', '170229.986000', '170229.988000', '170229.991000', '170229.994000', '170229.996000', '170230.000000', '170230.003000', '170230.006000', '170230.009000', '170230.011000', '170230.014000', '170230.020000', '170230.023000', '170230.026000', '170230.029000', '170230.031000', '170230.034000', '170230.037000', '170230.039000', '170230.042000'], 'InstanceCreationTime': ['165613.859000', '165613.862000', '165613.865000', '165613.868000', '165613.870000', '165613.873000', '165613.876000', '165613.878000', '165613.881000', '165613.883000', '165613.886000', '165613.888000', '165613.891000', '165613.894000', '165613.896000', '165613.899000', '165613.901000', '165613.904000', '165613.907000', '165613.909000', '165613.912000', '165613.914000', '165613.917000', '165613.920000', '165613.922000', '165613.925000', '165613.927000', '165613.930000', '165613.933000', '165613.935000', '165613.941000', '165613.944000', '165613.946000', '165613.949000', '165613.951000', '165613.954000', '165613.957000', '165613.959000', '165613.962000', '165613.964000', '165613.967000', '165613.969000', '165613.972000', '165613.975000', '165613.977000', '165613.980000', '165613.982000', '165613.985000', '165613.987000', '165613.990000', '165613.992000', '165613.995000', '165613.998000', '165614.001000', '165633.828000', '165633.830000', '165633.833000', '165633.836000', '165633.838000', '165633.841000', '165633.843000', '165633.846000', '165633.848000', '165633.851000', '165633.854000', '165633.861000', '165633.864000', '165633.866000', '165633.869000', '165633.871000', '165633.874000', '165633.876000', '165633.879000', '165633.882000', '165633.884000', '165633.887000', '165633.889000', '165633.892000', '165633.894000', '165633.897000', '165633.900000', '165633.902000', '165633.905000', '165633.908000', '165633.911000', '165633.913000', '165633.916000', '165633.919000', '165633.921000', '165633.925000', '165633.928000', '165633.930000', '165633.933000', '165633.936000', '165633.938000', '165633.941000', '165633.943000', '165653.828000', '165653.830000', '165653.833000', '165653.836000', '165653.838000', '165653.841000', '165653.843000', '165653.846000', '165653.848000', '165653.851000', '165653.853000', '165653.862000', '165653.865000', '165653.867000', '165653.870000', '165653.878000', '165653.881000', '165653.883000', '165653.886000', '165653.889000', '165653.891000', '165653.894000', '165653.896000', '165653.899000', '165653.902000', '165653.904000', '165653.907000', '165653.909000', '165653.912000', '165653.914000', '165653.917000', '165653.920000', '165653.922000', '165653.925000', '165653.927000', '165653.930000', '165653.933000', '165653.935000', '165653.938000', '165653.940000', '165653.943000', '165653.945000', '165653.948000', '165653.951000', '165713.827000', '165713.830000', '165713.833000', '165713.836000', '165713.839000', '165713.841000', '165713.844000', '165713.846000', '165713.849000', '165713.852000', '165713.854000', '165713.857000', '165713.859000', '165713.862000', '165713.865000', '165713.867000', '165713.870000', '165713.873000', '165713.875000', '165713.886000', '165713.889000', '165713.891000', '165713.894000', '165713.897000', '165713.899000', '165713.902000', '165713.904000', '165713.907000', '165713.910000', '165713.912000', '165713.915000', '165713.917000', '165713.920000', '165713.923000', '165713.925000', '165713.928000', '165713.930000', '165713.933000', '165713.936000', '165713.938000', '165713.941000', '165713.943000', '165713.946000', '165733.828000', '165733.830000', '165733.833000', '165733.836000', '165733.839000', '165733.842000', '165733.844000', '165733.847000', '165733.849000', '165733.852000', '165733.854000', '165733.857000', '165733.860000', '165733.862000', '165733.865000', '165733.867000', '165733.870000', '165733.873000', '165733.875000', '165733.878000', '165733.880000', '165733.883000', '165733.886000', '165733.888000', '165733.891000', '165733.893000', '165733.896000', '165733.899000', '165733.901000', '165733.904000', '165733.906000', '165733.909000', '165733.912000', '165733.914000', '165733.917000', '165733.919000', '165733.922000', '165733.924000', '165733.927000', '165733.930000', '165733.932000', '165733.935000', '165733.937000', '165733.940000', '165753.828000', '165753.837000', '165753.839000', '165753.842000', '165753.844000', '165753.847000', '165753.850000', '165753.852000', '165753.855000', '165753.858000', '165753.860000', '165753.863000', '165753.866000', '165753.868000', '165753.871000', '165753.873000', '165753.876000', '165753.879000', '165753.881000', '165753.884000', '165753.886000', '165753.889000', '165753.892000', '165753.894000', '165753.897000', '165753.900000', '165753.902000', '165753.905000', '165753.907000', '165753.910000', '165753.913000', '165753.915000', '165753.918000', '165753.921000', '165753.923000', '165753.926000', '165753.929000', '165753.931000', '165753.934000', '165753.937000', '165753.939000', '165753.942000', '165753.945000', '165813.827000', '165813.830000', '165813.833000', '165813.835000', '165813.838000', '165813.840000', '165813.843000', '165813.846000', '165813.848000', '165813.851000', '165813.853000', '165813.856000', '165813.858000', '165813.861000', '165813.864000', '165813.866000', '165813.869000', '165813.871000', '165813.874000', '165813.876000', '165813.879000', '165813.881000', '165813.884000', '165813.887000', '165813.889000', '165813.892000', '165813.894000', '165813.897000', '165813.900000', '165813.902000', '165813.905000', '165813.907000', '165813.910000', '165813.912000', '165813.915000', '165813.917000', '165813.920000', '165813.923000', '165813.931000', '165813.934000', '165813.937000', '165813.939000', '165813.942000', '165813.945000', '165833.826000', '165833.829000', '165833.832000', '165833.834000', '165833.837000', '165833.840000', '165833.842000', '165833.845000', '165833.848000', '165833.850000', '165833.853000', '165833.856000', '165833.858000', '165833.861000', '165833.870000', '165833.873000', '165833.875000', '165833.878000', '165833.880000', '165833.883000', '165833.886000', '165833.888000', '165833.891000', '165833.893000', '165833.908000', '165833.910000', '165833.913000', '165833.915000', '165833.918000', '165833.921000', '165833.923000', '165833.926000', '165833.929000', '165833.931000', '165833.934000', '165833.936000', '165833.939000', '165833.941000', '165833.944000', '165833.947000', '165833.950000', '165833.952000', '165833.955000', '165853.828000', '165853.831000', '165853.833000', '165853.836000', '165853.838000', '165853.841000', '165853.844000', '165853.846000', '165853.849000', '165853.852000', '165853.854000', '165853.857000', '165853.859000', '165853.862000', '165853.865000', '165853.867000', '165853.870000', '165853.873000', '165853.875000', '165853.878000', '165853.880000', '165853.883000', '165853.886000', '165853.888000', '165853.891000', '165853.894000', '165853.896000', '165853.899000', '165853.901000', '165853.904000', '165853.907000', '165853.909000', '165853.912000', '165853.914000', '165853.917000', '165853.920000', '165853.922000', '165853.925000', '165853.927000', '165853.930000', '165853.933000', '165853.935000', '165853.938000', '165853.940000', '165913.827000', '165913.830000', '165913.833000', '165913.836000', '165913.838000', '165913.841000', '165913.843000', '165913.846000', '165913.849000', '165913.852000', '165913.854000', '165913.857000', '165913.859000', '165913.862000', '165913.865000', '165913.867000', '165913.870000', '165913.873000', '165913.875000', '165913.878000', '165913.880000', '165913.883000', '165913.886000', '165913.888000', '165913.891000', '165913.893000', '165913.896000', '165913.899000', '165913.901000', '165913.904000', '165913.906000', '165913.909000', '165913.912000', '165913.914000', '165913.917000', '165913.920000', '165913.922000', '165913.925000', '165913.928000', '165913.930000', '165913.933000', '165913.935000', '165913.938000', '165933.827000', '165933.830000', '165933.833000', '165933.835000', '165933.838000', '165933.841000', '165933.843000', '165933.846000', '165933.848000', '165933.851000', '165933.854000', '165933.856000', '165933.859000', '165933.861000', '165933.864000', '165933.867000', '165933.869000', '165933.872000', '165933.874000', '165933.877000', '165933.880000', '165933.882000', '165933.885000', '165933.888000', '165933.890000', '165933.893000', '165933.895000', '165933.898000', '165933.901000', '165933.903000', '165933.906000', '165933.909000', '165933.911000', '165933.914000', '165933.916000', '165933.919000', '165933.922000', '165933.924000', '165933.927000', '165933.929000', '165933.932000', '165933.935000', '165933.937000', '165933.940000', '165953.827000', '165953.830000', '165953.833000', '165953.836000', '165953.838000', '165953.841000', '165953.844000', '165953.846000', '165953.849000', '165953.852000', '165953.854000', '165953.857000', '165953.859000', '165953.862000', '165953.865000', '165953.868000', '165953.870000', '165953.873000', '165953.875000', '165953.878000', '165953.881000', '165953.883000', '165953.886000', '165953.889000', '165953.891000', '165953.894000', '165953.897000', '165953.899000', '165953.902000', '165953.904000', '165953.907000', '165953.910000', '165953.912000', '165953.915000', '165953.918000', '165953.929000', '165953.931000', '165953.934000', '165953.937000', '165953.939000', '165953.942000', '165953.945000', '165953.947000', '170013.828000', '170013.830000', '170013.833000', '170013.836000', '170013.838000', '170013.841000', '170013.844000', '170013.846000', '170013.849000', '170013.852000', '170013.854000', '170013.857000', '170013.860000', '170013.862000', '170013.865000', '170013.868000', '170013.870000', '170013.873000', '170013.876000', '170013.878000', '170013.881000', '170013.884000', '170013.886000', '170013.889000', '170013.891000', '170013.894000', '170013.897000', '170013.899000', '170013.902000', '170013.904000', '170013.907000', '170013.910000', '170013.912000', '170013.915000', '170013.917000', '170013.920000', '170013.923000', '170013.925000', '170013.928000', '170013.931000', '170013.934000', '170013.936000', '170013.939000', '170013.941000', '170033.828000', '170033.831000', '170033.833000', '170033.836000', '170033.839000', '170033.841000', '170033.844000', '170033.846000', '170033.849000', '170033.852000', '170033.854000', '170033.857000', '170033.860000', '170033.862000', '170033.865000', '170033.867000', '170033.870000', '170033.873000', '170033.875000', '170033.878000', '170033.880000', '170033.883000', '170033.886000', '170033.888000', '170033.891000', '170033.893000', '170033.896000', '170033.898000', '170033.901000', '170033.904000', '170033.906000', '170033.909000', '170033.912000', '170033.914000', '170033.917000', '170033.919000', '170033.922000', '170033.924000', '170033.927000', '170033.930000', '170033.932000', '170033.935000', '170033.937000', '170053.827000', '170053.829000', '170053.832000', '170053.834000', '170053.837000', '170053.840000', '170053.842000', '170053.845000', '170053.847000', '170053.850000', '170053.853000', '170053.855000', '170053.858000', '170053.860000', '170053.863000', '170053.866000', '170053.868000', '170053.871000', '170053.874000', '170053.876000', '170053.879000', '170053.881000', '170053.884000', '170053.887000', '170053.889000', '170053.893000', '170053.895000', '170053.898000', '170053.901000', '170053.903000', '170053.906000', '170053.908000', '170053.911000', '170053.913000', '170053.916000', '170053.919000', '170053.921000', '170053.924000', '170053.926000', '170053.929000', '170053.932000', '170053.934000', '170053.937000', '170053.939000', '170113.828000', '170113.830000', '170113.833000', '170113.836000', '170113.838000', '170113.841000', '170113.844000', '170113.846000', '170113.849000', '170113.851000', '170113.854000', '170113.856000', '170113.859000', '170113.862000', '170113.864000', '170113.867000', '170113.869000', '170113.872000', '170113.875000', '170113.877000', '170113.880000', '170113.882000', '170113.885000', '170113.887000', '170113.890000', '170113.893000', '170113.895000', '170113.898000', '170113.900000', '170113.903000', '170113.906000', '170113.908000', '170113.911000', '170113.913000', '170113.916000', '170113.919000', '170113.921000', '170113.924000', '170113.926000', '170113.929000', '170113.932000', '170113.934000', '170113.937000', '170133.827000', '170133.830000', '170133.833000', '170133.862000', '170133.865000', '170133.868000', '170133.870000', '170133.873000', '170133.875000', '170133.878000', '170133.881000', '170133.883000', '170133.886000', '170133.889000', '170133.891000', '170133.894000', '170133.897000', '170133.900000', '170133.902000', '170133.905000', '170133.907000', '170133.910000', '170133.913000', '170133.915000', '170133.918000', '170133.921000', '170133.923000', '170133.926000', '170133.929000', '170133.931000', '170133.934000', '170133.937000', '170133.939000', '170133.942000', '170133.945000', '170133.947000', '170133.950000', '170133.953000', '170133.955000', '170133.958000', '170133.961000', '170133.963000', '170133.966000', '170133.968000', '170153.827000', '170153.831000', '170153.833000', '170153.836000', '170153.839000', '170153.841000', '170153.844000', '170153.847000', '170153.849000', '170153.852000', '170153.855000', '170153.857000', '170153.860000', '170153.863000', '170153.865000', '170153.868000', '170153.871000', '170153.875000', '170153.878000', '170153.881000', '170153.883000', '170153.886000', '170153.888000', '170153.891000', '170153.894000', '170153.896000', '170153.899000', '170153.902000', '170153.904000', '170153.907000', '170153.910000', '170153.913000', '170153.915000', '170153.918000', '170153.921000', '170153.924000', '170153.927000', '170153.930000', '170153.933000', '170153.936000', '170153.939000', '170153.941000', '170153.944000', '170213.827000', '170213.830000', '170213.833000', '170213.835000', '170213.838000', '170213.841000', '170213.843000', '170213.846000', '170213.848000', '170213.851000', '170213.854000', '170213.856000', '170213.859000', '170213.861000', '170213.864000', '170213.867000', '170213.869000', '170213.872000', '170213.875000', '170213.877000', '170213.880000', '170213.882000', '170213.885000', '170213.887000', '170213.890000', '170213.893000', '170213.895000', '170213.898000', '170213.901000', '170213.903000', '170213.906000', '170213.908000', '170213.911000', '170213.914000', '170213.916000', '170213.919000', '170213.922000', '170213.925000', '170213.927000', '170213.930000', '170213.932000', '170213.935000', '170213.938000', '170213.940000', '170229.944000', '170229.947000', '170229.950000', '170229.953000', '170229.956000', '170229.958000', '170229.961000', '170229.964000', '170229.967000', '170229.969000', '170229.972000', '170229.975000', '170229.977000', '170229.980000', '170229.983000', '170229.986000', '170229.988000', '170229.991000', '170229.994000', '170229.996000', '170230.000000', '170230.003000', '170230.006000', '170230.009000', '170230.011000', '170230.014000', '170230.020000', '170230.023000', '170230.026000', '170230.029000', '170230.031000', '170230.034000', '170230.037000', '170230.039000', '170230.042000'], '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': [13957, 14539, 13057, 13632, 13255, 12945, 13903, 12443, 13966, 12177, 14027, 12759, 14377, 12323, 14162, 12878, 14534, 13070, 14502, 13144, 14324, 13037, 14752, 12970, 14714, 12483, 14299, 12672, 14671, 12925, 14321, 13110, 13277, 13780, 13440, 13227, 12925, 13283, 12865, 13767, 13997, 14136, 13039, 14126, 12082, 13552, 12511, 13627, 12667, 13557, 13202, 14086, 14192, 12769, 14088, 12004, 14341, 12785, 13925, 12881, 13502, 13033, 12676, 13393, 12998, 13429, 12810, 13994, 12900, 14159, 12272, 14553, 13110, 13826, 13508, 12904, 14017, 12643, 14259, 12687, 14117, 13020, 13601, 13802, 13503, 13870, 13542, 13115, 13721, 12858, 14278, 14426, 14709, 13013, 13876, 13640, 13594, 13749, 12526, 13878, 13216, 14533, 13008, 14440, 13103, 13767, 13253, 13391, 14000, 14188, 14319, 12549, 13594, 13079, 12356, 14035, 13266, 14491, 12931, 13290, 13470, 13238, 13565, 14199, 14342, 12703, 13476, 13134, 13321, 13743, 13811, 14525, 12997, 13380, 13788, 14079, 14558, 12528, 13621, 13102, 12999, 14075, 12274, 14481, 13282, 13975, 13605, 13708, 14066, 13020, 14164, 12970, 14113, 12417, 14452, 13220, 13669, 13456, 13556, 14223, 12902, 14131, 12901, 13692, 13452, 12728, 13859, 13027, 14057, 12606, 12989, 12918, 12485, 13509, 12345, 14020, 12669, 13123, 13224, 12589, 14212, 12238, 13432, 13016, 12821, 13975, 12299, 13693, 12918, 13565, 13546, 12484, 14320, 12566, 13721, 12986, 13598, 13309, 13274, 13992, 12165, 13289, 13332, 13174, 13991, 12626, 13142, 12207, 13542, 13423, 13938, 13086, 14327, 12943, 14311, 13424, 13712, 13702, 12108, 14111, 11876, 14329, 13255, 13753, 13741, 13212, 14072, 13681, 14553, 12536, 14737, 13750, 13495, 14067, 12554, 14467, 12965, 14580, 13614, 13548, 14017, 12797, 14052, 12876, 14373, 12949, 14470, 13394, 13830, 13259, 13462, 13950, 13892, 14424, 12196, 14204, 12950, 13267, 13422, 14273, 14020, 12342, 14070, 12804, 13177, 13436, 12329, 14259, 12488, 13484, 13186, 13161, 13993, 12597, 14262, 13340, 13450, 13963, 13397, 14223, 12644, 14449, 13570, 13629, 14042, 13382, 14274, 12628, 14021, 13508, 12824, 14269, 12738, 13698, 13499, 13212, 14141, 12599, 14410, 12744, 14637, 13419, 14297, 13344, 14560, 13522, 14169, 13254, 14186, 13944, 14546, 12907, 14547, 13459, 13499, 14048, 12144, 14497, 13487, 13952, 14050, 13633, 14149, 12853, 14473, 12687, 14605, 13056, 13664, 13420, 13090, 13718, 13434, 14303, 12898, 14159, 13651, 12991, 14347, 12362, 14818, 12937, 13639, 13325, 12591, 14099, 12414, 14209, 13170, 13621, 13717, 12874, 14387, 12585, 13284, 13168, 13388, 13755, 12873, 14493, 12607, 14209, 13391, 13869, 13604, 13054, 14371, 12718, 14299, 13535, 13237, 14216, 13070, 14553, 13098, 13395, 13873, 12967, 14695, 13182, 13628, 13657, 12965, 14305, 12188, 14471, 12998, 14182, 13430, 14467, 12723, 14308, 12893, 14260, 13249, 13534, 13607, 12457, 13874, 12524, 14437, 13168, 13231, 13887, 13193, 14330, 13125, 14000, 13766, 13040, 13975, 12499, 14483, 13021, 13639, 13757, 13245, 14438, 13374, 13401, 14092, 13385, 14572, 13293, 14325, 13790, 12254, 14308, 12360, 14594, 13699, 13006, 14142, 12357, 14483, 13671, 13141, 14009, 12941, 14263, 13468, 13829, 13771, 13311, 14793, 12772, 14725, 13521, 13286, 14106, 12526, 13737, 13409, 14523, 14325, 12491, 13863, 13265, 13097, 14211, 12557, 13985, 13400, 13658, 13920, 12261, 14479, 13484, 13461, 14133, 12543, 14521, 13274, 13838, 13624, 13458, 14114, 13009, 13518, 13289, 13309, 13857, 12907, 14688, 13333, 14277, 13655, 13217, 14282, 12212, 14331, 13105, 13778, 13831, 13015, 14582, 12910, 13937, 12747, 13957, 13683, 13365, 13540, 13370, 14051, 14464, 12889, 13628, 13238, 14051, 14254, 12808, 13001, 12897, 13080, 13790, 12547, 14447, 12743, 13712, 13213, 12845, 13795, 12214, 14097, 13202, 13200, 14112, 12900, 14387, 13202, 13501, 13817, 12866, 14326, 13463, 13499, 14102, 12409, 14290, 13195, 13589, 13711, 13135, 14356, 13447, 13223, 13951, 13559, 14547, 13142, 13959, 13623, 12766, 13972, 12394, 14075, 13487, 13123, 14259, 12260, 14161, 12600, 14148, 13535, 13374, 13603, 13478, 13692, 13762, 14005, 12554, 14482, 13328, 13429, 13484, 13478, 14096, 12402, 13528, 12782, 12633, 13737, 12211, 14204, 12844, 13478, 13145, 12645, 13707, 12395, 14204, 12853, 13400, 13250, 13379, 14185, 12300, 14125, 13235, 13008, 13969, 12677, 14386, 12798, 14376, 13361, 13970, 13399, 13532, 13729, 13017, 14075, 12570, 14079, 13366, 13778, 13666, 12887, 13952, 13070, 14252, 12458, 14022, 12736, 13138, 12749, 13105, 13736, 12224, 14208, 13114, 13793, 12524, 13692, 13367, 13115, 12891, 13011, 13035, 13341, 15473, 13759, 12935, 13676, 12982, 12828, 13386, 12486, 13727, 12275, 13674, 12990, 13452, 13313, 12227, 13942, 11996, 14314, 13330, 13927, 13445, 13190, 14139, 12233, 14162, 12994, 13196, 13435, 12914, 13757, 12925, 14185, 12995, 13728, 13559, 13332, 14145, 12304, 14510, 13144, 13392, 13210, 12949, 13753, 13045, 14411, 12726, 14183, 13069, 13876, 13320, 12533, 13907, 11746, 14166, 13199, 13580, 13120, 13807, 12929, 13151, 13898, 12931, 13915, 12992, 14155, 12523, 13278, 12686, 12365, 13413, 12276, 14072, 12746, 13522, 12802, 13137, 13503, 12303, 14238, 12632, 13479, 13168, 12983, 14276, 12274, 13078, 12959, 13137, 13782, 12626, 14364, 12235, 14372, 13099, 13748, 13613, 12363, 14131, 12737, 14187, 13497, 14127, 13768, 13753, 13863, 13020, 14154, 12920, 14052, 12933, 13925, 12397, 14051, 12660, 13374, 13807, 13937, 14377, 13079, 13285, 13644, 12534, 13936, 12957, 14237, 12832, 13525, 13704, 13312, 14208, 13372, 14461, 12852, 14096, 13552, 13418, 13612, 12837, 14027, 12751, 14058, 12498, 14330, 13289, 13512, 13769, 12793, 13907, 12682, 13258, 13283, 13636, 13518, 13067, 14215, 12841, 13615, 13195, 13408, 13774, 12703, 14153, 12787, 13366, 13720, 13417, 14250, 12315, 13891, 12861, 13672, 13420, 12518, 13721, 12963, 13945, 12805, 13223, 13104, 13188, 13754, 11781, 13939, 13205, 13538, 13314, 13273, 13920, 12313, 14304, 13067, 14236, 13467, 13853, 13383, 13297, 13457, 13980, 14081, 12163, 14376, 13006, 13794, 13118, 13279, 13574, 12791, 13867, 12446, 13709, 12614, 13425, 13236, 13745, 13569, 13991, 12293, 13706, 12144, 13517, 12535, 12860, 13293, 12030, 12944, 12529, 13460, 12239, 12240, 12850], 'WindowCenter': [4512.0, 4496.0, 4484.0, 4484.0, 4471.0, 4458.0, 4468.0, 4458.0, 4480.0, 4460.0, 4482.0, 4458.0, 4479.0, 4470.0, 4482.0, 4471.0, 4493.0, 4469.0, 4480.0, 4483.0, 4493.0, 4471.0, 4481.0, 4459.0, 4491.0, 4471.0, 4492.0, 4460.0, 4480.0, 4461.0, 4481.0, 4459.0, 4457.0, 4469.0, 4455.0, 4457.0, 4457.0, 4457.0, 4445.0, 4456.0, 4453.0, 4465.0, 4455.0, 4454.0, 4433.0, 4442.0, 4444.0, 4454.0, 4444.0, 4442.0, 4443.0, 4441.0, 4443.0, 4432.0, 4452.0, 4431.0, 4453.0, 4442.0, 4464.0, 4444.0, 4454.0, 4455.0, 4443.0, 4455.0, 4455.0, 4456.0, 4444.0, 4466.0, 4456.0, 4480.0, 4457.0, 4479.0, 4457.0, 4467.0, 4480.0, 4469.0, 4478.0, 4457.0, 4479.0, 4457.0, 4480.0, 4470.0, 4484.0, 4483.0, 4482.0, 4480.0, 4470.0, 4482.0, 4481.0, 4459.0, 4480.0, 4469.0, 4480.0, 4482.0, 4470.0, 4469.0, 4467.0, 4467.0, 4471.0, 4480.0, 4458.0, 4480.0, 4457.0, 4467.0, 4469.0, 4468.0, 4458.0, 4456.0, 4467.0, 4466.0, 4467.0, 4444.0, 4443.0, 4456.0, 4434.0, 4456.0, 4455.0, 4466.0, 4444.0, 4454.0, 4456.0, 4455.0, 4455.0, 4455.0, 4466.0, 4444.0, 4456.0, 4457.0, 4453.0, 4455.0, 4453.0, 4453.0, 4456.0, 4454.0, 4456.0, 4453.0, 4453.0, 4456.0, 4455.0, 4455.0, 4442.0, 4454.0, 4433.0, 4465.0, 4455.0, 4464.0, 4454.0, 4453.0, 4478.0, 4467.0, 4478.0, 4456.0, 4467.0, 4457.0, 4479.0, 4458.0, 4468.0, 4468.0, 4455.0, 4466.0, 4457.0, 4456.0, 4445.0, 4442.0, 4455.0, 4454.0, 4454.0, 4443.0, 4455.0, 4433.0, 4442.0, 4446.0, 4432.0, 4442.0, 4431.0, 4441.0, 4442.0, 4441.0, 4441.0, 4430.0, 4440.0, 4430.0, 4440.0, 4441.0, 4428.0, 4440.0, 4419.0, 4440.0, 4431.0, 4439.0, 4440.0, 4429.0, 4450.0, 4442.0, 4454.0, 4454.0, 4453.0, 4455.0, 4455.0, 4467.0, 4444.0, 4443.0, 4443.0, 4440.0, 4452.0, 4442.0, 4466.0, 4458.0, 4469.0, 4468.0, 4481.0, 4456.0, 4466.0, 4457.0, 4479.0, 4468.0, 4466.0, 4468.0, 4445.0, 4469.0, 4447.0, 4467.0, 4455.0, 4454.0, 4466.0, 4467.0, 4468.0, 4455.0, 4477.0, 4446.0, 4479.0, 4479.0, 4467.0, 4477.0, 4445.0, 4477.0, 4469.0, 4478.0, 4468.0, 4455.0, 4466.0, 4468.0, 4479.0, 4456.0, 4479.0, 4445.0, 4464.0, 4467.0, 4468.0, 4456.0, 4455.0, 4465.0, 4455.0, 4466.0, 4444.0, 4454.0, 4444.0, 4441.0, 4453.0, 4465.0, 4453.0, 4432.0, 4441.0, 4432.0, 4442.0, 4442.0, 4429.0, 4451.0, 4429.0, 4439.0, 4441.0, 4440.0, 4440.0, 4430.0, 4450.0, 4440.0, 4441.0, 4452.0, 4439.0, 4454.0, 4442.0, 4465.0, 4467.0, 4465.0, 4467.0, 4454.0, 4464.0, 4457.0, 4466.0, 4457.0, 4444.0, 4466.0, 4457.0, 4456.0, 4455.0, 4455.0, 4454.0, 4455.0, 4465.0, 4454.0, 4465.0, 4453.0, 4478.0, 4467.0, 4492.0, 4482.0, 4492.0, 4470.0, 4481.0, 4482.0, 4481.0, 4459.0, 4469.0, 4468.0, 4470.0, 4468.0, 4446.0, 4467.0, 4454.0, 4454.0, 4478.0, 4465.0, 4467.0, 4443.0, 4464.0, 4457.0, 4478.0, 4458.0, 4467.0, 4456.0, 4454.0, 4468.0, 4455.0, 4465.0, 4444.0, 4451.0, 4453.0, 4443.0, 4453.0, 4432.0, 4453.0, 4443.0, 4453.0, 4443.0, 4430.0, 4451.0, 4430.0, 4453.0, 4441.0, 4439.0, 4441.0, 4430.0, 4450.0, 4431.0, 4440.0, 4430.0, 4439.0, 4440.0, 4442.0, 4453.0, 4430.0, 4452.0, 4441.0, 4453.0, 4466.0, 4441.0, 4453.0, 4442.0, 4463.0, 4467.0, 4454.0, 4466.0, 4443.0, 4464.0, 4456.0, 4466.0, 4455.0, 4443.0, 4464.0, 4453.0, 4465.0, 4467.0, 4455.0, 4465.0, 4443.0, 4454.0, 4453.0, 4480.0, 4467.0, 4480.0, 4457.0, 4480.0, 4482.0, 4481.0, 4469.0, 4458.0, 4467.0, 4458.0, 4469.0, 4447.0, 4467.0, 4444.0, 4441.0, 4455.0, 4456.0, 4464.0, 4443.0, 4453.0, 4453.0, 4455.0, 4466.0, 4444.0, 4467.0, 4455.0, 4452.0, 4466.0, 4455.0, 4464.0, 4454.0, 4441.0, 4465.0, 4455.0, 4464.0, 4454.0, 4464.0, 4455.0, 4445.0, 4465.0, 4446.0, 4465.0, 4454.0, 4456.0, 4477.0, 4444.0, 4466.0, 4455.0, 4442.0, 4468.0, 4456.0, 4465.0, 4455.0, 4443.0, 4454.0, 4455.0, 4466.0, 4445.0, 4466.0, 4455.0, 4442.0, 4466.0, 4445.0, 4453.0, 4454.0, 4443.0, 4452.0, 4443.0, 4442.0, 4443.0, 4430.0, 4440.0, 4430.0, 4451.0, 4441.0, 4440.0, 4451.0, 4432.0, 4464.0, 4453.0, 4442.0, 4454.0, 4442.0, 4466.0, 4456.0, 4453.0, 4455.0, 4442.0, 4454.0, 4454.0, 4453.0, 4454.0, 4441.0, 4452.0, 4454.0, 4464.0, 4453.0, 4453.0, 4453.0, 4442.0, 4465.0, 4432.0, 4464.0, 4443.0, 4452.0, 4466.0, 4454.0, 4463.0, 4443.0, 4465.0, 4455.0, 4480.0, 4480.0, 4470.0, 4457.0, 4458.0, 4456.0, 4467.0, 4444.0, 4443.0, 4443.0, 4440.0, 4452.0, 4443.0, 4442.0, 4431.0, 4428.0, 4439.0, 4429.0, 4452.0, 4440.0, 4440.0, 4442.0, 4430.0, 4452.0, 4432.0, 4451.0, 4442.0, 4441.0, 4454.0, 4457.0, 4466.0, 4454.0, 4453.0, 4454.0, 4443.0, 4464.0, 4453.0, 4442.0, 4454.0, 4443.0, 4466.0, 4456.0, 4455.0, 4454.0, 4441.0, 4453.0, 4466.0, 4453.0, 4465.0, 4442.0, 4453.0, 4443.0, 4467.0, 4466.0, 4444.0, 4455.0, 4443.0, 4466.0, 4467.0, 4455.0, 4467.0, 4443.0, 4465.0, 4458.0, 4477.0, 4467.0, 4455.0, 4466.0, 4455.0, 4468.0, 4455.0, 4454.0, 4432.0, 4451.0, 4442.0, 4453.0, 4442.0, 4441.0, 4441.0, 4418.0, 4428.0, 4431.0, 4418.0, 4438.0, 4417.0, 4438.0, 4429.0, 4441.0, 4440.0, 4428.0, 4440.0, 4429.0, 4440.0, 4429.0, 4428.0, 4440.0, 4439.0, 4452.0, 4430.0, 4451.0, 4440.0, 4428.0, 4452.0, 4443.0, 4453.0, 4442.0, 4452.0, 4441.0, 4464.0, 4466.0, 4454.0, 4455.0, 4442.0, 4453.0, 4456.0, 4464.0, 4454.0, 4452.0, 4453.0, 4454.0, 4478.0, 4455.0, 4467.0, 4444.0, 4464.0, 4454.0, 4454.0, 4456.0, 4454.0, 4466.0, 4444.0, 4452.0, 4443.0, 4456.0, 4446.0, 4481.0, 4470.0, 4458.0, 4456.0, 4456.0, 4455.0, 4469.0, 4466.0, 4457.0, 4444.0, 4441.0, 4444.0, 4443.0, 4443.0, 4419.0, 4440.0, 4419.0, 4442.0, 4441.0, 4441.0, 4442.0, 4419.0, 4464.0, 4445.0, 4464.0, 4442.0, 4452.0, 4443.0, 4455.0, 4466.0, 4432.0, 4453.0, 4442.0, 4430.0, 4456.0, 4444.0, 4454.0, 4431.0, 4452.0, 4442.0, 4454.0, 4454.0, 4442.0, 4455.0, 4432.0, 4453.0, 4455.0, 4453.0, 4455.0, 4442.0, 4453.0, 4454.0, 4465.0, 4444.0, 4455.0, 4443.0, 4442.0, 4456.0, 4444.0, 4453.0, 4421.0, 4452.0, 4443.0, 4455.0, 4454.0, 4454.0, 4444.0, 4441.0, 4454.0, 4445.0, 4455.0, 4431.0, 4452.0, 4430.0, 4443.0, 4442.0, 4420.0, 4441.0, 4418.0, 4440.0, 4442.0, 4441.0, 4432.0, 4428.0, 4429.0, 4419.0, 4441.0, 4431.0, 4428.0, 4430.0, 4417.0, 4438.0, 4430.0, 4429.0, 4430.0, 4427.0, 4438.0, 4416.0, 4440.0, 4430.0, 4450.0, 4440.0, 4440.0, 4452.0, 4432.0, 4453.0, 4431.0, 4455.0, 4443.0, 4452.0, 4455.0, 4455.0, 4455.0, 4442.0, 4453.0, 4443.0, 4466.0, 4468.0, 4480.0, 4458.0, 4468.0, 4447.0, 4443.0, 4457.0, 4454.0, 4455.0, 4443.0, 4442.0, 4453.0, 4455.0, 4465.0, 4443.0, 4455.0, 4442.0, 4455.0, 4466.0, 4454.0, 4465.0, 4442.0, 4453.0, 4456.0, 4466.0, 4455.0, 4444.0, 4455.0, 4443.0, 4467.0, 4445.0, 4455.0, 4433.0, 4452.0, 4441.0, 4442.0, 4453.0, 4430.0, 4442.0, 4430.0, 4430.0, 4441.0, 4440.0, 4441.0, 4429.0, 4440.0, 4431.0, 4441.0, 4442.0, 4440.0, 4441.0, 4443.0, 4453.0, 4431.0, 4429.0, 4441.0, 4440.0, 4463.0, 4431.0, 4453.0, 4442.0, 4441.0, 4455.0, 4443.0, 4453.0, 4430.0, 4451.0, 4441.0, 4454.0, 4443.0, 4441.0, 4441.0, 4420.0, 4451.0, 4453.0, 4442.0, 4442.0, 4429.0, 4451.0, 4431.0, 4465.0, 4453.0, 4465.0, 4453.0, 4452.0, 4455.0, 4467.0, 4457.0, 4454.0, 4454.0, 4432.0, 4455.0, 4455.0, 4442.0, 4444.0, 4430.0, 4441.0, 4433.0, 4442.0, 4418.0, 4439.0, 4429.0, 4442.0, 4442.0, 4455.0, 4454.0, 4454.0, 4431.0, 4442.0, 4433.0, 4454.0, 4434.0, 4431.0, 4443.0, 4420.0, 4430.0, 4430.0, 4441.0, 4431.0, 4430.0, 4441.0], 'WindowWidth': [9905.0, 9869.0, 9852.0, 9848.0, 9826.0, 9802.0, 9816.0, 9801.0, 9836.0, 9807.0, 9839.0, 9801.0, 9832.0, 9824.0, 9843.0, 9824.0, 9860.0, 9820.0, 9835.0, 9845.0, 9859.0, 9825.0, 9840.0, 9806.0, 9853.0, 9827.0, 9855.0, 9810.0, 9836.0, 9810.0, 9839.0, 9807.0, 9799.0, 9818.0, 9790.0, 9797.0, 9802.0, 9798.0, 9782.0, 9797.0, 9789.0, 9808.0, 9793.0, 9790.0, 9760.0, 9771.0, 9775.0, 9790.0, 9778.0, 9769.0, 9773.0, 9770.0, 9770.0, 9756.0, 9782.0, 9753.0, 9784.0, 9770.0, 9805.0, 9777.0, 9789.0, 9794.0, 9773.0, 9794.0, 9793.0, 9795.0, 9777.0, 9811.0, 9799.0, 9837.0, 9802.0, 9835.0, 9802.0, 9813.0, 9837.0, 9819.0, 9833.0, 9799.0, 9829.0, 9801.0, 9836.0, 9822.0, 9850.0, 9845.0, 9843.0, 9836.0, 9825.0, 9842.0, 9840.0, 9808.0, 9836.0, 9820.0, 9835.0, 9845.0, 9822.0, 9821.0, 9812.0, 9815.0, 9824.0, 9836.0, 9805.0, 9837.0, 9801.0, 9812.0, 9819.0, 9817.0, 9803.0, 9796.0, 9811.0, 9813.0, 9812.0, 9780.0, 9774.0, 9796.0, 9765.0, 9795.0, 9796.0, 9807.0, 9777.0, 9788.0, 9796.0, 9795.0, 9795.0, 9796.0, 9810.0, 9778.0, 9796.0, 9801.0, 9788.0, 9794.0, 9789.0, 9788.0, 9797.0, 9788.0, 9796.0, 9787.0, 9787.0, 9798.0, 9793.0, 9795.0, 9771.0, 9789.0, 9760.0, 9809.0, 9792.0, 9805.0, 9791.0, 9788.0, 9831.0, 9816.0, 9832.0, 9796.0, 9812.0, 9801.0, 9835.0, 9804.0, 9814.0, 9815.0, 9796.0, 9812.0, 9804.0, 9796.0, 9781.0, 9771.0, 9792.0, 9794.0, 9791.0, 9775.0, 9793.0, 9761.0, 9771.0, 9782.0, 9760.0, 9768.0, 9755.0, 9765.0, 9770.0, 9769.0, 9766.0, 9750.0, 9764.0, 9751.0, 9765.0, 9767.0, 9747.0, 9764.0, 9736.0, 9762.0, 9755.0, 9762.0, 9765.0, 9748.0, 9778.0, 9774.0, 9793.0, 9791.0, 9787.0, 9793.0, 9797.0, 9813.0, 9778.0, 9773.0, 9775.0, 9763.0, 9784.0, 9772.0, 9813.0, 9804.0, 9820.0, 9820.0, 9837.0, 9799.0, 9810.0, 9802.0, 9834.0, 9817.0, 9810.0, 9815.0, 9782.0, 9820.0, 9787.0, 9813.0, 9792.0, 9789.0, 9812.0, 9815.0, 9816.0, 9796.0, 9828.0, 9784.0, 9834.0, 9835.0, 9813.0, 9830.0, 9781.0, 9827.0, 9821.0, 9831.0, 9816.0, 9795.0, 9811.0, 9817.0, 9834.0, 9798.0, 9832.0, 9782.0, 9805.0, 9814.0, 9814.0, 9799.0, 9791.0, 9808.0, 9795.0, 9812.0, 9780.0, 9791.0, 9780.0, 9768.0, 9788.0, 9811.0, 9786.0, 9758.0, 9765.0, 9757.0, 9771.0, 9771.0, 9750.0, 9780.0, 9750.0, 9760.0, 9769.0, 9766.0, 9765.0, 9751.0, 9779.0, 9766.0, 9767.0, 9783.0, 9764.0, 9789.0, 9773.0, 9809.0, 9816.0, 9807.0, 9813.0, 9790.0, 9807.0, 9803.0, 9812.0, 9802.0, 9779.0, 9807.0, 9800.0, 9795.0, 9794.0, 9792.0, 9789.0, 9797.0, 9810.0, 9791.0, 9807.0, 9789.0, 9831.0, 9815.0, 9860.0, 9845.0, 9858.0, 9822.0, 9839.0, 9847.0, 9841.0, 9808.0, 9818.0, 9817.0, 9823.0, 9817.0, 9784.0, 9812.0, 9791.0, 9790.0, 9832.0, 9808.0, 9812.0, 9775.0, 9804.0, 9802.0, 9832.0, 9801.0, 9812.0, 9798.0, 9792.0, 9816.0, 9796.0, 9807.0, 9778.0, 9781.0, 9786.0, 9778.0, 9787.0, 9758.0, 9785.0, 9773.0, 9788.0, 9774.0, 9750.0, 9780.0, 9751.0, 9786.0, 9767.0, 9762.0, 9769.0, 9751.0, 9778.0, 9754.0, 9763.0, 9750.0, 9759.0, 9766.0, 9773.0, 9785.0, 9753.0, 9784.0, 9770.0, 9787.0, 9811.0, 9769.0, 9787.0, 9772.0, 9802.0, 9814.0, 9791.0, 9810.0, 9775.0, 9803.0, 9799.0, 9811.0, 9796.0, 9776.0, 9805.0, 9788.0, 9808.0, 9815.0, 9794.0, 9808.0, 9774.0, 9789.0, 9790.0, 9838.0, 9814.0, 9839.0, 9802.0, 9835.0, 9845.0, 9839.0, 9822.0, 9802.0, 9813.0, 9805.0, 9819.0, 9788.0, 9812.0, 9778.0, 9766.0, 9795.0, 9799.0, 9803.0, 9775.0, 9785.0, 9787.0, 9793.0, 9812.0, 9776.0, 9814.0, 9793.0, 9783.0, 9811.0, 9796.0, 9804.0, 9789.0, 9766.0, 9808.0, 9796.0, 9805.0, 9792.0, 9803.0, 9792.0, 9784.0, 9809.0, 9780.0, 9805.0, 9791.0, 9794.0, 9828.0, 9778.0, 9809.0, 9792.0, 9770.0, 9815.0, 9799.0, 9808.0, 9792.0, 9772.0, 9789.0, 9795.0, 9809.0, 9780.0, 9807.0, 9792.0, 9770.0, 9809.0, 9781.0, 9785.0, 9791.0, 9775.0, 9783.0, 9776.0, 9769.0, 9773.0, 9753.0, 9763.0, 9752.0, 9781.0, 9766.0, 9763.0, 9780.0, 9758.0, 9806.0, 9789.0, 9769.0, 9790.0, 9773.0, 9811.0, 9800.0, 9789.0, 9794.0, 9770.0, 9789.0, 9793.0, 9789.0, 9791.0, 9767.0, 9785.0, 9794.0, 9806.0, 9789.0, 9786.0, 9786.0, 9773.0, 9806.0, 9759.0, 9804.0, 9774.0, 9785.0, 9811.0, 9788.0, 9801.0, 9775.0, 9808.0, 9795.0, 9840.0, 9837.0, 9824.0, 9798.0, 9802.0, 9801.0, 9815.0, 9779.0, 9771.0, 9774.0, 9767.0, 9784.0, 9776.0, 9767.0, 9753.0, 9743.0, 9761.0, 9749.0, 9785.0, 9766.0, 9763.0, 9770.0, 9749.0, 9783.0, 9760.0, 9782.0, 9771.0, 9767.0, 9791.0, 9801.0, 9811.0, 9792.0, 9786.0, 9792.0, 9776.0, 9804.0, 9787.0, 9769.0, 9789.0, 9773.0, 9812.0, 9796.0, 9791.0, 9789.0, 9769.0, 9786.0, 9811.0, 9789.0, 9807.0, 9771.0, 9787.0, 9775.0, 9813.0, 9811.0, 9776.0, 9793.0, 9773.0, 9812.0, 9815.0, 9793.0, 9812.0, 9775.0, 9807.0, 9805.0, 9828.0, 9812.0, 9794.0, 9809.0, 9795.0, 9815.0, 9797.0, 9793.0, 9760.0, 9779.0, 9771.0, 9789.0, 9771.0, 9768.0, 9766.0, 9733.0, 9743.0, 9753.0, 9732.0, 9758.0, 9728.0, 9757.0, 9749.0, 9767.0, 9765.0, 9744.0, 9762.0, 9747.0, 9764.0, 9746.0, 9744.0, 9766.0, 9764.0, 9783.0, 9753.0, 9780.0, 9765.0, 9745.0, 9786.0, 9775.0, 9789.0, 9771.0, 9783.0, 9770.0, 9806.0, 9812.0, 9790.0, 9794.0, 9771.0, 9787.0, 9798.0, 9806.0, 9791.0, 9785.0, 9788.0, 9791.0, 9830.0, 9795.0, 9812.0, 9776.0, 9805.0, 9794.0, 9793.0, 9798.0, 9791.0, 9809.0, 9775.0, 9784.0, 9776.0, 9796.0, 9783.0, 9840.0, 9823.0, 9803.0, 9795.0, 9797.0, 9793.0, 9818.0, 9813.0, 9797.0, 9777.0, 9766.0, 9777.0, 9776.0, 9770.0, 9732.0, 9763.0, 9734.0, 9771.0, 9766.0, 9765.0, 9769.0, 9732.0, 9804.0, 9780.0, 9804.0, 9772.0, 9783.0, 9774.0, 9794.0, 9809.0, 9757.0, 9785.0, 9769.0, 9749.0, 9795.0, 9779.0, 9788.0, 9753.0, 9783.0, 9769.0, 9789.0, 9791.0, 9769.0, 9789.0, 9756.0, 9786.0, 9793.0, 9787.0, 9792.0, 9770.0, 9787.0, 9793.0, 9807.0, 9777.0, 9793.0, 9774.0, 9768.0, 9796.0, 9780.0, 9786.0, 9740.0, 9781.0, 9773.0, 9796.0, 9790.0, 9788.0, 9777.0, 9766.0, 9790.0, 9781.0, 9791.0, 9753.0, 9780.0, 9751.0, 9774.0, 9772.0, 9736.0, 9765.0, 9731.0, 9762.0, 9769.0, 9765.0, 9755.0, 9743.0, 9745.0, 9733.0, 9766.0, 9751.0, 9743.0, 9751.0, 9729.0, 9759.0, 9752.0, 9746.0, 9749.0, 9739.0, 9757.0, 9726.0, 9763.0, 9750.0, 9777.0, 9764.0, 9764.0, 9783.0, 9756.0, 9787.0, 9753.0, 9791.0, 9773.0, 9784.0, 9795.0, 9792.0, 9791.0, 9769.0, 9788.0, 9776.0, 9811.0, 9820.0, 9835.0, 9804.0, 9816.0, 9786.0, 9772.0, 9798.0, 9794.0, 9792.0, 9774.0, 9767.0, 9786.0, 9796.0, 9806.0, 9771.0, 9792.0, 9770.0, 9795.0, 9810.0, 9789.0, 9807.0, 9773.0, 9787.0, 9796.0, 9810.0, 9794.0, 9775.0, 9792.0, 9772.0, 9811.0, 9781.0, 9793.0, 9760.0, 9781.0, 9767.0, 9768.0, 9786.0, 9752.0, 9770.0, 9752.0, 9749.0, 9768.0, 9761.0, 9765.0, 9749.0, 9762.0, 9755.0, 9768.0, 9769.0, 9762.0, 9765.0, 9774.0, 9786.0, 9753.0, 9745.0, 9765.0, 9765.0, 9801.0, 9756.0, 9788.0, 9770.0, 9765.0, 9792.0, 9777.0, 9786.0, 9752.0, 9781.0, 9767.0, 9789.0, 9774.0, 9766.0, 9768.0, 9737.0, 9779.0, 9790.0, 9770.0, 9772.0, 9748.0, 9779.0, 9754.0, 9807.0, 9788.0, 9806.0, 9786.0, 9784.0, 9795.0, 9813.0, 9800.0, 9791.0, 9790.0, 9757.0, 9793.0, 9795.0, 9769.0, 9775.0, 9749.0, 9766.0, 9760.0, 9767.0, 9730.0, 9760.0, 9746.0, 9770.0, 9769.0, 9795.0, 9791.0, 9789.0, 9753.0, 9769.0, 9759.0, 9790.0, 9764.0, 9754.0, 9771.0, 9737.0, 9751.0, 9753.0, 9769.0, 9753.0, 9751.0, 9767.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.0002981307339449541</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.015320067431192658</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.29017979455795</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.194160326142366</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0005040540528116</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4891</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4995.9595</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.10041837030383119</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.6376146788990824</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.479209563928577</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.434449487412747</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.755442207032411</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.247736997340573</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.017305</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.021593285724520683</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.034637052565813065</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6684192905185853</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>33.2274</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.0936</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>207.3905</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>296954.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>979.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>397.6876</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0623</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>606.3959</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3562.413</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3778.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79590.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1035.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4748.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1029.8649</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>44.66272638877854</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> |