=== 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-0052 --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-0052",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0052_ses-01_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-0052_ses-01_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-01_subject-0052_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-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-01_subject-0052_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-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-01_subject-0052_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-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-01_subject-0052_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-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-01_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-01_subject-0052_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-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-01_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-01_subject-0052_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-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0052_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-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0052/figures/sub-0052_ses-01_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-0052/figures/sub-0052_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0052/figures/sub-0052_ses-01_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-0052/ses-01/func/sub-0052_ses-01_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>44d704e6b813cb98010b265b9e75818a</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>13:23:49.275000</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.99877, 0.00133566, 0.0495619, -0.0094135, 0.986562, 0.163113]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0941075</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>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4172, -7799, -7244, 618, -8, -134, 33, 37]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>239.056</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>72beac71-7904-4b56-987e-a13ccd46671f||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.6796274185180664, -0.025255728513002396, 0.1314307302236557, 108.91647338867188], [-0.003583471290767193, 2.6468749046325684, 0.4411243200302124, -97.76973724365234], [0.13297095894813538, -0.43762141466140747, 2.6604764461517334, -41.579071044921875], [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': ['132349.275000', '132349.735000', '132350.195000', '132350.655000', '132351.115000', '132351.575000', '132352.035000', '132352.495000', '132352.955000', '132353.415000', '132353.875000', '132354.335000', '132354.795000', '132355.255000', '132355.715000', '132356.175000', '132356.635000', '132357.095000', '132357.555000', '132358.015000', '132358.475000', '132358.935000', '132359.395000', '132359.855000', '132400.315000', '132400.775000', '132401.235000', '132401.695000', '132402.155000', '132402.615000', '132403.075000', '132403.535000', '132403.995000', '132404.455000', '132404.915000', '132405.375000', '132405.835000', '132406.295000', '132406.755000', '132407.215000', '132407.675000', '132408.135000', '132408.595000', '132409.055000', '132409.515000', '132409.975000', '132410.435000', '132410.895000', '132411.355000', '132411.815000', '132412.275000', '132412.735000', '132413.195000', '132413.655000', '132414.115000', '132414.575000', '132415.035000', '132415.495000', '132415.955000', '132416.415000', '132416.875000', '132417.335000', '132417.795000', '132418.255000', '132418.715000', '132419.175000', '132419.635000', '132420.095000', '132420.555000', '132421.015000', '132421.475000', '132421.935000', '132422.395000', '132422.855000', '132423.315000', '132423.775000', '132424.235000', '132424.695000', '132425.155000', '132425.615000', '132426.075000', '132426.535000', '132426.995000', '132427.455000', '132427.915000', '132428.375000', '132428.835000', '132429.295000', '132429.755000', '132430.215000', '132430.675000', '132431.135000', '132431.595000', '132432.055000', '132432.515000', '132432.975000', '132433.435000', '132433.895000', '132434.355000', '132434.815000', '132435.275000', '132435.735000', '132436.195000', '132436.655000', '132437.115000', '132437.575000', '132438.035000', '132438.495000', '132438.955000', '132439.415000', '132439.875000', '132440.335000', '132440.795000', '132441.255000', '132441.715000', '132442.175000', '132442.635000', '132443.095000', '132443.555000', '132444.015000', '132444.475000', '132444.935000', '132445.395000', '132445.855000', '132446.315000', '132446.775000', '132447.235000', '132447.695000', '132448.155000', '132448.615000', '132449.075000', '132449.535000', '132449.995000', '132450.455000', '132450.915000', '132451.375000', '132451.835000', '132452.295000', '132452.755000', '132453.215000', '132453.675000', '132454.135000', '132454.595000', '132455.055000', '132455.515000', '132455.975000', '132456.435000', '132456.895000', '132457.355000', '132457.815000', '132458.275000', '132458.735000', '132459.195000', '132459.655000', '132500.115000', '132500.575000', '132501.035000', '132501.495000', '132501.955000', '132502.415000', '132502.875000', '132503.335000', '132503.795000', '132504.255000', '132504.715000', '132505.175000', '132505.635000', '132506.095000', '132506.555000', '132507.015000', '132507.475000', '132507.935000', '132508.395000', '132508.855000', '132509.315000', '132509.775000', '132510.235000', '132510.695000', '132511.155000', '132511.615000', '132512.075000', '132512.535000', '132512.995000', '132513.455000', '132513.915000', '132514.375000', '132514.835000', '132515.295000', '132515.755000', '132516.215000', '132516.675000', '132517.135000', '132517.595000', '132518.055000', '132518.515000', '132518.975000', '132519.435000', '132519.895000', '132520.355000', '132520.815000', '132521.275000', '132521.735000', '132522.195000', '132522.655000', '132523.115000', '132523.575000', '132524.035000', '132524.495000', '132524.955000', '132525.415000', '132525.875000', '132526.335000', '132526.795000', '132527.255000', '132527.715000', '132528.175000', '132528.635000', '132529.095000', '132529.555000', '132530.015000', '132530.475000', '132530.935000', '132531.395000', '132531.855000', '132532.315000', '132532.775000', '132533.235000', '132533.695000', '132534.155000', '132534.615000', '132535.075000', '132535.535000', '132535.995000', '132536.455000', '132536.915000', '132537.375000', '132537.835000', '132538.295000', '132538.755000', '132539.215000', '132539.675000', '132540.135000', '132540.595000', '132541.055000', '132541.515000', '132541.975000', '132542.435000', '132542.895000', '132543.355000', '132543.815000', '132544.275000', '132544.735000', '132545.195000', '132545.655000', '132546.115000', '132546.575000', '132547.035000', '132547.495000', '132547.955000', '132548.415000', '132548.875000', '132549.335000', '132549.795000', '132550.255000', '132550.715000', '132551.175000', '132551.635000', '132552.095000', '132552.555000', '132553.015000', '132553.475000', '132553.935000', '132554.395000', '132554.855000', '132555.315000', '132555.775000', '132556.235000', '132556.695000', '132557.155000', '132557.615000', '132558.075000', '132558.535000', '132558.995000', '132559.455000', '132559.915000', '132600.375000', '132600.835000', '132601.295000', '132601.755000', '132602.215000', '132602.675000', '132603.135000', '132603.595000', '132604.055000', '132604.515000', '132604.975000', '132605.435000', '132605.895000', '132606.355000', '132606.815000', '132607.275000', '132607.735000', '132608.195000', '132608.655000', '132609.115000', '132609.575000', '132610.035000', '132610.495000', '132610.955000', '132611.415000', '132611.875000', '132612.335000', '132612.795000', '132613.255000', '132613.715000', '132614.175000', '132614.635000', '132615.095000', '132615.555000', '132616.015000', '132616.475000', '132616.935000', '132617.395000', '132617.855000', '132618.315000', '132618.775000', '132619.235000', '132619.695000', '132620.155000', '132620.615000', '132621.075000', '132621.535000', '132621.995000', '132622.455000', '132622.915000', '132623.375000', '132623.835000', '132624.295000', '132624.755000', '132625.215000', '132625.675000', '132626.135000', '132626.595000', '132627.055000', '132627.515000', '132627.975000', '132628.435000', '132628.895000', '132629.355000', '132629.815000', '132630.275000', '132630.735000', '132631.195000', '132631.655000', '132632.115000', '132632.575000', '132633.035000', '132633.495000', '132633.955000', '132634.415000', '132634.875000', '132635.335000', '132635.795000', '132636.255000', '132636.715000', '132637.175000', '132637.635000', '132638.095000', '132638.555000', '132639.015000', '132639.475000', '132639.935000', '132640.395000', '132640.855000', '132641.315000', '132641.775000', '132642.235000', '132642.695000', '132643.155000', '132643.615000', '132644.075000', '132644.535000', '132644.995000', '132645.455000', '132645.915000', '132646.375000', '132646.835000', '132647.295000', '132647.755000', '132648.215000', '132648.675000', '132649.135000', '132649.595000', '132650.055000', '132650.515000', '132650.975000', '132651.435000', '132651.895000', '132652.355000', '132652.815000', '132653.275000', '132653.735000', '132654.195000', '132654.655000', '132655.115000', '132655.575000', '132656.035000', '132656.495000', '132656.955000', '132657.415000', '132657.875000', '132658.335000', '132658.795000', '132659.255000', '132659.715000', '132700.175000', '132700.635000', '132701.095000', '132701.555000', '132702.015000', '132702.475000', '132702.935000', '132703.395000', '132703.855000', '132704.315000', '132704.775000', '132705.235000', '132705.695000', '132706.155000', '132706.615000', '132707.075000', '132707.535000', '132707.995000', '132708.455000', '132708.915000', '132709.375000', '132709.835000', '132710.295000', '132710.755000', '132711.215000', '132711.675000', '132712.135000', '132712.595000', '132713.055000', '132713.515000', '132713.975000', '132714.435000', '132714.895000', '132715.355000', '132715.815000', '132716.275000', '132716.735000', '132717.195000', '132717.655000', '132718.115000', '132718.575000', '132719.035000', '132719.495000', '132719.955000', '132720.415000', '132720.875000', '132721.335000', '132721.795000', '132722.255000', '132722.715000', '132723.175000', '132723.635000', '132724.095000', '132724.555000', '132725.015000', '132725.475000', '132725.935000', '132726.395000', '132726.855000', '132727.315000', '132727.775000', '132728.235000', '132728.695000', '132729.155000', '132729.615000', '132730.075000', '132730.535000', '132730.995000', '132731.455000', '132731.915000', '132732.375000', '132732.835000', '132733.295000', '132733.755000', '132734.215000', '132734.675000', '132735.135000', '132735.595000', '132736.055000', '132736.515000', '132736.975000', '132737.435000', '132737.895000', '132738.355000', '132738.815000', '132739.275000', '132739.735000', '132740.195000', '132740.655000', '132741.115000', '132741.575000', '132742.035000', '132742.495000', '132742.955000', '132743.415000', '132743.875000', '132744.335000', '132744.795000', '132745.255000', '132745.715000', '132746.175000', '132746.635000', '132747.095000', '132747.555000', '132748.015000', '132748.475000', '132748.935000', '132749.395000', '132749.855000', '132750.315000', '132750.775000', '132751.235000', '132751.695000', '132752.155000', '132752.615000', '132753.075000', '132753.535000', '132753.995000', '132754.455000', '132754.915000', '132755.375000', '132755.835000', '132756.295000', '132756.755000', '132757.215000', '132757.675000', '132758.135000', '132758.595000', '132759.055000', '132759.515000', '132759.975000', '132800.435000', '132800.895000', '132801.355000', '132801.815000', '132802.275000', '132802.735000', '132803.195000', '132803.655000', '132804.115000', '132804.575000', '132805.035000', '132805.495000', '132805.955000', '132806.415000', '132806.875000', '132807.335000', '132807.795000', '132808.255000', '132808.715000', '132809.175000', '132809.635000', '132810.095000', '132810.555000', '132811.015000', '132811.475000', '132811.935000', '132812.395000', '132812.855000', '132813.315000', '132813.775000', '132814.235000', '132814.695000', '132815.155000', '132815.615000', '132816.075000', '132816.535000', '132816.995000', '132817.455000', '132817.915000', '132818.375000', '132818.835000', '132819.295000', '132819.755000', '132820.215000', '132820.675000', '132821.135000', '132821.595000', '132822.055000', '132822.515000', '132822.975000', '132823.435000', '132823.895000', '132824.355000', '132824.815000', '132825.275000', '132825.735000', '132826.195000', '132826.655000', '132827.115000', '132827.575000', '132828.035000', '132828.495000', '132828.955000', '132829.415000', '132829.875000', '132830.335000', '132830.795000', '132831.255000', '132831.715000', '132832.175000', '132832.635000', '132833.095000', '132833.555000', '132834.015000', '132834.475000', '132834.935000', '132835.395000', '132835.855000', '132836.315000', '132836.775000', '132837.235000', '132837.695000', '132838.155000', '132838.615000', '132839.075000', '132839.535000', '132839.995000', '132840.455000', '132840.915000', '132841.375000', '132841.835000', '132842.295000', '132842.755000', '132843.215000', '132843.675000', '132844.135000', '132844.595000', '132845.055000', '132845.515000', '132845.975000', '132846.435000', '132846.895000', '132847.355000', '132847.815000', '132848.275000', '132848.735000', '132849.195000', '132849.655000', '132850.115000', '132850.575000', '132851.035000', '132851.495000', '132851.955000', '132852.415000', '132852.875000', '132853.335000', '132853.795000', '132854.255000', '132854.715000', '132855.175000', '132855.635000', '132856.095000', '132856.555000', '132857.015000', '132857.475000', '132857.935000', '132858.395000', '132858.855000', '132859.315000', '132859.775000', '132900.235000', '132900.695000', '132901.155000', '132901.615000', '132902.075000', '132902.535000', '132902.995000', '132903.455000', '132903.915000', '132904.375000', '132904.835000', '132905.295000', '132905.755000', '132906.215000', '132906.675000', '132907.135000', '132907.595000', '132908.055000', '132908.515000', '132908.975000', '132909.435000', '132909.895000', '132910.355000', '132910.815000', '132911.275000', '132911.735000', '132912.195000', '132912.655000', '132913.115000', '132913.575000', '132914.035000', '132914.495000', '132914.955000', '132915.415000', '132915.875000', '132916.335000', '132916.795000', '132917.255000', '132917.715000', '132918.175000', '132918.635000', '132919.095000', '132919.555000', '132920.015000', '132920.475000', '132920.935000', '132921.395000', '132921.855000', '132922.315000', '132922.775000', '132923.235000', '132923.695000', '132924.155000', '132924.615000', '132925.075000', '132925.535000', '132925.995000', '132926.455000', '132926.915000', '132927.375000', '132927.835000', '132928.295000', '132928.755000', '132929.215000', '132929.675000', '132930.135000', '132930.595000', '132931.055000', '132931.515000', '132931.975000', '132932.435000', '132932.895000', '132933.355000', '132933.815000', '132934.275000', '132934.735000', '132935.195000', '132935.655000', '132936.115000', '132936.575000', '132937.035000', '132937.495000', '132937.955000', '132938.415000', '132938.875000', '132939.335000', '132939.795000', '132940.255000', '132940.715000', '132941.175000', '132941.635000', '132942.095000', '132942.555000', '132943.015000', '132943.475000', '132943.935000', '132944.395000', '132944.855000', '132945.315000', '132945.775000', '132946.235000', '132946.695000', '132947.155000', '132947.615000', '132948.075000', '132948.535000', '132948.995000', '132949.455000', '132949.915000', '132950.375000', '132950.835000', '132951.295000', '132951.755000', '132952.215000', '132952.675000', '132953.135000', '132953.595000', '132954.055000', '132954.515000', '132954.975000', '132955.435000', '132955.895000', '132956.355000', '132956.815000', '132957.275000', '132957.735000', '132958.195000', '132958.655000', '132959.115000', '132959.575000', '133000.035000', '133000.495000', '133000.955000', '133001.415000', '133001.875000', '133002.335000', '133002.795000', '133003.255000', '133003.715000', '133004.175000', '133004.635000', '133005.095000', '133005.555000', '133006.015000', '133006.475000', '133006.935000', '133007.395000', '133007.855000', '133008.315000', '133008.775000', '133009.235000', '133009.695000', '133010.155000', '133010.615000', '133011.075000', '133011.535000', '133011.995000', '133012.455000', '133012.915000', '133013.375000', '133013.835000', '133014.295000', '133014.755000', '133015.215000', '133015.675000', '133016.135000', '133016.595000', '133017.055000', '133017.515000', '133017.975000', '133018.435000', '133018.895000', '133019.355000', '133019.815000', '133020.275000', '133020.735000', '133021.195000', '133021.655000', '133022.115000', '133022.575000', '133023.035000', '133023.495000', '133023.955000', '133024.415000', '133024.875000', '133025.335000', '133025.795000', '133026.255000', '133026.715000', '133027.175000', '133027.635000', '133028.095000', '133028.555000', '133029.015000', '133029.475000', '133029.935000'], 'ContentTime': ['132415.450000', '132415.453000', '132415.455000', '132415.458000', '132415.461000', '132415.463000', '132415.466000', '132415.468000', '132415.471000', '132415.473000', '132415.476000', '132415.479000', '132415.482000', '132415.485000', '132415.488000', '132415.490000', '132415.493000', '132415.495000', '132415.498000', '132415.500000', '132415.504000', '132415.507000', '132415.509000', '132415.515000', '132415.518000', '132415.520000', '132415.523000', '132415.525000', '132415.528000', '132415.531000', '132415.533000', '132415.536000', '132415.538000', '132415.541000', '132415.543000', '132415.546000', '132415.548000', '132415.551000', '132415.553000', '132415.556000', '132415.559000', '132415.561000', '132415.564000', '132415.567000', '132415.569000', '132415.572000', '132415.574000', '132415.577000', '132415.579000', '132415.582000', '132415.584000', '132415.587000', '132415.589000', '132435.417000', '132435.420000', '132435.423000', '132435.425000', '132435.428000', '132435.431000', '132435.433000', '132435.436000', '132435.438000', '132435.441000', '132435.443000', '132435.446000', '132435.448000', '132435.451000', '132435.453000', '132435.456000', '132435.459000', '132435.461000', '132435.464000', '132435.466000', '132435.476000', '132435.478000', '132435.481000', '132435.483000', '132435.486000', '132435.488000', '132435.491000', '132435.493000', '132435.496000', '132435.499000', '132435.501000', '132435.504000', '132435.506000', '132435.509000', '132435.511000', '132435.514000', '132435.516000', '132435.519000', '132435.521000', '132435.524000', '132435.526000', '132435.529000', '132435.532000', '132435.534000', '132455.418000', '132455.420000', '132455.423000', '132455.426000', '132455.428000', '132455.431000', '132455.434000', '132455.436000', '132455.439000', '132455.441000', '132455.444000', '132455.446000', '132455.449000', '132455.452000', '132455.454000', '132455.457000', '132455.459000', '132455.462000', '132455.464000', '132455.469000', '132455.472000', '132455.474000', '132455.477000', '132455.480000', '132455.482000', '132455.485000', '132455.487000', '132455.490000', '132455.493000', '132455.495000', '132455.498000', '132455.500000', '132455.503000', '132455.505000', '132455.508000', '132455.510000', '132455.513000', '132455.515000', '132455.518000', '132455.521000', '132455.523000', '132455.526000', '132455.528000', '132515.417000', '132515.420000', '132515.423000', '132515.425000', '132515.428000', '132515.430000', '132515.433000', '132515.436000', '132515.438000', '132515.441000', '132515.443000', '132515.446000', '132515.449000', '132515.457000', '132515.460000', '132515.462000', '132515.465000', '132515.467000', '132515.470000', '132515.472000', '132515.475000', '132515.478000', '132515.480000', '132515.483000', '132515.485000', '132515.488000', '132515.490000', '132515.493000', '132515.495000', '132515.513000', '132515.516000', '132515.518000', '132515.521000', '132515.524000', '132515.526000', '132515.529000', '132515.531000', '132515.534000', '132515.536000', '132515.539000', '132515.541000', '132515.544000', '132515.547000', '132515.549000', '132535.417000', '132535.420000', '132535.423000', '132535.425000', '132535.428000', '132535.431000', '132535.433000', '132535.436000', '132535.438000', '132535.441000', '132535.444000', '132535.446000', '132535.449000', '132535.451000', '132535.454000', '132535.456000', '132535.459000', '132535.462000', '132535.464000', '132535.467000', '132535.469000', '132535.481000', '132535.483000', '132535.486000', '132535.489000', '132535.491000', '132535.494000', '132535.496000', '132535.499000', '132535.502000', '132535.504000', '132535.507000', '132535.509000', '132535.512000', '132535.514000', '132535.517000', '132535.520000', '132535.522000', '132535.525000', '132535.527000', '132535.530000', '132535.532000', '132535.535000', '132555.418000', '132555.420000', '132555.423000', '132555.426000', '132555.428000', '132555.431000', '132555.433000', '132555.436000', '132555.438000', '132555.441000', '132555.444000', '132555.446000', '132555.449000', '132555.452000', '132555.454000', '132555.457000', '132555.460000', '132555.462000', '132555.465000', '132555.471000', '132555.474000', '132555.476000', '132555.479000', '132555.482000', '132555.484000', '132555.487000', '132555.489000', '132555.492000', '132555.495000', '132555.497000', '132555.500000', '132555.502000', '132555.505000', '132555.508000', '132555.510000', '132555.513000', '132555.515000', '132555.518000', '132555.520000', '132555.523000', '132555.526000', '132555.528000', '132555.531000', '132555.533000', '132615.417000', '132615.419000', '132615.422000', '132615.424000', '132615.427000', '132615.430000', '132615.432000', '132615.435000', '132615.437000', '132615.440000', '132615.443000', '132615.445000', '132615.448000', '132615.450000', '132615.453000', '132615.455000', '132615.458000', '132615.460000', '132615.463000', '132615.466000', '132615.468000', '132615.471000', '132615.473000', '132615.476000', '132615.478000', '132615.481000', '132615.484000', '132615.486000', '132615.489000', '132615.491000', '132615.494000', '132615.497000', '132615.499000', '132615.502000', '132615.504000', '132615.507000', '132615.509000', '132615.512000', '132615.514000', '132615.517000', '132615.520000', '132615.522000', '132615.525000', '132635.418000', '132635.420000', '132635.423000', '132635.426000', '132635.428000', '132635.431000', '132635.433000', '132635.436000', '132635.443000', '132635.445000', '132635.448000', '132635.451000', '132635.453000', '132635.456000', '132635.458000', '132635.461000', '132635.464000', '132635.466000', '132635.469000', '132635.471000', '132635.474000', '132635.477000', '132635.479000', '132635.482000', '132635.484000', '132635.487000', '132635.489000', '132635.492000', '132635.495000', '132635.497000', '132635.500000', '132635.503000', '132635.505000', '132635.508000', '132635.510000', '132635.513000', '132635.515000', '132635.518000', '132635.521000', '132635.523000', '132635.526000', '132635.528000', '132635.531000', '132635.533000', '132655.417000', '132655.420000', '132655.423000', '132655.425000', '132655.428000', '132655.431000', '132655.433000', '132655.436000', '132655.438000', '132655.441000', '132655.443000', '132655.446000', '132655.449000', '132655.451000', '132655.454000', '132655.456000', '132655.459000', '132655.462000', '132655.464000', '132655.467000', '132655.469000', '132655.472000', '132655.475000', '132655.478000', '132655.504000', '132655.507000', '132655.509000', '132655.512000', '132655.515000', '132655.517000', '132655.520000', '132655.523000', '132655.525000', '132655.528000', '132655.530000', '132655.533000', '132655.535000', '132655.538000', '132655.541000', '132655.543000', '132655.546000', '132655.548000', '132655.551000', '132715.418000', '132715.420000', '132715.423000', '132715.426000', '132715.428000', '132715.431000', '132715.433000', '132715.436000', '132715.438000', '132715.441000', '132715.444000', '132715.446000', '132715.449000', '132715.451000', '132715.454000', '132715.457000', '132715.459000', '132715.462000', '132715.464000', '132715.467000', '132715.469000', '132715.472000', '132715.474000', '132715.477000', '132715.480000', '132715.482000', '132715.485000', '132715.487000', '132715.490000', '132715.492000', '132715.495000', '132715.498000', '132715.500000', '132715.503000', '132715.505000', '132715.508000', '132715.511000', '132715.513000', '132715.516000', '132715.518000', '132715.521000', '132715.523000', '132715.526000', '132715.529000', '132735.417000', '132735.420000', '132735.423000', '132735.425000', '132735.428000', '132735.431000', '132735.433000', '132735.436000', '132735.438000', '132735.441000', '132735.443000', '132735.446000', '132735.449000', '132735.451000', '132735.454000', '132735.456000', '132735.459000', '132735.462000', '132735.464000', '132735.467000', '132735.469000', '132735.472000', '132735.475000', '132735.477000', '132735.480000', '132735.482000', '132735.485000', '132735.488000', '132735.490000', '132735.493000', '132735.495000', '132735.498000', '132735.500000', '132735.503000', '132735.505000', '132735.508000', '132735.511000', '132735.513000', '132735.516000', '132735.518000', '132735.521000', '132735.524000', '132735.526000', '132755.418000', '132755.420000', '132755.423000', '132755.426000', '132755.428000', '132755.431000', '132755.433000', '132755.436000', '132755.439000', '132755.441000', '132755.444000', '132755.446000', '132755.449000', '132755.451000', '132755.454000', '132755.457000', '132755.459000', '132755.462000', '132755.469000', '132755.471000', '132755.474000', '132755.477000', '132755.479000', '132755.482000', '132755.484000', '132755.487000', '132755.490000', '132755.492000', '132755.495000', '132755.498000', '132755.500000', '132755.503000', '132755.505000', '132755.508000', '132755.511000', '132755.513000', '132755.516000', '132755.519000', '132755.521000', '132755.524000', '132755.526000', '132755.529000', '132755.531000', '132755.534000', '132815.418000', '132815.420000', '132815.423000', '132815.426000', '132815.428000', '132815.431000', '132815.433000', '132815.436000', '132815.439000', '132815.441000', '132815.444000', '132815.446000', '132815.449000', '132815.451000', '132815.454000', '132815.457000', '132815.459000', '132815.462000', '132815.464000', '132815.467000', '132815.469000', '132815.472000', '132815.475000', '132815.477000', '132815.480000', '132815.482000', '132815.485000', '132815.488000', '132815.490000', '132815.493000', '132815.496000', '132815.498000', '132815.501000', '132815.503000', '132815.506000', '132815.508000', '132815.511000', '132815.514000', '132815.516000', '132815.519000', '132815.521000', '132815.524000', '132815.527000', '132835.416000', '132835.419000', '132835.422000', '132835.424000', '132835.427000', '132835.430000', '132835.432000', '132835.435000', '132835.438000', '132835.440000', '132835.443000', '132835.445000', '132835.448000', '132835.451000', '132835.453000', '132835.456000', '132835.458000', '132835.461000', '132835.463000', '132835.466000', '132835.469000', '132835.471000', '132835.474000', '132835.476000', '132835.479000', '132835.482000', '132835.484000', '132835.487000', '132835.489000', '132835.492000', '132835.495000', '132835.497000', '132835.500000', '132835.503000', '132835.505000', '132835.508000', '132835.510000', '132835.513000', '132835.515000', '132835.518000', '132835.521000', '132835.524000', '132835.526000', '132835.529000', '132855.418000', '132855.420000', '132855.423000', '132855.426000', '132855.428000', '132855.431000', '132855.434000', '132855.436000', '132855.439000', '132855.441000', '132855.444000', '132855.447000', '132855.449000', '132855.452000', '132855.454000', '132855.457000', '132855.460000', '132855.462000', '132855.465000', '132855.467000', '132855.470000', '132855.472000', '132855.475000', '132855.477000', '132855.480000', '132855.483000', '132855.485000', '132855.488000', '132855.490000', '132855.493000', '132855.495000', '132855.498000', '132855.501000', '132855.503000', '132855.506000', '132855.508000', '132855.511000', '132855.513000', '132855.516000', '132855.519000', '132855.521000', '132855.524000', '132855.526000', '132915.417000', '132915.421000', '132915.424000', '132915.426000', '132915.429000', '132915.431000', '132915.434000', '132915.437000', '132915.439000', '132915.442000', '132915.444000', '132915.447000', '132915.449000', '132915.452000', '132915.455000', '132915.457000', '132915.460000', '132915.462000', '132915.465000', '132915.468000', '132915.470000', '132915.473000', '132915.476000', '132915.479000', '132915.481000', '132915.484000', '132915.486000', '132915.489000', '132915.492000', '132915.494000', '132915.497000', '132915.499000', '132915.502000', '132915.505000', '132915.507000', '132915.510000', '132915.514000', '132915.517000', '132915.519000', '132915.522000', '132915.525000', '132915.527000', '132915.530000', '132915.536000', '132935.418000', '132935.421000', '132935.423000', '132935.426000', '132935.428000', '132935.431000', '132935.434000', '132935.436000', '132935.439000', '132935.441000', '132935.444000', '132935.447000', '132935.449000', '132935.452000', '132935.454000', '132935.457000', '132935.460000', '132935.462000', '132935.465000', '132935.468000', '132935.470000', '132935.473000', '132935.475000', '132935.478000', '132935.480000', '132935.483000', '132935.485000', '132935.488000', '132935.491000', '132935.493000', '132935.496000', '132935.498000', '132935.501000', '132935.503000', '132935.506000', '132935.508000', '132935.511000', '132935.514000', '132935.516000', '132935.519000', '132935.521000', '132935.524000', '132935.526000', '132955.417000', '132955.420000', '132955.432000', '132955.435000', '132955.437000', '132955.440000', '132955.443000', '132955.445000', '132955.448000', '132955.451000', '132955.454000', '132955.456000', '132955.459000', '132955.461000', '132955.464000', '132955.467000', '132955.469000', '132955.472000', '132955.475000', '132955.477000', '132955.480000', '132955.482000', '132955.485000', '132955.488000', '132955.490000', '132955.493000', '132955.495000', '132955.498000', '132955.500000', '132955.503000', '132955.506000', '132955.509000', '132955.512000', '132955.514000', '132955.517000', '132955.520000', '132955.522000', '132955.525000', '132955.527000', '132955.530000', '132955.533000', '132955.535000', '132955.538000', '132955.540000', '133015.418000', '133015.420000', '133015.423000', '133015.425000', '133015.428000', '133015.431000', '133015.433000', '133015.436000', '133015.438000', '133015.441000', '133015.443000', '133015.446000', '133015.448000', '133015.451000', '133015.454000', '133015.456000', '133015.459000', '133015.461000', '133015.464000', '133015.466000', '133015.469000', '133015.471000', '133015.474000', '133015.477000', '133015.479000', '133015.482000', '133015.484000', '133015.487000', '133015.489000', '133015.494000', '133015.496000', '133015.499000', '133015.502000', '133015.504000', '133015.507000', '133015.509000', '133015.512000', '133015.514000', '133015.517000', '133015.519000', '133015.522000', '133015.525000', '133015.527000', '133031.714000', '133031.717000', '133031.719000', '133031.722000', '133031.725000', '133031.727000', '133031.730000', '133031.732000', '133031.735000', '133031.737000', '133031.740000', '133031.742000', '133031.745000', '133031.748000', '133031.750000', '133031.753000', '133031.756000', '133031.758000', '133031.761000', '133031.763000', '133031.766000', '133031.769000', '133031.771000', '133031.774000', '133031.777000', '133031.779000', '133031.782000', '133031.784000', '133031.787000', '133031.790000', '133031.792000', '133031.795000', '133031.797000', '133031.800000', '133031.802000', '133031.805000'], 'InstanceCreationTime': ['132415.450000', '132415.453000', '132415.455000', '132415.458000', '132415.461000', '132415.463000', '132415.466000', '132415.468000', '132415.471000', '132415.473000', '132415.476000', '132415.479000', '132415.482000', '132415.485000', '132415.488000', '132415.490000', '132415.493000', '132415.495000', '132415.498000', '132415.500000', '132415.504000', '132415.507000', '132415.509000', '132415.515000', '132415.518000', '132415.520000', '132415.523000', '132415.525000', '132415.528000', '132415.531000', '132415.533000', '132415.536000', '132415.538000', '132415.541000', '132415.543000', '132415.546000', '132415.548000', '132415.551000', '132415.553000', '132415.556000', '132415.559000', '132415.561000', '132415.564000', '132415.567000', '132415.569000', '132415.572000', '132415.574000', '132415.577000', '132415.579000', '132415.582000', '132415.584000', '132415.587000', '132415.589000', '132435.417000', '132435.420000', '132435.423000', '132435.425000', '132435.428000', '132435.431000', '132435.433000', '132435.436000', '132435.438000', '132435.441000', '132435.443000', '132435.446000', '132435.448000', '132435.451000', '132435.453000', '132435.456000', '132435.459000', '132435.461000', '132435.464000', '132435.466000', '132435.476000', '132435.478000', '132435.481000', '132435.483000', '132435.486000', '132435.488000', '132435.491000', '132435.493000', '132435.496000', '132435.499000', '132435.501000', '132435.504000', '132435.506000', '132435.509000', '132435.511000', '132435.514000', '132435.516000', '132435.519000', '132435.521000', '132435.524000', '132435.526000', '132435.529000', '132435.532000', '132435.534000', '132455.418000', '132455.420000', '132455.423000', '132455.426000', '132455.428000', '132455.431000', '132455.434000', '132455.436000', '132455.439000', '132455.441000', '132455.444000', '132455.446000', '132455.449000', '132455.452000', '132455.454000', '132455.457000', '132455.459000', '132455.462000', '132455.464000', '132455.469000', '132455.472000', '132455.474000', '132455.477000', '132455.480000', '132455.482000', '132455.485000', '132455.487000', '132455.490000', '132455.493000', '132455.495000', '132455.498000', '132455.500000', '132455.503000', '132455.505000', '132455.508000', '132455.510000', '132455.513000', '132455.515000', '132455.518000', '132455.521000', '132455.523000', '132455.526000', '132455.528000', '132515.417000', '132515.420000', '132515.423000', '132515.425000', '132515.428000', '132515.430000', '132515.433000', '132515.436000', '132515.438000', '132515.441000', '132515.443000', '132515.446000', '132515.449000', '132515.457000', '132515.460000', '132515.462000', '132515.465000', '132515.467000', '132515.470000', '132515.472000', '132515.475000', '132515.478000', '132515.480000', '132515.483000', '132515.485000', '132515.488000', '132515.490000', '132515.493000', '132515.495000', '132515.513000', '132515.516000', '132515.518000', '132515.521000', '132515.524000', '132515.526000', '132515.529000', '132515.531000', '132515.534000', '132515.536000', '132515.539000', '132515.541000', '132515.544000', '132515.547000', '132515.549000', '132535.417000', '132535.420000', '132535.423000', '132535.425000', '132535.428000', '132535.431000', '132535.433000', '132535.436000', '132535.438000', '132535.441000', '132535.444000', '132535.446000', '132535.449000', '132535.451000', '132535.454000', '132535.456000', '132535.459000', '132535.462000', '132535.464000', '132535.467000', '132535.469000', '132535.481000', '132535.483000', '132535.486000', '132535.489000', '132535.491000', '132535.494000', '132535.496000', '132535.499000', '132535.502000', '132535.504000', '132535.507000', '132535.509000', '132535.512000', '132535.514000', '132535.517000', '132535.520000', '132535.522000', '132535.525000', '132535.527000', '132535.530000', '132535.532000', '132535.535000', '132555.418000', '132555.420000', '132555.423000', '132555.426000', '132555.428000', '132555.431000', '132555.433000', '132555.436000', '132555.438000', '132555.441000', '132555.444000', '132555.446000', '132555.449000', '132555.452000', '132555.454000', '132555.457000', '132555.460000', '132555.462000', '132555.465000', '132555.471000', '132555.474000', '132555.476000', '132555.479000', '132555.482000', '132555.484000', '132555.487000', '132555.489000', '132555.492000', '132555.495000', '132555.497000', '132555.500000', '132555.502000', '132555.505000', '132555.508000', '132555.510000', '132555.513000', '132555.515000', '132555.518000', '132555.520000', '132555.523000', '132555.526000', '132555.528000', '132555.531000', '132555.533000', '132615.417000', '132615.419000', '132615.422000', '132615.424000', '132615.427000', '132615.430000', '132615.432000', '132615.435000', '132615.437000', '132615.440000', '132615.443000', '132615.445000', '132615.448000', '132615.450000', '132615.453000', '132615.455000', '132615.458000', '132615.460000', '132615.463000', '132615.466000', '132615.468000', '132615.471000', '132615.473000', '132615.476000', '132615.478000', '132615.481000', '132615.484000', '132615.486000', '132615.489000', '132615.491000', '132615.494000', '132615.497000', '132615.499000', '132615.502000', '132615.504000', '132615.507000', '132615.509000', '132615.512000', '132615.514000', '132615.517000', '132615.520000', '132615.522000', '132615.525000', '132635.418000', '132635.420000', '132635.423000', '132635.426000', '132635.428000', '132635.431000', '132635.433000', '132635.436000', '132635.443000', '132635.445000', '132635.448000', '132635.451000', '132635.453000', '132635.456000', '132635.458000', '132635.461000', '132635.464000', '132635.466000', '132635.469000', '132635.471000', '132635.474000', '132635.477000', '132635.479000', '132635.482000', '132635.484000', '132635.487000', '132635.489000', '132635.492000', '132635.495000', '132635.497000', '132635.500000', '132635.503000', '132635.505000', '132635.508000', '132635.510000', '132635.513000', '132635.515000', '132635.518000', '132635.521000', '132635.523000', '132635.526000', '132635.528000', '132635.531000', '132635.533000', '132655.417000', '132655.420000', '132655.423000', '132655.425000', '132655.428000', '132655.431000', '132655.433000', '132655.436000', '132655.438000', '132655.441000', '132655.443000', '132655.446000', '132655.449000', '132655.451000', '132655.454000', '132655.456000', '132655.459000', '132655.462000', '132655.464000', '132655.467000', '132655.469000', '132655.472000', '132655.475000', '132655.478000', '132655.504000', '132655.507000', '132655.509000', '132655.512000', '132655.515000', '132655.517000', '132655.520000', '132655.523000', '132655.525000', '132655.528000', '132655.530000', '132655.533000', '132655.535000', '132655.538000', '132655.541000', '132655.543000', '132655.546000', '132655.548000', '132655.551000', '132715.418000', '132715.420000', '132715.423000', '132715.426000', '132715.428000', '132715.431000', '132715.433000', '132715.436000', '132715.438000', '132715.441000', '132715.444000', '132715.446000', '132715.449000', '132715.451000', '132715.454000', '132715.457000', '132715.459000', '132715.462000', '132715.464000', '132715.467000', '132715.469000', '132715.472000', '132715.474000', '132715.477000', '132715.480000', '132715.482000', '132715.485000', '132715.487000', '132715.490000', '132715.492000', '132715.495000', '132715.498000', '132715.500000', '132715.503000', '132715.505000', '132715.508000', '132715.511000', '132715.513000', '132715.516000', '132715.518000', '132715.521000', '132715.523000', '132715.526000', '132715.529000', '132735.417000', '132735.420000', '132735.423000', '132735.425000', '132735.428000', '132735.431000', '132735.433000', '132735.436000', '132735.438000', '132735.441000', '132735.443000', '132735.446000', '132735.449000', '132735.451000', '132735.454000', '132735.456000', '132735.459000', '132735.462000', '132735.464000', '132735.467000', '132735.469000', '132735.472000', '132735.475000', '132735.477000', '132735.480000', '132735.482000', '132735.485000', '132735.488000', '132735.490000', '132735.493000', '132735.495000', '132735.498000', '132735.500000', '132735.503000', '132735.505000', '132735.508000', '132735.511000', '132735.513000', '132735.516000', '132735.518000', '132735.521000', '132735.524000', '132735.526000', '132755.418000', '132755.420000', '132755.423000', '132755.426000', '132755.428000', '132755.431000', '132755.433000', '132755.436000', '132755.439000', '132755.441000', '132755.444000', '132755.446000', '132755.449000', '132755.451000', '132755.454000', '132755.457000', '132755.459000', '132755.462000', '132755.469000', '132755.471000', '132755.474000', '132755.477000', '132755.479000', '132755.482000', '132755.484000', '132755.487000', '132755.490000', '132755.492000', '132755.495000', '132755.498000', '132755.500000', '132755.503000', '132755.505000', '132755.508000', '132755.511000', '132755.513000', '132755.516000', '132755.519000', '132755.521000', '132755.524000', '132755.526000', '132755.529000', '132755.531000', '132755.534000', '132815.418000', '132815.420000', '132815.423000', '132815.426000', '132815.428000', '132815.431000', '132815.433000', '132815.436000', '132815.439000', '132815.441000', '132815.444000', '132815.446000', '132815.449000', '132815.451000', '132815.454000', '132815.457000', '132815.459000', '132815.462000', '132815.464000', '132815.467000', '132815.469000', '132815.472000', '132815.475000', '132815.477000', '132815.480000', '132815.482000', '132815.485000', '132815.488000', '132815.490000', '132815.493000', '132815.496000', '132815.498000', '132815.501000', '132815.503000', '132815.506000', '132815.508000', '132815.511000', '132815.514000', '132815.516000', '132815.519000', '132815.521000', '132815.524000', '132815.527000', '132835.416000', '132835.419000', '132835.422000', '132835.424000', '132835.427000', '132835.430000', '132835.432000', '132835.435000', '132835.438000', '132835.440000', '132835.443000', '132835.445000', '132835.448000', '132835.451000', '132835.453000', '132835.456000', '132835.458000', '132835.461000', '132835.463000', '132835.466000', '132835.469000', '132835.471000', '132835.474000', '132835.476000', '132835.479000', '132835.482000', '132835.484000', '132835.487000', '132835.489000', '132835.492000', '132835.495000', '132835.497000', '132835.500000', '132835.503000', '132835.505000', '132835.508000', '132835.510000', '132835.513000', '132835.515000', '132835.518000', '132835.521000', '132835.524000', '132835.526000', '132835.529000', '132855.418000', '132855.420000', '132855.423000', '132855.426000', '132855.428000', '132855.431000', '132855.434000', '132855.436000', '132855.439000', '132855.441000', '132855.444000', '132855.447000', '132855.449000', '132855.452000', '132855.454000', '132855.457000', '132855.460000', '132855.462000', '132855.465000', '132855.467000', '132855.470000', '132855.472000', '132855.475000', '132855.477000', '132855.480000', '132855.483000', '132855.485000', '132855.488000', '132855.490000', '132855.493000', '132855.495000', '132855.498000', '132855.501000', '132855.503000', '132855.506000', '132855.508000', '132855.511000', '132855.513000', '132855.516000', '132855.519000', '132855.521000', '132855.524000', '132855.526000', '132915.417000', '132915.421000', '132915.424000', '132915.426000', '132915.429000', '132915.431000', '132915.434000', '132915.437000', '132915.439000', '132915.442000', '132915.444000', '132915.447000', '132915.449000', '132915.452000', '132915.455000', '132915.457000', '132915.460000', '132915.462000', '132915.465000', '132915.468000', '132915.470000', '132915.473000', '132915.476000', '132915.479000', '132915.481000', '132915.484000', '132915.486000', '132915.489000', '132915.492000', '132915.494000', '132915.497000', '132915.499000', '132915.502000', '132915.505000', '132915.507000', '132915.510000', '132915.514000', '132915.517000', '132915.519000', '132915.522000', '132915.525000', '132915.527000', '132915.530000', '132915.536000', '132935.418000', '132935.421000', '132935.423000', '132935.426000', '132935.428000', '132935.431000', '132935.434000', '132935.436000', '132935.439000', '132935.441000', '132935.444000', '132935.447000', '132935.449000', '132935.452000', '132935.454000', '132935.457000', '132935.460000', '132935.462000', '132935.465000', '132935.468000', '132935.470000', '132935.473000', '132935.475000', '132935.478000', '132935.480000', '132935.483000', '132935.485000', '132935.488000', '132935.491000', '132935.493000', '132935.496000', '132935.498000', '132935.501000', '132935.503000', '132935.506000', '132935.508000', '132935.511000', '132935.514000', '132935.516000', '132935.519000', '132935.521000', '132935.524000', '132935.526000', '132955.417000', '132955.420000', '132955.432000', '132955.435000', '132955.437000', '132955.440000', '132955.443000', '132955.445000', '132955.448000', '132955.451000', '132955.454000', '132955.456000', '132955.459000', '132955.461000', '132955.464000', '132955.467000', '132955.469000', '132955.472000', '132955.475000', '132955.477000', '132955.480000', '132955.482000', '132955.485000', '132955.488000', '132955.490000', '132955.493000', '132955.495000', '132955.498000', '132955.500000', '132955.503000', '132955.506000', '132955.509000', '132955.512000', '132955.514000', '132955.517000', '132955.520000', '132955.522000', '132955.525000', '132955.527000', '132955.530000', '132955.533000', '132955.535000', '132955.538000', '132955.540000', '133015.418000', '133015.420000', '133015.423000', '133015.425000', '133015.428000', '133015.431000', '133015.433000', '133015.436000', '133015.438000', '133015.441000', '133015.443000', '133015.446000', '133015.448000', '133015.451000', '133015.454000', '133015.456000', '133015.459000', '133015.461000', '133015.464000', '133015.466000', '133015.469000', '133015.471000', '133015.474000', '133015.477000', '133015.479000', '133015.482000', '133015.484000', '133015.487000', '133015.489000', '133015.494000', '133015.496000', '133015.499000', '133015.502000', '133015.504000', '133015.507000', '133015.509000', '133015.512000', '133015.514000', '133015.517000', '133015.519000', '133015.522000', '133015.525000', '133015.527000', '133031.714000', '133031.717000', '133031.719000', '133031.722000', '133031.725000', '133031.727000', '133031.730000', '133031.732000', '133031.735000', '133031.737000', '133031.740000', '133031.742000', '133031.745000', '133031.748000', '133031.750000', '133031.753000', '133031.756000', '133031.758000', '133031.761000', '133031.763000', '133031.766000', '133031.769000', '133031.771000', '133031.774000', '133031.777000', '133031.779000', '133031.782000', '133031.784000', '133031.787000', '133031.790000', '133031.792000', '133031.795000', '133031.797000', '133031.800000', '133031.802000', '133031.805000'], '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': [10535, 13220, 10084, 13840, 12200, 13827, 10872, 15388, 13013, 13690, 10826, 15166, 16815, 14367, 16871, 13234, 16006, 10967, 15830, 12503, 15527, 13489, 14944, 11026, 16102, 13025, 12563, 10486, 12198, 9044, 12153, 8956, 13597, 11547, 13336, 10108, 13903, 17377, 14676, 17413, 12291, 15642, 9700, 15175, 10538, 14770, 10630, 13446, 10269, 13363, 9700, 15144, 14619, 16359, 11057, 10340, 12180, 9365, 16567, 14490, 11229, 16541, 12950, 13210, 14524, 11929, 17390, 11912, 15090, 10322, 15449, 10073, 15561, 13703, 15931, 13536, 9090, 12915, 8914, 13072, 9326, 15614, 12466, 12760, 13009, 9085, 15213, 16273, 12556, 11334, 12000, 9967, 12283, 16101, 12402, 9516, 14336, 10158, 14797, 11268, 16770, 13837, 13883, 16111, 13782, 9704, 14437, 9608, 14944, 11445, 15778, 11240, 16001, 11270, 16327, 11722, 15537, 14830, 13278, 13770, 10886, 17144, 11393, 15669, 12171, 16946, 13197, 16268, 10998, 14712, 11498, 13804, 12535, 9592, 14268, 10642, 13996, 10887, 14858, 11055, 14596, 11199, 14395, 12289, 12850, 13472, 13846, 14534, 12736, 13612, 10236, 14498, 10220, 15358, 16362, 13766, 13939, 14473, 14964, 13455, 17806, 14992, 11693, 13194, 9696, 15203, 10843, 16465, 13579, 16294, 13959, 16678, 15304, 19143, 13804, 17618, 12919, 16291, 10449, 15730, 11515, 14112, 13579, 14893, 15938, 12733, 17373, 13666, 9300, 11505, 10945, 8979, 13311, 11430, 17360, 13286, 9837, 13173, 9448, 14814, 10678, 15857, 10787, 15371, 11789, 9594, 13742, 18248, 12879, 17732, 14130, 15621, 11437, 14522, 11204, 15410, 10626, 13176, 11301, 12313, 10956, 13635, 10410, 13205, 11245, 13200, 11068, 12425, 11550, 14671, 12262, 10412, 11872, 10877, 13041, 10950, 14080, 11418, 16013, 11603, 16909, 12338, 16768, 13921, 16863, 14197, 11366, 17796, 11823, 17527, 12659, 14931, 12741, 10291, 13574, 10865, 9412, 12968, 15856, 13021, 15616, 11759, 9690, 15070, 11606, 16277, 11892, 15592, 13753, 17169, 13228, 17913, 14043, 9499, 13026, 11629, 9496, 13182, 11328, 14193, 12204, 10655, 17755, 13520, 9791, 14610, 11336, 16917, 18214, 16833, 16931, 11831, 13767, 9931, 14076, 14064, 13775, 16260, 12753, 16022, 11806, 15117, 12058, 14931, 11614, 14933, 10425, 14461, 10319, 12995, 9911, 12230, 9969, 12058, 9090, 12125, 8973, 12124, 9974, 12148, 9912, 14332, 9919, 9984, 12561, 10208, 13902, 10840, 12868, 11947, 9603, 14862, 10342, 14847, 12537, 16825, 13351, 17455, 14156, 16412, 11601, 17375, 12502, 17158, 12907, 14278, 10322, 12258, 9426, 12318, 15873, 12032, 9576, 12500, 9938, 14165, 11622, 11474, 12419, 12977, 13161, 9793, 14493, 9837, 15348, 18765, 12945, 17302, 11853, 15311, 11150, 14059, 10825, 15648, 10873, 13791, 11447, 14555, 10993, 15275, 10604, 13744, 11438, 14141, 11165, 14491, 11142, 15836, 18160, 13963, 16338, 11621, 15938, 11089, 15149, 13802, 12884, 15002, 12485, 11780, 12170, 14998, 12620, 9966, 14449, 10416, 17794, 12359, 11287, 15013, 11587, 15623, 13285, 11313, 15214, 14539, 9393, 12368, 9699, 8884, 13201, 9229, 16570, 14022, 11249, 14605, 12817, 18473, 16177, 14841, 15027, 12725, 15074, 14460, 15099, 11588, 13898, 9802, 14811, 9653, 15076, 10306, 15619, 12871, 15222, 12407, 14717, 10861, 10093, 13326, 9391, 14129, 9390, 13952, 10928, 10065, 14056, 9442, 14096, 12230, 11008, 13470, 10589, 9774, 13756, 9530, 16222, 14268, 13707, 12026, 10131, 15433, 13391, 16835, 14135, 17046, 15100, 17230, 12761, 16911, 12299, 16416, 11961, 15558, 11034, 13286, 10955, 15461, 10656, 15451, 11141, 14577, 11293, 13917, 10732, 15020, 10957, 15486, 14156, 11813, 13194, 15639, 11839, 18753, 12993, 14638, 11335, 9710, 13253, 11141, 16289, 13201, 17398, 13707, 10890, 11628, 14832, 15565, 17843, 13404, 11229, 12699, 11434, 15894, 12518, 15357, 11472, 15669, 10844, 17152, 11501, 17303, 13598, 16241, 11615, 16024, 13739, 17477, 16506, 10813, 12377, 9414, 17088, 12228, 16039, 13936, 10262, 17055, 11527, 16225, 13849, 10357, 17717, 12267, 9959, 12568, 10556, 15672, 11279, 16124, 10642, 16981, 10846, 15476, 12862, 13277, 15180, 11126, 18014, 14227, 18491, 15663, 17824, 11368, 14454, 12341, 14961, 13915, 16796, 14764, 14282, 10861, 8807, 10674, 10957, 10728, 16292, 11447, 13549, 10671, 11502, 10292, 14900, 10354, 14325, 10201, 12017, 10634, 14337, 12283, 14732, 11398, 15562, 11299, 15668, 9801, 14796, 11778, 15821, 14827, 14059, 9866, 16074, 10020, 16681, 11842, 15883, 11003, 16342, 11635, 14813, 11932, 9825, 16427, 11816, 16219, 13732, 17367, 13635, 18224, 16926, 14288, 14674, 14080, 17348, 15853, 17654, 11380, 16939, 11181, 16948, 13821, 16026, 10748, 13637, 10283, 10735, 10871, 10350, 13345, 10410, 14778, 11821, 13247, 14335, 16775, 15291, 19018, 14198, 16123, 14449, 13919, 10255, 11417, 14934, 12502, 15905, 12431, 10806, 11350, 16360, 11292, 16382, 12068, 17079, 11491, 12311, 11066, 15599, 12092, 18652, 11915, 16190, 11191, 15094, 12307, 16987, 14088, 14741, 13863, 10241, 14938, 10856, 17253, 12488, 19129, 17121, 16645, 13937, 10433, 17033, 19573, 17427, 17457, 11327, 16232, 10180, 17187, 10561, 16342, 9893, 16062, 13137, 18009, 11276, 15169, 13127, 10141, 14362, 10219, 15331, 17929, 13428, 15972, 11373, 14790, 10960, 15511, 11626, 9614, 12231, 9318, 12361, 10305, 14668, 10392, 15209, 11309, 14537, 14147, 12135, 9382, 10514, 17257, 10283, 15988, 10875, 14861, 10349, 13865, 10685, 14294, 10630, 12713, 11278, 9590, 10642, 9640, 15490, 11148, 16792, 12484, 17318, 14793, 18960, 14803, 19796, 16504, 19067, 11804, 19071, 13295, 18209, 18602, 14805, 12060, 11776, 19985, 12883, 17869, 11910, 14443, 11977, 9453, 12660, 10150, 15148, 12264, 15507, 13206, 11980, 13494, 11990, 17608, 14617, 10033, 15287, 10976, 9379, 14899, 10380, 14959, 11642, 15739, 11600, 15739, 12644, 15491, 13411, 9893, 16360, 10658, 16036, 12537, 16744, 12703, 9359, 13372, 10909, 15500, 11673, 16776, 12531, 11526, 12673, 9343, 15694, 10836, 17476, 14226, 15591, 12561, 9738, 16740, 12769, 17290, 18569, 15583, 16834, 11999, 17930, 13648, 17333, 15507, 14356, 11636, 9428, 12201, 9579, 14352, 10669, 16445, 12351, 12897, 13672, 11960, 15321, 13274, 18199, 14957, 10654, 13422, 10696, 9221, 9267, 9642, 13605, 11628, 9274, 11705, 11649, 10063], 'WindowCenter': [4671.0, 4675.0, 4644.0, 4660.0, 4650.0, 4647.0, 4628.0, 4658.0, 4635.0, 4634.0, 4615.0, 4646.0, 4642.0, 4633.0, 4640.0, 4621.0, 4628.0, 4600.0, 4630.0, 4621.0, 4629.0, 4621.0, 4629.0, 4611.0, 4630.0, 4608.0, 4610.0, 4602.0, 4608.0, 4578.0, 4608.0, 4579.0, 4621.0, 4599.0, 4618.0, 4588.0, 4619.0, 4626.0, 4618.0, 4616.0, 4598.0, 4614.0, 4577.0, 4616.0, 4587.0, 4619.0, 4588.0, 4607.0, 4590.0, 4607.0, 4596.0, 4621.0, 4621.0, 4618.0, 4590.0, 4592.0, 4612.0, 4583.0, 4633.0, 4623.0, 4601.0, 4631.0, 4609.0, 4610.0, 4620.0, 4601.0, 4617.0, 4600.0, 4610.0, 4588.0, 4616.0, 4580.0, 4605.0, 4609.0, 4604.0, 4595.0, 4553.0, 4585.0, 4553.0, 4599.0, 4568.0, 4630.0, 4611.0, 4608.0, 4609.0, 4580.0, 4632.0, 4627.0, 4609.0, 4588.0, 4611.0, 4575.0, 4611.0, 4654.0, 4625.0, 4592.0, 4621.0, 4607.0, 4634.0, 4615.0, 4632.0, 4609.0, 4608.0, 4628.0, 4621.0, 4580.0, 4620.0, 4591.0, 4620.0, 4600.0, 4632.0, 4590.0, 4619.0, 4604.0, 4628.0, 4602.0, 4618.0, 4619.0, 4597.0, 4609.0, 4588.0, 4618.0, 4601.0, 4619.0, 4601.0, 4615.0, 4598.0, 4605.0, 4575.0, 4606.0, 4587.0, 4593.0, 4595.0, 4577.0, 4620.0, 4590.0, 4607.0, 4600.0, 4607.0, 4597.0, 4619.0, 4601.0, 4619.0, 4611.0, 4608.0, 4621.0, 4618.0, 4632.0, 4623.0, 4633.0, 4605.0, 4633.0, 4602.0, 4638.0, 4631.0, 4621.0, 4608.0, 4620.0, 4630.0, 4649.0, 4645.0, 4622.0, 4598.0, 4610.0, 4580.0, 4620.0, 4602.0, 4628.0, 4623.0, 4629.0, 4621.0, 4617.0, 4621.0, 4618.0, 4597.0, 4606.0, 4584.0, 4593.0, 4563.0, 4591.0, 4587.0, 4595.0, 4601.0, 4595.0, 4594.0, 4586.0, 4594.0, 4583.0, 4556.0, 4598.0, 4586.0, 4581.0, 4610.0, 4601.0, 4625.0, 4620.0, 4604.0, 4621.0, 4579.0, 4606.0, 4589.0, 4605.0, 4579.0, 4606.0, 4585.0, 4595.0, 4610.0, 4626.0, 4600.0, 4605.0, 4592.0, 4589.0, 4571.0, 4579.0, 4572.0, 4592.0, 4575.0, 4596.0, 4597.0, 4594.0, 4600.0, 4618.0, 4589.0, 4620.0, 4613.0, 4608.0, 4611.0, 4609.0, 4612.0, 4632.0, 4629.0, 4601.0, 4613.0, 4601.0, 4623.0, 4603.0, 4624.0, 4613.0, 4634.0, 4604.0, 4630.0, 4626.0, 4633.0, 4624.0, 4633.0, 4625.0, 4603.0, 4642.0, 4614.0, 4643.0, 4610.0, 4606.0, 4610.0, 4592.0, 4607.0, 4601.0, 4593.0, 4626.0, 4633.0, 4610.0, 4618.0, 4601.0, 4580.0, 4619.0, 4605.0, 4617.0, 4599.0, 4631.0, 4641.0, 4635.0, 4602.0, 4604.0, 4594.0, 4549.0, 4580.0, 4586.0, 4574.0, 4604.0, 4598.0, 4605.0, 4596.0, 4576.0, 4631.0, 4621.0, 4588.0, 4617.0, 4598.0, 4643.0, 4604.0, 4603.0, 4590.0, 4558.0, 4578.0, 4547.0, 4580.0, 4578.0, 4579.0, 4600.0, 4582.0, 4586.0, 4558.0, 4576.0, 4567.0, 4576.0, 4558.0, 4576.0, 4548.0, 4575.0, 4547.0, 4579.0, 4548.0, 4568.0, 4548.0, 4568.0, 4537.0, 4582.0, 4552.0, 4583.0, 4564.0, 4599.0, 4591.0, 4618.0, 4604.0, 4607.0, 4624.0, 4606.0, 4622.0, 4616.0, 4635.0, 4627.0, 4607.0, 4644.0, 4617.0, 4634.0, 4625.0, 4645.0, 4637.0, 4642.0, 4623.0, 4618.0, 4599.0, 4615.0, 4598.0, 4618.0, 4584.0, 4593.0, 4574.0, 4598.0, 4578.0, 4596.0, 4603.0, 4595.0, 4564.0, 4597.0, 4590.0, 4619.0, 4609.0, 4608.0, 4624.0, 4623.0, 4623.0, 4590.0, 4619.0, 4590.0, 4633.0, 4638.0, 4611.0, 4631.0, 4598.0, 4631.0, 4611.0, 4618.0, 4600.0, 4618.0, 4599.0, 4617.0, 4613.0, 4632.0, 4600.0, 4632.0, 4601.0, 4620.0, 4613.0, 4620.0, 4600.0, 4620.0, 4598.0, 4631.0, 4627.0, 4608.0, 4617.0, 4597.0, 4617.0, 4586.0, 4607.0, 4593.0, 4596.0, 4605.0, 4597.0, 4584.0, 4598.0, 4616.0, 4610.0, 4591.0, 4633.0, 4594.0, 4631.0, 4601.0, 4589.0, 4621.0, 4603.0, 4636.0, 4639.0, 4616.0, 4596.0, 4622.0, 4555.0, 4585.0, 4579.0, 4559.0, 4599.0, 4572.0, 4631.0, 4623.0, 4591.0, 4611.0, 4615.0, 4633.0, 4620.0, 4608.0, 4610.0, 4587.0, 4611.0, 4598.0, 4599.0, 4587.0, 4596.0, 4565.0, 4592.0, 4556.0, 4592.0, 4566.0, 4605.0, 4585.0, 4605.0, 4599.0, 4596.0, 4591.0, 4579.0, 4596.0, 4570.0, 4613.0, 4584.0, 4609.0, 4605.0, 4581.0, 4625.0, 4596.0, 4636.0, 4617.0, 4604.0, 4613.0, 4606.0, 4595.0, 4624.0, 4597.0, 4648.0, 4651.0, 4636.0, 4626.0, 4606.0, 4631.0, 4634.0, 4633.0, 4622.0, 4628.0, 4621.0, 4617.0, 4613.0, 4630.0, 4601.0, 4618.0, 4586.0, 4604.0, 4575.0, 4593.0, 4575.0, 4604.0, 4577.0, 4621.0, 4589.0, 4616.0, 4600.0, 4606.0, 4589.0, 4618.0, 4600.0, 4619.0, 4624.0, 4597.0, 4611.0, 4618.0, 4618.0, 4642.0, 4610.0, 4621.0, 4605.0, 4593.0, 4618.0, 4614.0, 4642.0, 4624.0, 4631.0, 4622.0, 4593.0, 4602.0, 4618.0, 4635.0, 4643.0, 4623.0, 4601.0, 4611.0, 4602.0, 4630.0, 4610.0, 4635.0, 4599.0, 4617.0, 4602.0, 4630.0, 4600.0, 4633.0, 4609.0, 4619.0, 4601.0, 4617.0, 4611.0, 4618.0, 4620.0, 4588.0, 4600.0, 4586.0, 4634.0, 4614.0, 4620.0, 4624.0, 4582.0, 4619.0, 4617.0, 4631.0, 4611.0, 4579.0, 4618.0, 4600.0, 4575.0, 4587.0, 4578.0, 4616.0, 4587.0, 4606.0, 4590.0, 4617.0, 4578.0, 4605.0, 4597.0, 4594.0, 4594.0, 4574.0, 4604.0, 4595.0, 4616.0, 4594.0, 4603.0, 4575.0, 4592.0, 4573.0, 4580.0, 4583.0, 4602.0, 4592.0, 4578.0, 4550.0, 4526.0, 4551.0, 4548.0, 4563.0, 4591.0, 4577.0, 4580.0, 4564.0, 4571.0, 4577.0, 4592.0, 4578.0, 4606.0, 4579.0, 4598.0, 4590.0, 4606.0, 4600.0, 4608.0, 4588.0, 4620.0, 4592.0, 4610.0, 4568.0, 4608.0, 4588.0, 4621.0, 4606.0, 4608.0, 4568.0, 4619.0, 4579.0, 4634.0, 4613.0, 4632.0, 4603.0, 4621.0, 4603.0, 4618.0, 4616.0, 4592.0, 4634.0, 4615.0, 4647.0, 4634.0, 4642.0, 4625.0, 4628.0, 4631.0, 4608.0, 4609.0, 4607.0, 4632.0, 4616.0, 4616.0, 4588.0, 4604.0, 4586.0, 4617.0, 4607.0, 4617.0, 4587.0, 4605.0, 4591.0, 4603.0, 4602.0, 4604.0, 4623.0, 4624.0, 4639.0, 4627.0, 4622.0, 4635.0, 4629.0, 4626.0, 4632.0, 4610.0, 4609.0, 4595.0, 4596.0, 4563.0, 4586.0, 4603.0, 4597.0, 4605.0, 4599.0, 4586.0, 4604.0, 4615.0, 4600.0, 4622.0, 4599.0, 4617.0, 4599.0, 4600.0, 4600.0, 4618.0, 4611.0, 4633.0, 4600.0, 4629.0, 4601.0, 4621.0, 4602.0, 4631.0, 4625.0, 4618.0, 4611.0, 4579.0, 4609.0, 4588.0, 4618.0, 4603.0, 4645.0, 4639.0, 4624.0, 4608.0, 4566.0, 4607.0, 4601.0, 4593.0, 4591.0, 4562.0, 4597.0, 4553.0, 4604.0, 4564.0, 4604.0, 4554.0, 4594.0, 4575.0, 4583.0, 4553.0, 4572.0, 4572.0, 4570.0, 4584.0, 4554.0, 4584.0, 4590.0, 4571.0, 4576.0, 4559.0, 4566.0, 4549.0, 4579.0, 4561.0, 4552.0, 4573.0, 4553.0, 4585.0, 4578.0, 4592.0, 4576.0, 4608.0, 4578.0, 4596.0, 4596.0, 4587.0, 4566.0, 4578.0, 4603.0, 4577.0, 4605.0, 4580.0, 4595.0, 4576.0, 4592.0, 4586.0, 4620.0, 4603.0, 4612.0, 4614.0, 4605.0, 4603.0, 4606.0, 4634.0, 4614.0, 4644.0, 4624.0, 4630.0, 4624.0, 4634.0, 4625.0, 4631.0, 4625.0, 4630.0, 4593.0, 4620.0, 4597.0, 4620.0, 4604.0, 4596.0, 4582.0, 4586.0, 4612.0, 4583.0, 4600.0, 4587.0, 4606.0, 4598.0, 4566.0, 4611.0, 4592.0, 4623.0, 4601.0, 4635.0, 4616.0, 4607.0, 4615.0, 4603.0, 4631.0, 4623.0, 4582.0, 4618.0, 4589.0, 4580.0, 4622.0, 4593.0, 4624.0, 4600.0, 4618.0, 4604.0, 4619.0, 4611.0, 4618.0, 4610.0, 4579.0, 4623.0, 4589.0, 4618.0, 4603.0, 4633.0, 4612.0, 4571.0, 4610.0, 4589.0, 4619.0, 4607.0, 4634.0, 4618.0, 4599.0, 4610.0, 4593.0, 4634.0, 4605.0, 4644.0, 4626.0, 4619.0, 4601.0, 4567.0, 4621.0, 4599.0, 4620.0, 4617.0, 4608.0, 4603.0, 4575.0, 4601.0, 4598.0, 4605.0, 4595.0, 4579.0, 4572.0, 4542.0, 4575.0, 4552.0, 4595.0, 4566.0, 4605.0, 4588.0, 4586.0, 4599.0, 4587.0, 4623.0, 4603.0, 4621.0, 4609.0, 4578.0, 4599.0, 4580.0, 4560.0, 4551.0, 4566.0, 4580.0, 4563.0, 4544.0, 4572.0, 4588.0, 4588.0], 'WindowWidth': [10237.0, 10228.0, 10183.0, 10198.0, 10183.0, 10173.0, 10148.0, 10192.0, 10153.0, 10151.0, 10123.0, 10171.0, 10158.0, 10146.0, 10154.0, 10125.0, 10130.0, 10096.0, 10136.0, 10124.0, 10134.0, 10124.0, 10133.0, 10112.0, 10140.0, 10103.0, 10109.0, 10101.0, 10103.0, 10062.0, 10103.0, 10066.0, 10125.0, 10090.0, 10117.0, 10073.0, 10119.0, 10124.0, 10115.0, 10112.0, 10086.0, 10104.0, 10058.0, 10108.0, 10073.0, 10118.0, 10074.0, 10096.0, 10079.0, 10096.0, 10096.0, 10123.0, 10119.0, 10110.0, 10073.0, 10086.0, 10110.0, 10072.0, 10142.0, 10123.0, 10093.0, 10134.0, 10101.0, 10103.0, 10119.0, 10093.0, 10113.0, 10089.0, 10099.0, 10073.0, 10105.0, 10063.0, 10089.0, 10100.0, 10083.0, 10073.0, 10013.0, 10058.0, 10016.0, 10081.0, 10042.0, 10131.0, 10108.0, 10098.0, 10101.0, 10064.0, 10138.0, 10126.0, 10101.0, 10071.0, 10107.0, 10050.0, 10106.0, 10173.0, 10135.0, 10083.0, 10121.0, 10108.0, 10146.0, 10122.0, 10142.0, 10099.0, 10100.0, 10125.0, 10121.0, 10063.0, 10120.0, 10082.0, 10120.0, 10090.0, 10139.0, 10077.0, 10113.0, 10104.0, 10131.0, 10095.0, 10110.0, 10115.0, 10081.0, 10099.0, 10070.0, 10113.0, 10096.0, 10115.0, 10093.0, 10106.0, 10081.0, 10088.0, 10048.0, 10091.0, 10068.0, 10070.0, 10075.0, 10057.0, 10117.0, 10077.0, 10095.0, 10090.0, 10095.0, 10085.0, 10116.0, 10092.0, 10114.0, 10105.0, 10097.0, 10120.0, 10115.0, 10138.0, 10128.0, 10142.0, 10104.0, 10140.0, 10097.0, 10156.0, 10135.0, 10123.0, 10097.0, 10119.0, 10133.0, 10176.0, 10159.0, 10123.0, 10085.0, 10102.0, 10064.0, 10118.0, 10096.0, 10129.0, 10127.0, 10130.0, 10123.0, 10111.0, 10121.0, 10115.0, 10081.0, 10092.0, 10059.0, 10066.0, 10027.0, 10063.0, 10065.0, 10076.0, 10091.0, 10071.0, 10064.0, 10057.0, 10068.0, 10049.0, 10020.0, 10084.0, 10065.0, 10069.0, 10105.0, 10094.0, 10119.0, 10121.0, 10103.0, 10124.0, 10064.0, 10095.0, 10075.0, 10088.0, 10055.0, 10089.0, 10062.0, 10089.0, 10106.0, 10122.0, 10087.0, 10091.0, 10067.0, 10057.0, 10036.0, 10042.0, 10038.0, 10065.0, 10050.0, 10074.0, 10083.0, 10074.0, 10094.0, 10113.0, 10076.0, 10118.0, 10113.0, 10100.0, 10107.0, 10101.0, 10112.0, 10139.0, 10142.0, 10096.0, 10116.0, 10094.0, 10127.0, 10099.0, 10132.0, 10113.0, 10140.0, 10100.0, 10131.0, 10136.0, 10140.0, 10128.0, 10138.0, 10134.0, 10098.0, 10154.0, 10118.0, 10158.0, 10108.0, 10095.0, 10105.0, 10083.0, 10098.0, 10093.0, 10087.0, 10139.0, 10146.0, 10108.0, 10113.0, 10095.0, 10062.0, 10118.0, 10102.0, 10108.0, 10089.0, 10136.0, 10166.0, 10146.0, 10094.0, 10079.0, 10069.0, 10003.0, 10042.0, 10063.0, 10051.0, 10090.0, 10087.0, 10090.0, 10082.0, 10053.0, 10135.0, 10125.0, 10073.0, 10113.0, 10088.0, 10161.0, 10093.0, 10083.0, 10063.0, 10010.0, 10040.0, 9994.0, 10047.0, 10039.0, 10044.0, 10077.0, 10053.0, 10050.0, 10013.0, 10033.0, 10024.0, 10035.0, 10013.0, 10034.0, 9999.0, 10032.0, 9996.0, 10044.0, 9999.0, 10024.0, 10000.0, 10025.0, 9983.0, 10053.0, 10010.0, 10053.0, 10031.0, 10082.0, 10077.0, 10112.0, 10103.0, 10109.0, 10129.0, 10109.0, 10125.0, 10122.0, 10150.0, 10141.0, 10114.0, 10160.0, 10130.0, 10148.0, 10135.0, 10166.0, 10156.0, 10154.0, 10128.0, 10115.0, 10089.0, 10108.0, 10085.0, 10116.0, 10059.0, 10070.0, 10044.0, 10084.0, 10059.0, 10077.0, 10082.0, 10076.0, 10031.0, 10081.0, 10078.0, 10117.0, 10106.0, 10104.0, 10132.0, 10127.0, 10129.0, 10077.0, 10116.0, 10079.0, 10144.0, 10144.0, 10109.0, 10131.0, 10085.0, 10136.0, 10108.0, 10112.0, 10090.0, 10113.0, 10089.0, 10111.0, 10114.0, 10138.0, 10093.0, 10139.0, 10096.0, 10118.0, 10115.0, 10119.0, 10094.0, 10120.0, 10085.0, 10136.0, 10125.0, 10100.0, 10110.0, 10081.0, 10107.0, 10066.0, 10097.0, 10069.0, 10079.0, 10086.0, 10082.0, 10058.0, 10085.0, 10109.0, 10106.0, 10083.0, 10140.0, 10085.0, 10133.0, 10087.0, 10070.0, 10116.0, 10096.0, 10150.0, 10157.0, 10126.0, 10071.0, 10120.0, 10016.0, 10055.0, 10059.0, 10029.0, 10082.0, 10052.0, 10135.0, 10124.0, 10075.0, 10102.0, 10114.0, 10141.0, 10114.0, 10092.0, 10099.0, 10060.0, 10103.0, 10077.0, 10079.0, 10062.0, 10073.0, 10029.0, 10060.0, 10020.0, 10062.0, 10032.0, 10085.0, 10058.0, 10087.0, 10083.0, 10071.0, 10077.0, 10058.0, 10074.0, 10048.0, 10107.0, 10074.0, 10099.0, 10104.0, 10065.0, 10130.0, 10092.0, 10149.0, 10123.0, 10101.0, 10109.0, 10106.0, 10089.0, 10127.0, 10095.0, 10169.0, 10176.0, 10149.0, 10138.0, 10110.0, 10136.0, 10145.0, 10141.0, 10124.0, 10129.0, 10121.0, 10110.0, 10109.0, 10132.0, 10093.0, 10113.0, 10062.0, 10083.0, 10047.0, 10069.0, 10047.0, 10084.0, 10052.0, 10116.0, 10072.0, 10106.0, 10089.0, 10091.0, 10075.0, 10109.0, 10091.0, 10114.0, 10125.0, 10080.0, 10107.0, 10110.0, 10125.0, 10154.0, 10103.0, 10115.0, 10101.0, 10082.0, 10114.0, 10116.0, 10152.0, 10130.0, 10136.0, 10122.0, 10081.0, 10095.0, 10112.0, 10145.0, 10153.0, 10126.0, 10094.0, 10107.0, 10092.0, 10129.0, 10103.0, 10141.0, 10088.0, 10109.0, 10097.0, 10130.0, 10091.0, 10137.0, 10102.0, 10112.0, 10091.0, 10107.0, 10104.0, 10109.0, 10114.0, 10066.0, 10087.0, 10075.0, 10136.0, 10113.0, 10114.0, 10126.0, 10065.0, 10112.0, 10121.0, 10134.0, 10107.0, 10056.0, 10110.0, 10088.0, 10047.0, 10063.0, 10056.0, 10107.0, 10067.0, 10092.0, 10076.0, 10107.0, 10053.0, 10088.0, 10079.0, 10070.0, 10071.0, 10042.0, 10086.0, 10070.0, 10104.0, 10070.0, 10082.0, 10044.0, 10060.0, 10036.0, 10038.0, 10050.0, 10078.0, 10063.0, 10033.0, 9999.0, 9963.0, 10004.0, 9995.0, 10023.0, 10057.0, 10046.0, 10042.0, 10028.0, 10032.0, 10052.0, 10063.0, 10052.0, 10089.0, 10059.0, 10079.0, 10074.0, 10089.0, 10088.0, 10095.0, 10069.0, 10115.0, 10074.0, 10097.0, 10039.0, 10095.0, 10065.0, 10117.0, 10087.0, 10095.0, 10040.0, 10110.0, 10059.0, 10144.0, 10112.0, 10138.0, 10097.0, 10115.0, 10098.0, 10113.0, 10120.0, 10080.0, 10141.0, 10117.0, 10165.0, 10145.0, 10153.0, 10134.0, 10127.0, 10133.0, 10095.0, 10098.0, 10091.0, 10135.0, 10106.0, 10102.0, 10065.0, 10083.0, 10063.0, 10107.0, 10093.0, 10107.0, 10067.0, 10088.0, 10081.0, 10095.0, 10096.0, 10103.0, 10127.0, 10143.0, 10158.0, 10140.0, 10124.0, 10146.0, 10130.0, 10132.0, 10143.0, 10100.0, 10100.0, 10070.0, 10074.0, 10026.0, 10064.0, 10080.0, 10079.0, 10086.0, 10085.0, 10063.0, 10100.0, 10104.0, 10089.0, 10119.0, 10086.0, 10110.0, 10086.0, 10086.0, 10090.0, 10110.0, 10106.0, 10137.0, 10089.0, 10127.0, 10092.0, 10117.0, 10094.0, 10135.0, 10131.0, 10112.0, 10104.0, 10057.0, 10098.0, 10067.0, 10109.0, 10095.0, 10158.0, 10153.0, 10123.0, 10095.0, 10032.0, 10093.0, 10079.0, 10062.0, 10060.0, 10019.0, 10072.0, 10008.0, 10080.0, 10026.0, 10081.0, 10009.0, 10065.0, 10038.0, 10044.0, 10005.0, 10028.0, 10030.0, 10039.0, 10052.0, 10012.0, 10056.0, 10054.0, 10027.0, 10027.0, 10010.0, 10014.0, 9997.0, 10035.0, 10019.0, 10003.0, 10038.0, 10012.0, 10055.0, 10053.0, 10061.0, 10050.0, 10095.0, 10050.0, 10073.0, 10071.0, 10062.0, 10034.0, 10054.0, 10076.0, 10049.0, 10084.0, 10055.0, 10068.0, 10048.0, 10063.0, 10065.0, 10115.0, 10097.0, 10107.0, 10114.0, 10109.0, 10101.0, 10109.0, 10143.0, 10116.0, 10156.0, 10132.0, 10132.0, 10128.0, 10139.0, 10128.0, 10132.0, 10125.0, 10128.0, 10078.0, 10117.0, 10077.0, 10116.0, 10082.0, 10075.0, 10049.0, 10062.0, 10094.0, 10051.0, 10072.0, 10064.0, 10090.0, 10083.0, 10037.0, 10104.0, 10081.0, 10122.0, 10087.0, 10143.0, 10116.0, 10103.0, 10113.0, 10096.0, 10134.0, 10127.0, 10067.0, 10108.0, 10071.0, 10061.0, 10118.0, 10086.0, 10127.0, 10090.0, 10110.0, 10098.0, 10111.0, 10104.0, 10107.0, 10101.0, 10057.0, 10118.0, 10069.0, 10108.0, 10094.0, 10138.0, 10110.0, 10048.0, 10099.0, 10073.0, 10111.0, 10106.0, 10140.0, 10121.0, 10087.0, 10103.0, 10086.0, 10141.0, 10105.0, 10156.0, 10132.0, 10113.0, 10087.0, 10039.0, 10116.0, 10086.0, 10118.0, 10106.0, 10096.0, 10080.0, 10045.0, 10074.0, 10078.0, 10087.0, 10070.0, 10039.0, 10034.0, 9992.0, 10040.0, 10007.0, 10067.0, 10031.0, 10082.0, 10064.0, 10057.0, 10079.0, 10061.0, 10122.0, 10092.0, 10114.0, 10095.0, 10049.0, 10079.0, 10057.0, 10027.0, 10004.0, 10036.0, 10041.0, 10019.0, 9995.0, 10032.0, 10067.0, 10074.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.0017907151095732411</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0443752324106113</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>48.26517095849877</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.3293657855080823</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0042854614780599</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4797</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6395.7231</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.19498263544603905</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>280</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>32.29527104959631</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3015497948812484</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.214104310848003</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4402006690938096</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.250344404701932</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0164534</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007176960818469524</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03106706589460373</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.353976584432029</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>20.5559</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.3061</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.4319</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>297400.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>830.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.5181</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>3.192</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.3186</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3820.6507</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3992.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>79144.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1653.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4901.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>916.8572</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>31.99054920556955</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> |