=== 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-0107 --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-0107",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
106 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0107_ses-04_task-social_acq-mb8_run-06_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-0107_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0107_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-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0107_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-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0107_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-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0107_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-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0107_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-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0107_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-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0107_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-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-06_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-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-04_task-social_acq-mb8_run-06_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-0107/ses-04/func/sub-0107_ses-04_task-social_acq-mb8_run-06_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>dc20cf244f957a225f1df8f11722a5ab</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>17:35:21.380000</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.997216, 0.0151016, 0.0730226, -0.00678791, 0.993596, -0.112785]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.102242</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-06_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4215, -7782, -7153, 449, -149, -108, 69, 54]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>249.882</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>191ccb4c-dc75-41e9-8fbf-e19ebd399426||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.67545747756958, -0.01821145787835121, 0.2004970908164978, 107.6607437133789], [-0.040516484528779984, 2.665745973587036, -0.3023345470428467, -92.9205551147461], [0.19591420888900757, 0.3025950491428375, 2.6755177974700928, -72.20914459228516], [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': ['173521.380000', '173521.840000', '173522.300000', '173522.760000', '173523.220000', '173523.680000', '173524.140000', '173524.600000', '173525.060000', '173525.520000', '173525.980000', '173526.440000', '173526.900000', '173527.360000', '173527.820000', '173528.280000', '173528.740000', '173529.200000', '173529.660000', '173530.120000', '173530.580000', '173531.040000', '173531.500000', '173531.960000', '173532.420000', '173532.880000', '173533.340000', '173533.800000', '173534.260000', '173534.720000', '173535.180000', '173535.640000', '173536.100000', '173536.560000', '173537.020000', '173537.480000', '173537.940000', '173538.400000', '173538.860000', '173539.320000', '173539.780000', '173540.240000', '173540.700000', '173541.160000', '173541.620000', '173542.080000', '173542.540000', '173543.000000', '173543.460000', '173543.920000', '173544.380000', '173544.840000', '173545.300000', '173545.760000', '173546.220000', '173546.680000', '173547.140000', '173547.600000', '173548.060000', '173548.520000', '173548.980000', '173549.440000', '173549.900000', '173550.360000', '173550.820000', '173551.280000', '173551.740000', '173552.200000', '173552.660000', '173553.120000', '173553.580000', '173554.040000', '173554.500000', '173554.960000', '173555.420000', '173555.880000', '173556.340000', '173556.800000', '173557.260000', '173557.720000', '173558.180000', '173558.640000', '173559.100000', '173559.560000', '173600.020000', '173600.480000', '173600.940000', '173601.400000', '173601.860000', '173602.320000', '173602.780000', '173603.240000', '173603.700000', '173604.160000', '173604.620000', '173605.080000', '173605.540000', '173606.000000', '173606.460000', '173606.920000', '173607.380000', '173607.840000', '173608.300000', '173608.760000', '173609.220000', '173609.680000', '173610.140000', '173610.600000', '173611.060000', '173611.520000', '173611.980000', '173612.440000', '173612.900000', '173613.360000', '173613.820000', '173614.280000', '173614.740000', '173615.200000', '173615.660000', '173616.120000', '173616.580000', '173617.040000', '173617.500000', '173617.960000', '173618.420000', '173618.880000', '173619.340000', '173619.800000', '173620.260000', '173620.720000', '173621.180000', '173621.640000', '173622.100000', '173622.560000', '173623.020000', '173623.480000', '173623.940000', '173624.400000', '173624.860000', '173625.320000', '173625.780000', '173626.240000', '173626.700000', '173627.160000', '173627.620000', '173628.080000', '173628.540000', '173629.000000', '173629.460000', '173629.920000', '173630.380000', '173630.840000', '173631.300000', '173631.760000', '173632.220000', '173632.680000', '173633.140000', '173633.600000', '173634.060000', '173634.520000', '173634.980000', '173635.440000', '173635.900000', '173636.360000', '173636.820000', '173637.280000', '173637.740000', '173638.200000', '173638.660000', '173639.120000', '173639.580000', '173640.040000', '173640.500000', '173640.960000', '173641.420000', '173641.880000', '173642.340000', '173642.800000', '173643.260000', '173643.720000', '173644.180000', '173644.640000', '173645.100000', '173645.560000', '173646.020000', '173646.480000', '173646.940000', '173647.400000', '173647.860000', '173648.320000', '173648.780000', '173649.240000', '173649.700000', '173650.160000', '173650.620000', '173651.080000', '173651.540000', '173652.000000', '173652.460000', '173652.920000', '173653.380000', '173653.840000', '173654.300000', '173654.760000', '173655.220000', '173655.680000', '173656.140000', '173656.600000', '173657.060000', '173657.520000', '173657.980000', '173658.440000', '173658.900000', '173659.360000', '173659.820000', '173700.280000', '173700.740000', '173701.200000', '173701.660000', '173702.120000', '173702.580000', '173703.040000', '173703.500000', '173703.960000', '173704.420000', '173704.880000', '173705.340000', '173705.800000', '173706.260000', '173706.720000', '173707.180000', '173707.640000', '173708.100000', '173708.560000', '173709.020000', '173709.480000', '173709.940000', '173710.400000', '173710.860000', '173711.320000', '173711.780000', '173712.240000', '173712.700000', '173713.160000', '173713.620000', '173714.080000', '173714.540000', '173715.000000', '173715.460000', '173715.920000', '173716.380000', '173716.840000', '173717.300000', '173717.760000', '173718.220000', '173718.680000', '173719.140000', '173719.600000', '173720.060000', '173720.520000', '173720.980000', '173721.440000', '173721.900000', '173722.360000', '173722.820000', '173723.280000', '173723.740000', '173724.200000', '173724.660000', '173725.120000', '173725.580000', '173726.040000', '173726.500000', '173726.960000', '173727.420000', '173727.880000', '173728.340000', '173728.800000', '173729.260000', '173729.720000', '173730.180000', '173730.640000', '173731.100000', '173731.560000', '173732.020000', '173732.480000', '173732.940000', '173733.400000', '173733.860000', '173734.320000', '173734.780000', '173735.240000', '173735.700000', '173736.160000', '173736.620000', '173737.080000', '173737.540000', '173738.000000', '173738.460000', '173738.920000', '173739.380000', '173739.840000', '173740.300000', '173740.760000', '173741.220000', '173741.680000', '173742.140000', '173742.600000', '173743.060000', '173743.520000', '173743.980000', '173744.440000', '173744.900000', '173745.360000', '173745.820000', '173746.280000', '173746.740000', '173747.200000', '173747.660000', '173748.120000', '173748.580000', '173749.040000', '173749.500000', '173749.960000', '173750.420000', '173750.880000', '173751.340000', '173751.800000', '173752.260000', '173752.720000', '173753.180000', '173753.640000', '173754.100000', '173754.560000', '173755.020000', '173755.480000', '173755.940000', '173756.400000', '173756.860000', '173757.320000', '173757.780000', '173758.240000', '173758.700000', '173759.160000', '173759.620000', '173800.080000', '173800.540000', '173801.000000', '173801.460000', '173801.920000', '173802.380000', '173802.840000', '173803.300000', '173803.760000', '173804.220000', '173804.680000', '173805.140000', '173805.600000', '173806.060000', '173806.520000', '173806.980000', '173807.440000', '173807.900000', '173808.360000', '173808.820000', '173809.280000', '173809.740000', '173810.200000', '173810.660000', '173811.120000', '173811.580000', '173812.040000', '173812.500000', '173812.960000', '173813.420000', '173813.880000', '173814.340000', '173814.800000', '173815.260000', '173815.720000', '173816.180000', '173816.640000', '173817.100000', '173817.560000', '173818.020000', '173818.480000', '173818.940000', '173819.400000', '173819.860000', '173820.320000', '173820.780000', '173821.240000', '173821.700000', '173822.160000', '173822.620000', '173823.080000', '173823.540000', '173824.000000', '173824.460000', '173824.920000', '173825.380000', '173825.840000', '173826.300000', '173826.760000', '173827.220000', '173827.680000', '173828.140000', '173828.600000', '173829.060000', '173829.520000', '173829.980000', '173830.440000', '173830.900000', '173831.360000', '173831.820000', '173832.280000', '173832.740000', '173833.200000', '173833.660000', '173834.120000', '173834.580000', '173835.040000', '173835.500000', '173835.960000', '173836.420000', '173836.880000', '173837.340000', '173837.800000', '173838.260000', '173838.720000', '173839.180000', '173839.640000', '173840.100000', '173840.560000', '173841.020000', '173841.480000', '173841.940000', '173842.400000', '173842.860000', '173843.320000', '173843.780000', '173844.240000', '173844.700000', '173845.160000', '173845.620000', '173846.080000', '173846.540000', '173847.000000', '173847.460000', '173847.920000', '173848.380000', '173848.840000', '173849.300000', '173849.760000', '173850.220000', '173850.680000', '173851.140000', '173851.600000', '173852.060000', '173852.520000', '173852.980000', '173853.440000', '173853.900000', '173854.360000', '173854.820000', '173855.280000', '173855.740000', '173856.200000', '173856.660000', '173857.120000', '173857.580000', '173858.040000', '173858.500000', '173858.960000', '173859.420000', '173859.880000', '173900.340000', '173900.800000', '173901.260000', '173901.720000', '173902.180000', '173902.640000', '173903.100000', '173903.560000', '173904.020000', '173904.480000', '173904.940000', '173905.400000', '173905.860000', '173906.320000', '173906.780000', '173907.240000', '173907.700000', '173908.160000', '173908.620000', '173909.080000', '173909.540000', '173910.000000', '173910.460000', '173910.920000', '173911.380000', '173911.840000', '173912.300000', '173912.760000', '173913.220000', '173913.680000', '173914.140000', '173914.600000', '173915.060000', '173915.520000', '173915.980000', '173916.440000', '173916.900000', '173917.360000', '173917.820000', '173918.280000', '173918.740000', '173919.200000', '173919.660000', '173920.120000', '173920.580000', '173921.040000', '173921.500000', '173921.960000', '173922.420000', '173922.880000', '173923.340000', '173923.800000', '173924.260000', '173924.720000', '173925.180000', '173925.640000', '173926.100000', '173926.560000', '173927.020000', '173927.480000', '173927.940000', '173928.400000', '173928.860000', '173929.320000', '173929.780000', '173930.240000', '173930.700000', '173931.160000', '173931.620000', '173932.080000', '173932.540000', '173933.000000', '173933.460000', '173933.920000', '173934.380000', '173934.840000', '173935.300000', '173935.760000', '173936.220000', '173936.680000', '173937.140000', '173937.600000', '173938.060000', '173938.520000', '173938.980000', '173939.440000', '173939.900000', '173940.360000', '173940.820000', '173941.280000', '173941.740000', '173942.200000', '173942.660000', '173943.120000', '173943.580000', '173944.040000', '173944.500000', '173944.960000', '173945.420000', '173945.880000', '173946.340000', '173946.800000', '173947.260000', '173947.720000', '173948.180000', '173948.640000', '173949.100000', '173949.560000', '173950.020000', '173950.480000', '173950.940000', '173951.400000', '173951.860000', '173952.320000', '173952.780000', '173953.240000', '173953.700000', '173954.160000', '173954.620000', '173955.080000', '173955.540000', '173956.000000', '173956.460000', '173956.920000', '173957.380000', '173957.840000', '173958.300000', '173958.760000', '173959.220000', '173959.680000', '174000.140000', '174000.600000', '174001.060000', '174001.520000', '174001.980000', '174002.440000', '174002.900000', '174003.360000', '174003.820000', '174004.280000', '174004.740000', '174005.200000', '174005.660000', '174006.120000', '174006.580000', '174007.040000', '174007.500000', '174007.960000', '174008.420000', '174008.880000', '174009.340000', '174009.800000', '174010.260000', '174010.720000', '174011.180000', '174011.640000', '174012.100000', '174012.560000', '174013.020000', '174013.480000', '174013.940000', '174014.400000', '174014.860000', '174015.320000', '174015.780000', '174016.240000', '174016.700000', '174017.160000', '174017.620000', '174018.080000', '174018.540000', '174019.000000', '174019.460000', '174019.920000', '174020.380000', '174020.840000', '174021.300000', '174021.760000', '174022.220000', '174022.680000', '174023.140000', '174023.600000', '174024.060000', '174024.520000', '174024.980000', '174025.440000', '174025.900000', '174026.360000', '174026.820000', '174027.280000', '174027.740000', '174028.200000', '174028.660000', '174029.120000', '174029.580000', '174030.040000', '174030.500000', '174030.960000', '174031.420000', '174031.880000', '174032.340000', '174032.800000', '174033.260000', '174033.720000', '174034.180000', '174034.640000', '174035.100000', '174035.560000', '174036.020000', '174036.480000', '174036.940000', '174037.400000', '174037.860000', '174038.320000', '174038.780000', '174039.240000', '174039.700000', '174040.160000', '174040.620000', '174041.080000', '174041.540000', '174042.000000', '174042.460000', '174042.920000', '174043.380000', '174043.840000', '174044.300000', '174044.760000', '174045.220000', '174045.680000', '174046.140000', '174046.600000', '174047.060000', '174047.520000', '174047.980000', '174048.440000', '174048.900000', '174049.360000', '174049.820000', '174050.280000', '174050.740000', '174051.200000', '174051.660000', '174052.120000', '174052.580000', '174053.040000', '174053.500000', '174053.960000', '174054.420000', '174054.880000', '174055.340000', '174055.800000', '174056.260000', '174056.720000', '174057.180000', '174057.640000', '174058.100000', '174058.560000', '174059.020000', '174059.480000', '174059.940000', '174100.400000', '174100.860000', '174101.320000', '174101.780000', '174102.240000', '174102.700000', '174103.160000', '174103.620000', '174104.080000', '174104.540000', '174105.000000', '174105.460000', '174105.920000', '174106.380000', '174106.840000', '174107.300000', '174107.760000', '174108.220000', '174108.680000', '174109.140000', '174109.600000', '174110.060000', '174110.520000', '174110.980000', '174111.440000', '174111.900000', '174112.360000', '174112.820000', '174113.280000', '174113.740000', '174114.200000', '174114.660000', '174115.120000', '174115.580000', '174116.040000', '174116.500000', '174116.960000', '174117.420000', '174117.880000', '174118.340000', '174118.800000', '174119.260000', '174119.720000', '174120.180000', '174120.640000', '174121.100000', '174121.560000', '174122.020000', '174122.480000', '174122.940000', '174123.400000', '174123.860000', '174124.320000', '174124.780000', '174125.240000', '174125.700000', '174126.160000', '174126.620000', '174127.080000', '174127.540000', '174128.000000', '174128.460000', '174128.920000', '174129.380000', '174129.840000', '174130.300000', '174130.760000', '174131.220000', '174131.680000', '174132.140000', '174132.600000', '174133.060000', '174133.520000', '174133.980000', '174134.440000', '174134.900000', '174135.360000', '174135.820000', '174136.280000', '174136.740000', '174137.200000', '174137.660000', '174138.120000', '174138.580000', '174139.040000', '174139.500000', '174139.960000', '174140.420000', '174140.880000', '174141.340000', '174141.800000', '174142.260000', '174142.720000', '174143.180000', '174143.640000', '174144.100000', '174144.560000', '174145.020000', '174145.480000', '174145.940000', '174146.400000', '174146.860000', '174147.320000', '174147.780000', '174148.240000', '174148.700000', '174149.160000', '174149.620000', '174150.080000', '174150.540000', '174151.000000', '174151.460000', '174151.920000', '174152.380000', '174152.840000', '174153.300000', '174153.760000', '174154.220000', '174154.680000', '174155.140000', '174155.600000', '174156.060000', '174156.520000', '174156.980000', '174157.440000', '174157.900000', '174158.360000', '174158.820000', '174159.280000', '174159.740000', '174200.200000', '174200.660000', '174201.120000', '174201.580000', '174202.040000'], 'ContentTime': ['173538.737000', '173538.740000', '173538.743000', '173538.746000', '173538.748000', '173538.751000', '173538.753000', '173538.756000', '173538.758000', '173538.761000', '173538.764000', '173538.766000', '173538.769000', '173538.772000', '173538.774000', '173538.777000', '173538.779000', '173538.782000', '173538.784000', '173538.787000', '173538.789000', '173538.792000', '173538.794000', '173538.797000', '173538.800000', '173538.809000', '173538.811000', '173538.814000', '173538.817000', '173538.821000', '173538.823000', '173538.826000', '173538.828000', '173538.831000', '173538.833000', '173558.702000', '173558.705000', '173558.708000', '173558.710000', '173558.713000', '173558.716000', '173558.718000', '173558.721000', '173558.723000', '173558.726000', '173558.741000', '173558.744000', '173558.746000', '173558.749000', '173558.751000', '173558.754000', '173558.757000', '173558.759000', '173558.762000', '173558.764000', '173558.767000', '173558.770000', '173558.772000', '173558.775000', '173558.777000', '173558.780000', '173558.783000', '173558.785000', '173558.788000', '173558.790000', '173558.793000', '173558.795000', '173558.798000', '173558.800000', '173558.803000', '173558.806000', '173558.808000', '173558.811000', '173558.813000', '173558.816000', '173558.818000', '173558.821000', '173558.823000', '173618.702000', '173618.712000', '173618.715000', '173618.718000', '173618.720000', '173618.723000', '173618.725000', '173618.728000', '173618.730000', '173618.733000', '173618.736000', '173618.738000', '173618.741000', '173618.743000', '173618.746000', '173618.748000', '173618.751000', '173618.754000', '173618.756000', '173618.759000', '173618.761000', '173618.764000', '173618.766000', '173618.769000', '173618.771000', '173618.774000', '173618.777000', '173618.779000', '173618.782000', '173618.784000', '173618.787000', '173618.789000', '173618.792000', '173618.794000', '173618.797000', '173618.800000', '173618.802000', '173618.805000', '173618.808000', '173618.810000', '173618.813000', '173618.815000', '173618.818000', '173618.820000', '173638.702000', '173638.705000', '173638.708000', '173638.710000', '173638.713000', '173638.716000', '173638.718000', '173638.721000', '173638.723000', '173638.726000', '173638.729000', '173638.731000', '173638.734000', '173638.736000', '173638.739000', '173638.741000', '173638.744000', '173638.746000', '173638.749000', '173638.752000', '173638.754000', '173638.757000', '173638.759000', '173638.762000', '173638.764000', '173638.767000', '173638.769000', '173638.773000', '173638.776000', '173638.778000', '173638.781000', '173638.783000', '173638.786000', '173638.789000', '173638.791000', '173638.794000', '173638.797000', '173638.800000', '173638.803000', '173638.806000', '173638.808000', '173638.811000', '173638.814000', '173658.702000', '173658.705000', '173658.708000', '173658.711000', '173658.713000', '173658.716000', '173658.718000', '173658.721000', '173658.723000', '173658.726000', '173658.729000', '173658.731000', '173658.734000', '173658.736000', '173658.739000', '173658.741000', '173658.744000', '173658.746000', '173658.762000', '173658.764000', '173658.767000', '173658.769000', '173658.772000', '173658.774000', '173658.777000', '173658.780000', '173658.782000', '173658.785000', '173658.787000', '173658.790000', '173658.793000', '173658.795000', '173658.798000', '173658.800000', '173658.803000', '173658.806000', '173658.815000', '173658.818000', '173658.821000', '173658.823000', '173658.826000', '173658.828000', '173658.831000', '173658.833000', '173718.702000', '173718.705000', '173718.708000', '173718.711000', '173718.713000', '173718.716000', '173718.720000', '173718.723000', '173718.725000', '173718.728000', '173718.731000', '173718.733000', '173718.736000', '173718.739000', '173718.741000', '173718.744000', '173718.746000', '173718.749000', '173718.752000', '173718.754000', '173718.757000', '173718.759000', '173718.762000', '173718.764000', '173718.767000', '173718.770000', '173718.772000', '173718.775000', '173718.777000', '173718.780000', '173718.782000', '173718.785000', '173718.787000', '173718.790000', '173718.793000', '173718.795000', '173718.798000', '173718.800000', '173718.803000', '173718.805000', '173718.808000', '173718.811000', '173718.813000', '173738.701000', '173738.704000', '173738.707000', '173738.710000', '173738.712000', '173738.715000', '173738.717000', '173738.720000', '173738.723000', '173738.725000', '173738.728000', '173738.730000', '173738.733000', '173738.735000', '173738.738000', '173738.741000', '173738.743000', '173738.746000', '173738.748000', '173738.751000', '173738.754000', '173738.756000', '173738.759000', '173738.761000', '173738.764000', '173738.766000', '173738.769000', '173738.772000', '173738.774000', '173738.777000', '173738.779000', '173738.782000', '173738.785000', '173738.787000', '173738.790000', '173738.792000', '173738.795000', '173738.797000', '173738.800000', '173738.803000', '173738.805000', '173738.808000', '173738.810000', '173738.813000', '173758.702000', '173758.705000', '173758.708000', '173758.711000', '173758.713000', '173758.716000', '173758.718000', '173758.721000', '173758.724000', '173758.726000', '173758.729000', '173758.731000', '173758.734000', '173758.737000', '173758.739000', '173758.742000', '173758.744000', '173758.747000', '173758.750000', '173758.762000', '173758.764000', '173758.767000', '173758.769000', '173758.772000', '173758.774000', '173758.777000', '173758.780000', '173758.783000', '173758.786000', '173758.789000', '173758.792000', '173758.795000', '173758.797000', '173758.800000', '173758.803000', '173758.805000', '173758.808000', '173758.811000', '173758.814000', '173758.817000', '173758.819000', '173758.822000', '173758.824000', '173818.703000', '173818.705000', '173818.708000', '173818.711000', '173818.713000', '173818.716000', '173818.719000', '173818.721000', '173818.724000', '173818.726000', '173818.729000', '173818.731000', '173818.734000', '173818.737000', '173818.739000', '173818.742000', '173818.744000', '173818.747000', '173818.750000', '173818.752000', '173818.755000', '173818.757000', '173818.760000', '173818.763000', '173818.765000', '173818.768000', '173818.770000', '173818.773000', '173818.776000', '173818.778000', '173818.781000', '173818.784000', '173818.786000', '173818.789000', '173818.791000', '173818.794000', '173818.797000', '173818.799000', '173818.802000', '173818.804000', '173818.807000', '173818.810000', '173818.812000', '173818.815000', '173838.702000', '173838.705000', '173838.708000', '173838.711000', '173838.713000', '173838.716000', '173838.718000', '173838.721000', '173838.724000', '173838.726000', '173838.729000', '173838.731000', '173838.734000', '173838.758000', '173838.761000', '173838.764000', '173838.766000', '173838.769000', '173838.771000', '173838.774000', '173838.776000', '173838.779000', '173838.781000', '173838.784000', '173838.787000', '173838.789000', '173838.792000', '173838.794000', '173838.797000', '173838.800000', '173838.802000', '173838.805000', '173838.807000', '173838.810000', '173838.812000', '173838.815000', '173838.818000', '173838.820000', '173838.823000', '173838.825000', '173838.828000', '173838.830000', '173838.833000', '173858.702000', '173858.706000', '173858.708000', '173858.711000', '173858.713000', '173858.716000', '173858.719000', '173858.721000', '173858.724000', '173858.727000', '173858.729000', '173858.732000', '173858.735000', '173858.737000', '173858.740000', '173858.742000', '173858.745000', '173858.748000', '173858.750000', '173858.753000', '173858.755000', '173858.758000', '173858.761000', '173858.763000', '173858.766000', '173858.768000', '173858.771000', '173858.774000', '173858.776000', '173858.779000', '173858.781000', '173858.784000', '173858.786000', '173858.789000', '173858.792000', '173858.794000', '173858.797000', '173858.800000', '173858.802000', '173858.805000', '173858.807000', '173858.810000', '173858.813000', '173858.816000', '173918.703000', '173918.705000', '173918.708000', '173918.711000', '173918.713000', '173918.716000', '173918.718000', '173918.721000', '173918.724000', '173918.726000', '173918.729000', '173918.731000', '173918.734000', '173918.736000', '173918.739000', '173918.742000', '173918.744000', '173918.747000', '173918.749000', '173918.752000', '173918.754000', '173918.757000', '173918.759000', '173918.762000', '173918.765000', '173918.767000', '173918.770000', '173918.772000', '173918.775000', '173918.778000', '173918.780000', '173918.783000', '173918.785000', '173918.788000', '173918.790000', '173918.793000', '173918.795000', '173918.798000', '173918.801000', '173918.804000', '173918.807000', '173918.810000', '173918.812000', '173938.703000', '173938.705000', '173938.708000', '173938.711000', '173938.713000', '173938.716000', '173938.718000', '173938.721000', '173938.724000', '173938.726000', '173938.729000', '173938.731000', '173938.734000', '173938.737000', '173938.739000', '173938.742000', '173938.745000', '173938.747000', '173938.750000', '173938.752000', '173938.755000', '173938.757000', '173938.760000', '173938.763000', '173938.765000', '173938.768000', '173938.770000', '173938.773000', '173938.776000', '173938.778000', '173938.781000', '173938.783000', '173938.786000', '173938.789000', '173938.791000', '173938.794000', '173938.796000', '173938.799000', '173938.802000', '173938.804000', '173938.807000', '173938.809000', '173938.812000', '173938.815000', '173958.702000', '173958.705000', '173958.708000', '173958.710000', '173958.713000', '173958.716000', '173958.718000', '173958.721000', '173958.723000', '173958.726000', '173958.729000', '173958.731000', '173958.734000', '173958.737000', '173958.739000', '173958.742000', '173958.744000', '173958.747000', '173958.750000', '173958.752000', '173958.755000', '173958.758000', '173958.760000', '173958.763000', '173958.765000', '173958.768000', '173958.771000', '173958.773000', '173958.776000', '173958.778000', '173958.781000', '173958.783000', '173958.786000', '173958.789000', '173958.791000', '173958.794000', '173958.796000', '173958.799000', '173958.811000', '173958.814000', '173958.816000', '173958.819000', '173958.821000', '174018.703000', '174018.706000', '174018.708000', '174018.711000', '174018.714000', '174018.716000', '174018.719000', '174018.722000', '174018.724000', '174018.727000', '174018.729000', '174018.732000', '174018.735000', '174018.737000', '174018.740000', '174018.742000', '174018.745000', '174018.748000', '174018.750000', '174018.753000', '174018.756000', '174018.758000', '174018.761000', '174018.764000', '174018.766000', '174018.769000', '174018.772000', '174018.774000', '174018.777000', '174018.780000', '174018.783000', '174018.785000', '174018.788000', '174018.790000', '174018.793000', '174018.796000', '174018.799000', '174018.801000', '174018.804000', '174018.807000', '174018.809000', '174018.812000', '174018.814000', '174018.817000', '174038.702000', '174038.705000', '174038.708000', '174038.710000', '174038.713000', '174038.716000', '174038.718000', '174038.721000', '174038.723000', '174038.726000', '174038.729000', '174038.731000', '174038.734000', '174038.736000', '174038.739000', '174038.741000', '174038.744000', '174038.746000', '174038.749000', '174038.751000', '174038.754000', '174038.757000', '174038.759000', '174038.762000', '174038.765000', '174038.767000', '174038.770000', '174038.772000', '174038.775000', '174038.778000', '174038.780000', '174038.783000', '174038.785000', '174038.788000', '174038.791000', '174038.793000', '174038.796000', '174038.798000', '174038.801000', '174038.804000', '174038.815000', '174038.817000', '174038.820000', '174058.702000', '174058.706000', '174058.708000', '174058.711000', '174058.713000', '174058.716000', '174058.719000', '174058.721000', '174058.724000', '174058.727000', '174058.729000', '174058.732000', '174058.735000', '174058.737000', '174058.740000', '174058.742000', '174058.745000', '174058.748000', '174058.750000', '174058.753000', '174058.756000', '174058.758000', '174058.761000', '174058.763000', '174058.766000', '174058.769000', '174058.773000', '174058.776000', '174058.778000', '174058.781000', '174058.783000', '174058.786000', '174058.789000', '174058.791000', '174058.794000', '174058.796000', '174058.799000', '174058.802000', '174058.804000', '174058.807000', '174058.810000', '174058.812000', '174058.815000', '174058.817000', '174118.702000', '174118.705000', '174118.708000', '174118.710000', '174118.713000', '174118.715000', '174118.718000', '174118.721000', '174118.723000', '174118.726000', '174118.728000', '174118.731000', '174118.733000', '174118.736000', '174118.739000', '174118.741000', '174118.744000', '174118.746000', '174118.749000', '174118.751000', '174118.754000', '174118.757000', '174118.759000', '174118.762000', '174118.764000', '174118.767000', '174118.769000', '174118.772000', '174118.775000', '174118.777000', '174118.780000', '174118.782000', '174118.785000', '174118.788000', '174118.790000', '174118.801000', '174118.804000', '174118.806000', '174118.809000', '174118.812000', '174118.814000', '174118.817000', '174118.820000', '174138.703000', '174138.706000', '174138.708000', '174138.711000', '174138.714000', '174138.716000', '174138.732000', '174138.735000', '174138.738000', '174138.740000', '174138.743000', '174138.745000', '174138.748000', '174138.751000', '174138.753000', '174138.756000', '174138.759000', '174138.761000', '174138.764000', '174138.766000', '174138.769000', '174138.771000', '174138.774000', '174138.777000', '174138.779000', '174138.782000', '174138.785000', '174138.787000', '174138.790000', '174138.792000', '174138.795000', '174138.797000', '174138.800000', '174138.803000', '174138.805000', '174138.808000', '174138.811000', '174138.813000', '174138.816000', '174138.819000', '174138.821000', '174138.824000', '174138.827000', '174138.829000', '174158.703000', '174158.705000', '174158.708000', '174158.711000', '174158.713000', '174158.716000', '174158.718000', '174158.721000', '174158.724000', '174158.726000', '174158.729000', '174158.731000', '174158.734000', '174158.737000', '174158.739000', '174158.742000', '174158.744000', '174158.747000', '174158.749000', '174158.752000', '174158.755000', '174158.757000', '174158.760000', '174158.762000', '174158.765000', '174158.767000', '174158.770000', '174158.773000', '174158.775000', '174158.778000', '174158.781000', '174158.783000', '174158.786000', '174158.788000', '174158.791000', '174158.793000', '174158.796000', '174158.799000', '174158.801000', '174158.804000', '174158.807000', '174158.809000', '174158.812000', '174203.483000', '174203.486000', '174203.489000', '174203.491000', '174203.494000', '174203.497000', '174203.500000', '174203.502000', '174203.505000', '174203.508000', '174203.510000'], 'InstanceCreationTime': ['173538.737000', '173538.740000', '173538.743000', '173538.746000', '173538.748000', '173538.751000', '173538.753000', '173538.756000', '173538.758000', '173538.761000', '173538.764000', '173538.766000', '173538.769000', '173538.772000', '173538.774000', '173538.777000', '173538.779000', '173538.782000', '173538.784000', '173538.787000', '173538.789000', '173538.792000', '173538.794000', '173538.797000', '173538.800000', '173538.809000', '173538.811000', '173538.814000', '173538.817000', '173538.821000', '173538.823000', '173538.826000', '173538.828000', '173538.831000', '173538.833000', '173558.702000', '173558.705000', '173558.708000', '173558.710000', '173558.713000', '173558.716000', '173558.718000', '173558.721000', '173558.723000', '173558.726000', '173558.741000', '173558.744000', '173558.746000', '173558.749000', '173558.751000', '173558.754000', '173558.757000', '173558.759000', '173558.762000', '173558.764000', '173558.767000', '173558.770000', '173558.772000', '173558.775000', '173558.777000', '173558.780000', '173558.783000', '173558.785000', '173558.788000', '173558.790000', '173558.793000', '173558.795000', '173558.798000', '173558.800000', '173558.803000', '173558.806000', '173558.808000', '173558.811000', '173558.813000', '173558.816000', '173558.818000', '173558.821000', '173558.823000', '173618.702000', '173618.712000', '173618.715000', '173618.718000', '173618.720000', '173618.723000', '173618.725000', '173618.728000', '173618.730000', '173618.733000', '173618.736000', '173618.738000', '173618.741000', '173618.743000', '173618.746000', '173618.748000', '173618.751000', '173618.754000', '173618.756000', '173618.759000', '173618.761000', '173618.764000', '173618.766000', '173618.769000', '173618.771000', '173618.774000', '173618.777000', '173618.779000', '173618.782000', '173618.784000', '173618.787000', '173618.789000', '173618.792000', '173618.794000', '173618.797000', '173618.800000', '173618.802000', '173618.805000', '173618.808000', '173618.810000', '173618.813000', '173618.815000', '173618.818000', '173618.820000', '173638.702000', '173638.705000', '173638.708000', '173638.710000', '173638.713000', '173638.716000', '173638.718000', '173638.721000', '173638.723000', '173638.726000', '173638.729000', '173638.731000', '173638.734000', '173638.736000', '173638.739000', '173638.741000', '173638.744000', '173638.746000', '173638.749000', '173638.752000', '173638.754000', '173638.757000', '173638.759000', '173638.762000', '173638.764000', '173638.767000', '173638.769000', '173638.773000', '173638.776000', '173638.778000', '173638.781000', '173638.783000', '173638.786000', '173638.789000', '173638.791000', '173638.794000', '173638.797000', '173638.800000', '173638.803000', '173638.806000', '173638.808000', '173638.811000', '173638.814000', '173658.702000', '173658.705000', '173658.708000', '173658.711000', '173658.713000', '173658.716000', '173658.718000', '173658.721000', '173658.723000', '173658.726000', '173658.729000', '173658.731000', '173658.734000', '173658.736000', '173658.739000', '173658.741000', '173658.744000', '173658.746000', '173658.762000', '173658.764000', '173658.767000', '173658.769000', '173658.772000', '173658.774000', '173658.777000', '173658.780000', '173658.782000', '173658.785000', '173658.787000', '173658.790000', '173658.793000', '173658.795000', '173658.798000', '173658.800000', '173658.803000', '173658.806000', '173658.815000', '173658.818000', '173658.821000', '173658.823000', '173658.826000', '173658.828000', '173658.831000', '173658.833000', '173718.702000', '173718.705000', '173718.708000', '173718.711000', '173718.713000', '173718.716000', '173718.720000', '173718.723000', '173718.725000', '173718.728000', '173718.731000', '173718.733000', '173718.736000', '173718.739000', '173718.741000', '173718.744000', '173718.746000', '173718.749000', '173718.752000', '173718.754000', '173718.757000', '173718.759000', '173718.762000', '173718.764000', '173718.767000', '173718.770000', '173718.772000', '173718.775000', '173718.777000', '173718.780000', '173718.782000', '173718.785000', '173718.787000', '173718.790000', '173718.793000', '173718.795000', '173718.798000', '173718.800000', '173718.803000', '173718.805000', '173718.808000', '173718.811000', '173718.813000', '173738.701000', '173738.704000', '173738.707000', '173738.710000', '173738.712000', '173738.715000', '173738.717000', '173738.720000', '173738.723000', '173738.725000', '173738.728000', '173738.730000', '173738.733000', '173738.735000', '173738.738000', '173738.741000', '173738.743000', '173738.746000', '173738.748000', '173738.751000', '173738.754000', '173738.756000', '173738.759000', '173738.761000', '173738.764000', '173738.766000', '173738.769000', '173738.772000', '173738.774000', '173738.777000', '173738.779000', '173738.782000', '173738.785000', '173738.787000', '173738.790000', '173738.792000', '173738.795000', '173738.797000', '173738.800000', '173738.803000', '173738.805000', '173738.808000', '173738.810000', '173738.813000', '173758.702000', '173758.705000', '173758.708000', '173758.711000', '173758.713000', '173758.716000', '173758.718000', '173758.721000', '173758.724000', '173758.726000', '173758.729000', '173758.731000', '173758.734000', '173758.737000', '173758.739000', '173758.742000', '173758.744000', '173758.747000', '173758.750000', '173758.762000', '173758.764000', '173758.767000', '173758.769000', '173758.772000', '173758.774000', '173758.777000', '173758.780000', '173758.783000', '173758.786000', '173758.789000', '173758.792000', '173758.795000', '173758.797000', '173758.800000', '173758.803000', '173758.805000', '173758.808000', '173758.811000', '173758.814000', '173758.817000', '173758.819000', '173758.822000', '173758.824000', '173818.703000', '173818.705000', '173818.708000', '173818.711000', '173818.713000', '173818.716000', '173818.719000', '173818.721000', '173818.724000', '173818.726000', '173818.729000', '173818.731000', '173818.734000', '173818.737000', '173818.739000', '173818.742000', '173818.744000', '173818.747000', '173818.750000', '173818.752000', '173818.755000', '173818.757000', '173818.760000', '173818.763000', '173818.765000', '173818.768000', '173818.770000', '173818.773000', '173818.776000', '173818.778000', '173818.781000', '173818.784000', '173818.786000', '173818.789000', '173818.791000', '173818.794000', '173818.797000', '173818.799000', '173818.802000', '173818.804000', '173818.807000', '173818.810000', '173818.812000', '173818.815000', '173838.702000', '173838.705000', '173838.708000', '173838.711000', '173838.713000', '173838.716000', '173838.718000', '173838.721000', '173838.724000', '173838.726000', '173838.729000', '173838.731000', '173838.734000', '173838.758000', '173838.761000', '173838.764000', '173838.766000', '173838.769000', '173838.771000', '173838.774000', '173838.776000', '173838.779000', '173838.781000', '173838.784000', '173838.787000', '173838.789000', '173838.792000', '173838.794000', '173838.797000', '173838.800000', '173838.802000', '173838.805000', '173838.807000', '173838.810000', '173838.812000', '173838.815000', '173838.818000', '173838.820000', '173838.823000', '173838.825000', '173838.828000', '173838.830000', '173838.833000', '173858.702000', '173858.706000', '173858.708000', '173858.711000', '173858.713000', '173858.716000', '173858.719000', '173858.721000', '173858.724000', '173858.727000', '173858.729000', '173858.732000', '173858.735000', '173858.737000', '173858.740000', '173858.742000', '173858.745000', '173858.748000', '173858.750000', '173858.753000', '173858.755000', '173858.758000', '173858.761000', '173858.763000', '173858.766000', '173858.768000', '173858.771000', '173858.774000', '173858.776000', '173858.779000', '173858.781000', '173858.784000', '173858.786000', '173858.789000', '173858.792000', '173858.794000', '173858.797000', '173858.800000', '173858.802000', '173858.805000', '173858.807000', '173858.810000', '173858.813000', '173858.816000', '173918.703000', '173918.705000', '173918.708000', '173918.711000', '173918.713000', '173918.716000', '173918.718000', '173918.721000', '173918.724000', '173918.726000', '173918.729000', '173918.731000', '173918.734000', '173918.736000', '173918.739000', '173918.742000', '173918.744000', '173918.747000', '173918.749000', '173918.752000', '173918.754000', '173918.757000', '173918.759000', '173918.762000', '173918.765000', '173918.767000', '173918.770000', '173918.772000', '173918.775000', '173918.778000', '173918.780000', '173918.783000', '173918.785000', '173918.788000', '173918.790000', '173918.793000', '173918.795000', '173918.798000', '173918.801000', '173918.804000', '173918.807000', '173918.810000', '173918.812000', '173938.703000', '173938.705000', '173938.708000', '173938.711000', '173938.713000', '173938.716000', '173938.718000', '173938.721000', '173938.724000', '173938.726000', '173938.729000', '173938.731000', '173938.734000', '173938.737000', '173938.739000', '173938.742000', '173938.745000', '173938.747000', '173938.750000', '173938.752000', '173938.755000', '173938.757000', '173938.760000', '173938.763000', '173938.765000', '173938.768000', '173938.770000', '173938.773000', '173938.776000', '173938.778000', '173938.781000', '173938.783000', '173938.786000', '173938.789000', '173938.791000', '173938.794000', '173938.796000', '173938.799000', '173938.802000', '173938.804000', '173938.807000', '173938.809000', '173938.812000', '173938.815000', '173958.702000', '173958.705000', '173958.708000', '173958.710000', '173958.713000', '173958.716000', '173958.718000', '173958.721000', '173958.723000', '173958.726000', '173958.729000', '173958.731000', '173958.734000', '173958.737000', '173958.739000', '173958.742000', '173958.744000', '173958.747000', '173958.750000', '173958.752000', '173958.755000', '173958.758000', '173958.760000', '173958.763000', '173958.765000', '173958.768000', '173958.771000', '173958.773000', '173958.776000', '173958.778000', '173958.781000', '173958.783000', '173958.786000', '173958.789000', '173958.791000', '173958.794000', '173958.796000', '173958.799000', '173958.811000', '173958.814000', '173958.816000', '173958.819000', '173958.821000', '174018.703000', '174018.706000', '174018.708000', '174018.711000', '174018.714000', '174018.716000', '174018.719000', '174018.722000', '174018.724000', '174018.727000', '174018.729000', '174018.732000', '174018.735000', '174018.737000', '174018.740000', '174018.742000', '174018.745000', '174018.748000', '174018.750000', '174018.753000', '174018.756000', '174018.758000', '174018.761000', '174018.764000', '174018.766000', '174018.769000', '174018.772000', '174018.774000', '174018.777000', '174018.780000', '174018.783000', '174018.785000', '174018.788000', '174018.790000', '174018.793000', '174018.796000', '174018.799000', '174018.801000', '174018.804000', '174018.807000', '174018.809000', '174018.812000', '174018.814000', '174018.817000', '174038.702000', '174038.705000', '174038.708000', '174038.710000', '174038.713000', '174038.716000', '174038.718000', '174038.721000', '174038.723000', '174038.726000', '174038.729000', '174038.731000', '174038.734000', '174038.736000', '174038.739000', '174038.741000', '174038.744000', '174038.746000', '174038.749000', '174038.751000', '174038.754000', '174038.757000', '174038.759000', '174038.762000', '174038.765000', '174038.767000', '174038.770000', '174038.772000', '174038.775000', '174038.778000', '174038.780000', '174038.783000', '174038.785000', '174038.788000', '174038.791000', '174038.793000', '174038.796000', '174038.798000', '174038.801000', '174038.804000', '174038.815000', '174038.817000', '174038.820000', '174058.702000', '174058.706000', '174058.708000', '174058.711000', '174058.713000', '174058.716000', '174058.719000', '174058.721000', '174058.724000', '174058.727000', '174058.729000', '174058.732000', '174058.735000', '174058.737000', '174058.740000', '174058.742000', '174058.745000', '174058.748000', '174058.750000', '174058.753000', '174058.756000', '174058.758000', '174058.761000', '174058.763000', '174058.766000', '174058.769000', '174058.773000', '174058.776000', '174058.778000', '174058.781000', '174058.783000', '174058.786000', '174058.789000', '174058.791000', '174058.794000', '174058.796000', '174058.799000', '174058.802000', '174058.804000', '174058.807000', '174058.810000', '174058.812000', '174058.815000', '174058.817000', '174118.702000', '174118.705000', '174118.708000', '174118.710000', '174118.713000', '174118.715000', '174118.718000', '174118.721000', '174118.723000', '174118.726000', '174118.728000', '174118.731000', '174118.733000', '174118.736000', '174118.739000', '174118.741000', '174118.744000', '174118.746000', '174118.749000', '174118.751000', '174118.754000', '174118.757000', '174118.759000', '174118.762000', '174118.764000', '174118.767000', '174118.769000', '174118.772000', '174118.775000', '174118.777000', '174118.780000', '174118.782000', '174118.785000', '174118.788000', '174118.790000', '174118.801000', '174118.804000', '174118.806000', '174118.809000', '174118.812000', '174118.814000', '174118.817000', '174118.820000', '174138.703000', '174138.706000', '174138.708000', '174138.711000', '174138.714000', '174138.716000', '174138.732000', '174138.735000', '174138.738000', '174138.740000', '174138.743000', '174138.745000', '174138.748000', '174138.751000', '174138.753000', '174138.756000', '174138.759000', '174138.761000', '174138.764000', '174138.766000', '174138.769000', '174138.771000', '174138.774000', '174138.777000', '174138.779000', '174138.782000', '174138.785000', '174138.787000', '174138.790000', '174138.792000', '174138.795000', '174138.797000', '174138.800000', '174138.803000', '174138.805000', '174138.808000', '174138.811000', '174138.813000', '174138.816000', '174138.819000', '174138.821000', '174138.824000', '174138.827000', '174138.829000', '174158.703000', '174158.705000', '174158.708000', '174158.711000', '174158.713000', '174158.716000', '174158.718000', '174158.721000', '174158.724000', '174158.726000', '174158.729000', '174158.731000', '174158.734000', '174158.737000', '174158.739000', '174158.742000', '174158.744000', '174158.747000', '174158.749000', '174158.752000', '174158.755000', '174158.757000', '174158.760000', '174158.762000', '174158.765000', '174158.767000', '174158.770000', '174158.773000', '174158.775000', '174158.778000', '174158.781000', '174158.783000', '174158.786000', '174158.788000', '174158.791000', '174158.793000', '174158.796000', '174158.799000', '174158.801000', '174158.804000', '174158.807000', '174158.809000', '174158.812000', '174203.483000', '174203.486000', '174203.489000', '174203.491000', '174203.494000', '174203.497000', '174203.500000', '174203.502000', '174203.505000', '174203.508000', '174203.510000'], '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': [10696, 11628, 15855, 9843, 18193, 11339, 15706, 11853, 14995, 9868, 13456, 8463, 14016, 9693, 13618, 10386, 10880, 16436, 10305, 17832, 12831, 14493, 11393, 15279, 9746, 14282, 9763, 17771, 12937, 10947, 12654, 7684, 13097, 8484, 15111, 9410, 15288, 13543, 13795, 19108, 11726, 22128, 12099, 18266, 12032, 17233, 11649, 16749, 9862, 14575, 13085, 11820, 21275, 10915, 18327, 11921, 15118, 9940, 12065, 9025, 10709, 7995, 13048, 8838, 11250, 11873, 9578, 20230, 12106, 16168, 11447, 14516, 10158, 13164, 9160, 13301, 8711, 12444, 9288, 9944, 13397, 11006, 14693, 10428, 12390, 9746, 12903, 10415, 12319, 10902, 11689, 10056, 16790, 10874, 20065, 12779, 17553, 11148, 15526, 9982, 16492, 10766, 13171, 10440, 9859, 14152, 9798, 20756, 11760, 16286, 10667, 13442, 9545, 13982, 8687, 12183, 9199, 9341, 14623, 9457, 17281, 12056, 14229, 10314, 12931, 9045, 11534, 18308, 10866, 17345, 11446, 14518, 10201, 12720, 9285, 12398, 16183, 9787, 17969, 10402, 14337, 10952, 13235, 9373, 12118, 9058, 12482, 8231, 13896, 8966, 12023, 8845, 10590, 18736, 11658, 16639, 11818, 16263, 10632, 15531, 11960, 12798, 12882, 9921, 20062, 11181, 17375, 11940, 13166, 10034, 14002, 8785, 13546, 9160, 15270, 10438, 15211, 11570, 16171, 11028, 14888, 10497, 14988, 9852, 16798, 10608, 14221, 11142, 11031, 10980, 10426, 20095, 11519, 19565, 10453, 14221, 10041, 14544, 9805, 13949, 8791, 13166, 9144, 11638, 14526, 11037, 19692, 12033, 16105, 10916, 14454, 10689, 14539, 10133, 15330, 9271, 13174, 9568, 12304, 10709, 12142, 15869, 10326, 20088, 11235, 16449, 11503, 15725, 10577, 16084, 11343, 12685, 18484, 10188, 18815, 12267, 15408, 9334, 11375, 10686, 9389, 21013, 11246, 14154, 10228, 12475, 9142, 12207, 8891, 13712, 8475, 12810, 8889, 10732, 19769, 11747, 17262, 11432, 16877, 11345, 10980, 20616, 10735, 16023, 9784, 13878, 9600, 12154, 8399, 12468, 8454, 11222, 8215, 11473, 17169, 12385, 19862, 10441, 20361, 10610, 17356, 11793, 15330, 10207, 13057, 9391, 13656, 9933, 15315, 10301, 15139, 9993, 13681, 9519, 16035, 8950, 13643, 9643, 11460, 10547, 11471, 18314, 11472, 15839, 9489, 15316, 9111, 19046, 11539, 16520, 11260, 14272, 9953, 12695, 8616, 12352, 9371, 10156, 10559, 9667, 17144, 10937, 15558, 10344, 14420, 10146, 13825, 10462, 14760, 9729, 13991, 9596, 13999, 9666, 14590, 9398, 13074, 9280, 14376, 10175, 15619, 11238, 15855, 10564, 14676, 10853, 15904, 11226, 15801, 10017, 14318, 8908, 13265, 12697, 12376, 17171, 9654, 19763, 9688, 15104, 10590, 14092, 10142, 14541, 9746, 13600, 9869, 15178, 10060, 14078, 9607, 13442, 8914, 14141, 8850, 13443, 8456, 12663, 9149, 14129, 12420, 10350, 20023, 10214, 16421, 11490, 13836, 9826, 13577, 9671, 14017, 10063, 14635, 10845, 14302, 9219, 14243, 9278, 17039, 10148, 18972, 11970, 13785, 12182, 9813, 13566, 11746, 15395, 12212, 15294, 9780, 15607, 9185, 17063, 9787, 15117, 9057, 13909, 8400, 13330, 8661, 13124, 8652, 10801, 9236, 10252, 12434, 12031, 13421, 10015, 16935, 9756, 18310, 11818, 16538, 10280, 14090, 9511, 14219, 10130, 13661, 9936, 13620, 9672, 13530, 9748, 14548, 10291, 14742, 9598, 14206, 8802, 14535, 10251, 13827, 9141, 11196, 10010, 13084, 10181, 11926, 11824, 10489, 15923, 12218, 19928, 11459, 20379, 11192, 17620, 12418, 17859, 12219, 16801, 9653, 13137, 8845, 12024, 10539, 12341, 15723, 9824, 18080, 10174, 16421, 11458, 14953, 10125, 13129, 8876, 12590, 8951, 14216, 8331, 11440, 8062, 11658, 10000, 13899, 7991, 11224, 7940, 11847, 8052, 15966, 9872, 16413, 10085, 15248, 13551, 13743, 21238, 14267, 22399, 10544, 18254, 10972, 16844, 9846, 13255, 11026, 10223, 17488, 9308, 17109, 12043, 15299, 10534, 13269, 8450, 11638, 12289, 11551, 19311, 10032, 15105, 9636, 13744, 10000, 13216, 8645, 12017, 7999, 12439, 9005, 14077, 11651, 10909, 18106, 10821, 17045, 12781, 16344, 11051, 13328, 8627, 12888, 10312, 12397, 18345, 9388, 17023, 10540, 14298, 10815, 13819, 8967, 12356, 8720, 13087, 9005, 14712, 8578, 13398, 8166, 13376, 9630, 14705, 12377, 11965, 20556, 10564, 18023, 12273, 15521, 10139, 14109, 9558, 11580, 15006, 11025, 18907, 9922, 15582, 9347, 15164, 9953, 14208, 9985, 14644, 9922, 14463, 10471, 15303, 10701, 16782, 11978, 14286, 20724, 11186, 18988, 12230, 15854, 9829, 12733, 9970, 11421, 14465, 11330, 19961, 9480, 16490, 10820, 14008, 11120, 14207, 9325, 12817, 8970, 13312, 9433, 13865, 10616, 10852, 17360, 10174, 17348, 11875, 15746, 10628, 13604, 8182, 11541, 13597, 11156, 18655, 9970, 17030, 10227, 13726, 9750, 13241, 9213, 11885, 9101, 10849, 10733, 10253, 19253, 11717, 16557, 10386, 14221, 9987, 12754, 9991, 14399, 9070, 13716, 9829, 13580, 9317, 13705, 9322, 16552, 10408, 17606, 10635, 16737, 10464, 19959, 12258, 20697, 12151, 21686, 11587, 17944, 11225, 15997, 9229, 14153, 11719, 11983, 11199, 10085, 21337, 11347, 18005, 11895, 14941, 9490, 12142, 8716, 11696, 8509, 12745, 9999, 12990, 10835, 10249, 15351, 10028, 19519, 11639, 15830, 10963, 14220, 10023, 13953, 10101, 14116, 10229, 15097, 9412, 13978, 8953, 14381, 9015, 15362, 9901, 13128, 13148, 10610, 20667, 12089, 17107, 11012, 12932, 8581, 11372, 11106, 9325, 17550, 11336, 14498, 10140, 11919, 8097, 10532, 8518, 10804, 11893, 9821, 16390, 9178, 16357, 10276, 14297, 10757, 14422, 9353, 13225, 8539, 13581, 9170, 16037, 9017, 14049, 8626, 14912, 10739, 16366, 12510, 14364, 11570, 12436, 17950, 12592, 21263, 12228, 22343, 11847, 18605, 11702, 17504, 12152, 13600, 11503, 9410, 20112, 9916, 16198, 10751, 13529, 8370, 11656, 8453, 10021, 14158, 10198, 18664, 11050, 15256, 10757, 13930, 10521, 15105, 10128, 14901, 10024, 14834, 11003, 15726, 10791, 15505, 10949, 16681, 10911, 19424, 10342, 20161, 10544, 20190, 10999, 17066, 8844, 13873, 9424, 18788, 11276, 19932, 11589, 20164, 10784, 16382, 10421, 14316, 10174, 14262, 9144, 12193, 8994, 10952, 15756, 11048, 18119, 10661, 15835, 10162, 13500, 9992, 12157, 9423, 14508, 8847, 14513, 9361, 15384, 10386, 16389, 10910, 16120, 10238, 16800, 11631, 15265, 13207, 14472, 12696, 12265, 18203, 9852], 'WindowCenter': [4351.0, 4359.0, 4377.0, 4324.0, 4385.0, 4347.0, 4365.0, 4344.0, 4367.0, 4321.0, 4357.0, 4302.0, 4352.0, 4316.0, 4352.0, 4309.0, 4320.0, 4361.0, 4321.0, 4371.0, 4343.0, 4352.0, 4332.0, 4368.0, 4329.0, 4365.0, 4335.0, 4397.0, 4357.0, 4335.0, 4359.0, 4291.0, 4354.0, 4300.0, 4363.0, 4318.0, 4375.0, 4355.0, 4368.0, 4396.0, 4348.0, 4400.0, 4342.0, 4372.0, 4330.0, 4361.0, 4320.0, 4361.0, 4308.0, 4351.0, 4327.0, 4316.0, 4366.0, 4304.0, 4358.0, 4315.0, 4334.0, 4293.0, 4315.0, 4284.0, 4308.0, 4290.0, 4337.0, 4296.0, 4317.0, 4317.0, 4308.0, 4381.0, 4329.0, 4360.0, 4330.0, 4343.0, 4307.0, 4344.0, 4308.0, 4338.0, 4298.0, 4330.0, 4297.0, 4319.0, 4343.0, 4319.0, 4355.0, 4331.0, 4340.0, 4322.0, 4345.0, 4333.0, 4342.0, 4338.0, 4342.0, 4327.0, 4374.0, 4334.0, 4401.0, 4356.0, 4375.0, 4332.0, 4367.0, 4310.0, 4361.0, 4319.0, 4340.0, 4307.0, 4308.0, 4338.0, 4308.0, 4384.0, 4330.0, 4352.0, 4309.0, 4327.0, 4310.0, 4339.0, 4298.0, 4331.0, 4301.0, 4309.0, 4350.0, 4310.0, 4361.0, 4330.0, 4339.0, 4309.0, 4330.0, 4303.0, 4331.0, 4370.0, 4320.0, 4360.0, 4319.0, 4343.0, 4308.0, 4329.0, 4297.0, 4329.0, 4347.0, 4307.0, 4357.0, 4318.0, 4342.0, 4320.0, 4342.0, 4310.0, 4331.0, 4300.0, 4342.0, 4301.0, 4352.0, 4310.0, 4341.0, 4310.0, 4334.0, 4384.0, 4344.0, 4374.0, 4350.0, 4363.0, 4322.0, 4364.0, 4331.0, 4343.0, 4343.0, 4322.0, 4371.0, 4320.0, 4362.0, 4338.0, 4343.0, 4323.0, 4354.0, 4314.0, 4358.0, 4326.0, 4363.0, 4336.0, 4365.0, 4353.0, 4376.0, 4335.0, 4354.0, 4323.0, 4357.0, 4322.0, 4363.0, 4323.0, 4353.0, 4320.0, 4320.0, 4324.0, 4320.0, 4381.0, 4331.0, 4375.0, 4320.0, 4340.0, 4312.0, 4350.0, 4310.0, 4352.0, 4299.0, 4342.0, 4309.0, 4330.0, 4350.0, 4322.0, 4381.0, 4347.0, 4361.0, 4323.0, 4340.0, 4319.0, 4353.0, 4321.0, 4364.0, 4318.0, 4341.0, 4310.0, 4332.0, 4321.0, 4333.0, 4362.0, 4323.0, 4383.0, 4332.0, 4377.0, 4344.0, 4369.0, 4328.0, 4362.0, 4320.0, 4335.0, 4370.0, 4325.0, 4371.0, 4330.0, 4338.0, 4297.0, 4317.0, 4307.0, 4298.0, 4378.0, 4320.0, 4343.0, 4308.0, 4329.0, 4310.0, 4330.0, 4315.0, 4353.0, 4300.0, 4341.0, 4313.0, 4348.0, 4384.0, 4343.0, 4380.0, 4335.0, 4362.0, 4325.0, 4322.0, 4370.0, 4320.0, 4355.0, 4312.0, 4339.0, 4311.0, 4343.0, 4302.0, 4346.0, 4303.0, 4334.0, 4303.0, 4344.0, 4373.0, 4346.0, 4384.0, 4323.0, 4388.0, 4333.0, 4373.0, 4333.0, 4362.0, 4319.0, 4340.0, 4310.0, 4344.0, 4321.0, 4366.0, 4324.0, 4352.0, 4309.0, 4341.0, 4309.0, 4360.0, 4299.0, 4340.0, 4307.0, 4329.0, 4323.0, 4331.0, 4369.0, 4330.0, 4348.0, 4308.0, 4353.0, 4298.0, 4381.0, 4330.0, 4360.0, 4319.0, 4337.0, 4314.0, 4345.0, 4286.0, 4326.0, 4296.0, 4308.0, 4306.0, 4308.0, 4361.0, 4334.0, 4361.0, 4322.0, 4349.0, 4324.0, 4351.0, 4322.0, 4353.0, 4310.0, 4350.0, 4311.0, 4355.0, 4310.0, 4363.0, 4312.0, 4342.0, 4313.0, 4365.0, 4335.0, 4376.0, 4347.0, 4375.0, 4334.0, 4364.0, 4338.0, 4365.0, 4335.0, 4363.0, 4312.0, 4353.0, 4302.0, 4344.0, 4340.0, 4335.0, 4358.0, 4309.0, 4376.0, 4309.0, 4349.0, 4319.0, 4351.0, 4321.0, 4350.0, 4323.0, 4355.0, 4323.0, 4364.0, 4311.0, 4340.0, 4310.0, 4340.0, 4311.0, 4353.0, 4311.0, 4342.0, 4302.0, 4355.0, 4315.0, 4354.0, 4348.0, 4322.0, 4381.0, 4322.0, 4360.0, 4330.0, 4344.0, 4311.0, 4340.0, 4321.0, 4364.0, 4324.0, 4370.0, 4346.0, 4364.0, 4325.0, 4364.0, 4325.0, 4386.0, 4335.0, 4385.0, 4345.0, 4353.0, 4343.0, 4320.0, 4354.0, 4332.0, 4365.0, 4333.0, 4353.0, 4308.0, 4353.0, 4299.0, 4361.0, 4308.0, 4349.0, 4291.0, 4327.0, 4287.0, 4338.0, 4286.0, 4328.0, 4291.0, 4307.0, 4298.0, 4319.0, 4327.0, 4330.0, 4343.0, 4308.0, 4360.0, 4311.0, 4359.0, 4330.0, 4365.0, 4310.0, 4337.0, 4309.0, 4349.0, 4321.0, 4351.0, 4323.0, 4355.0, 4322.0, 4352.0, 4324.0, 4353.0, 4323.0, 4365.0, 4322.0, 4354.0, 4318.0, 4353.0, 4321.0, 4340.0, 4300.0, 4331.0, 4309.0, 4341.0, 4320.0, 4346.0, 4332.0, 4323.0, 4362.0, 4344.0, 4384.0, 4344.0, 4400.0, 4338.0, 4376.0, 4342.0, 4373.0, 4331.0, 4360.0, 4302.0, 4327.0, 4299.0, 4333.0, 4306.0, 4329.0, 4352.0, 4307.0, 4358.0, 4319.0, 4347.0, 4329.0, 4348.0, 4309.0, 4327.0, 4310.0, 4339.0, 4298.0, 4351.0, 4298.0, 4330.0, 4290.0, 4331.0, 4326.0, 4353.0, 4302.0, 4331.0, 4310.0, 4356.0, 4318.0, 4387.0, 4337.0, 4390.0, 4336.0, 4383.0, 4357.0, 4359.0, 4400.0, 4356.0, 4394.0, 4322.0, 4373.0, 4322.0, 4362.0, 4308.0, 4340.0, 4318.0, 4308.0, 4362.0, 4314.0, 4360.0, 4331.0, 4349.0, 4307.0, 4328.0, 4286.0, 4330.0, 4327.0, 4318.0, 4367.0, 4307.0, 4350.0, 4311.0, 4340.0, 4309.0, 4342.0, 4301.0, 4342.0, 4303.0, 4343.0, 4311.0, 4369.0, 4333.0, 4332.0, 4383.0, 4333.0, 4362.0, 4343.0, 4366.0, 4326.0, 4340.0, 4312.0, 4341.0, 4310.0, 4341.0, 4358.0, 4298.0, 4360.0, 4321.0, 4349.0, 4325.0, 4340.0, 4311.0, 4345.0, 4312.0, 4354.0, 4313.0, 4363.0, 4313.0, 4356.0, 4314.0, 4368.0, 4326.0, 4370.0, 4355.0, 4345.0, 4399.0, 4335.0, 4375.0, 4342.0, 4364.0, 4323.0, 4358.0, 4314.0, 4333.0, 4351.0, 4320.0, 4371.0, 4320.0, 4350.0, 4322.0, 4362.0, 4324.0, 4365.0, 4354.0, 4376.0, 4337.0, 4367.0, 4347.0, 4378.0, 4341.0, 4377.0, 4350.0, 4368.0, 4395.0, 4333.0, 4376.0, 4339.0, 4351.0, 4313.0, 4330.0, 4309.0, 4318.0, 4338.0, 4318.0, 4380.0, 4311.0, 4360.0, 4319.0, 4339.0, 4319.0, 4346.0, 4298.0, 4328.0, 4300.0, 4341.0, 4310.0, 4351.0, 4320.0, 4319.0, 4360.0, 4320.0, 4373.0, 4331.0, 4350.0, 4324.0, 4340.0, 4292.0, 4330.0, 4338.0, 4318.0, 4369.0, 4309.0, 4349.0, 4308.0, 4340.0, 4310.0, 4340.0, 4300.0, 4332.0, 4299.0, 4319.0, 4321.0, 4322.0, 4383.0, 4333.0, 4363.0, 4323.0, 4351.0, 4322.0, 4344.0, 4311.0, 4351.0, 4310.0, 4351.0, 4335.0, 4353.0, 4325.0, 4364.0, 4343.0, 4386.0, 4348.0, 4399.0, 4349.0, 4376.0, 4338.0, 4399.0, 4346.0, 4397.0, 4344.0, 4399.0, 4333.0, 4373.0, 4320.0, 4355.0, 4298.0, 4346.0, 4318.0, 4318.0, 4316.0, 4309.0, 4378.0, 4318.0, 4359.0, 4318.0, 4339.0, 4297.0, 4318.0, 4286.0, 4317.0, 4297.0, 4328.0, 4313.0, 4340.0, 4317.0, 4309.0, 4337.0, 4310.0, 4377.0, 4321.0, 4338.0, 4323.0, 4327.0, 4314.0, 4341.0, 4320.0, 4357.0, 4324.0, 4352.0, 4300.0, 4340.0, 4301.0, 4355.0, 4301.0, 4363.0, 4310.0, 4341.0, 4329.0, 4321.0, 4384.0, 4335.0, 4360.0, 4307.0, 4332.0, 4287.0, 4317.0, 4318.0, 4312.0, 4359.0, 4321.0, 4338.0, 4307.0, 4329.0, 4294.0, 4332.0, 4315.0, 4332.0, 4337.0, 4324.0, 4375.0, 4313.0, 4375.0, 4335.0, 4363.0, 4347.0, 4364.0, 4326.0, 4354.0, 4316.0, 4357.0, 4325.0, 4377.0, 4316.0, 4366.0, 4314.0, 4380.0, 4335.0, 4378.0, 4356.0, 4371.0, 4337.0, 4356.0, 4386.0, 4346.0, 4395.0, 4345.0, 4395.0, 4333.0, 4377.0, 4331.0, 4372.0, 4331.0, 4342.0, 4321.0, 4300.0, 4368.0, 4308.0, 4360.0, 4318.0, 4344.0, 4288.0, 4319.0, 4287.0, 4325.0, 4355.0, 4321.0, 4373.0, 4332.0, 4350.0, 4336.0, 4352.0, 4325.0, 4362.0, 4324.0, 4363.0, 4325.0, 4365.0, 4334.0, 4363.0, 4340.0, 4363.0, 4334.0, 4374.0, 4334.0, 4383.0, 4323.0, 4396.0, 4335.0, 4402.0, 4334.0, 4361.0, 4301.0, 4339.0, 4315.0, 4382.0, 4332.0, 4388.0, 4332.0, 4382.0, 4321.0, 4373.0, 4322.0, 4344.0, 4309.0, 4339.0, 4298.0, 4328.0, 4299.0, 4333.0, 4359.0, 4330.0, 4370.0, 4320.0, 4360.0, 4321.0, 4340.0, 4321.0, 4341.0, 4324.0, 4366.0, 4324.0, 4365.0, 4324.0, 4375.0, 4336.0, 4377.0, 4339.0, 4372.0, 4323.0, 4374.0, 4332.0, 4365.0, 4345.0, 4359.0, 4329.0, 4330.0, 4357.0, 4309.0], 'WindowWidth': [9604.0, 9607.0, 9628.0, 9552.0, 9642.0, 9586.0, 9610.0, 9579.0, 9611.0, 9542.0, 9596.0, 9520.0, 9584.0, 9537.0, 9584.0, 9521.0, 9538.0, 9599.0, 9544.0, 9614.0, 9575.0, 9585.0, 9557.0, 9614.0, 9565.0, 9609.0, 9570.0, 9657.0, 9600.0, 9568.0, 9601.0, 9504.0, 9593.0, 9513.0, 9604.0, 9545.0, 9625.0, 9594.0, 9618.0, 9653.0, 9588.0, 9669.0, 9572.0, 9617.0, 9551.0, 9599.0, 9538.0, 9602.0, 9518.0, 9583.0, 9542.0, 9527.0, 9598.0, 9507.0, 9593.0, 9521.0, 9548.0, 9492.0, 9524.0, 9482.0, 9519.0, 9495.0, 9556.0, 9501.0, 9530.0, 9529.0, 9521.0, 9630.0, 9550.0, 9595.0, 9553.0, 9571.0, 9517.0, 9575.0, 9521.0, 9562.0, 9507.0, 9553.0, 9503.0, 9537.0, 9572.0, 9536.0, 9590.0, 9555.0, 9567.0, 9546.0, 9578.0, 9563.0, 9573.0, 9571.0, 9573.0, 9557.0, 9623.0, 9565.0, 9668.0, 9595.0, 9626.0, 9556.0, 9610.0, 9527.0, 9596.0, 9533.0, 9568.0, 9515.0, 9520.0, 9560.0, 9519.0, 9633.0, 9551.0, 9585.0, 9520.0, 9544.0, 9525.0, 9565.0, 9506.0, 9553.0, 9510.0, 9522.0, 9577.0, 9524.0, 9600.0, 9552.0, 9564.0, 9522.0, 9552.0, 9513.0, 9556.0, 9608.0, 9535.0, 9597.0, 9533.0, 9569.0, 9516.0, 9550.0, 9502.0, 9546.0, 9567.0, 9515.0, 9587.0, 9532.0, 9570.0, 9539.0, 9570.0, 9527.0, 9554.0, 9514.0, 9573.0, 9517.0, 9586.0, 9526.0, 9570.0, 9527.0, 9565.0, 9635.0, 9576.0, 9624.0, 9587.0, 9605.0, 9544.0, 9605.0, 9554.0, 9573.0, 9571.0, 9543.0, 9614.0, 9539.0, 9602.0, 9568.0, 9574.0, 9546.0, 9589.0, 9536.0, 9597.0, 9556.0, 9605.0, 9570.0, 9611.0, 9595.0, 9625.0, 9566.0, 9590.0, 9546.0, 9596.0, 9544.0, 9603.0, 9543.0, 9588.0, 9536.0, 9536.0, 9543.0, 9537.0, 9625.0, 9553.0, 9619.0, 9537.0, 9567.0, 9528.0, 9579.0, 9524.0, 9585.0, 9507.0, 9570.0, 9522.0, 9553.0, 9581.0, 9544.0, 9628.0, 9580.0, 9598.0, 9544.0, 9566.0, 9536.0, 9587.0, 9542.0, 9605.0, 9543.0, 9569.0, 9524.0, 9557.0, 9543.0, 9557.0, 9596.0, 9545.0, 9635.0, 9557.0, 9629.0, 9578.0, 9617.0, 9555.0, 9600.0, 9537.0, 9561.0, 9605.0, 9547.0, 9618.0, 9548.0, 9561.0, 9501.0, 9528.0, 9514.0, 9504.0, 9619.0, 9535.0, 9568.0, 9518.0, 9548.0, 9525.0, 9553.0, 9536.0, 9587.0, 9514.0, 9571.0, 9536.0, 9588.0, 9637.0, 9575.0, 9633.0, 9562.0, 9599.0, 9548.0, 9544.0, 9610.0, 9537.0, 9592.0, 9529.0, 9563.0, 9529.0, 9573.0, 9519.0, 9581.0, 9522.0, 9563.0, 9522.0, 9576.0, 9618.0, 9581.0, 9633.0, 9545.0, 9642.0, 9561.0, 9619.0, 9560.0, 9601.0, 9538.0, 9568.0, 9527.0, 9576.0, 9542.0, 9608.0, 9547.0, 9584.0, 9524.0, 9569.0, 9524.0, 9594.0, 9509.0, 9567.0, 9517.0, 9548.0, 9546.0, 9552.0, 9604.0, 9551.0, 9573.0, 9519.0, 9582.0, 9508.0, 9628.0, 9553.0, 9594.0, 9534.0, 9560.0, 9529.0, 9576.0, 9488.0, 9541.0, 9500.0, 9517.0, 9513.0, 9518.0, 9598.0, 9561.0, 9598.0, 9543.0, 9578.0, 9549.0, 9583.0, 9545.0, 9586.0, 9526.0, 9579.0, 9530.0, 9592.0, 9528.0, 9602.0, 9533.0, 9572.0, 9535.0, 9606.0, 9569.0, 9628.0, 9587.0, 9624.0, 9563.0, 9608.0, 9573.0, 9608.0, 9566.0, 9604.0, 9529.0, 9587.0, 9517.0, 9577.0, 9565.0, 9562.0, 9587.0, 9521.0, 9623.0, 9524.0, 9579.0, 9537.0, 9583.0, 9541.0, 9580.0, 9548.0, 9593.0, 9547.0, 9604.0, 9529.0, 9566.0, 9525.0, 9568.0, 9530.0, 9589.0, 9529.0, 9572.0, 9519.0, 9596.0, 9538.0, 9589.0, 9580.0, 9542.0, 9628.0, 9544.0, 9597.0, 9551.0, 9572.0, 9527.0, 9566.0, 9544.0, 9604.0, 9553.0, 9618.0, 9583.0, 9608.0, 9557.0, 9608.0, 9556.0, 9640.0, 9569.0, 9637.0, 9580.0, 9588.0, 9573.0, 9540.0, 9593.0, 9557.0, 9612.0, 9559.0, 9588.0, 9520.0, 9588.0, 9508.0, 9600.0, 9517.0, 9578.0, 9495.0, 9543.0, 9492.0, 9560.0, 9486.0, 9545.0, 9496.0, 9515.0, 9506.0, 9537.0, 9544.0, 9551.0, 9570.0, 9518.0, 9592.0, 9527.0, 9595.0, 9550.0, 9602.0, 9524.0, 9557.0, 9525.0, 9580.0, 9544.0, 9584.0, 9549.0, 9589.0, 9548.0, 9587.0, 9551.0, 9588.0, 9549.0, 9607.0, 9545.0, 9592.0, 9544.0, 9587.0, 9540.0, 9565.0, 9509.0, 9556.0, 9523.0, 9568.0, 9539.0, 9581.0, 9558.0, 9546.0, 9602.0, 9576.0, 9635.0, 9578.0, 9663.0, 9569.0, 9631.0, 9572.0, 9622.0, 9555.0, 9596.0, 9510.0, 9544.0, 9511.0, 9556.0, 9511.0, 9549.0, 9577.0, 9515.0, 9591.0, 9536.0, 9575.0, 9549.0, 9573.0, 9520.0, 9542.0, 9527.0, 9564.0, 9508.0, 9582.0, 9507.0, 9552.0, 9499.0, 9554.0, 9550.0, 9587.0, 9518.0, 9557.0, 9537.0, 9599.0, 9550.0, 9643.0, 9574.0, 9652.0, 9571.0, 9639.0, 9600.0, 9604.0, 9660.0, 9597.0, 9654.0, 9542.0, 9620.0, 9544.0, 9601.0, 9519.0, 9565.0, 9532.0, 9517.0, 9593.0, 9532.0, 9596.0, 9552.0, 9579.0, 9516.0, 9545.0, 9488.0, 9553.0, 9544.0, 9530.0, 9598.0, 9516.0, 9579.0, 9527.0, 9564.0, 9524.0, 9571.0, 9516.0, 9570.0, 9521.0, 9577.0, 9531.0, 9613.0, 9560.0, 9556.0, 9631.0, 9560.0, 9603.0, 9573.0, 9608.0, 9548.0, 9566.0, 9533.0, 9568.0, 9525.0, 9567.0, 9586.0, 9506.0, 9597.0, 9541.0, 9579.0, 9547.0, 9567.0, 9527.0, 9575.0, 9533.0, 9591.0, 9535.0, 9603.0, 9535.0, 9597.0, 9538.0, 9616.0, 9557.0, 9618.0, 9593.0, 9579.0, 9660.0, 9566.0, 9629.0, 9570.0, 9605.0, 9544.0, 9595.0, 9533.0, 9561.0, 9580.0, 9538.0, 9611.0, 9539.0, 9580.0, 9546.0, 9600.0, 9552.0, 9610.0, 9605.0, 9626.0, 9574.0, 9616.0, 9588.0, 9631.0, 9580.0, 9630.0, 9588.0, 9615.0, 9651.0, 9559.0, 9633.0, 9570.0, 9584.0, 9528.0, 9553.0, 9522.0, 9532.0, 9558.0, 9534.0, 9621.0, 9528.0, 9596.0, 9535.0, 9562.0, 9536.0, 9578.0, 9506.0, 9545.0, 9512.0, 9569.0, 9524.0, 9582.0, 9536.0, 9535.0, 9592.0, 9539.0, 9620.0, 9553.0, 9583.0, 9544.0, 9566.0, 9500.0, 9551.0, 9559.0, 9532.0, 9602.0, 9519.0, 9578.0, 9517.0, 9566.0, 9525.0, 9564.0, 9509.0, 9555.0, 9507.0, 9535.0, 9540.0, 9544.0, 9630.0, 9559.0, 9605.0, 9548.0, 9584.0, 9542.0, 9574.0, 9527.0, 9583.0, 9527.0, 9582.0, 9568.0, 9590.0, 9555.0, 9609.0, 9590.0, 9641.0, 9590.0, 9662.0, 9593.0, 9626.0, 9574.0, 9665.0, 9584.0, 9658.0, 9578.0, 9665.0, 9559.0, 9620.0, 9537.0, 9590.0, 9506.0, 9578.0, 9532.0, 9533.0, 9526.0, 9519.0, 9620.0, 9529.0, 9591.0, 9532.0, 9562.0, 9502.0, 9530.0, 9486.0, 9528.0, 9504.0, 9545.0, 9528.0, 9564.0, 9528.0, 9521.0, 9556.0, 9523.0, 9626.0, 9539.0, 9561.0, 9542.0, 9544.0, 9529.0, 9565.0, 9540.0, 9594.0, 9550.0, 9586.0, 9510.0, 9564.0, 9514.0, 9592.0, 9515.0, 9602.0, 9523.0, 9566.0, 9546.0, 9539.0, 9640.0, 9560.0, 9593.0, 9514.0, 9552.0, 9485.0, 9528.0, 9532.0, 9528.0, 9592.0, 9539.0, 9559.0, 9517.0, 9546.0, 9502.0, 9557.0, 9536.0, 9556.0, 9565.0, 9547.0, 9618.0, 9533.0, 9622.0, 9567.0, 9603.0, 9589.0, 9605.0, 9556.0, 9592.0, 9544.0, 9598.0, 9552.0, 9630.0, 9541.0, 9609.0, 9538.0, 9634.0, 9566.0, 9632.0, 9596.0, 9621.0, 9569.0, 9595.0, 9635.0, 9582.0, 9650.0, 9580.0, 9657.0, 9557.0, 9627.0, 9555.0, 9616.0, 9551.0, 9570.0, 9535.0, 9508.0, 9602.0, 9520.0, 9596.0, 9532.0, 9571.0, 9490.0, 9534.0, 9489.0, 9548.0, 9589.0, 9540.0, 9618.0, 9555.0, 9580.0, 9564.0, 9584.0, 9551.0, 9601.0, 9550.0, 9603.0, 9553.0, 9607.0, 9564.0, 9606.0, 9576.0, 9604.0, 9564.0, 9620.0, 9562.0, 9629.0, 9549.0, 9655.0, 9566.0, 9667.0, 9562.0, 9594.0, 9511.0, 9561.0, 9534.0, 9628.0, 9556.0, 9640.0, 9554.0, 9627.0, 9539.0, 9617.0, 9544.0, 9574.0, 9522.0, 9563.0, 9504.0, 9545.0, 9509.0, 9560.0, 9590.0, 9550.0, 9609.0, 9537.0, 9595.0, 9541.0, 9563.0, 9542.0, 9570.0, 9552.0, 9611.0, 9554.0, 9607.0, 9553.0, 9623.0, 9570.0, 9629.0, 9574.0, 9624.0, 9546.0, 9619.0, 9558.0, 9607.0, 9574.0, 9601.0, 9548.0, 9552.0, 9584.0, 9520.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.00036440366972477066</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.018398365252293578</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.21554720912746</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2574564619632613</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0011660984041324</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5028</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4176.4497</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1103811523794466</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>53</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>6.077981651376147</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5608158865655075</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4888266679344757</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8352654778565487</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3583555139054986</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0111997</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011691112071275711</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.026793738827109337</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.865155784203232</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>21.6566</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.682</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>239.8508</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297285.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1224.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>458.8328</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4177</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>561.7043</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3480.1733</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3687.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79259.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1126.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4555.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>953.9012</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>43.563178824028</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> |