=== 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-0086 --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-0086",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0086_ses-04_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0086_ses-04_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0086/ses-04/func/sub-0086_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>140b789f98d934a2eeb01dff78ad4454</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:13.210000</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.999299, -0.0342807, 0.0150419, 0.0345471, 0.999244, -0.0178245]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.103713</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4140, -7744, -7290, 589, -68, -161, -1, 43]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>243.703</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>ea640f54-c24a-4214-b288-b766d4ad8bdb||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.6810462474823, 0.09268734604120255, 0.03893275558948517, 106.62801361083984], [0.09197256714105606, 2.680898904800415, -0.049495380371809006, -97.31167602539062], [0.04035643860697746, 0.04782172664999962, 2.699265480041504, -80.82166290283203], [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': ['165513.210000', '165513.670000', '165514.130000', '165514.590000', '165515.050000', '165515.510000', '165515.970000', '165516.430000', '165516.890000', '165517.350000', '165517.810000', '165518.270000', '165518.730000', '165519.190000', '165519.650000', '165520.110000', '165520.570000', '165521.030000', '165521.490000', '165521.950000', '165522.410000', '165522.870000', '165523.330000', '165523.790000', '165524.250000', '165524.710000', '165525.170000', '165525.630000', '165526.090000', '165526.550000', '165527.010000', '165527.470000', '165527.930000', '165528.390000', '165528.850000', '165529.310000', '165529.770000', '165530.230000', '165530.690000', '165531.150000', '165531.610000', '165532.070000', '165532.530000', '165532.990000', '165533.450000', '165533.910000', '165534.370000', '165534.830000', '165535.290000', '165535.750000', '165536.210000', '165536.670000', '165537.130000', '165537.590000', '165538.050000', '165538.510000', '165538.970000', '165539.430000', '165539.890000', '165540.350000', '165540.810000', '165541.270000', '165541.730000', '165542.190000', '165542.650000', '165543.110000', '165543.570000', '165544.030000', '165544.490000', '165544.950000', '165545.410000', '165545.870000', '165546.330000', '165546.790000', '165547.250000', '165547.710000', '165548.170000', '165548.630000', '165549.090000', '165549.550000', '165550.010000', '165550.470000', '165550.930000', '165551.390000', '165551.850000', '165552.310000', '165552.770000', '165553.230000', '165553.690000', '165554.150000', '165554.610000', '165555.070000', '165555.530000', '165555.990000', '165556.450000', '165556.910000', '165557.370000', '165557.830000', '165558.290000', '165558.750000', '165559.210000', '165559.670000', '165600.130000', '165600.590000', '165601.050000', '165601.510000', '165601.970000', '165602.430000', '165602.890000', '165603.350000', '165603.810000', '165604.270000', '165604.730000', '165605.190000', '165605.650000', '165606.110000', '165606.570000', '165607.030000', '165607.490000', '165607.950000', '165608.410000', '165608.870000', '165609.330000', '165609.790000', '165610.250000', '165610.710000', '165611.170000', '165611.630000', '165612.090000', '165612.550000', '165613.010000', '165613.470000', '165613.930000', '165614.390000', '165614.850000', '165615.310000', '165615.770000', '165616.230000', '165616.690000', '165617.150000', '165617.610000', '165618.070000', '165618.530000', '165618.990000', '165619.450000', '165619.910000', '165620.370000', '165620.830000', '165621.290000', '165621.750000', '165622.210000', '165622.670000', '165623.130000', '165623.590000', '165624.050000', '165624.510000', '165624.970000', '165625.430000', '165625.890000', '165626.350000', '165626.810000', '165627.270000', '165627.730000', '165628.190000', '165628.650000', '165629.110000', '165629.570000', '165630.030000', '165630.490000', '165630.950000', '165631.410000', '165631.870000', '165632.330000', '165632.790000', '165633.250000', '165633.710000', '165634.170000', '165634.630000', '165635.090000', '165635.550000', '165636.010000', '165636.470000', '165636.930000', '165637.390000', '165637.850000', '165638.310000', '165638.770000', '165639.230000', '165639.690000', '165640.150000', '165640.610000', '165641.070000', '165641.530000', '165641.990000', '165642.450000', '165642.910000', '165643.370000', '165643.830000', '165644.290000', '165644.750000', '165645.210000', '165645.670000', '165646.130000', '165646.590000', '165647.050000', '165647.510000', '165647.970000', '165648.430000', '165648.890000', '165649.350000', '165649.810000', '165650.270000', '165650.730000', '165651.190000', '165651.650000', '165652.110000', '165652.570000', '165653.030000', '165653.490000', '165653.950000', '165654.410000', '165654.870000', '165655.330000', '165655.790000', '165656.250000', '165656.710000', '165657.170000', '165657.630000', '165658.090000', '165658.550000', '165659.010000', '165659.470000', '165659.930000', '165700.390000', '165700.850000', '165701.310000', '165701.770000', '165702.230000', '165702.690000', '165703.150000', '165703.610000', '165704.070000', '165704.530000', '165704.990000', '165705.450000', '165705.910000', '165706.370000', '165706.830000', '165707.290000', '165707.750000', '165708.210000', '165708.670000', '165709.130000', '165709.590000', '165710.050000', '165710.510000', '165710.970000', '165711.430000', '165711.890000', '165712.350000', '165712.810000', '165713.270000', '165713.730000', '165714.190000', '165714.650000', '165715.110000', '165715.570000', '165716.030000', '165716.490000', '165716.950000', '165717.410000', '165717.870000', '165718.330000', '165718.790000', '165719.250000', '165719.710000', '165720.170000', '165720.630000', '165721.090000', '165721.550000', '165722.010000', '165722.470000', '165722.930000', '165723.390000', '165723.850000', '165724.310000', '165724.770000', '165725.230000', '165725.690000', '165726.150000', '165726.610000', '165727.070000', '165727.530000', '165727.990000', '165728.450000', '165728.910000', '165729.370000', '165729.830000', '165730.290000', '165730.750000', '165731.210000', '165731.670000', '165732.130000', '165732.590000', '165733.050000', '165733.510000', '165733.970000', '165734.430000', '165734.890000', '165735.350000', '165735.810000', '165736.270000', '165736.730000', '165737.190000', '165737.650000', '165738.110000', '165738.570000', '165739.030000', '165739.490000', '165739.950000', '165740.410000', '165740.870000', '165741.330000', '165741.790000', '165742.250000', '165742.710000', '165743.170000', '165743.630000', '165744.090000', '165744.550000', '165745.010000', '165745.470000', '165745.930000', '165746.390000', '165746.850000', '165747.310000', '165747.770000', '165748.230000', '165748.690000', '165749.150000', '165749.610000', '165750.070000', '165750.530000', '165750.990000', '165751.450000', '165751.910000', '165752.370000', '165752.830000', '165753.290000', '165753.750000', '165754.210000', '165754.670000', '165755.130000', '165755.590000', '165756.050000', '165756.510000', '165756.970000', '165757.430000', '165757.890000', '165758.350000', '165758.810000', '165759.270000', '165759.730000', '165800.190000', '165800.650000', '165801.110000', '165801.570000', '165802.030000', '165802.490000', '165802.950000', '165803.410000', '165803.870000', '165804.330000', '165804.790000', '165805.250000', '165805.710000', '165806.170000', '165806.630000', '165807.090000', '165807.550000', '165808.010000', '165808.470000', '165808.930000', '165809.390000', '165809.850000', '165810.310000', '165810.770000', '165811.230000', '165811.690000', '165812.150000', '165812.610000', '165813.070000', '165813.530000', '165813.990000', '165814.450000', '165814.910000', '165815.370000', '165815.830000', '165816.290000', '165816.750000', '165817.210000', '165817.670000', '165818.130000', '165818.590000', '165819.050000', '165819.510000', '165819.970000', '165820.430000', '165820.890000', '165821.350000', '165821.810000', '165822.270000', '165822.730000', '165823.190000', '165823.650000', '165824.110000', '165824.570000', '165825.030000', '165825.490000', '165825.950000', '165826.410000', '165826.870000', '165827.330000', '165827.790000', '165828.250000', '165828.710000', '165829.170000', '165829.630000', '165830.090000', '165830.550000', '165831.010000', '165831.470000', '165831.930000', '165832.390000', '165832.850000', '165833.310000', '165833.770000', '165834.230000', '165834.690000', '165835.150000', '165835.610000', '165836.070000', '165836.530000', '165836.990000', '165837.450000', '165837.910000', '165838.370000', '165838.830000', '165839.290000', '165839.750000', '165840.210000', '165840.670000', '165841.130000', '165841.590000', '165842.050000', '165842.510000', '165842.970000', '165843.430000', '165843.890000', '165844.350000', '165844.810000', '165845.270000', '165845.730000', '165846.190000', '165846.650000', '165847.110000', '165847.570000', '165848.030000', '165848.490000', '165848.950000', '165849.410000', '165849.870000', '165850.330000', '165850.790000', '165851.250000', '165851.710000', '165852.170000', '165852.630000', '165853.090000', '165853.550000', '165854.010000', '165854.470000', '165854.930000', '165855.390000', '165855.850000', '165856.310000', '165856.770000', '165857.230000', '165857.690000', '165858.150000', '165858.610000', '165859.070000', '165859.530000', '165859.990000', '165900.450000', '165900.910000', '165901.370000', '165901.830000', '165902.290000', '165902.750000', '165903.210000', '165903.670000', '165904.130000', '165904.590000', '165905.050000', '165905.510000', '165905.970000', '165906.430000', '165906.890000', '165907.350000', '165907.810000', '165908.270000', '165908.730000', '165909.190000', '165909.650000', '165910.110000', '165910.570000', '165911.030000', '165911.490000', '165911.950000', '165912.410000', '165912.870000', '165913.330000', '165913.790000', '165914.250000', '165914.710000', '165915.170000', '165915.630000', '165916.090000', '165916.550000', '165917.010000', '165917.470000', '165917.930000', '165918.390000', '165918.850000', '165919.310000', '165919.770000', '165920.230000', '165920.690000', '165921.150000', '165921.610000', '165922.070000', '165922.530000', '165922.990000', '165923.450000', '165923.910000', '165924.370000', '165924.830000', '165925.290000', '165925.750000', '165926.210000', '165926.670000', '165927.130000', '165927.590000', '165928.050000', '165928.510000', '165928.970000', '165929.430000', '165929.890000', '165930.350000', '165930.810000', '165931.270000', '165931.730000', '165932.190000', '165932.650000', '165933.110000', '165933.570000', '165934.030000', '165934.490000', '165934.950000', '165935.410000', '165935.870000', '165936.330000', '165936.790000', '165937.250000', '165937.710000', '165938.170000', '165938.630000', '165939.090000', '165939.550000', '165940.010000', '165940.470000', '165940.930000', '165941.390000', '165941.850000', '165942.310000', '165942.770000', '165943.230000', '165943.690000', '165944.150000', '165944.610000', '165945.070000', '165945.530000', '165945.990000', '165946.450000', '165946.910000', '165947.370000', '165947.830000', '165948.290000', '165948.750000', '165949.210000', '165949.670000', '165950.130000', '165950.590000', '165951.050000', '165951.510000', '165951.970000', '165952.430000', '165952.890000', '165953.350000', '165953.810000', '165954.270000', '165954.730000', '165955.190000', '165955.650000', '165956.110000', '165956.570000', '165957.030000', '165957.490000', '165957.950000', '165958.410000', '165958.870000', '165959.330000', '165959.790000', '170000.250000', '170000.710000', '170001.170000', '170001.630000', '170002.090000', '170002.550000', '170003.010000', '170003.470000', '170003.930000', '170004.390000', '170004.850000', '170005.310000', '170005.770000', '170006.230000', '170006.690000', '170007.150000', '170007.610000', '170008.070000', '170008.530000', '170008.990000', '170009.450000', '170009.910000', '170010.370000', '170010.830000', '170011.290000', '170011.750000', '170012.210000', '170012.670000', '170013.130000', '170013.590000', '170014.050000', '170014.510000', '170014.970000', '170015.430000', '170015.890000', '170016.350000', '170016.810000', '170017.270000', '170017.730000', '170018.190000', '170018.650000', '170019.110000', '170019.570000', '170020.030000', '170020.490000', '170020.950000', '170021.410000', '170021.870000', '170022.330000', '170022.790000', '170023.250000', '170023.710000', '170024.170000', '170024.630000', '170025.090000', '170025.550000', '170026.010000', '170026.470000', '170026.930000', '170027.390000', '170027.850000', '170028.310000', '170028.770000', '170029.230000', '170029.690000', '170030.150000', '170030.610000', '170031.070000', '170031.530000', '170031.990000', '170032.450000', '170032.910000', '170033.370000', '170033.830000', '170034.290000', '170034.750000', '170035.210000', '170035.670000', '170036.130000', '170036.590000', '170037.050000', '170037.510000', '170037.970000', '170038.430000', '170038.890000', '170039.350000', '170039.810000', '170040.270000', '170040.730000', '170041.190000', '170041.650000', '170042.110000', '170042.570000', '170043.030000', '170043.490000', '170043.950000', '170044.410000', '170044.870000', '170045.330000', '170045.790000', '170046.250000', '170046.710000', '170047.170000', '170047.630000', '170048.090000', '170048.550000', '170049.010000', '170049.470000', '170049.930000', '170050.390000', '170050.850000', '170051.310000', '170051.770000', '170052.230000', '170052.690000', '170053.150000', '170053.610000', '170054.070000', '170054.530000', '170054.990000', '170055.450000', '170055.910000', '170056.370000', '170056.830000', '170057.290000', '170057.750000', '170058.210000', '170058.670000', '170059.130000', '170059.590000', '170100.050000', '170100.510000', '170100.970000', '170101.430000', '170101.890000', '170102.350000', '170102.810000', '170103.270000', '170103.730000', '170104.190000', '170104.650000', '170105.110000', '170105.570000', '170106.030000', '170106.490000', '170106.950000', '170107.410000', '170107.870000', '170108.330000', '170108.790000', '170109.250000', '170109.710000', '170110.170000', '170110.630000', '170111.090000', '170111.550000', '170112.010000', '170112.470000', '170112.930000', '170113.390000', '170113.850000', '170114.310000', '170114.770000', '170115.230000', '170115.690000', '170116.150000', '170116.610000', '170117.070000', '170117.530000', '170117.990000', '170118.450000', '170118.910000', '170119.370000', '170119.830000', '170120.290000', '170120.750000', '170121.210000', '170121.670000', '170122.130000', '170122.590000', '170123.050000', '170123.510000', '170123.970000', '170124.430000', '170124.890000', '170125.350000', '170125.810000', '170126.270000', '170126.730000', '170127.190000', '170127.650000', '170128.110000', '170128.570000', '170129.030000', '170129.490000', '170129.950000', '170130.410000', '170130.870000', '170131.330000', '170131.790000', '170132.250000', '170132.710000', '170133.170000', '170133.630000', '170134.090000', '170134.550000', '170135.010000', '170135.470000', '170135.930000', '170136.390000', '170136.850000', '170137.310000', '170137.770000', '170138.230000', '170138.690000', '170139.150000', '170139.610000', '170140.070000', '170140.530000', '170140.990000', '170141.450000', '170141.910000', '170142.370000', '170142.830000', '170143.290000', '170143.750000', '170144.210000', '170144.670000', '170145.130000', '170145.590000', '170146.050000', '170146.510000', '170146.970000', '170147.430000', '170147.890000', '170148.350000', '170148.810000', '170149.270000', '170149.730000', '170150.190000', '170150.650000', '170151.110000', '170151.570000', '170152.030000', '170152.490000', '170152.950000', '170153.410000', '170153.870000'], 'ContentTime': ['165528.471000', '165528.474000', '165528.477000', '165528.480000', '165528.482000', '165528.485000', '165528.488000', '165528.490000', '165528.493000', '165528.495000', '165528.498000', '165528.506000', '165528.508000', '165528.511000', '165528.513000', '165528.516000', '165528.518000', '165528.521000', '165528.527000', '165528.530000', '165528.532000', '165528.535000', '165528.537000', '165528.540000', '165528.542000', '165528.545000', '165528.547000', '165528.550000', '165528.553000', '165528.556000', '165548.446000', '165548.449000', '165548.452000', '165548.454000', '165548.457000', '165548.460000', '165548.462000', '165548.465000', '165548.467000', '165548.470000', '165548.477000', '165548.480000', '165548.483000', '165548.487000', '165548.489000', '165548.492000', '165548.495000', '165548.497000', '165548.500000', '165548.502000', '165548.505000', '165548.507000', '165548.510000', '165548.513000', '165548.515000', '165548.518000', '165548.520000', '165548.523000', '165548.525000', '165548.528000', '165548.531000', '165548.533000', '165548.536000', '165548.538000', '165548.541000', '165548.544000', '165548.546000', '165548.549000', '165548.551000', '165548.564000', '165548.566000', '165548.569000', '165548.572000', '165608.447000', '165608.450000', '165608.452000', '165608.455000', '165608.457000', '165608.460000', '165608.462000', '165608.465000', '165608.468000', '165608.470000', '165608.473000', '165608.476000', '165608.478000', '165608.481000', '165608.483000', '165608.486000', '165608.488000', '165608.491000', '165608.494000', '165608.496000', '165608.499000', '165608.501000', '165608.504000', '165608.506000', '165608.509000', '165608.512000', '165608.514000', '165608.517000', '165608.519000', '165608.522000', '165608.524000', '165608.527000', '165608.530000', '165608.532000', '165608.535000', '165608.543000', '165608.546000', '165608.548000', '165608.551000', '165608.554000', '165608.556000', '165608.559000', '165608.561000', '165608.564000', '165628.446000', '165628.450000', '165628.452000', '165628.455000', '165628.458000', '165628.460000', '165628.463000', '165628.465000', '165628.468000', '165628.471000', '165628.473000', '165628.476000', '165628.479000', '165628.481000', '165628.484000', '165628.486000', '165628.489000', '165628.491000', '165628.494000', '165628.497000', '165628.499000', '165628.502000', '165628.504000', '165628.507000', '165628.509000', '165628.512000', '165628.515000', '165628.517000', '165628.520000', '165628.522000', '165628.525000', '165628.527000', '165628.530000', '165628.533000', '165628.535000', '165628.538000', '165628.540000', '165628.543000', '165628.546000', '165628.548000', '165628.551000', '165628.553000', '165628.556000', '165648.446000', '165648.449000', '165648.452000', '165648.455000', '165648.457000', '165648.460000', '165648.462000', '165648.465000', '165648.468000', '165648.470000', '165648.473000', '165648.475000', '165648.478000', '165648.480000', '165648.483000', '165648.486000', '165648.488000', '165648.491000', '165648.493000', '165648.496000', '165648.499000', '165648.501000', '165648.504000', '165648.506000', '165648.509000', '165648.512000', '165648.514000', '165648.517000', '165648.519000', '165648.522000', '165648.525000', '165648.527000', '165648.530000', '165648.532000', '165648.535000', '165648.538000', '165648.540000', '165648.543000', '165648.545000', '165648.548000', '165648.551000', '165648.553000', '165648.556000', '165648.558000', '165708.447000', '165708.449000', '165708.452000', '165708.455000', '165708.457000', '165708.460000', '165708.462000', '165708.465000', '165708.468000', '165708.470000', '165708.473000', '165708.475000', '165708.478000', '165708.481000', '165708.483000', '165708.486000', '165708.488000', '165708.491000', '165708.494000', '165708.496000', '165708.499000', '165708.502000', '165708.505000', '165708.508000', '165708.511000', '165708.514000', '165708.516000', '165708.519000', '165708.523000', '165708.526000', '165708.528000', '165708.531000', '165708.533000', '165708.536000', '165708.539000', '165708.541000', '165708.544000', '165708.547000', '165708.549000', '165708.552000', '165708.554000', '165708.557000', '165708.560000', '165728.446000', '165728.449000', '165728.452000', '165728.454000', '165728.457000', '165728.460000', '165728.462000', '165728.465000', '165728.468000', '165728.470000', '165728.473000', '165728.475000', '165728.478000', '165728.481000', '165728.483000', '165728.486000', '165728.488000', '165728.491000', '165728.494000', '165728.496000', '165728.499000', '165728.502000', '165728.504000', '165728.507000', '165728.509000', '165728.512000', '165728.515000', '165728.517000', '165728.520000', '165728.522000', '165728.525000', '165728.527000', '165728.530000', '165728.533000', '165728.535000', '165728.554000', '165728.557000', '165728.560000', '165728.562000', '165728.565000', '165728.567000', '165728.570000', '165728.573000', '165728.575000', '165748.446000', '165748.449000', '165748.451000', '165748.454000', '165748.456000', '165748.459000', '165748.462000', '165748.464000', '165748.467000', '165748.470000', '165748.472000', '165748.475000', '165748.477000', '165748.480000', '165748.483000', '165748.485000', '165748.488000', '165748.490000', '165748.493000', '165748.496000', '165748.498000', '165748.501000', '165748.504000', '165748.506000', '165748.509000', '165748.511000', '165748.514000', '165748.517000', '165748.519000', '165748.522000', '165748.524000', '165748.527000', '165748.530000', '165748.533000', '165748.536000', '165748.539000', '165748.541000', '165748.544000', '165748.547000', '165748.549000', '165748.552000', '165748.554000', '165748.557000', '165808.446000', '165808.449000', '165808.452000', '165808.455000', '165808.457000', '165808.460000', '165808.462000', '165808.465000', '165808.468000', '165808.470000', '165808.473000', '165808.476000', '165808.478000', '165808.481000', '165808.484000', '165808.486000', '165808.489000', '165808.491000', '165808.494000', '165808.497000', '165808.499000', '165808.502000', '165808.504000', '165808.507000', '165808.510000', '165808.512000', '165808.515000', '165808.517000', '165808.520000', '165808.523000', '165808.525000', '165808.528000', '165808.531000', '165808.533000', '165808.536000', '165808.538000', '165808.541000', '165808.544000', '165808.546000', '165808.549000', '165808.551000', '165808.554000', '165808.557000', '165808.559000', '165828.446000', '165828.449000', '165828.452000', '165828.455000', '165828.457000', '165828.460000', '165828.463000', '165828.465000', '165828.468000', '165828.470000', '165828.473000', '165828.476000', '165828.478000', '165828.481000', '165828.484000', '165828.486000', '165828.489000', '165828.491000', '165828.494000', '165828.496000', '165828.499000', '165828.502000', '165828.504000', '165828.507000', '165828.510000', '165828.512000', '165828.515000', '165828.517000', '165828.520000', '165828.522000', '165828.525000', '165828.528000', '165828.531000', '165828.534000', '165828.536000', '165828.539000', '165828.541000', '165828.544000', '165828.547000', '165828.549000', '165828.552000', '165828.554000', '165828.557000', '165848.446000', '165848.449000', '165848.452000', '165848.455000', '165848.457000', '165848.460000', '165848.462000', '165848.465000', '165848.468000', '165848.470000', '165848.473000', '165848.475000', '165848.478000', '165848.481000', '165848.483000', '165848.486000', '165848.488000', '165848.491000', '165848.494000', '165848.496000', '165848.499000', '165848.501000', '165848.504000', '165848.507000', '165848.509000', '165848.512000', '165848.515000', '165848.517000', '165848.520000', '165848.522000', '165848.525000', '165848.528000', '165848.530000', '165848.533000', '165848.536000', '165848.538000', '165848.541000', '165848.544000', '165848.546000', '165848.549000', '165848.551000', '165848.554000', '165848.557000', '165848.559000', '165908.447000', '165908.450000', '165908.452000', '165908.455000', '165908.457000', '165908.460000', '165908.463000', '165908.465000', '165908.468000', '165908.470000', '165908.473000', '165908.476000', '165908.478000', '165908.481000', '165908.484000', '165908.487000', '165908.489000', '165908.492000', '165908.495000', '165908.497000', '165908.500000', '165908.502000', '165908.505000', '165908.508000', '165908.510000', '165908.513000', '165908.516000', '165908.518000', '165908.521000', '165908.523000', '165908.526000', '165908.543000', '165908.546000', '165908.548000', '165908.551000', '165908.554000', '165908.556000', '165908.559000', '165908.562000', '165908.564000', '165908.567000', '165908.570000', '165908.572000', '165928.446000', '165928.449000', '165928.452000', '165928.455000', '165928.457000', '165928.460000', '165928.462000', '165928.465000', '165928.468000', '165928.470000', '165928.473000', '165928.475000', '165928.478000', '165928.480000', '165928.483000', '165928.486000', '165928.488000', '165928.491000', '165928.494000', '165928.496000', '165928.499000', '165928.501000', '165928.504000', '165928.507000', '165928.509000', '165928.512000', '165928.514000', '165928.517000', '165928.519000', '165928.522000', '165928.525000', '165928.527000', '165928.530000', '165928.533000', '165928.535000', '165928.538000', '165928.540000', '165928.543000', '165928.546000', '165928.548000', '165928.551000', '165928.553000', '165928.556000', '165928.558000', '165948.447000', '165948.449000', '165948.452000', '165948.455000', '165948.457000', '165948.460000', '165948.462000', '165948.465000', '165948.468000', '165948.470000', '165948.473000', '165948.475000', '165948.478000', '165948.481000', '165948.483000', '165948.486000', '165948.489000', '165948.491000', '165948.494000', '165948.496000', '165948.499000', '165948.502000', '165948.504000', '165948.507000', '165948.509000', '165948.512000', '165948.515000', '165948.517000', '165948.520000', '165948.523000', '165948.526000', '165948.528000', '165948.531000', '165948.533000', '165948.536000', '165948.539000', '165948.541000', '165948.544000', '165948.546000', '165948.549000', '165948.552000', '165948.554000', '165948.557000', '170008.445000', '170008.448000', '170008.451000', '170008.454000', '170008.456000', '170008.459000', '170008.461000', '170008.464000', '170008.467000', '170008.469000', '170008.472000', '170008.474000', '170008.477000', '170008.480000', '170008.482000', '170008.485000', '170008.488000', '170008.490000', '170008.493000', '170008.496000', '170008.498000', '170008.501000', '170008.504000', '170008.506000', '170008.509000', '170008.511000', '170008.514000', '170008.517000', '170008.519000', '170008.522000', '170008.524000', '170008.527000', '170008.530000', '170008.532000', '170008.535000', '170008.538000', '170008.540000', '170008.543000', '170008.545000', '170008.548000', '170008.551000', '170008.553000', '170008.556000', '170008.558000', '170028.446000', '170028.449000', '170028.452000', '170028.455000', '170028.457000', '170028.460000', '170028.463000', '170028.465000', '170028.468000', '170028.470000', '170028.473000', '170028.476000', '170028.478000', '170028.481000', '170028.484000', '170028.486000', '170028.489000', '170028.491000', '170028.494000', '170028.497000', '170028.499000', '170028.502000', '170028.504000', '170028.507000', '170028.510000', '170028.512000', '170028.515000', '170028.551000', '170028.553000', '170028.556000', '170028.559000', '170028.561000', '170028.564000', '170028.567000', '170028.569000', '170028.572000', '170028.574000', '170028.577000', '170028.580000', '170028.582000', '170028.585000', '170028.588000', '170028.591000', '170048.447000', '170048.450000', '170048.452000', '170048.455000', '170048.457000', '170048.460000', '170048.463000', '170048.465000', '170048.468000', '170048.471000', '170048.473000', '170048.476000', '170048.478000', '170048.481000', '170048.484000', '170048.486000', '170048.489000', '170048.491000', '170048.494000', '170048.497000', '170048.499000', '170048.502000', '170048.505000', '170048.507000', '170048.510000', '170048.512000', '170048.515000', '170048.518000', '170048.520000', '170048.523000', '170048.525000', '170048.528000', '170048.531000', '170048.533000', '170048.536000', '170048.539000', '170048.541000', '170048.544000', '170048.546000', '170048.549000', '170048.552000', '170048.554000', '170048.557000', '170048.559000', '170108.447000', '170108.449000', '170108.452000', '170108.455000', '170108.457000', '170108.460000', '170108.462000', '170108.465000', '170108.468000', '170108.470000', '170108.473000', '170108.475000', '170108.478000', '170108.481000', '170108.483000', '170108.486000', '170108.488000', '170108.491000', '170108.494000', '170108.496000', '170108.499000', '170108.501000', '170108.504000', '170108.506000', '170108.509000', '170108.512000', '170108.514000', '170108.517000', '170108.520000', '170108.522000', '170108.525000', '170108.527000', '170108.530000', '170108.533000', '170108.535000', '170108.538000', '170108.540000', '170108.543000', '170108.546000', '170108.548000', '170108.551000', '170108.554000', '170108.556000', '170128.446000', '170128.449000', '170128.452000', '170128.454000', '170128.457000', '170128.460000', '170128.462000', '170128.465000', '170128.468000', '170128.470000', '170128.473000', '170128.476000', '170128.478000', '170128.481000', '170128.483000', '170128.486000', '170128.489000', '170128.491000', '170128.494000', '170128.496000', '170128.499000', '170128.502000', '170128.504000', '170128.507000', '170128.509000', '170128.512000', '170128.515000', '170128.517000', '170128.520000', '170128.522000', '170128.525000', '170128.528000', '170128.530000', '170128.533000', '170128.535000', '170128.538000', '170128.541000', '170128.543000', '170128.546000', '170128.549000', '170128.551000', '170128.554000', '170128.556000', '170128.559000', '170148.447000', '170148.449000', '170148.452000', '170148.455000', '170148.457000', '170148.460000', '170148.463000', '170148.465000', '170148.468000', '170148.470000', '170148.473000', '170148.476000', '170148.478000', '170148.481000', '170148.484000', '170148.486000', '170148.489000', '170148.492000', '170148.494000', '170148.497000', '170148.499000', '170148.502000', '170148.505000', '170148.507000', '170148.510000', '170148.512000', '170148.515000', '170148.518000', '170148.520000', '170148.523000', '170148.525000', '170148.528000', '170148.531000', '170148.533000', '170148.536000', '170148.539000', '170148.541000', '170148.544000', '170148.571000', '170148.574000', '170148.576000', '170148.579000', '170148.582000', '170155.497000', '170155.500000', '170155.503000', '170155.506000', '170155.508000', '170155.511000', '170155.514000', '170155.517000', '170155.519000', '170155.523000', '170155.525000', '170155.528000', '170155.531000', '170155.533000', '170155.537000', '170155.544000'], 'InstanceCreationTime': ['165528.471000', '165528.474000', '165528.477000', '165528.480000', '165528.482000', '165528.485000', '165528.488000', '165528.490000', '165528.493000', '165528.495000', '165528.498000', '165528.506000', '165528.508000', '165528.511000', '165528.513000', '165528.516000', '165528.518000', '165528.521000', '165528.527000', '165528.530000', '165528.532000', '165528.535000', '165528.537000', '165528.540000', '165528.542000', '165528.545000', '165528.547000', '165528.550000', '165528.553000', '165528.556000', '165548.446000', '165548.449000', '165548.452000', '165548.454000', '165548.457000', '165548.460000', '165548.462000', '165548.465000', '165548.467000', '165548.470000', '165548.477000', '165548.480000', '165548.483000', '165548.487000', '165548.489000', '165548.492000', '165548.495000', '165548.497000', '165548.500000', '165548.502000', '165548.505000', '165548.507000', '165548.510000', '165548.513000', '165548.515000', '165548.518000', '165548.520000', '165548.523000', '165548.525000', '165548.528000', '165548.531000', '165548.533000', '165548.536000', '165548.538000', '165548.541000', '165548.544000', '165548.546000', '165548.549000', '165548.551000', '165548.564000', '165548.566000', '165548.569000', '165548.572000', '165608.447000', '165608.450000', '165608.452000', '165608.455000', '165608.457000', '165608.460000', '165608.462000', '165608.465000', '165608.468000', '165608.470000', '165608.473000', '165608.476000', '165608.478000', '165608.481000', '165608.483000', '165608.486000', '165608.488000', '165608.491000', '165608.494000', '165608.496000', '165608.499000', '165608.501000', '165608.504000', '165608.506000', '165608.509000', '165608.512000', '165608.514000', '165608.517000', '165608.519000', '165608.522000', '165608.524000', '165608.527000', '165608.530000', '165608.532000', '165608.535000', '165608.543000', '165608.546000', '165608.548000', '165608.551000', '165608.554000', '165608.556000', '165608.559000', '165608.561000', '165608.564000', '165628.446000', '165628.450000', '165628.452000', '165628.455000', '165628.458000', '165628.460000', '165628.463000', '165628.465000', '165628.468000', '165628.471000', '165628.473000', '165628.476000', '165628.479000', '165628.481000', '165628.484000', '165628.486000', '165628.489000', '165628.491000', '165628.494000', '165628.497000', '165628.499000', '165628.502000', '165628.504000', '165628.507000', '165628.509000', '165628.512000', '165628.515000', '165628.517000', '165628.520000', '165628.522000', '165628.525000', '165628.527000', '165628.530000', '165628.533000', '165628.535000', '165628.538000', '165628.540000', '165628.543000', '165628.546000', '165628.548000', '165628.551000', '165628.553000', '165628.556000', '165648.446000', '165648.449000', '165648.452000', '165648.455000', '165648.457000', '165648.460000', '165648.462000', '165648.465000', '165648.468000', '165648.470000', '165648.473000', '165648.475000', '165648.478000', '165648.480000', '165648.483000', '165648.486000', '165648.488000', '165648.491000', '165648.493000', '165648.496000', '165648.499000', '165648.501000', '165648.504000', '165648.506000', '165648.509000', '165648.512000', '165648.514000', '165648.517000', '165648.519000', '165648.522000', '165648.525000', '165648.527000', '165648.530000', '165648.532000', '165648.535000', '165648.538000', '165648.540000', '165648.543000', '165648.545000', '165648.548000', '165648.551000', '165648.553000', '165648.556000', '165648.558000', '165708.447000', '165708.449000', '165708.452000', '165708.455000', '165708.457000', '165708.460000', '165708.462000', '165708.465000', '165708.468000', '165708.470000', '165708.473000', '165708.475000', '165708.478000', '165708.481000', '165708.483000', '165708.486000', '165708.488000', '165708.491000', '165708.494000', '165708.496000', '165708.499000', '165708.502000', '165708.505000', '165708.508000', '165708.511000', '165708.514000', '165708.516000', '165708.519000', '165708.523000', '165708.526000', '165708.528000', '165708.531000', '165708.533000', '165708.536000', '165708.539000', '165708.541000', '165708.544000', '165708.547000', '165708.549000', '165708.552000', '165708.554000', '165708.557000', '165708.560000', '165728.446000', '165728.449000', '165728.452000', '165728.454000', '165728.457000', '165728.460000', '165728.462000', '165728.465000', '165728.468000', '165728.470000', '165728.473000', '165728.475000', '165728.478000', '165728.481000', '165728.483000', '165728.486000', '165728.488000', '165728.491000', '165728.494000', '165728.496000', '165728.499000', '165728.502000', '165728.504000', '165728.507000', '165728.509000', '165728.512000', '165728.515000', '165728.517000', '165728.520000', '165728.522000', '165728.525000', '165728.527000', '165728.530000', '165728.533000', '165728.535000', '165728.554000', '165728.557000', '165728.560000', '165728.562000', '165728.565000', '165728.567000', '165728.570000', '165728.573000', '165728.575000', '165748.446000', '165748.449000', '165748.451000', '165748.454000', '165748.456000', '165748.459000', '165748.462000', '165748.464000', '165748.467000', '165748.470000', '165748.472000', '165748.475000', '165748.477000', '165748.480000', '165748.483000', '165748.485000', '165748.488000', '165748.490000', '165748.493000', '165748.496000', '165748.498000', '165748.501000', '165748.504000', '165748.506000', '165748.509000', '165748.511000', '165748.514000', '165748.517000', '165748.519000', '165748.522000', '165748.524000', '165748.527000', '165748.530000', '165748.533000', '165748.536000', '165748.539000', '165748.541000', '165748.544000', '165748.547000', '165748.549000', '165748.552000', '165748.554000', '165748.557000', '165808.446000', '165808.449000', '165808.452000', '165808.455000', '165808.457000', '165808.460000', '165808.462000', '165808.465000', '165808.468000', '165808.470000', '165808.473000', '165808.476000', '165808.478000', '165808.481000', '165808.484000', '165808.486000', '165808.489000', '165808.491000', '165808.494000', '165808.497000', '165808.499000', '165808.502000', '165808.504000', '165808.507000', '165808.510000', '165808.512000', '165808.515000', '165808.517000', '165808.520000', '165808.523000', '165808.525000', '165808.528000', '165808.531000', '165808.533000', '165808.536000', '165808.538000', '165808.541000', '165808.544000', '165808.546000', '165808.549000', '165808.551000', '165808.554000', '165808.557000', '165808.559000', '165828.446000', '165828.449000', '165828.452000', '165828.455000', '165828.457000', '165828.460000', '165828.463000', '165828.465000', '165828.468000', '165828.470000', '165828.473000', '165828.476000', '165828.478000', '165828.481000', '165828.484000', '165828.486000', '165828.489000', '165828.491000', '165828.494000', '165828.496000', '165828.499000', '165828.502000', '165828.504000', '165828.507000', '165828.510000', '165828.512000', '165828.515000', '165828.517000', '165828.520000', '165828.522000', '165828.525000', '165828.528000', '165828.531000', '165828.534000', '165828.536000', '165828.539000', '165828.541000', '165828.544000', '165828.547000', '165828.549000', '165828.552000', '165828.554000', '165828.557000', '165848.446000', '165848.449000', '165848.452000', '165848.455000', '165848.457000', '165848.460000', '165848.462000', '165848.465000', '165848.468000', '165848.470000', '165848.473000', '165848.475000', '165848.478000', '165848.481000', '165848.483000', '165848.486000', '165848.488000', '165848.491000', '165848.494000', '165848.496000', '165848.499000', '165848.501000', '165848.504000', '165848.507000', '165848.509000', '165848.512000', '165848.515000', '165848.517000', '165848.520000', '165848.522000', '165848.525000', '165848.528000', '165848.530000', '165848.533000', '165848.536000', '165848.538000', '165848.541000', '165848.544000', '165848.546000', '165848.549000', '165848.551000', '165848.554000', '165848.557000', '165848.559000', '165908.447000', '165908.450000', '165908.452000', '165908.455000', '165908.457000', '165908.460000', '165908.463000', '165908.465000', '165908.468000', '165908.470000', '165908.473000', '165908.476000', '165908.478000', '165908.481000', '165908.484000', '165908.487000', '165908.489000', '165908.492000', '165908.495000', '165908.497000', '165908.500000', '165908.502000', '165908.505000', '165908.508000', '165908.510000', '165908.513000', '165908.516000', '165908.518000', '165908.521000', '165908.523000', '165908.526000', '165908.543000', '165908.546000', '165908.548000', '165908.551000', '165908.554000', '165908.556000', '165908.559000', '165908.562000', '165908.564000', '165908.567000', '165908.570000', '165908.572000', '165928.446000', '165928.449000', '165928.452000', '165928.455000', '165928.457000', '165928.460000', '165928.462000', '165928.465000', '165928.468000', '165928.470000', '165928.473000', '165928.475000', '165928.478000', '165928.480000', '165928.483000', '165928.486000', '165928.488000', '165928.491000', '165928.494000', '165928.496000', '165928.499000', '165928.501000', '165928.504000', '165928.507000', '165928.509000', '165928.512000', '165928.514000', '165928.517000', '165928.519000', '165928.522000', '165928.525000', '165928.527000', '165928.530000', '165928.533000', '165928.535000', '165928.538000', '165928.540000', '165928.543000', '165928.546000', '165928.548000', '165928.551000', '165928.553000', '165928.556000', '165928.558000', '165948.447000', '165948.449000', '165948.452000', '165948.455000', '165948.457000', '165948.460000', '165948.462000', '165948.465000', '165948.468000', '165948.470000', '165948.473000', '165948.475000', '165948.478000', '165948.481000', '165948.483000', '165948.486000', '165948.489000', '165948.491000', '165948.494000', '165948.496000', '165948.499000', '165948.502000', '165948.504000', '165948.507000', '165948.509000', '165948.512000', '165948.515000', '165948.517000', '165948.520000', '165948.523000', '165948.526000', '165948.528000', '165948.531000', '165948.533000', '165948.536000', '165948.539000', '165948.541000', '165948.544000', '165948.546000', '165948.549000', '165948.552000', '165948.554000', '165948.557000', '170008.445000', '170008.448000', '170008.451000', '170008.454000', '170008.456000', '170008.459000', '170008.461000', '170008.464000', '170008.467000', '170008.469000', '170008.472000', '170008.474000', '170008.477000', '170008.480000', '170008.482000', '170008.485000', '170008.488000', '170008.490000', '170008.493000', '170008.496000', '170008.498000', '170008.501000', '170008.504000', '170008.506000', '170008.509000', '170008.511000', '170008.514000', '170008.517000', '170008.519000', '170008.522000', '170008.524000', '170008.527000', '170008.530000', '170008.532000', '170008.535000', '170008.538000', '170008.540000', '170008.543000', '170008.545000', '170008.548000', '170008.551000', '170008.553000', '170008.556000', '170008.558000', '170028.446000', '170028.449000', '170028.452000', '170028.455000', '170028.457000', '170028.460000', '170028.463000', '170028.465000', '170028.468000', '170028.470000', '170028.473000', '170028.476000', '170028.478000', '170028.481000', '170028.484000', '170028.486000', '170028.489000', '170028.491000', '170028.494000', '170028.497000', '170028.499000', '170028.502000', '170028.504000', '170028.507000', '170028.510000', '170028.512000', '170028.515000', '170028.551000', '170028.553000', '170028.556000', '170028.559000', '170028.561000', '170028.564000', '170028.567000', '170028.569000', '170028.572000', '170028.574000', '170028.577000', '170028.580000', '170028.582000', '170028.585000', '170028.588000', '170028.591000', '170048.447000', '170048.450000', '170048.452000', '170048.455000', '170048.457000', '170048.460000', '170048.463000', '170048.465000', '170048.468000', '170048.471000', '170048.473000', '170048.476000', '170048.478000', '170048.481000', '170048.484000', '170048.486000', '170048.489000', '170048.491000', '170048.494000', '170048.497000', '170048.499000', '170048.502000', '170048.505000', '170048.507000', '170048.510000', '170048.512000', '170048.515000', '170048.518000', '170048.520000', '170048.523000', '170048.525000', '170048.528000', '170048.531000', '170048.533000', '170048.536000', '170048.539000', '170048.541000', '170048.544000', '170048.546000', '170048.549000', '170048.552000', '170048.554000', '170048.557000', '170048.559000', '170108.447000', '170108.449000', '170108.452000', '170108.455000', '170108.457000', '170108.460000', '170108.462000', '170108.465000', '170108.468000', '170108.470000', '170108.473000', '170108.475000', '170108.478000', '170108.481000', '170108.483000', '170108.486000', '170108.488000', '170108.491000', '170108.494000', '170108.496000', '170108.499000', '170108.501000', '170108.504000', '170108.506000', '170108.509000', '170108.512000', '170108.514000', '170108.517000', '170108.520000', '170108.522000', '170108.525000', '170108.527000', '170108.530000', '170108.533000', '170108.535000', '170108.538000', '170108.540000', '170108.543000', '170108.546000', '170108.548000', '170108.551000', '170108.554000', '170108.556000', '170128.446000', '170128.449000', '170128.452000', '170128.454000', '170128.457000', '170128.460000', '170128.462000', '170128.465000', '170128.468000', '170128.470000', '170128.473000', '170128.476000', '170128.478000', '170128.481000', '170128.483000', '170128.486000', '170128.489000', '170128.491000', '170128.494000', '170128.496000', '170128.499000', '170128.502000', '170128.504000', '170128.507000', '170128.509000', '170128.512000', '170128.515000', '170128.517000', '170128.520000', '170128.522000', '170128.525000', '170128.528000', '170128.530000', '170128.533000', '170128.535000', '170128.538000', '170128.541000', '170128.543000', '170128.546000', '170128.549000', '170128.551000', '170128.554000', '170128.556000', '170128.559000', '170148.447000', '170148.449000', '170148.452000', '170148.455000', '170148.457000', '170148.460000', '170148.463000', '170148.465000', '170148.468000', '170148.470000', '170148.473000', '170148.476000', '170148.478000', '170148.481000', '170148.484000', '170148.486000', '170148.489000', '170148.492000', '170148.494000', '170148.497000', '170148.499000', '170148.502000', '170148.505000', '170148.507000', '170148.510000', '170148.512000', '170148.515000', '170148.518000', '170148.520000', '170148.523000', '170148.525000', '170148.528000', '170148.531000', '170148.533000', '170148.536000', '170148.539000', '170148.541000', '170148.544000', '170148.571000', '170148.574000', '170148.576000', '170148.579000', '170148.582000', '170155.497000', '170155.500000', '170155.503000', '170155.506000', '170155.508000', '170155.511000', '170155.514000', '170155.517000', '170155.519000', '170155.523000', '170155.525000', '170155.528000', '170155.531000', '170155.533000', '170155.537000', '170155.544000'], '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': [10510, 9055, 10285, 8843, 9222, 8888, 8315, 9859, 9041, 9849, 8781, 9667, 8968, 10362, 9189, 8241, 9597, 8214, 9851, 8474, 9648, 8752, 9809, 8680, 10146, 9216, 8083, 9857, 9068, 9856, 8891, 9833, 9558, 9249, 9310, 8775, 10235, 9974, 10386, 8633, 10053, 9132, 9971, 9155, 9949, 9286, 9933, 9620, 10481, 9041, 9816, 8629, 9675, 9318, 9461, 8711, 9080, 8955, 9089, 9072, 9896, 9058, 10170, 8589, 9283, 8344, 9184, 8292, 9282, 8987, 10622, 9724, 10122, 9697, 8244, 10641, 8363, 10879, 9356, 10570, 8147, 10221, 11276, 9802, 10273, 8895, 9352, 8584, 9295, 8325, 9147, 8760, 8941, 9097, 9213, 8818, 9319, 9323, 9953, 9624, 10026, 8020, 10000, 7936, 9770, 7999, 10396, 7612, 10367, 7569, 10068, 7687, 9992, 8260, 9777, 7252, 9337, 7230, 9227, 7684, 9153, 7379, 9769, 7698, 9471, 8165, 9734, 8059, 9903, 8579, 10163, 7900, 9863, 8013, 10537, 9285, 11199, 9348, 11368, 9177, 10262, 9620, 10333, 8892, 10764, 8534, 10813, 7539, 10322, 7927, 10238, 10520, 10334, 8354, 10394, 10666, 10497, 10603, 10652, 10593, 10762, 10064, 10116, 9975, 9693, 9805, 9772, 10564, 8017, 10224, 7363, 10173, 10147, 9855, 9523, 9898, 9547, 10228, 9565, 10269, 8101, 10475, 10919, 10237, 10762, 9852, 7338, 10460, 9771, 10273, 8116, 10469, 8459, 10532, 8164, 10170, 8345, 10366, 10682, 9948, 10195, 9946, 9471, 10050, 9263, 9542, 9603, 9351, 9853, 9536, 9718, 9130, 10546, 8070, 10488, 7465, 9840, 8280, 10056, 8044, 10222, 7391, 9068, 7176, 8857, 7411, 9136, 8124, 9145, 7743, 9217, 7489, 9443, 8390, 9250, 7512, 9155, 7672, 9833, 8199, 8917, 8127, 9136, 8945, 7657, 9316, 7761, 10307, 9332, 10590, 9048, 10864, 9069, 12591, 9329, 11036, 8221, 10357, 11982, 9429, 9329, 8648, 9919, 7830, 10089, 8612, 9873, 7517, 10095, 7961, 9552, 8584, 9125, 9025, 9409, 9604, 8505, 9389, 8240, 9741, 8725, 9674, 8159, 9893, 8864, 9707, 9456, 9868, 9114, 9753, 9575, 9335, 10434, 11265, 10156, 10543, 9656, 10558, 9061, 11291, 8257, 10452, 7743, 9589, 8288, 9333, 10914, 9015, 10186, 8257, 9923, 7659, 9586, 7376, 9284, 7200, 9250, 7141, 9547, 7306, 9380, 7910, 9351, 7798, 9364, 8467, 9859, 7870, 9799, 8080, 10041, 8702, 9816, 8290, 10330, 8399, 10377, 9051, 10425, 8359, 10813, 8888, 10802, 8907, 10391, 8061, 10251, 8250, 10515, 7430, 9549, 11618, 8657, 10396, 8722, 9925, 8877, 11060, 8964, 11584, 8847, 7227, 9937, 9938, 8698, 11005, 9145, 10214, 9745, 11037, 9550, 10948, 9486, 10335, 8521, 10352, 8143, 10711, 8496, 10294, 7649, 9796, 12222, 9377, 11200, 8940, 9740, 8770, 9426, 8530, 9878, 9396, 10884, 9570, 10163, 9179, 9929, 9606, 10509, 8867, 10474, 8609, 10429, 7513, 10343, 7467, 10257, 7468, 10517, 11763, 10048, 10256, 9034, 9682, 7878, 10566, 7199, 9487, 11939, 9097, 9563, 8607, 9675, 8330, 8901, 7794, 9479, 8094, 9308, 8144, 9619, 7828, 9548, 7352, 9575, 7835, 9557, 7583, 9720, 7794, 10963, 8194, 7610, 9380, 7815, 9448, 8644, 9498, 9384, 7919, 10092, 8797, 10016, 7904, 10188, 9060, 10552, 8821, 10825, 8551, 10439, 11941, 10269, 11011, 9552, 10785, 8882, 10294, 7598, 9686, 7411, 9461, 10347, 9101, 11100, 8510, 10057, 8575, 8894, 7667, 8811, 7341, 9453, 7693, 9061, 7569, 10291, 8248, 10722, 8846, 7312, 9558, 8856, 9627, 9378, 10282, 8140, 10002, 12034, 9691, 8399, 9710, 8273, 9729, 7396, 9236, 7333, 10239, 8330, 10066, 8674, 10373, 7778, 10381, 11396, 9613, 9071, 8741, 9388, 7601, 9843, 7766, 10131, 7350, 10071, 7527, 9622, 7824, 8569, 7331, 9286, 7999, 10573, 9432, 7541, 10011, 9155, 9815, 7978, 10273, 8181, 9783, 11431, 9812, 10781, 7959, 10276, 7348, 9616, 12388, 9230, 10487, 8495, 9587, 8247, 9390, 7949, 9566, 7849, 9117, 7428, 9279, 7571, 9438, 7440, 9436, 7386, 9564, 7353, 9003, 7132, 8770, 8114, 9042, 11563, 8799, 8808, 8507, 11668, 8721, 11163, 8828, 7672, 8911, 9602, 9240, 8885, 9792, 7514, 9335, 10204, 9279, 11290, 9698, 8472, 9082, 11740, 9123, 9631, 9586, 7524, 9867, 12315, 9262, 11731, 9419, 7158, 9078, 7382, 9526, 8028, 9907, 7437, 10166, 7518, 10204, 7953, 10066, 7539, 10619, 7941, 10677, 8119, 11068, 8529, 10662, 8069, 10287, 8192, 10375, 8656, 9690, 7914, 10486, 8100, 11109, 8657, 7802, 9038, 8269, 9475, 7677, 10623, 9817, 11396, 9045, 7290, 9508, 8555, 7810, 9471, 8215, 11036, 8890, 9758, 9473, 8182, 10049, 10453, 11473, 9941, 11111, 9977, 11652, 10951, 11700, 9800, 11217, 9937, 13089, 11049, 11617, 9460, 10345, 9493, 9421, 10895, 9514, 10672, 7457, 9810, 7312, 9669, 8849, 8586, 9779, 8101, 9111, 8172, 9841, 7808, 9812, 7336, 9829, 7581, 9639, 7384, 9318, 7278, 9791, 7601, 9881, 7990, 10169, 8342, 8792, 9270, 7585, 9796, 8526, 11176, 8321, 10902, 8107, 10355, 10041, 10780, 7838, 9800, 10061, 9965, 10918, 9904, 10600, 9105, 10222, 8105, 10414, 7367, 9993, 7219, 8879, 10473, 9106, 9709, 7333, 9715, 9006, 8984, 10121, 8333, 10212, 7320, 9992, 7645, 9883, 7397, 9315, 7500, 9323, 7631, 9716, 7979, 7370, 8708, 7607, 10496, 7503, 10780, 8766, 11033, 9221, 11053, 12887, 9522, 11277, 10184, 11481, 8253, 11003, 8406, 10727, 7751, 10214, 7488, 10032, 8417, 9534, 8922, 9258, 11510, 8888, 10758, 8454, 7504, 9255, 7299, 9313, 7423, 10700, 7418, 10613, 7463, 10994, 8142, 11276, 7688, 10961, 10989, 9464, 10352, 8958, 10737, 7951, 10393, 7656, 10183, 7287, 9498, 7478, 10056, 7308, 9712, 7102, 9413, 7452, 10636, 7095, 10500, 7270, 10991, 7789, 10687, 7050, 10390, 7662, 11176, 8195, 11536, 8353, 11113, 9340, 11840, 9570, 11656, 9789, 12136, 10455, 9837, 10112, 11741, 9608, 11202, 9593, 10912, 8800, 10960, 8218, 11111, 7260, 9926, 7386, 9638, 10728, 9182, 8222, 8256, 10974, 8547, 6998, 8984, 7267, 8987, 7423, 9983, 7449, 9442, 7869, 10186, 7510, 10364, 7454], 'WindowCenter': [4194.0, 4167.0, 4159.0, 4136.0, 4119.0, 4119.0, 4110.0, 4130.0, 4119.0, 4118.0, 4107.0, 4118.0, 4118.0, 4115.0, 4107.0, 4093.0, 4117.0, 4095.0, 4116.0, 4092.0, 4118.0, 4104.0, 4116.0, 4106.0, 4115.0, 4106.0, 4095.0, 4126.0, 4116.0, 4117.0, 4105.0, 4126.0, 4119.0, 4116.0, 4117.0, 4105.0, 4126.0, 4116.0, 4116.0, 4095.0, 4115.0, 4105.0, 4115.0, 4104.0, 4103.0, 4104.0, 4116.0, 4118.0, 4115.0, 4104.0, 4102.0, 4091.0, 4103.0, 4103.0, 4103.0, 4091.0, 4091.0, 4101.0, 4102.0, 4101.0, 4113.0, 4100.0, 4113.0, 4102.0, 4104.0, 4106.0, 4103.0, 4107.0, 4117.0, 4131.0, 4140.0, 4129.0, 4128.0, 4130.0, 4107.0, 4128.0, 4106.0, 4139.0, 4118.0, 4140.0, 4096.0, 4126.0, 4124.0, 4126.0, 4125.0, 4106.0, 4103.0, 4104.0, 4114.0, 4106.0, 4115.0, 4104.0, 4103.0, 4117.0, 4116.0, 4119.0, 4117.0, 4117.0, 4115.0, 4128.0, 4116.0, 4097.0, 4117.0, 4095.0, 4113.0, 4094.0, 4114.0, 4096.0, 4127.0, 4084.0, 4114.0, 4081.0, 4115.0, 4105.0, 4128.0, 4084.0, 4116.0, 4084.0, 4117.0, 4107.0, 4129.0, 4097.0, 4129.0, 4108.0, 4127.0, 4107.0, 4118.0, 4095.0, 4128.0, 4117.0, 4139.0, 4108.0, 4128.0, 4094.0, 4138.0, 4116.0, 4124.0, 4102.0, 4124.0, 4104.0, 4115.0, 4102.0, 4102.0, 4090.0, 4112.0, 4092.0, 4123.0, 4080.0, 4112.0, 4079.0, 4112.0, 4111.0, 4111.0, 4079.0, 4099.0, 4111.0, 4112.0, 4109.0, 4111.0, 4098.0, 4110.0, 4100.0, 4100.0, 4087.0, 4087.0, 4086.0, 4086.0, 4099.0, 4066.0, 4098.0, 4055.0, 4098.0, 4110.0, 4109.0, 4099.0, 4101.0, 4099.0, 4111.0, 4112.0, 4113.0, 4092.0, 4124.0, 4123.0, 4124.0, 4122.0, 4113.0, 4069.0, 4123.0, 4112.0, 4113.0, 4092.0, 4122.0, 4091.0, 4124.0, 4091.0, 4111.0, 4088.0, 4110.0, 4111.0, 4100.0, 4098.0, 4097.0, 4098.0, 4099.0, 4086.0, 4098.0, 4087.0, 4088.0, 4098.0, 4087.0, 4086.0, 4086.0, 4097.0, 4078.0, 4109.0, 4066.0, 4097.0, 4078.0, 4098.0, 4077.0, 4111.0, 4081.0, 4091.0, 4070.0, 4103.0, 4094.0, 4115.0, 4096.0, 4116.0, 4096.0, 4115.0, 4098.0, 4128.0, 4106.0, 4117.0, 4098.0, 4117.0, 4108.0, 4129.0, 4121.0, 4130.0, 4109.0, 4130.0, 4131.0, 4110.0, 4130.0, 4108.0, 4140.0, 4132.0, 4141.0, 4131.0, 4141.0, 4118.0, 4149.0, 4116.0, 4127.0, 4092.0, 4114.0, 4123.0, 4101.0, 4089.0, 4091.0, 4101.0, 4083.0, 4112.0, 4091.0, 4100.0, 4069.0, 4112.0, 4081.0, 4114.0, 4102.0, 4103.0, 4101.0, 4103.0, 4112.0, 4106.0, 4114.0, 4095.0, 4113.0, 4105.0, 4115.0, 4108.0, 4128.0, 4117.0, 4116.0, 4128.0, 4128.0, 4119.0, 4126.0, 4129.0, 4117.0, 4137.0, 4136.0, 4128.0, 4124.0, 4115.0, 4113.0, 4105.0, 4126.0, 4106.0, 4114.0, 4082.0, 4103.0, 4093.0, 4104.0, 4112.0, 4101.0, 4110.0, 4091.0, 4102.0, 4081.0, 4101.0, 4082.0, 4114.0, 4083.0, 4102.0, 4083.0, 4115.0, 4097.0, 4115.0, 4108.0, 4129.0, 4109.0, 4130.0, 4120.0, 4139.0, 4120.0, 4139.0, 4121.0, 4141.0, 4121.0, 4141.0, 4120.0, 4139.0, 4121.0, 4141.0, 4119.0, 4127.0, 4108.0, 4137.0, 4119.0, 4138.0, 4115.0, 4126.0, 4093.0, 4124.0, 4103.0, 4125.0, 4083.0, 4113.0, 4123.0, 4102.0, 4124.0, 4103.0, 4114.0, 4104.0, 4135.0, 4115.0, 4136.0, 4117.0, 4084.0, 4127.0, 4115.0, 4119.0, 4138.0, 4117.0, 4125.0, 4116.0, 4124.0, 4115.0, 4124.0, 4103.0, 4099.0, 4092.0, 4101.0, 4082.0, 4112.0, 4089.0, 4100.0, 4068.0, 4101.0, 4121.0, 4090.0, 4108.0, 4088.0, 4099.0, 4089.0, 4101.0, 4090.0, 4111.0, 4103.0, 4121.0, 4114.0, 4113.0, 4103.0, 4101.0, 4102.0, 4112.0, 4092.0, 4099.0, 4079.0, 4099.0, 4069.0, 4099.0, 4068.0, 4099.0, 4057.0, 4099.0, 4109.0, 4099.0, 4098.0, 4077.0, 4087.0, 4067.0, 4096.0, 4056.0, 4099.0, 4120.0, 4089.0, 4087.0, 4091.0, 4101.0, 4090.0, 4091.0, 4082.0, 4113.0, 4096.0, 4113.0, 4095.0, 4114.0, 4094.0, 4115.0, 4096.0, 4116.0, 4109.0, 4117.0, 4096.0, 4129.0, 4110.0, 4152.0, 4121.0, 4120.0, 4130.0, 4124.0, 4158.0, 4146.0, 4142.0, 4132.0, 4108.0, 4142.0, 4120.0, 4141.0, 4108.0, 4140.0, 4119.0, 4139.0, 4106.0, 4128.0, 4105.0, 4127.0, 4136.0, 4112.0, 4110.0, 4101.0, 4111.0, 4090.0, 4111.0, 4079.0, 4101.0, 4069.0, 4101.0, 4112.0, 4101.0, 4121.0, 4092.0, 4111.0, 4092.0, 4090.0, 4081.0, 4103.0, 4096.0, 4127.0, 4096.0, 4117.0, 4108.0, 4139.0, 4118.0, 4150.0, 4129.0, 4099.0, 4130.0, 4117.0, 4130.0, 4127.0, 4139.0, 4105.0, 4129.0, 4148.0, 4116.0, 4105.0, 4127.0, 4104.0, 4116.0, 4084.0, 4116.0, 4084.0, 4126.0, 4106.0, 4128.0, 4105.0, 4125.0, 4083.0, 4126.0, 4135.0, 4103.0, 4091.0, 4092.0, 4101.0, 4094.0, 4114.0, 4082.0, 4114.0, 4082.0, 4114.0, 4094.0, 4117.0, 4083.0, 4104.0, 4083.0, 4115.0, 4108.0, 4136.0, 4128.0, 4108.0, 4130.0, 4129.0, 4130.0, 4096.0, 4127.0, 4094.0, 4117.0, 4136.0, 4115.0, 4125.0, 4094.0, 4112.0, 4070.0, 4115.0, 4134.0, 4102.0, 4111.0, 4092.0, 4113.0, 4105.0, 4104.0, 4093.0, 4113.0, 4094.0, 4104.0, 4097.0, 4117.0, 4097.0, 4129.0, 4098.0, 4127.0, 4097.0, 4129.0, 4099.0, 4119.0, 4098.0, 4120.0, 4109.0, 4132.0, 4150.0, 4119.0, 4116.0, 4119.0, 4151.0, 4130.0, 4152.0, 4130.0, 4109.0, 4129.0, 4142.0, 4143.0, 4132.0, 4141.0, 4109.0, 4131.0, 4140.0, 4144.0, 4151.0, 4130.0, 4117.0, 4119.0, 4150.0, 4132.0, 4130.0, 4130.0, 4110.0, 4141.0, 4161.0, 4142.0, 4162.0, 4131.0, 4099.0, 4131.0, 4110.0, 4144.0, 4120.0, 4141.0, 4109.0, 4140.0, 4112.0, 4152.0, 4120.0, 4140.0, 4110.0, 4140.0, 4120.0, 4154.0, 4124.0, 4153.0, 4131.0, 4141.0, 4108.0, 4140.0, 4121.0, 4140.0, 4119.0, 4129.0, 4119.0, 4149.0, 4122.0, 4163.0, 4134.0, 4120.0, 4131.0, 4133.0, 4146.0, 4104.0, 4121.0, 4083.0, 4103.0, 4109.0, 4087.0, 4118.0, 4095.0, 4085.0, 4106.0, 4097.0, 4129.0, 4112.0, 4120.0, 4120.0, 4109.0, 4121.0, 4117.0, 4127.0, 4106.0, 4116.0, 4116.0, 4126.0, 4115.0, 4115.0, 4105.0, 4115.0, 4105.0, 4125.0, 4102.0, 4101.0, 4090.0, 4102.0, 4091.0, 4092.0, 4101.0, 4090.0, 4088.0, 4057.0, 4088.0, 4057.0, 4089.0, 4077.0, 4078.0, 4089.0, 4080.0, 4092.0, 4095.0, 4115.0, 4083.0, 4115.0, 4085.0, 4117.0, 4097.0, 4117.0, 4086.0, 4118.0, 4100.0, 4144.0, 4114.0, 4145.0, 4111.0, 4144.0, 4124.0, 4121.0, 4133.0, 4098.0, 4132.0, 4123.0, 4142.0, 4108.0, 4130.0, 4097.0, 4129.0, 4117.0, 4127.0, 4084.0, 4115.0, 4104.0, 4116.0, 4114.0, 4104.0, 4101.0, 4093.0, 4102.0, 4081.0, 4102.0, 4058.0, 4100.0, 4059.0, 4092.0, 4113.0, 4093.0, 4091.0, 4072.0, 4103.0, 4093.0, 4104.0, 4101.0, 4082.0, 4102.0, 4070.0, 4116.0, 4096.0, 4115.0, 4085.0, 4117.0, 4098.0, 4131.0, 4110.0, 4130.0, 4112.0, 4112.0, 4136.0, 4124.0, 4156.0, 4113.0, 4154.0, 4135.0, 4156.0, 4131.0, 4142.0, 4150.0, 4118.0, 4128.0, 4130.0, 4127.0, 4095.0, 4114.0, 4081.0, 4111.0, 4071.0, 4113.0, 4071.0, 4114.0, 4094.0, 4117.0, 4103.0, 4105.0, 4123.0, 4106.0, 4138.0, 4107.0, 4086.0, 4118.0, 4096.0, 4129.0, 4099.0, 4139.0, 4086.0, 4127.0, 4098.0, 4138.0, 4097.0, 4137.0, 4084.0, 4125.0, 4113.0, 4105.0, 4103.0, 4094.0, 4113.0, 4083.0, 4116.0, 4083.0, 4102.0, 4071.0, 4116.0, 4085.0, 4130.0, 4085.0, 4116.0, 4085.0, 4118.0, 4097.0, 4139.0, 4087.0, 4128.0, 4098.0, 4142.0, 4110.0, 4154.0, 4100.0, 4143.0, 4112.0, 4153.0, 4121.0, 4149.0, 4122.0, 4154.0, 4130.0, 4150.0, 4129.0, 4138.0, 4130.0, 4149.0, 4128.0, 4115.0, 4115.0, 4135.0, 4114.0, 4113.0, 4102.0, 4111.0, 4091.0, 4110.0, 4078.0, 4098.0, 4056.0, 4089.0, 4058.0, 4100.0, 4108.0, 4090.0, 4077.0, 4079.0, 4111.0, 4090.0, 4058.0, 4091.0, 4071.0, 4103.0, 4082.0, 4114.0, 4082.0, 4116.0, 4107.0, 4127.0, 4083.0, 4114.0, 4083.0], 'WindowWidth': [9335.0, 9282.0, 9252.0, 9212.0, 9180.0, 9177.0, 9165.0, 9189.0, 9172.0, 9170.0, 9157.0, 9170.0, 9171.0, 9161.0, 9151.0, 9127.0, 9166.0, 9134.0, 9161.0, 9126.0, 9171.0, 9147.0, 9165.0, 9151.0, 9159.0, 9147.0, 9135.0, 9177.0, 9165.0, 9166.0, 9150.0, 9180.0, 9171.0, 9162.0, 9166.0, 9146.0, 9177.0, 9162.0, 9163.0, 9131.0, 9159.0, 9147.0, 9159.0, 9144.0, 9139.0, 9146.0, 9163.0, 9169.0, 9161.0, 9144.0, 9138.0, 9123.0, 9140.0, 9143.0, 9140.0, 9120.0, 9122.0, 9139.0, 9140.0, 9137.0, 9154.0, 9134.0, 9155.0, 9142.0, 9145.0, 9152.0, 9145.0, 9154.0, 9169.0, 9194.0, 9204.0, 9187.0, 9186.0, 9189.0, 9154.0, 9184.0, 9151.0, 9198.0, 9173.0, 9203.0, 9137.0, 9176.0, 9173.0, 9179.0, 9176.0, 9152.0, 9143.0, 9145.0, 9158.0, 9152.0, 9162.0, 9147.0, 9144.0, 9167.0, 9166.0, 9174.0, 9168.0, 9167.0, 9162.0, 9184.0, 9165.0, 9141.0, 9167.0, 9134.0, 9157.0, 9133.0, 9159.0, 9138.0, 9180.0, 9118.0, 9157.0, 9110.0, 9162.0, 9149.0, 9185.0, 9120.0, 9166.0, 9119.0, 9168.0, 9158.0, 9191.0, 9143.0, 9188.0, 9160.0, 9185.0, 9157.0, 9171.0, 9135.0, 9183.0, 9171.0, 9202.0, 9160.0, 9187.0, 9135.0, 9198.0, 9168.0, 9175.0, 9140.0, 9173.0, 9145.0, 9161.0, 9139.0, 9139.0, 9120.0, 9150.0, 9125.0, 9167.0, 9108.0, 9152.0, 9104.0, 9153.0, 9152.0, 9150.0, 9103.0, 9131.0, 9150.0, 9152.0, 9145.0, 9149.0, 9129.0, 9144.0, 9133.0, 9132.0, 9112.0, 9110.0, 9108.0, 9109.0, 9129.0, 9083.0, 9124.0, 9067.0, 9128.0, 9147.0, 9146.0, 9132.0, 9137.0, 9131.0, 9151.0, 9155.0, 9158.0, 9128.0, 9172.0, 9172.0, 9172.0, 9168.0, 9157.0, 9093.0, 9169.0, 9155.0, 9157.0, 9127.0, 9167.0, 9126.0, 9174.0, 9124.0, 9151.0, 9116.0, 9149.0, 9151.0, 9135.0, 9129.0, 9127.0, 9130.0, 9131.0, 9111.0, 9130.0, 9112.0, 9114.0, 9130.0, 9112.0, 9109.0, 9106.0, 9122.0, 9101.0, 9144.0, 9083.0, 9125.0, 9099.0, 9126.0, 9099.0, 9150.0, 9111.0, 9124.0, 9096.0, 9141.0, 9136.0, 9164.0, 9139.0, 9166.0, 9138.0, 9162.0, 9146.0, 9186.0, 9154.0, 9169.0, 9147.0, 9169.0, 9161.0, 9189.0, 9182.0, 9192.0, 9163.0, 9192.0, 9194.0, 9166.0, 9193.0, 9161.0, 9208.0, 9197.0, 9208.0, 9195.0, 9207.0, 9173.0, 9215.0, 9166.0, 9181.0, 9128.0, 9157.0, 9168.0, 9138.0, 9118.0, 9121.0, 9135.0, 9117.0, 9156.0, 9122.0, 9135.0, 9091.0, 9150.0, 9110.0, 9159.0, 9140.0, 9143.0, 9137.0, 9142.0, 9154.0, 9152.0, 9162.0, 9136.0, 9156.0, 9147.0, 9163.0, 9160.0, 9184.0, 9169.0, 9164.0, 9183.0, 9185.0, 9176.0, 9181.0, 9188.0, 9168.0, 9196.0, 9194.0, 9186.0, 9174.0, 9161.0, 9156.0, 9150.0, 9179.0, 9151.0, 9158.0, 9112.0, 9142.0, 9129.0, 9146.0, 9151.0, 9136.0, 9148.0, 9126.0, 9138.0, 9111.0, 9137.0, 9115.0, 9160.0, 9118.0, 9143.0, 9119.0, 9163.0, 9145.0, 9167.0, 9158.0, 9189.0, 9162.0, 9192.0, 9181.0, 9203.0, 9179.0, 9205.0, 9183.0, 9208.0, 9182.0, 9206.0, 9181.0, 9202.0, 9183.0, 9208.0, 9177.0, 9182.0, 9157.0, 9194.0, 9175.0, 9198.0, 9164.0, 9179.0, 9131.0, 9174.0, 9147.0, 9176.0, 9116.0, 9157.0, 9168.0, 9140.0, 9174.0, 9146.0, 9160.0, 9148.0, 9190.0, 9163.0, 9193.0, 9170.0, 9121.0, 9180.0, 9163.0, 9175.0, 9199.0, 9170.0, 9177.0, 9166.0, 9172.0, 9160.0, 9174.0, 9142.0, 9133.0, 9125.0, 9135.0, 9113.0, 9151.0, 9118.0, 9133.0, 9087.0, 9136.0, 9163.0, 9119.0, 9140.0, 9116.0, 9130.0, 9119.0, 9137.0, 9124.0, 9151.0, 9142.0, 9165.0, 9160.0, 9155.0, 9142.0, 9138.0, 9140.0, 9152.0, 9125.0, 9131.0, 9102.0, 9130.0, 9090.0, 9132.0, 9088.0, 9131.0, 9071.0, 9130.0, 9142.0, 9130.0, 9127.0, 9097.0, 9109.0, 9083.0, 9122.0, 9068.0, 9131.0, 9158.0, 9117.0, 9111.0, 9123.0, 9137.0, 9122.0, 9121.0, 9112.0, 9155.0, 9139.0, 9158.0, 9135.0, 9159.0, 9134.0, 9164.0, 9138.0, 9167.0, 9163.0, 9168.0, 9142.0, 9189.0, 9165.0, 9226.0, 9181.0, 9179.0, 9193.0, 9193.0, 9243.0, 9225.0, 9211.0, 9196.0, 9160.0, 9211.0, 9179.0, 9208.0, 9159.0, 9204.0, 9174.0, 9202.0, 9152.0, 9184.0, 9149.0, 9180.0, 9191.0, 9156.0, 9147.0, 9137.0, 9150.0, 9121.0, 9150.0, 9105.0, 9133.0, 9092.0, 9138.0, 9152.0, 9136.0, 9163.0, 9124.0, 9151.0, 9127.0, 9121.0, 9111.0, 9143.0, 9139.0, 9182.0, 9141.0, 9169.0, 9159.0, 9202.0, 9178.0, 9221.0, 9192.0, 9150.0, 9193.0, 9174.0, 9193.0, 9186.0, 9203.0, 9152.0, 9187.0, 9214.0, 9165.0, 9151.0, 9183.0, 9147.0, 9166.0, 9120.0, 9167.0, 9119.0, 9178.0, 9155.0, 9185.0, 9151.0, 9177.0, 9116.0, 9177.0, 9191.0, 9143.0, 9123.0, 9126.0, 9136.0, 9133.0, 9161.0, 9115.0, 9157.0, 9113.0, 9158.0, 9132.0, 9167.0, 9116.0, 9146.0, 9118.0, 9166.0, 9161.0, 9195.0, 9186.0, 9160.0, 9192.0, 9189.0, 9190.0, 9138.0, 9181.0, 9133.0, 9165.0, 9193.0, 9161.0, 9173.0, 9131.0, 9153.0, 9093.0, 9161.0, 9185.0, 9139.0, 9148.0, 9126.0, 9156.0, 9150.0, 9144.0, 9129.0, 9155.0, 9131.0, 9145.0, 9142.0, 9168.0, 9141.0, 9190.0, 9146.0, 9183.0, 9145.0, 9188.0, 9148.0, 9175.0, 9145.0, 9177.0, 9162.0, 9199.0, 9220.0, 9177.0, 9169.0, 9177.0, 9220.0, 9196.0, 9224.0, 9192.0, 9162.0, 9191.0, 9210.0, 9216.0, 9197.0, 9210.0, 9164.0, 9195.0, 9207.0, 9217.0, 9221.0, 9192.0, 9170.0, 9177.0, 9218.0, 9198.0, 9192.0, 9193.0, 9166.0, 9208.0, 9235.0, 9213.0, 9236.0, 9194.0, 9148.0, 9193.0, 9168.0, 9217.0, 9180.0, 9211.0, 9163.0, 9206.0, 9172.0, 9226.0, 9181.0, 9207.0, 9166.0, 9205.0, 9181.0, 9230.0, 9191.0, 9229.0, 9196.0, 9207.0, 9159.0, 9206.0, 9184.0, 9206.0, 9178.0, 9191.0, 9179.0, 9220.0, 9188.0, 9242.0, 9206.0, 9181.0, 9199.0, 9201.0, 9219.0, 9154.0, 9167.0, 9098.0, 9130.0, 9154.0, 9124.0, 9162.0, 9129.0, 9114.0, 9145.0, 9135.0, 9181.0, 9163.0, 9172.0, 9171.0, 9155.0, 9174.0, 9163.0, 9177.0, 9146.0, 9158.0, 9159.0, 9172.0, 9155.0, 9155.0, 9143.0, 9158.0, 9143.0, 9168.0, 9132.0, 9131.0, 9114.0, 9134.0, 9119.0, 9123.0, 9131.0, 9116.0, 9110.0, 9068.0, 9110.0, 9069.0, 9112.0, 9094.0, 9095.0, 9111.0, 9103.0, 9122.0, 9132.0, 9156.0, 9114.0, 9158.0, 9120.0, 9164.0, 9139.0, 9165.0, 9123.0, 9166.0, 9147.0, 9215.0, 9175.0, 9217.0, 9168.0, 9216.0, 9189.0, 9180.0, 9197.0, 9145.0, 9196.0, 9184.0, 9208.0, 9156.0, 9188.0, 9141.0, 9186.0, 9167.0, 9178.0, 9115.0, 9158.0, 9141.0, 9161.0, 9155.0, 9141.0, 9134.0, 9126.0, 9136.0, 9110.0, 9135.0, 9073.0, 9131.0, 9075.0, 9123.0, 9152.0, 9125.0, 9120.0, 9097.0, 9141.0, 9126.0, 9143.0, 9133.0, 9109.0, 9135.0, 9093.0, 9162.0, 9137.0, 9159.0, 9120.0, 9164.0, 9144.0, 9193.0, 9164.0, 9189.0, 9170.0, 9171.0, 9208.0, 9190.0, 9233.0, 9174.0, 9230.0, 9206.0, 9236.0, 9195.0, 9209.0, 9218.0, 9172.0, 9184.0, 9188.0, 9182.0, 9134.0, 9156.0, 9106.0, 9147.0, 9092.0, 9150.0, 9093.0, 9154.0, 9131.0, 9165.0, 9141.0, 9144.0, 9169.0, 9149.0, 9198.0, 9156.0, 9125.0, 9170.0, 9138.0, 9190.0, 9149.0, 9199.0, 9127.0, 9181.0, 9145.0, 9199.0, 9140.0, 9194.0, 9119.0, 9175.0, 9157.0, 9146.0, 9141.0, 9129.0, 9152.0, 9115.0, 9161.0, 9113.0, 9137.0, 9094.0, 9162.0, 9123.0, 9188.0, 9121.0, 9165.0, 9119.0, 9170.0, 9141.0, 9199.0, 9126.0, 9183.0, 9144.0, 9207.0, 9164.0, 9227.0, 9152.0, 9213.0, 9172.0, 9225.0, 9182.0, 9214.0, 9184.0, 9229.0, 9193.0, 9217.0, 9187.0, 9198.0, 9190.0, 9214.0, 9182.0, 9159.0, 9159.0, 9189.0, 9160.0, 9155.0, 9137.0, 9147.0, 9120.0, 9147.0, 9102.0, 9124.0, 9068.0, 9113.0, 9073.0, 9132.0, 9141.0, 9118.0, 9098.0, 9104.0, 9151.0, 9120.0, 9075.0, 9123.0, 9097.0, 9145.0, 9115.0, 9160.0, 9114.0, 9166.0, 9156.0, 9180.0, 9116.0, 9158.0, 9117.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.013746658986175117</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.06924179884792628</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.48274618128025</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2131268093656284</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1183105460899656</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4982</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5523.623</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.13910179656128774</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>94</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.829493087557603</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.562802964162732</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4888527588429445</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.742422843706453</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.457133289938798</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.008845</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012328285723924637</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.04562525078654289</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.318462238368129</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>23.735</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.582</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.8963</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>292664.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>811.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.5814</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9447</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>501.4935</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3298.4455</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3400.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83880.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1480.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4313.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>787.3126</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>24.09328243834898</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> |