=== 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-0104 --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-0104",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0104_ses-03_task-social_acq-mb8_run-04_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-0104_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0104_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-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-04_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-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0104/figures/sub-0104_ses-03_task-social_acq-mb8_run-04_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-0104/ses-03/func/sub-0104_ses-03_task-social_acq-mb8_run-04_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>81a2efb1f28713bd2876aed213cfe21f</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:48:25.485000</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.999891, -0.00637204, -0.013351, 0.00680616, 0.999441, 0.0327266]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.100319</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-04_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4220, -7766, -7198, 283, -105, -46, 14, 96]</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>251.09</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>b2978e22-28c3-436b-9c4b-300f81740875||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.682633399963379, 0.018260426819324493, -0.035464536398649216, 114.69422149658203], [0.017095722258090973, 2.681427478790283, 0.08859754353761673, -94.36073303222656], [-0.03581978380680084, -0.08780312538146973, 2.698312997817993, -46.87079620361328], [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': ['134825.485000', '134825.945000', '134826.405000', '134826.865000', '134827.325000', '134827.785000', '134828.245000', '134828.705000', '134829.165000', '134829.625000', '134830.085000', '134830.545000', '134831.005000', '134831.465000', '134831.925000', '134832.385000', '134832.845000', '134833.305000', '134833.765000', '134834.225000', '134834.685000', '134835.145000', '134835.605000', '134836.065000', '134836.525000', '134836.985000', '134837.445000', '134837.905000', '134838.365000', '134838.825000', '134839.285000', '134839.745000', '134840.205000', '134840.665000', '134841.125000', '134841.585000', '134842.045000', '134842.505000', '134842.965000', '134843.425000', '134843.885000', '134844.345000', '134844.805000', '134845.265000', '134845.725000', '134846.185000', '134846.645000', '134847.105000', '134847.565000', '134848.025000', '134848.485000', '134848.945000', '134849.405000', '134849.865000', '134850.325000', '134850.785000', '134851.245000', '134851.705000', '134852.165000', '134852.625000', '134853.085000', '134853.545000', '134854.005000', '134854.465000', '134854.925000', '134855.385000', '134855.845000', '134856.305000', '134856.765000', '134857.225000', '134857.685000', '134858.145000', '134858.605000', '134859.065000', '134859.525000', '134859.985000', '134900.445000', '134900.905000', '134901.365000', '134901.825000', '134902.285000', '134902.745000', '134903.205000', '134903.665000', '134904.125000', '134904.585000', '134905.045000', '134905.505000', '134905.965000', '134906.425000', '134906.885000', '134907.345000', '134907.805000', '134908.265000', '134908.725000', '134909.185000', '134909.645000', '134910.105000', '134910.565000', '134911.025000', '134911.485000', '134911.945000', '134912.405000', '134912.865000', '134913.325000', '134913.785000', '134914.245000', '134914.705000', '134915.165000', '134915.625000', '134916.085000', '134916.545000', '134917.005000', '134917.465000', '134917.925000', '134918.385000', '134918.845000', '134919.305000', '134919.765000', '134920.225000', '134920.685000', '134921.145000', '134921.605000', '134922.065000', '134922.525000', '134922.985000', '134923.445000', '134923.905000', '134924.365000', '134924.825000', '134925.285000', '134925.745000', '134926.205000', '134926.665000', '134927.125000', '134927.585000', '134928.045000', '134928.505000', '134928.965000', '134929.425000', '134929.885000', '134930.345000', '134930.805000', '134931.265000', '134931.725000', '134932.185000', '134932.645000', '134933.105000', '134933.565000', '134934.025000', '134934.485000', '134934.945000', '134935.405000', '134935.865000', '134936.325000', '134936.785000', '134937.245000', '134937.705000', '134938.165000', '134938.625000', '134939.085000', '134939.545000', '134940.005000', '134940.465000', '134940.925000', '134941.385000', '134941.845000', '134942.305000', '134942.765000', '134943.225000', '134943.685000', '134944.145000', '134944.605000', '134945.065000', '134945.525000', '134945.985000', '134946.445000', '134946.905000', '134947.365000', '134947.825000', '134948.285000', '134948.745000', '134949.205000', '134949.665000', '134950.125000', '134950.585000', '134951.045000', '134951.505000', '134951.965000', '134952.425000', '134952.885000', '134953.345000', '134953.805000', '134954.265000', '134954.725000', '134955.185000', '134955.645000', '134956.105000', '134956.565000', '134957.025000', '134957.485000', '134957.945000', '134958.405000', '134958.865000', '134959.325000', '134959.785000', '135000.245000', '135000.705000', '135001.165000', '135001.625000', '135002.085000', '135002.545000', '135003.005000', '135003.465000', '135003.925000', '135004.385000', '135004.845000', '135005.305000', '135005.765000', '135006.225000', '135006.685000', '135007.145000', '135007.605000', '135008.065000', '135008.525000', '135008.985000', '135009.445000', '135009.905000', '135010.365000', '135010.825000', '135011.285000', '135011.745000', '135012.205000', '135012.665000', '135013.125000', '135013.585000', '135014.045000', '135014.505000', '135014.965000', '135015.425000', '135015.885000', '135016.345000', '135016.805000', '135017.265000', '135017.725000', '135018.185000', '135018.645000', '135019.105000', '135019.565000', '135020.025000', '135020.485000', '135020.945000', '135021.405000', '135021.865000', '135022.325000', '135022.785000', '135023.245000', '135023.705000', '135024.165000', '135024.625000', '135025.085000', '135025.545000', '135026.005000', '135026.465000', '135026.925000', '135027.385000', '135027.845000', '135028.305000', '135028.765000', '135029.225000', '135029.685000', '135030.145000', '135030.605000', '135031.065000', '135031.525000', '135031.985000', '135032.445000', '135032.905000', '135033.365000', '135033.825000', '135034.285000', '135034.745000', '135035.205000', '135035.665000', '135036.125000', '135036.585000', '135037.045000', '135037.505000', '135037.965000', '135038.425000', '135038.885000', '135039.345000', '135039.805000', '135040.265000', '135040.725000', '135041.185000', '135041.645000', '135042.105000', '135042.565000', '135043.025000', '135043.485000', '135043.945000', '135044.405000', '135044.865000', '135045.325000', '135045.785000', '135046.245000', '135046.705000', '135047.165000', '135047.625000', '135048.085000', '135048.545000', '135049.005000', '135049.465000', '135049.925000', '135050.385000', '135050.845000', '135051.305000', '135051.765000', '135052.225000', '135052.685000', '135053.145000', '135053.605000', '135054.065000', '135054.525000', '135054.985000', '135055.445000', '135055.905000', '135056.365000', '135056.825000', '135057.285000', '135057.745000', '135058.205000', '135058.665000', '135059.125000', '135059.585000', '135100.045000', '135100.505000', '135100.965000', '135101.425000', '135101.885000', '135102.345000', '135102.805000', '135103.265000', '135103.725000', '135104.185000', '135104.645000', '135105.105000', '135105.565000', '135106.025000', '135106.485000', '135106.945000', '135107.405000', '135107.865000', '135108.325000', '135108.785000', '135109.245000', '135109.705000', '135110.165000', '135110.625000', '135111.085000', '135111.545000', '135112.005000', '135112.465000', '135112.925000', '135113.385000', '135113.845000', '135114.305000', '135114.765000', '135115.225000', '135115.685000', '135116.145000', '135116.605000', '135117.065000', '135117.525000', '135117.985000', '135118.445000', '135118.905000', '135119.365000', '135119.825000', '135120.285000', '135120.745000', '135121.205000', '135121.665000', '135122.125000', '135122.585000', '135123.045000', '135123.505000', '135123.965000', '135124.425000', '135124.885000', '135125.345000', '135125.805000', '135126.265000', '135126.725000', '135127.185000', '135127.645000', '135128.105000', '135128.565000', '135129.025000', '135129.485000', '135129.945000', '135130.405000', '135130.865000', '135131.325000', '135131.785000', '135132.245000', '135132.705000', '135133.165000', '135133.625000', '135134.085000', '135134.545000', '135135.005000', '135135.465000', '135135.925000', '135136.385000', '135136.845000', '135137.305000', '135137.765000', '135138.225000', '135138.685000', '135139.145000', '135139.605000', '135140.065000', '135140.525000', '135140.985000', '135141.445000', '135141.905000', '135142.365000', '135142.825000', '135143.285000', '135143.745000', '135144.205000', '135144.665000', '135145.125000', '135145.585000', '135146.045000', '135146.505000', '135146.965000', '135147.425000', '135147.885000', '135148.345000', '135148.805000', '135149.265000', '135149.725000', '135150.185000', '135150.645000', '135151.105000', '135151.565000', '135152.025000', '135152.485000', '135152.945000', '135153.405000', '135153.865000', '135154.325000', '135154.785000', '135155.245000', '135155.705000', '135156.165000', '135156.625000', '135157.085000', '135157.545000', '135158.005000', '135158.465000', '135158.925000', '135159.385000', '135159.845000', '135200.305000', '135200.765000', '135201.225000', '135201.685000', '135202.145000', '135202.605000', '135203.065000', '135203.525000', '135203.985000', '135204.445000', '135204.905000', '135205.365000', '135205.825000', '135206.285000', '135206.745000', '135207.205000', '135207.665000', '135208.125000', '135208.585000', '135209.045000', '135209.505000', '135209.965000', '135210.425000', '135210.885000', '135211.345000', '135211.805000', '135212.265000', '135212.725000', '135213.185000', '135213.645000', '135214.105000', '135214.565000', '135215.025000', '135215.485000', '135215.945000', '135216.405000', '135216.865000', '135217.325000', '135217.785000', '135218.245000', '135218.705000', '135219.165000', '135219.625000', '135220.085000', '135220.545000', '135221.005000', '135221.465000', '135221.925000', '135222.385000', '135222.845000', '135223.305000', '135223.765000', '135224.225000', '135224.685000', '135225.145000', '135225.605000', '135226.065000', '135226.525000', '135226.985000', '135227.445000', '135227.905000', '135228.365000', '135228.825000', '135229.285000', '135229.745000', '135230.205000', '135230.665000', '135231.125000', '135231.585000', '135232.045000', '135232.505000', '135232.965000', '135233.425000', '135233.885000', '135234.345000', '135234.805000', '135235.265000', '135235.725000', '135236.185000', '135236.645000', '135237.105000', '135237.565000', '135238.025000', '135238.485000', '135238.945000', '135239.405000', '135239.865000', '135240.325000', '135240.785000', '135241.245000', '135241.705000', '135242.165000', '135242.625000', '135243.085000', '135243.545000', '135244.005000', '135244.465000', '135244.925000', '135245.385000', '135245.845000', '135246.305000', '135246.765000', '135247.225000', '135247.685000', '135248.145000', '135248.605000', '135249.065000', '135249.525000', '135249.985000', '135250.445000', '135250.905000', '135251.365000', '135251.825000', '135252.285000', '135252.745000', '135253.205000', '135253.665000', '135254.125000', '135254.585000', '135255.045000', '135255.505000', '135255.965000', '135256.425000', '135256.885000', '135257.345000', '135257.805000', '135258.265000', '135258.725000', '135259.185000', '135259.645000', '135300.105000', '135300.565000', '135301.025000', '135301.485000', '135301.945000', '135302.405000', '135302.865000', '135303.325000', '135303.785000', '135304.245000', '135304.705000', '135305.165000', '135305.625000', '135306.085000', '135306.545000', '135307.005000', '135307.465000', '135307.925000', '135308.385000', '135308.845000', '135309.305000', '135309.765000', '135310.225000', '135310.685000', '135311.145000', '135311.605000', '135312.065000', '135312.525000', '135312.985000', '135313.445000', '135313.905000', '135314.365000', '135314.825000', '135315.285000', '135315.745000', '135316.205000', '135316.665000', '135317.125000', '135317.585000', '135318.045000', '135318.505000', '135318.965000', '135319.425000', '135319.885000', '135320.345000', '135320.805000', '135321.265000', '135321.725000', '135322.185000', '135322.645000', '135323.105000', '135323.565000', '135324.025000', '135324.485000', '135324.945000', '135325.405000', '135325.865000', '135326.325000', '135326.785000', '135327.245000', '135327.705000', '135328.165000', '135328.625000', '135329.085000', '135329.545000', '135330.005000', '135330.465000', '135330.925000', '135331.385000', '135331.845000', '135332.305000', '135332.765000', '135333.225000', '135333.685000', '135334.145000', '135334.605000', '135335.065000', '135335.525000', '135335.985000', '135336.445000', '135336.905000', '135337.365000', '135337.825000', '135338.285000', '135338.745000', '135339.205000', '135339.665000', '135340.125000', '135340.585000', '135341.045000', '135341.505000', '135341.965000', '135342.425000', '135342.885000', '135343.345000', '135343.805000', '135344.265000', '135344.725000', '135345.185000', '135345.645000', '135346.105000', '135346.565000', '135347.025000', '135347.485000', '135347.945000', '135348.405000', '135348.865000', '135349.325000', '135349.785000', '135350.245000', '135350.705000', '135351.165000', '135351.625000', '135352.085000', '135352.545000', '135353.005000', '135353.465000', '135353.925000', '135354.385000', '135354.845000', '135355.305000', '135355.765000', '135356.225000', '135356.685000', '135357.145000', '135357.605000', '135358.065000', '135358.525000', '135358.985000', '135359.445000', '135359.905000', '135400.365000', '135400.825000', '135401.285000', '135401.745000', '135402.205000', '135402.665000', '135403.125000', '135403.585000', '135404.045000', '135404.505000', '135404.965000', '135405.425000', '135405.885000', '135406.345000', '135406.805000', '135407.265000', '135407.725000', '135408.185000', '135408.645000', '135409.105000', '135409.565000', '135410.025000', '135410.485000', '135410.945000', '135411.405000', '135411.865000', '135412.325000', '135412.785000', '135413.245000', '135413.705000', '135414.165000', '135414.625000', '135415.085000', '135415.545000', '135416.005000', '135416.465000', '135416.925000', '135417.385000', '135417.845000', '135418.305000', '135418.765000', '135419.225000', '135419.685000', '135420.145000', '135420.605000', '135421.065000', '135421.525000', '135421.985000', '135422.445000', '135422.905000', '135423.365000', '135423.825000', '135424.285000', '135424.745000', '135425.205000', '135425.665000', '135426.125000', '135426.585000', '135427.045000', '135427.505000', '135427.965000', '135428.425000', '135428.885000', '135429.345000', '135429.805000', '135430.265000', '135430.725000', '135431.185000', '135431.645000', '135432.105000', '135432.565000', '135433.025000', '135433.485000', '135433.945000', '135434.405000', '135434.865000', '135435.325000', '135435.785000', '135436.245000', '135436.705000', '135437.165000', '135437.625000', '135438.085000', '135438.545000', '135439.005000', '135439.465000', '135439.925000', '135440.385000', '135440.845000', '135441.305000', '135441.765000', '135442.225000', '135442.685000', '135443.145000', '135443.605000', '135444.065000', '135444.525000', '135444.985000', '135445.445000', '135445.905000', '135446.365000', '135446.825000', '135447.285000', '135447.745000', '135448.205000', '135448.665000', '135449.125000', '135449.585000', '135450.045000', '135450.505000', '135450.965000', '135451.425000', '135451.885000', '135452.345000', '135452.805000', '135453.265000', '135453.725000', '135454.185000', '135454.645000', '135455.105000', '135455.565000', '135456.025000', '135456.485000', '135456.945000', '135457.405000', '135457.865000', '135458.325000', '135458.785000', '135459.245000', '135459.705000', '135500.165000', '135500.625000', '135501.085000', '135501.545000', '135502.005000', '135502.465000', '135502.925000', '135503.385000', '135503.845000', '135504.305000', '135504.765000', '135505.225000', '135505.685000', '135506.145000'], 'ContentTime': ['134837.993000', '134837.996000', '134838.000000', '134838.002000', '134838.005000', '134838.007000', '134838.010000', '134838.012000', '134838.015000', '134838.023000', '134838.025000', '134838.028000', '134838.031000', '134838.033000', '134838.036000', '134838.038000', '134838.041000', '134838.052000', '134838.054000', '134838.057000', '134838.059000', '134838.062000', '134838.064000', '134838.067000', '134857.958000', '134857.961000', '134857.964000', '134857.966000', '134857.969000', '134857.972000', '134857.974000', '134857.977000', '134857.979000', '134857.982000', '134857.984000', '134857.987000', '134857.989000', '134857.992000', '134857.994000', '134857.997000', '134858.000000', '134858.003000', '134858.006000', '134858.008000', '134858.011000', '134858.013000', '134858.016000', '134858.018000', '134858.021000', '134858.024000', '134858.026000', '134858.029000', '134858.031000', '134858.034000', '134858.036000', '134858.039000', '134858.042000', '134858.044000', '134858.047000', '134858.049000', '134858.052000', '134858.054000', '134858.057000', '134858.059000', '134858.062000', '134858.065000', '134858.068000', '134917.957000', '134917.960000', '134917.963000', '134917.965000', '134917.968000', '134917.970000', '134917.973000', '134917.976000', '134917.978000', '134917.981000', '134917.983000', '134917.986000', '134917.988000', '134917.991000', '134917.994000', '134917.996000', '134918.000000', '134918.002000', '134918.005000', '134918.007000', '134918.010000', '134918.012000', '134918.015000', '134918.018000', '134918.020000', '134918.023000', '134918.025000', '134918.028000', '134918.030000', '134918.033000', '134918.036000', '134918.038000', '134918.041000', '134918.043000', '134918.046000', '134918.048000', '134918.051000', '134918.053000', '134918.056000', '134918.058000', '134918.061000', '134918.064000', '134918.066000', '134918.069000', '134937.958000', '134937.961000', '134937.964000', '134937.966000', '134937.969000', '134937.972000', '134937.974000', '134937.977000', '134937.979000', '134937.982000', '134937.984000', '134937.987000', '134937.989000', '134937.992000', '134937.995000', '134937.997000', '134938.001000', '134938.003000', '134938.006000', '134938.008000', '134938.011000', '134938.014000', '134938.016000', '134938.019000', '134938.022000', '134938.024000', '134938.027000', '134938.029000', '134938.032000', '134938.034000', '134938.037000', '134938.039000', '134938.042000', '134938.045000', '134938.047000', '134938.050000', '134938.052000', '134938.055000', '134938.057000', '134938.060000', '134938.062000', '134938.065000', '134938.067000', '134957.959000', '134957.961000', '134957.964000', '134957.967000', '134957.969000', '134957.972000', '134957.974000', '134957.977000', '134957.979000', '134957.982000', '134957.984000', '134957.987000', '134957.990000', '134957.992000', '134957.995000', '134957.997000', '134958.001000', '134958.003000', '134958.006000', '134958.008000', '134958.011000', '134958.014000', '134958.016000', '134958.019000', '134958.021000', '134958.024000', '134958.026000', '134958.029000', '134958.032000', '134958.034000', '134958.037000', '134958.039000', '134958.042000', '134958.045000', '134958.047000', '134958.050000', '134958.052000', '134958.055000', '134958.058000', '134958.060000', '134958.063000', '134958.065000', '134958.068000', '134958.086000', '135017.958000', '135017.961000', '135017.964000', '135017.966000', '135017.969000', '135017.971000', '135017.974000', '135017.977000', '135017.979000', '135017.982000', '135017.984000', '135017.987000', '135017.989000', '135017.992000', '135017.995000', '135018.006000', '135018.009000', '135018.011000', '135018.014000', '135018.016000', '135018.019000', '135018.022000', '135018.024000', '135018.027000', '135018.029000', '135018.032000', '135018.034000', '135018.037000', '135018.039000', '135018.042000', '135018.045000', '135018.047000', '135018.050000', '135018.052000', '135018.055000', '135018.057000', '135018.060000', '135018.062000', '135018.065000', '135018.068000', '135018.070000', '135018.073000', '135018.075000', '135037.958000', '135037.961000', '135037.964000', '135037.966000', '135037.969000', '135037.971000', '135037.974000', '135037.977000', '135037.979000', '135037.982000', '135037.984000', '135037.987000', '135037.989000', '135037.992000', '135037.995000', '135037.997000', '135038.001000', '135038.003000', '135038.006000', '135038.008000', '135038.011000', '135038.014000', '135038.016000', '135038.019000', '135038.021000', '135038.024000', '135038.026000', '135038.029000', '135038.032000', '135038.034000', '135038.037000', '135038.039000', '135038.042000', '135038.044000', '135038.047000', '135038.050000', '135038.052000', '135038.055000', '135038.057000', '135038.060000', '135038.062000', '135038.065000', '135038.067000', '135038.070000', '135057.958000', '135057.961000', '135057.964000', '135057.966000', '135057.969000', '135057.972000', '135057.974000', '135057.977000', '135057.979000', '135057.982000', '135057.984000', '135057.987000', '135057.990000', '135057.992000', '135057.995000', '135057.997000', '135058.001000', '135058.003000', '135058.006000', '135058.009000', '135058.011000', '135058.014000', '135058.016000', '135058.019000', '135058.021000', '135058.024000', '135058.027000', '135058.029000', '135058.032000', '135058.034000', '135058.037000', '135058.040000', '135058.042000', '135058.045000', '135058.047000', '135058.050000', '135058.052000', '135058.055000', '135058.058000', '135058.060000', '135058.063000', '135058.065000', '135058.068000', '135117.958000', '135117.961000', '135117.964000', '135117.967000', '135117.969000', '135117.972000', '135117.975000', '135117.977000', '135117.980000', '135117.982000', '135117.985000', '135117.987000', '135117.990000', '135117.993000', '135117.995000', '135117.998000', '135118.001000', '135118.004000', '135118.006000', '135118.009000', '135118.012000', '135118.014000', '135118.017000', '135118.019000', '135118.022000', '135118.024000', '135118.027000', '135118.030000', '135118.032000', '135118.035000', '135118.037000', '135118.040000', '135118.043000', '135118.045000', '135118.048000', '135118.051000', '135118.053000', '135118.056000', '135118.058000', '135118.061000', '135118.064000', '135118.066000', '135118.069000', '135118.071000', '135137.957000', '135137.960000', '135137.963000', '135137.965000', '135137.968000', '135137.971000', '135137.973000', '135137.976000', '135137.978000', '135137.981000', '135137.983000', '135137.986000', '135137.989000', '135137.991000', '135137.994000', '135137.996000', '135138.000000', '135138.002000', '135138.005000', '135138.008000', '135138.010000', '135138.013000', '135138.015000', '135138.018000', '135138.025000', '135138.028000', '135138.030000', '135138.033000', '135138.035000', '135138.038000', '135138.041000', '135138.043000', '135138.046000', '135138.049000', '135138.051000', '135138.054000', '135138.056000', '135138.059000', '135138.088000', '135138.090000', '135138.093000', '135138.096000', '135138.098000', '135157.959000', '135157.961000', '135157.964000', '135157.967000', '135157.969000', '135157.972000', '135157.974000', '135157.977000', '135157.979000', '135157.982000', '135157.985000', '135157.987000', '135157.990000', '135157.992000', '135157.995000', '135157.997000', '135158.001000', '135158.004000', '135158.006000', '135158.009000', '135158.011000', '135158.015000', '135158.017000', '135158.020000', '135158.022000', '135158.025000', '135158.028000', '135158.030000', '135158.033000', '135158.035000', '135158.038000', '135158.040000', '135158.043000', '135158.046000', '135158.048000', '135158.051000', '135158.053000', '135158.056000', '135158.059000', '135158.062000', '135158.064000', '135158.067000', '135158.069000', '135158.072000', '135217.958000', '135217.961000', '135217.964000', '135217.966000', '135217.969000', '135217.971000', '135217.974000', '135217.977000', '135217.979000', '135217.982000', '135217.984000', '135217.987000', '135217.989000', '135217.992000', '135217.995000', '135217.997000', '135218.001000', '135218.004000', '135218.006000', '135218.009000', '135218.012000', '135218.014000', '135218.017000', '135218.019000', '135218.022000', '135218.024000', '135218.027000', '135218.030000', '135218.032000', '135218.035000', '135218.037000', '135218.040000', '135218.042000', '135218.045000', '135218.048000', '135218.050000', '135218.053000', '135218.055000', '135218.058000', '135218.060000', '135218.063000', '135218.066000', '135218.068000', '135237.958000', '135237.961000', '135237.964000', '135237.966000', '135237.969000', '135237.971000', '135237.974000', '135237.977000', '135237.979000', '135237.982000', '135237.984000', '135237.987000', '135237.989000', '135237.992000', '135237.995000', '135237.997000', '135238.001000', '135238.003000', '135238.006000', '135238.009000', '135238.011000', '135238.014000', '135238.017000', '135238.019000', '135238.022000', '135238.024000', '135238.027000', '135238.029000', '135238.032000', '135238.035000', '135238.037000', '135238.040000', '135238.043000', '135238.045000', '135238.048000', '135238.050000', '135238.053000', '135238.056000', '135238.058000', '135238.061000', '135238.063000', '135238.066000', '135238.068000', '135238.071000', '135257.958000', '135257.961000', '135257.964000', '135257.966000', '135257.969000', '135257.972000', '135257.974000', '135257.977000', '135257.979000', '135257.982000', '135257.985000', '135257.987000', '135257.990000', '135257.992000', '135257.995000', '135257.997000', '135258.001000', '135258.003000', '135258.006000', '135258.009000', '135258.011000', '135258.014000', '135258.016000', '135258.019000', '135258.022000', '135258.024000', '135258.027000', '135258.029000', '135258.032000', '135258.034000', '135258.037000', '135258.040000', '135258.042000', '135258.045000', '135258.047000', '135258.050000', '135258.053000', '135258.055000', '135258.058000', '135258.060000', '135258.063000', '135258.066000', '135258.068000', '135317.959000', '135317.962000', '135317.964000', '135317.967000', '135317.969000', '135317.972000', '135317.975000', '135317.978000', '135317.980000', '135317.983000', '135317.985000', '135317.988000', '135317.990000', '135317.993000', '135317.996000', '135317.998000', '135318.002000', '135318.005000', '135318.007000', '135318.010000', '135318.021000', '135318.024000', '135318.026000', '135318.029000', '135318.031000', '135318.034000', '135318.036000', '135318.039000', '135318.042000', '135318.044000', '135318.047000', '135318.049000', '135318.052000', '135318.054000', '135318.057000', '135318.060000', '135318.062000', '135318.065000', '135318.067000', '135318.070000', '135318.072000', '135318.075000', '135318.078000', '135318.081000', '135337.958000', '135337.961000', '135337.964000', '135337.966000', '135337.969000', '135337.972000', '135337.974000', '135337.977000', '135337.979000', '135337.982000', '135337.985000', '135337.987000', '135337.990000', '135337.992000', '135337.995000', '135337.998000', '135338.001000', '135338.004000', '135338.006000', '135338.009000', '135338.012000', '135338.014000', '135338.017000', '135338.019000', '135338.022000', '135338.025000', '135338.027000', '135338.030000', '135338.032000', '135338.035000', '135338.037000', '135338.040000', '135338.043000', '135338.045000', '135338.048000', '135338.050000', '135338.053000', '135338.056000', '135338.058000', '135338.061000', '135338.063000', '135338.066000', '135338.068000', '135357.957000', '135357.960000', '135357.963000', '135357.966000', '135357.968000', '135357.971000', '135357.973000', '135357.976000', '135357.979000', '135357.981000', '135357.984000', '135357.986000', '135357.990000', '135357.992000', '135357.995000', '135357.997000', '135358.001000', '135358.004000', '135358.006000', '135358.009000', '135358.012000', '135358.014000', '135358.017000', '135358.019000', '135358.022000', '135358.024000', '135358.027000', '135358.029000', '135358.032000', '135358.035000', '135358.037000', '135358.040000', '135358.042000', '135358.045000', '135358.048000', '135358.050000', '135358.053000', '135358.056000', '135358.058000', '135358.061000', '135358.063000', '135358.066000', '135358.068000', '135417.959000', '135417.962000', '135417.965000', '135417.968000', '135417.970000', '135417.973000', '135417.975000', '135417.978000', '135417.981000', '135417.983000', '135417.986000', '135417.988000', '135417.991000', '135417.994000', '135417.996000', '135418.000000', '135418.002000', '135418.005000', '135418.008000', '135418.010000', '135418.013000', '135418.015000', '135418.018000', '135418.020000', '135418.023000', '135418.025000', '135418.028000', '135418.031000', '135418.033000', '135418.036000', '135418.039000', '135418.041000', '135418.044000', '135418.046000', '135418.049000', '135418.052000', '135418.054000', '135418.057000', '135418.059000', '135418.062000', '135418.064000', '135418.067000', '135418.070000', '135418.072000', '135437.958000', '135437.961000', '135437.964000', '135437.966000', '135437.969000', '135437.972000', '135437.974000', '135437.977000', '135437.979000', '135437.982000', '135437.984000', '135437.987000', '135437.989000', '135437.992000', '135437.995000', '135437.997000', '135438.001000', '135438.004000', '135438.006000', '135438.009000', '135438.011000', '135438.014000', '135438.017000', '135438.019000', '135438.022000', '135438.024000', '135438.027000', '135438.030000', '135438.032000', '135438.035000', '135438.037000', '135438.048000', '135438.051000', '135438.053000', '135438.056000', '135438.059000', '135438.061000', '135438.064000', '135438.066000', '135438.069000', '135438.072000', '135438.074000', '135438.077000', '135438.079000', '135457.959000', '135457.961000', '135457.964000', '135457.967000', '135457.969000', '135457.972000', '135457.975000', '135457.977000', '135457.980000', '135457.982000', '135457.985000', '135457.988000', '135457.990000', '135457.993000', '135457.995000', '135457.998000', '135458.001000', '135458.004000', '135458.007000', '135458.009000', '135458.012000', '135458.014000', '135458.017000', '135458.020000', '135458.022000', '135458.025000', '135458.027000', '135458.030000', '135458.032000', '135458.035000', '135458.038000', '135458.041000', '135458.043000', '135458.046000', '135458.048000', '135458.051000', '135458.054000', '135458.056000', '135458.059000', '135458.061000', '135458.064000', '135458.066000', '135458.069000', '135507.867000', '135507.870000', '135507.873000', '135507.875000', '135507.878000', '135507.881000', '135507.883000', '135507.886000', '135507.889000', '135507.891000', '135507.894000', '135507.896000', '135507.899000', '135507.902000', '135507.905000', '135507.907000', '135507.910000', '135507.913000', '135507.915000', '135507.918000', '135507.921000', '135507.923000'], 'InstanceCreationTime': ['134837.993000', '134837.996000', '134838.000000', '134838.002000', '134838.005000', '134838.007000', '134838.010000', '134838.012000', '134838.015000', '134838.023000', '134838.025000', '134838.028000', '134838.031000', '134838.033000', '134838.036000', '134838.038000', '134838.041000', '134838.052000', '134838.054000', '134838.057000', '134838.059000', '134838.062000', '134838.064000', '134838.067000', '134857.958000', '134857.961000', '134857.964000', '134857.966000', '134857.969000', '134857.972000', '134857.974000', '134857.977000', '134857.979000', '134857.982000', '134857.984000', '134857.987000', '134857.989000', '134857.992000', '134857.994000', '134857.997000', '134858.000000', '134858.003000', '134858.006000', '134858.008000', '134858.011000', '134858.013000', '134858.016000', '134858.018000', '134858.021000', '134858.024000', '134858.026000', '134858.029000', '134858.031000', '134858.034000', '134858.036000', '134858.039000', '134858.042000', '134858.044000', '134858.047000', '134858.049000', '134858.052000', '134858.054000', '134858.057000', '134858.059000', '134858.062000', '134858.065000', '134858.068000', '134917.957000', '134917.960000', '134917.963000', '134917.965000', '134917.968000', '134917.970000', '134917.973000', '134917.976000', '134917.978000', '134917.981000', '134917.983000', '134917.986000', '134917.988000', '134917.991000', '134917.994000', '134917.996000', '134918.000000', '134918.002000', '134918.005000', '134918.007000', '134918.010000', '134918.012000', '134918.015000', '134918.018000', '134918.020000', '134918.023000', '134918.025000', '134918.028000', '134918.030000', '134918.033000', '134918.036000', '134918.038000', '134918.041000', '134918.043000', '134918.046000', '134918.048000', '134918.051000', '134918.053000', '134918.056000', '134918.058000', '134918.061000', '134918.064000', '134918.066000', '134918.069000', '134937.958000', '134937.961000', '134937.964000', '134937.966000', '134937.969000', '134937.972000', '134937.974000', '134937.977000', '134937.979000', '134937.982000', '134937.984000', '134937.987000', '134937.989000', '134937.992000', '134937.995000', '134937.997000', '134938.001000', '134938.003000', '134938.006000', '134938.008000', '134938.011000', '134938.014000', '134938.016000', '134938.019000', '134938.022000', '134938.024000', '134938.027000', '134938.029000', '134938.032000', '134938.034000', '134938.037000', '134938.039000', '134938.042000', '134938.045000', '134938.047000', '134938.050000', '134938.052000', '134938.055000', '134938.057000', '134938.060000', '134938.062000', '134938.065000', '134938.067000', '134957.959000', '134957.961000', '134957.964000', '134957.967000', '134957.969000', '134957.972000', '134957.974000', '134957.977000', '134957.979000', '134957.982000', '134957.984000', '134957.987000', '134957.990000', '134957.992000', '134957.995000', '134957.997000', '134958.001000', '134958.003000', '134958.006000', '134958.008000', '134958.011000', '134958.014000', '134958.016000', '134958.019000', '134958.021000', '134958.024000', '134958.026000', '134958.029000', '134958.032000', '134958.034000', '134958.037000', '134958.039000', '134958.042000', '134958.045000', '134958.047000', '134958.050000', '134958.052000', '134958.055000', '134958.058000', '134958.060000', '134958.063000', '134958.065000', '134958.068000', '134958.086000', '135017.958000', '135017.961000', '135017.964000', '135017.966000', '135017.969000', '135017.971000', '135017.974000', '135017.977000', '135017.979000', '135017.982000', '135017.984000', '135017.987000', '135017.989000', '135017.992000', '135017.995000', '135018.006000', '135018.009000', '135018.011000', '135018.014000', '135018.016000', '135018.019000', '135018.022000', '135018.024000', '135018.027000', '135018.029000', '135018.032000', '135018.034000', '135018.037000', '135018.039000', '135018.042000', '135018.045000', '135018.047000', '135018.050000', '135018.052000', '135018.055000', '135018.057000', '135018.060000', '135018.062000', '135018.065000', '135018.068000', '135018.070000', '135018.073000', '135018.075000', '135037.958000', '135037.961000', '135037.964000', '135037.966000', '135037.969000', '135037.971000', '135037.974000', '135037.977000', '135037.979000', '135037.982000', '135037.984000', '135037.987000', '135037.989000', '135037.992000', '135037.995000', '135037.997000', '135038.001000', '135038.003000', '135038.006000', '135038.008000', '135038.011000', '135038.014000', '135038.016000', '135038.019000', '135038.021000', '135038.024000', '135038.026000', '135038.029000', '135038.032000', '135038.034000', '135038.037000', '135038.039000', '135038.042000', '135038.044000', '135038.047000', '135038.050000', '135038.052000', '135038.055000', '135038.057000', '135038.060000', '135038.062000', '135038.065000', '135038.067000', '135038.070000', '135057.958000', '135057.961000', '135057.964000', '135057.966000', '135057.969000', '135057.972000', '135057.974000', '135057.977000', '135057.979000', '135057.982000', '135057.984000', '135057.987000', '135057.990000', '135057.992000', '135057.995000', '135057.997000', '135058.001000', '135058.003000', '135058.006000', '135058.009000', '135058.011000', '135058.014000', '135058.016000', '135058.019000', '135058.021000', '135058.024000', '135058.027000', '135058.029000', '135058.032000', '135058.034000', '135058.037000', '135058.040000', '135058.042000', '135058.045000', '135058.047000', '135058.050000', '135058.052000', '135058.055000', '135058.058000', '135058.060000', '135058.063000', '135058.065000', '135058.068000', '135117.958000', '135117.961000', '135117.964000', '135117.967000', '135117.969000', '135117.972000', '135117.975000', '135117.977000', '135117.980000', '135117.982000', '135117.985000', '135117.987000', '135117.990000', '135117.993000', '135117.995000', '135117.998000', '135118.001000', '135118.004000', '135118.006000', '135118.009000', '135118.012000', '135118.014000', '135118.017000', '135118.019000', '135118.022000', '135118.024000', '135118.027000', '135118.030000', '135118.032000', '135118.035000', '135118.037000', '135118.040000', '135118.043000', '135118.045000', '135118.048000', '135118.051000', '135118.053000', '135118.056000', '135118.058000', '135118.061000', '135118.064000', '135118.066000', '135118.069000', '135118.071000', '135137.957000', '135137.960000', '135137.963000', '135137.965000', '135137.968000', '135137.971000', '135137.973000', '135137.976000', '135137.978000', '135137.981000', '135137.983000', '135137.986000', '135137.989000', '135137.991000', '135137.994000', '135137.996000', '135138.000000', '135138.002000', '135138.005000', '135138.008000', '135138.010000', '135138.013000', '135138.015000', '135138.018000', '135138.025000', '135138.028000', '135138.030000', '135138.033000', '135138.035000', '135138.038000', '135138.041000', '135138.043000', '135138.046000', '135138.049000', '135138.051000', '135138.054000', '135138.056000', '135138.059000', '135138.088000', '135138.090000', '135138.093000', '135138.096000', '135138.098000', '135157.959000', '135157.961000', '135157.964000', '135157.967000', '135157.969000', '135157.972000', '135157.974000', '135157.977000', '135157.979000', '135157.982000', '135157.985000', '135157.987000', '135157.990000', '135157.992000', '135157.995000', '135157.997000', '135158.001000', '135158.004000', '135158.006000', '135158.009000', '135158.011000', '135158.015000', '135158.017000', '135158.020000', '135158.022000', '135158.025000', '135158.028000', '135158.030000', '135158.033000', '135158.035000', '135158.038000', '135158.040000', '135158.043000', '135158.046000', '135158.048000', '135158.051000', '135158.053000', '135158.056000', '135158.059000', '135158.062000', '135158.064000', '135158.067000', '135158.069000', '135158.072000', '135217.958000', '135217.961000', '135217.964000', '135217.966000', '135217.969000', '135217.971000', '135217.974000', '135217.977000', '135217.979000', '135217.982000', '135217.984000', '135217.987000', '135217.989000', '135217.992000', '135217.995000', '135217.997000', '135218.001000', '135218.004000', '135218.006000', '135218.009000', '135218.012000', '135218.014000', '135218.017000', '135218.019000', '135218.022000', '135218.024000', '135218.027000', '135218.030000', '135218.032000', '135218.035000', '135218.037000', '135218.040000', '135218.042000', '135218.045000', '135218.048000', '135218.050000', '135218.053000', '135218.055000', '135218.058000', '135218.060000', '135218.063000', '135218.066000', '135218.068000', '135237.958000', '135237.961000', '135237.964000', '135237.966000', '135237.969000', '135237.971000', '135237.974000', '135237.977000', '135237.979000', '135237.982000', '135237.984000', '135237.987000', '135237.989000', '135237.992000', '135237.995000', '135237.997000', '135238.001000', '135238.003000', '135238.006000', '135238.009000', '135238.011000', '135238.014000', '135238.017000', '135238.019000', '135238.022000', '135238.024000', '135238.027000', '135238.029000', '135238.032000', '135238.035000', '135238.037000', '135238.040000', '135238.043000', '135238.045000', '135238.048000', '135238.050000', '135238.053000', '135238.056000', '135238.058000', '135238.061000', '135238.063000', '135238.066000', '135238.068000', '135238.071000', '135257.958000', '135257.961000', '135257.964000', '135257.966000', '135257.969000', '135257.972000', '135257.974000', '135257.977000', '135257.979000', '135257.982000', '135257.985000', '135257.987000', '135257.990000', '135257.992000', '135257.995000', '135257.997000', '135258.001000', '135258.003000', '135258.006000', '135258.009000', '135258.011000', '135258.014000', '135258.016000', '135258.019000', '135258.022000', '135258.024000', '135258.027000', '135258.029000', '135258.032000', '135258.034000', '135258.037000', '135258.040000', '135258.042000', '135258.045000', '135258.047000', '135258.050000', '135258.053000', '135258.055000', '135258.058000', '135258.060000', '135258.063000', '135258.066000', '135258.068000', '135317.959000', '135317.962000', '135317.964000', '135317.967000', '135317.969000', '135317.972000', '135317.975000', '135317.978000', '135317.980000', '135317.983000', '135317.985000', '135317.988000', '135317.990000', '135317.993000', '135317.996000', '135317.998000', '135318.002000', '135318.005000', '135318.007000', '135318.010000', '135318.021000', '135318.024000', '135318.026000', '135318.029000', '135318.031000', '135318.034000', '135318.036000', '135318.039000', '135318.042000', '135318.044000', '135318.047000', '135318.049000', '135318.052000', '135318.054000', '135318.057000', '135318.060000', '135318.062000', '135318.065000', '135318.067000', '135318.070000', '135318.072000', '135318.075000', '135318.078000', '135318.081000', '135337.958000', '135337.961000', '135337.964000', '135337.966000', '135337.969000', '135337.972000', '135337.974000', '135337.977000', '135337.979000', '135337.982000', '135337.985000', '135337.987000', '135337.990000', '135337.992000', '135337.995000', '135337.998000', '135338.001000', '135338.004000', '135338.006000', '135338.009000', '135338.012000', '135338.014000', '135338.017000', '135338.019000', '135338.022000', '135338.025000', '135338.027000', '135338.030000', '135338.032000', '135338.035000', '135338.037000', '135338.040000', '135338.043000', '135338.045000', '135338.048000', '135338.050000', '135338.053000', '135338.056000', '135338.058000', '135338.061000', '135338.063000', '135338.066000', '135338.068000', '135357.957000', '135357.960000', '135357.963000', '135357.966000', '135357.968000', '135357.971000', '135357.973000', '135357.976000', '135357.979000', '135357.981000', '135357.984000', '135357.986000', '135357.990000', '135357.992000', '135357.995000', '135357.997000', '135358.001000', '135358.004000', '135358.006000', '135358.009000', '135358.012000', '135358.014000', '135358.017000', '135358.019000', '135358.022000', '135358.024000', '135358.027000', '135358.029000', '135358.032000', '135358.035000', '135358.037000', '135358.040000', '135358.042000', '135358.045000', '135358.048000', '135358.050000', '135358.053000', '135358.056000', '135358.058000', '135358.061000', '135358.063000', '135358.066000', '135358.068000', '135417.959000', '135417.962000', '135417.965000', '135417.968000', '135417.970000', '135417.973000', '135417.975000', '135417.978000', '135417.981000', '135417.983000', '135417.986000', '135417.988000', '135417.991000', '135417.994000', '135417.996000', '135418.000000', '135418.002000', '135418.005000', '135418.008000', '135418.010000', '135418.013000', '135418.015000', '135418.018000', '135418.020000', '135418.023000', '135418.025000', '135418.028000', '135418.031000', '135418.033000', '135418.036000', '135418.039000', '135418.041000', '135418.044000', '135418.046000', '135418.049000', '135418.052000', '135418.054000', '135418.057000', '135418.059000', '135418.062000', '135418.064000', '135418.067000', '135418.070000', '135418.072000', '135437.958000', '135437.961000', '135437.964000', '135437.966000', '135437.969000', '135437.972000', '135437.974000', '135437.977000', '135437.979000', '135437.982000', '135437.984000', '135437.987000', '135437.989000', '135437.992000', '135437.995000', '135437.997000', '135438.001000', '135438.004000', '135438.006000', '135438.009000', '135438.011000', '135438.014000', '135438.017000', '135438.019000', '135438.022000', '135438.024000', '135438.027000', '135438.030000', '135438.032000', '135438.035000', '135438.037000', '135438.048000', '135438.051000', '135438.053000', '135438.056000', '135438.059000', '135438.061000', '135438.064000', '135438.066000', '135438.069000', '135438.072000', '135438.074000', '135438.077000', '135438.079000', '135457.959000', '135457.961000', '135457.964000', '135457.967000', '135457.969000', '135457.972000', '135457.975000', '135457.977000', '135457.980000', '135457.982000', '135457.985000', '135457.988000', '135457.990000', '135457.993000', '135457.995000', '135457.998000', '135458.001000', '135458.004000', '135458.007000', '135458.009000', '135458.012000', '135458.014000', '135458.017000', '135458.020000', '135458.022000', '135458.025000', '135458.027000', '135458.030000', '135458.032000', '135458.035000', '135458.038000', '135458.041000', '135458.043000', '135458.046000', '135458.048000', '135458.051000', '135458.054000', '135458.056000', '135458.059000', '135458.061000', '135458.064000', '135458.066000', '135458.069000', '135507.867000', '135507.870000', '135507.873000', '135507.875000', '135507.878000', '135507.881000', '135507.883000', '135507.886000', '135507.889000', '135507.891000', '135507.894000', '135507.896000', '135507.899000', '135507.902000', '135507.905000', '135507.907000', '135507.910000', '135507.913000', '135507.915000', '135507.918000', '135507.921000', '135507.923000'], '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': [10330, 8062, 9313, 12275, 7734, 9305, 11190, 8109, 9581, 10343, 8893, 9512, 7114, 9569, 10009, 8109, 9606, 11170, 8990, 10085, 7467, 10059, 11152, 8239, 9674, 7656, 9678, 9627, 8299, 9744, 10240, 7949, 9451, 9978, 7794, 9824, 7014, 9444, 9430, 7897, 10006, 11098, 8162, 9498, 8550, 9748, 11578, 8472, 10014, 7880, 9600, 9944, 7664, 9934, 10450, 7973, 9538, 10301, 7995, 9494, 7302, 10104, 10090, 7908, 9475, 9955, 8342, 10090, 8060, 9564, 10003, 7734, 9388, 11864, 9190, 9586, 9093, 9355, 10168, 9137, 9503, 9856, 8041, 10341, 11060, 8562, 10071, 7880, 9976, 9763, 7863, 10236, 10545, 8070, 10494, 11076, 9055, 9698, 7849, 9054, 9795, 7551, 10041, 9829, 9150, 9851, 8324, 9524, 9672, 7744, 10191, 7908, 9948, 10808, 7630, 10074, 11705, 8094, 10390, 8310, 9912, 9701, 8486, 9781, 9969, 7823, 9935, 11769, 9480, 9416, 8022, 9584, 9330, 7873, 10042, 7892, 9899, 9710, 7677, 9992, 9666, 7637, 9970, 7479, 9578, 10569, 7272, 10175, 11722, 8539, 10094, 9460, 9597, 10695, 8100, 9979, 7139, 10379, 10017, 7941, 10071, 8833, 9526, 9846, 7884, 9630, 11556, 8892, 10093, 9284, 9863, 10389, 7630, 10538, 9579, 9896, 9897, 9047, 9622, 9646, 7611, 10561, 7859, 9751, 9974, 8319, 9785, 10430, 7717, 10440, 11923, 9468, 9868, 8200, 9908, 10103, 7842, 10520, 10582, 8377, 9858, 7587, 9237, 9506, 8152, 8595, 8191, 8981, 8246, 11152, 13795, 9197, 10659, 12888, 10110, 9951, 9924, 10193, 9205, 7465, 10280, 10405, 7929, 10327, 7088, 9508, 8954, 7313, 10330, 10857, 8736, 10111, 9083, 9592, 9099, 7591, 10606, 12514, 10484, 10226, 7951, 9958, 10438, 7592, 10445, 12312, 8470, 10715, 7090, 9552, 10055, 8092, 10031, 10312, 7364, 10297, 8303, 9456, 10224, 7351, 9715, 9764, 7565, 10053, 8748, 9029, 10299, 7138, 9947, 9477, 7628, 10260, 7076, 10066, 10842, 7662, 10166, 11677, 8649, 10228, 7219, 10339, 10227, 7788, 10225, 7172, 9818, 9691, 7830, 10243, 10560, 7932, 10549, 7226, 9918, 9655, 7264, 10645, 9521, 7934, 10443, 7542, 10110, 9126, 7789, 10378, 9429, 10794, 10706, 8101, 10095, 12885, 10035, 9938, 7965, 10168, 9398, 9101, 10127, 7115, 10095, 9712, 7501, 10055, 9032, 8252, 10309, 7024, 9713, 9639, 8236, 10182, 10440, 9302, 9910, 8565, 9806, 9037, 7709, 10353, 11316, 9828, 9788, 8138, 10242, 9533, 7584, 10236, 7799, 9240, 8946, 7441, 10560, 10569, 9619, 10450, 8306, 10066, 9874, 8054, 10620, 8663, 10550, 10262, 9191, 10005, 9899, 8695, 10135, 7099, 10000, 11593, 9087, 10074, 9351, 9684, 10115, 7043, 10210, 9930, 8650, 9985, 9360, 8922, 10117, 7113, 10133, 9627, 7768, 9369, 8731, 9209, 7154, 9636, 10913, 8553, 9879, 10694, 7559, 10620, 11674, 8591, 10667, 7212, 10149, 11448, 8659, 10253, 13337, 9343, 10114, 7899, 9889, 11079, 9205, 9866, 10823, 9249, 10226, 8838, 9909, 9353, 8636, 10413, 8981, 9125, 10050, 7779, 10108, 9516, 8198, 10122, 7157, 9842, 10579, 7497, 10089, 7021, 9372, 9984, 8075, 10490, 11252, 8859, 10397, 7941, 10266, 10621, 8229, 10309, 7655, 10022, 9645, 8606, 10455, 8113, 10066, 10570, 7494, 10375, 7975, 9640, 8974, 8476, 10216, 7310, 9577, 9773, 7326, 10088, 7190, 9478, 10102, 7322, 9776, 10349, 8374, 10299, 7225, 9979, 9874, 7638, 10176, 12866, 9130, 9929, 7593, 10089, 10221, 8404, 10639, 7785, 10049, 10781, 7631, 10127, 10795, 9217, 10146, 8045, 9947, 9440, 7730, 10609, 9812, 9558, 10043, 7546, 9613, 9240, 7444, 10236, 10575, 9260, 10244, 7228, 9809, 10008, 7723, 10353, 8968, 8868, 10208, 7174, 9992, 9530, 7675, 10378, 8767, 9720, 10225, 7450, 10048, 9629, 7861, 10544, 8708, 10422, 9766, 7330, 9964, 10551, 7241, 10070, 9510, 8293, 10576, 7393, 9615, 9960, 7390, 9793, 9201, 8663, 10194, 8545, 9939, 9300, 8140, 10456, 8467, 10081, 9656, 7641, 10588, 9887, 10020, 10260, 8343, 9852, 10042, 9548, 10154, 8182, 10016, 11229, 8738, 10157, 7207, 10054, 9392, 7713, 10267, 10735, 9457, 9660, 7467, 10344, 9528, 8149, 10181, 8374, 9931, 11305, 8342, 10421, 9429, 10976, 10257, 8355, 9791, 11529, 8923, 10224, 7175, 9901, 9781, 7629, 9575, 8665, 10109, 10342, 7089, 9959, 10946, 7799, 9805, 9327, 8560, 10453, 8968, 9478, 10190, 9162, 9767, 9474, 7907, 10629, 8853, 8151, 9913, 8127, 9456, 9077, 7793, 10296, 10198, 7998, 10106, 9066, 9782, 8724, 7990, 9932, 13018, 9133, 10373, 7869, 9974, 9413, 7459, 10683, 10548, 7502, 10410, 8697, 9497, 9985, 7232, 9663, 10745, 7300, 9715, 9108, 7760, 10246, 7174, 9699, 9925, 8037, 10025, 9303, 8017, 10849, 8835, 9621, 10138, 7687, 9655, 9094, 8473, 10659, 7239, 10100, 9833, 7754, 10139, 7419, 10234, 11378, 8448, 10138, 11629, 8414, 10101, 8251, 9991, 9194, 7918, 10729, 9648, 9444, 9653, 7869, 10433, 10897, 8835, 10111, 7897, 10200, 9003, 7764, 10584, 7990, 8619, 9973, 8360, 9784, 9974, 9273, 9982, 7375, 9929, 9890, 7440, 10120, 7931, 8680, 9756, 8190, 9565, 8858, 8179, 10198, 7491, 9163, 9429, 7673, 10493, 11251, 8737, 10748, 7617, 9730, 9733, 7953, 10831, 8757, 9740, 10139, 7549, 10686, 12213, 8328, 10449, 8075, 10200, 10231, 7689, 10637, 10848, 8157, 10447, 7340, 10335, 9332, 7869, 10713, 10718, 9140, 10108, 8603, 10079, 9592, 8700, 10516, 12991, 10107, 10012, 9224, 10088, 8766, 8229, 10365, 7850, 9982, 8834, 8419, 10302, 11920, 11016, 9822, 9566, 10067, 9279, 9698, 10183, 7860, 10158, 9513, 8348, 10025, 9325, 9675, 9556, 8773, 9980, 8732, 9126, 9949, 7453, 10054, 9642, 7972, 10257, 7263, 10220, 8987, 8081, 10337, 9592, 9531, 9223, 7781, 10062, 12455, 9398, 10354, 8009, 9927, 10901, 8964, 10262, 9752, 10593, 10063, 9612, 9828, 9578, 8246, 10245, 8785, 9010, 9744, 7838, 9642, 10133, 8351, 10309, 7471, 10167, 9192, 8028, 10111, 9106, 9756, 9976, 7690, 10476, 9392, 8280, 10030, 8572, 9958, 9012, 8061, 10458, 7980, 10343, 8761, 9292, 10421], 'WindowCenter': [4344.0, 4287.0, 4305.0, 4333.0, 4283.0, 4302.0, 4308.0, 4255.0, 4287.0, 4282.0, 4274.0, 4274.0, 4233.0, 4285.0, 4286.0, 4256.0, 4286.0, 4294.0, 4273.0, 4284.0, 4232.0, 4285.0, 4295.0, 4254.0, 4274.0, 4241.0, 4284.0, 4275.0, 4252.0, 4286.0, 4284.0, 4253.0, 4285.0, 4271.0, 4254.0, 4283.0, 4243.0, 4287.0, 4274.0, 4264.0, 4285.0, 4295.0, 4264.0, 4286.0, 4264.0, 4297.0, 4306.0, 4266.0, 4286.0, 4254.0, 4285.0, 4284.0, 4243.0, 4284.0, 4295.0, 4254.0, 4285.0, 4283.0, 4252.0, 4285.0, 4243.0, 4297.0, 4296.0, 4253.0, 4285.0, 4282.0, 4264.0, 4284.0, 4253.0, 4288.0, 4286.0, 4255.0, 4275.0, 4304.0, 4274.0, 4287.0, 4273.0, 4286.0, 4299.0, 4274.0, 4284.0, 4283.0, 4253.0, 4295.0, 4293.0, 4275.0, 4286.0, 4253.0, 4286.0, 4284.0, 4252.0, 4284.0, 4282.0, 4255.0, 4298.0, 4293.0, 4273.0, 4274.0, 4251.0, 4273.0, 4286.0, 4257.0, 4299.0, 4285.0, 4286.0, 4286.0, 4264.0, 4286.0, 4283.0, 4256.0, 4298.0, 4255.0, 4286.0, 4295.0, 4244.0, 4285.0, 4305.0, 4266.0, 4295.0, 4265.0, 4285.0, 4275.0, 4263.0, 4284.0, 4283.0, 4255.0, 4285.0, 4303.0, 4286.0, 4275.0, 4253.0, 4285.0, 4274.0, 4267.0, 4287.0, 4266.0, 4285.0, 4286.0, 4253.0, 4285.0, 4285.0, 4268.0, 4297.0, 4247.0, 4287.0, 4296.0, 4245.0, 4296.0, 4306.0, 4276.0, 4286.0, 4285.0, 4285.0, 4284.0, 4253.0, 4286.0, 4234.0, 4297.0, 4286.0, 4255.0, 4286.0, 4274.0, 4285.0, 4284.0, 4265.0, 4286.0, 4305.0, 4275.0, 4284.0, 4274.0, 4284.0, 4284.0, 4243.0, 4283.0, 4272.0, 4283.0, 4284.0, 4263.0, 4273.0, 4272.0, 4256.0, 4296.0, 4254.0, 4285.0, 4284.0, 4252.0, 4284.0, 4283.0, 4254.0, 4296.0, 4293.0, 4284.0, 4284.0, 4250.0, 4273.0, 4285.0, 4253.0, 4295.0, 4282.0, 4254.0, 4285.0, 4242.0, 4274.0, 4286.0, 4264.0, 4275.0, 4279.0, 4288.0, 4279.0, 4310.0, 4316.0, 4275.0, 4286.0, 4304.0, 4284.0, 4274.0, 4271.0, 4282.0, 4263.0, 4231.0, 4283.0, 4284.0, 4254.0, 4285.0, 4235.0, 4285.0, 4263.0, 4244.0, 4285.0, 4296.0, 4264.0, 4285.0, 4276.0, 4286.0, 4264.0, 4244.0, 4297.0, 4307.0, 4286.0, 4285.0, 4254.0, 4285.0, 4282.0, 4242.0, 4295.0, 4303.0, 4254.0, 4295.0, 4231.0, 4274.0, 4285.0, 4253.0, 4298.0, 4296.0, 4245.0, 4296.0, 4253.0, 4275.0, 4284.0, 4233.0, 4285.0, 4284.0, 4245.0, 4286.0, 4264.0, 4274.0, 4284.0, 4233.0, 4285.0, 4284.0, 4254.0, 4287.0, 4232.0, 4285.0, 4294.0, 4254.0, 4286.0, 4293.0, 4263.0, 4283.0, 4230.0, 4282.0, 4286.0, 4244.0, 4283.0, 4233.0, 4282.0, 4273.0, 4241.0, 4284.0, 4284.0, 4254.0, 4296.0, 4244.0, 4284.0, 4273.0, 4231.0, 4294.0, 4272.0, 4255.0, 4294.0, 4253.0, 4284.0, 4273.0, 4243.0, 4283.0, 4273.0, 4295.0, 4285.0, 4253.0, 4283.0, 4303.0, 4272.0, 4273.0, 4242.0, 4286.0, 4261.0, 4263.0, 4283.0, 4219.0, 4284.0, 4271.0, 4232.0, 4283.0, 4262.0, 4254.0, 4285.0, 4231.0, 4273.0, 4273.0, 4264.0, 4296.0, 4282.0, 4277.0, 4283.0, 4261.0, 4283.0, 4263.0, 4254.0, 4295.0, 4292.0, 4283.0, 4273.0, 4251.0, 4283.0, 4271.0, 4243.0, 4296.0, 4243.0, 4275.0, 4262.0, 4243.0, 4295.0, 4282.0, 4286.0, 4295.0, 4253.0, 4285.0, 4273.0, 4242.0, 4281.0, 4252.0, 4294.0, 4285.0, 4272.0, 4281.0, 4272.0, 4262.0, 4283.0, 4221.0, 4285.0, 4294.0, 4263.0, 4284.0, 4261.0, 4272.0, 4284.0, 4220.0, 4286.0, 4273.0, 4263.0, 4274.0, 4260.0, 4262.0, 4284.0, 4231.0, 4296.0, 4285.0, 4254.0, 4263.0, 4262.0, 4272.0, 4234.0, 4284.0, 4294.0, 4264.0, 4284.0, 4295.0, 4256.0, 4298.0, 4307.0, 4266.0, 4296.0, 4244.0, 4284.0, 4295.0, 4253.0, 4283.0, 4302.0, 4264.0, 4272.0, 4241.0, 4262.0, 4281.0, 4248.0, 4259.0, 4266.0, 4248.0, 4271.0, 4248.0, 4258.0, 4248.0, 4237.0, 4270.0, 4247.0, 4262.0, 4271.0, 4228.0, 4270.0, 4260.0, 4250.0, 4271.0, 4219.0, 4271.0, 4283.0, 4232.0, 4285.0, 4231.0, 4274.0, 4285.0, 4253.0, 4297.0, 4296.0, 4275.0, 4285.0, 4255.0, 4285.0, 4285.0, 4265.0, 4297.0, 4258.0, 4289.0, 4286.0, 4266.0, 4295.0, 4254.0, 4287.0, 4295.0, 4258.0, 4297.0, 4256.0, 4289.0, 4277.0, 4267.0, 4297.0, 4248.0, 4300.0, 4299.0, 4258.0, 4298.0, 4237.0, 4288.0, 4299.0, 4259.0, 4302.0, 4296.0, 4279.0, 4298.0, 4245.0, 4286.0, 4286.0, 4258.0, 4299.0, 4316.0, 4288.0, 4287.0, 4244.0, 4284.0, 4284.0, 4267.0, 4296.0, 4244.0, 4284.0, 4283.0, 4243.0, 4284.0, 4284.0, 4275.0, 4286.0, 4252.0, 4273.0, 4273.0, 4241.0, 4283.0, 4272.0, 4285.0, 4286.0, 4244.0, 4285.0, 4273.0, 4244.0, 4296.0, 4294.0, 4276.0, 4286.0, 4242.0, 4285.0, 4284.0, 4255.0, 4287.0, 4265.0, 4275.0, 4284.0, 4232.0, 4284.0, 4286.0, 4255.0, 4286.0, 4265.0, 4285.0, 4284.0, 4231.0, 4284.0, 4285.0, 4255.0, 4284.0, 4262.0, 4283.0, 4273.0, 4231.0, 4273.0, 4284.0, 4243.0, 4284.0, 4272.0, 4255.0, 4285.0, 4231.0, 4274.0, 4284.0, 4244.0, 4286.0, 4273.0, 4277.0, 4287.0, 4264.0, 4285.0, 4275.0, 4267.0, 4298.0, 4255.0, 4285.0, 4273.0, 4243.0, 4295.0, 4286.0, 4287.0, 4286.0, 4265.0, 4285.0, 4273.0, 4275.0, 4286.0, 4253.0, 4297.0, 4295.0, 4265.0, 4284.0, 4233.0, 4283.0, 4263.0, 4244.0, 4287.0, 4294.0, 4285.0, 4275.0, 4233.0, 4284.0, 4273.0, 4257.0, 4285.0, 4253.0, 4285.0, 4293.0, 4253.0, 4284.0, 4273.0, 4295.0, 4284.0, 4253.0, 4274.0, 4281.0, 4261.0, 4282.0, 4231.0, 4285.0, 4287.0, 4242.0, 4275.0, 4251.0, 4284.0, 4284.0, 4232.0, 4286.0, 4296.0, 4245.0, 4287.0, 4263.0, 4264.0, 4285.0, 4263.0, 4286.0, 4285.0, 4263.0, 4285.0, 4272.0, 4254.0, 4294.0, 4263.0, 4266.0, 4287.0, 4256.0, 4286.0, 4275.0, 4256.0, 4298.0, 4286.0, 4267.0, 4297.0, 4276.0, 4287.0, 4265.0, 4255.0, 4288.0, 4316.0, 4288.0, 4287.0, 4254.0, 4285.0, 4274.0, 4234.0, 4294.0, 4295.0, 4246.0, 4284.0, 4264.0, 4275.0, 4274.0, 4231.0, 4273.0, 4295.0, 4245.0, 4275.0, 4264.0, 4244.0, 4284.0, 4232.0, 4274.0, 4285.0, 4256.0, 4287.0, 4275.0, 4255.0, 4296.0, 4263.0, 4275.0, 4295.0, 4255.0, 4287.0, 4275.0, 4267.0, 4296.0, 4243.0, 4298.0, 4286.0, 4256.0, 4297.0, 4245.0, 4286.0, 4305.0, 4254.0, 4298.0, 4295.0, 4255.0, 4285.0, 4252.0, 4286.0, 4273.0, 4256.0, 4295.0, 4274.0, 4275.0, 4273.0, 4254.0, 4284.0, 4285.0, 4276.0, 4286.0, 4254.0, 4286.0, 4263.0, 4244.0, 4295.0, 4249.0, 4278.0, 4285.0, 4265.0, 4287.0, 4273.0, 4275.0, 4284.0, 4233.0, 4285.0, 4283.0, 4244.0, 4297.0, 4253.0, 4265.0, 4286.0, 4266.0, 4288.0, 4277.0, 4279.0, 4297.0, 4247.0, 4289.0, 4277.0, 4270.0, 4309.0, 4308.0, 4280.0, 4298.0, 4246.0, 4288.0, 4286.0, 4268.0, 4309.0, 4265.0, 4277.0, 4285.0, 4245.0, 4296.0, 4305.0, 4267.0, 4297.0, 4255.0, 4284.0, 4274.0, 4242.0, 4283.0, 4283.0, 4254.0, 4284.0, 4233.0, 4285.0, 4263.0, 4243.0, 4284.0, 4284.0, 4265.0, 4286.0, 4263.0, 4285.0, 4273.0, 4265.0, 4297.0, 4305.0, 4286.0, 4274.0, 4263.0, 4284.0, 4264.0, 4266.0, 4285.0, 4254.0, 4286.0, 4263.0, 4255.0, 4285.0, 4305.0, 4296.0, 4285.0, 4274.0, 4274.0, 4262.0, 4274.0, 4283.0, 4254.0, 4284.0, 4274.0, 4266.0, 4285.0, 4262.0, 4273.0, 4274.0, 4264.0, 4286.0, 4263.0, 4274.0, 4285.0, 4231.0, 4285.0, 4287.0, 4255.0, 4286.0, 4244.0, 4285.0, 4275.0, 4255.0, 4297.0, 4274.0, 4287.0, 4275.0, 4255.0, 4287.0, 4305.0, 4277.0, 4285.0, 4254.0, 4275.0, 4282.0, 4262.0, 4274.0, 4273.0, 4285.0, 4274.0, 4274.0, 4285.0, 4273.0, 4252.0, 4274.0, 4264.0, 4275.0, 4274.0, 4244.0, 4275.0, 4273.0, 4255.0, 4297.0, 4246.0, 4287.0, 4275.0, 4244.0, 4284.0, 4252.0, 4273.0, 4275.0, 4244.0, 4285.0, 4264.0, 4255.0, 4274.0, 4253.0, 4274.0, 4265.0, 4267.0, 4297.0, 4255.0, 4287.0, 4265.0, 4276.0, 4297.0], 'WindowWidth': [9600.0, 9504.0, 9524.0, 9555.0, 9492.0, 9511.0, 9511.0, 9436.0, 9479.0, 9467.0, 9457.0, 9458.0, 9402.0, 9476.0, 9477.0, 9436.0, 9479.0, 9484.0, 9456.0, 9471.0, 9400.0, 9476.0, 9488.0, 9430.0, 9457.0, 9409.0, 9471.0, 9459.0, 9425.0, 9480.0, 9473.0, 9429.0, 9474.0, 9449.0, 9430.0, 9468.0, 9418.0, 9480.0, 9459.0, 9446.0, 9475.0, 9486.0, 9445.0, 9478.0, 9445.0, 9495.0, 9505.0, 9451.0, 9476.0, 9430.0, 9473.0, 9471.0, 9416.0, 9474.0, 9487.0, 9433.0, 9473.0, 9468.0, 9427.0, 9474.0, 9415.0, 9493.0, 9493.0, 9430.0, 9474.0, 9466.0, 9445.0, 9472.0, 9430.0, 9484.0, 9480.0, 9435.0, 9463.0, 9498.0, 9458.0, 9479.0, 9455.0, 9478.0, 9499.0, 9458.0, 9473.0, 9468.0, 9429.0, 9487.0, 9483.0, 9464.0, 9478.0, 9431.0, 9475.0, 9470.0, 9425.0, 9470.0, 9464.0, 9433.0, 9494.0, 9480.0, 9456.0, 9456.0, 9422.0, 9455.0, 9476.0, 9442.0, 9498.0, 9473.0, 9477.0, 9477.0, 9445.0, 9476.0, 9471.0, 9439.0, 9496.0, 9435.0, 9477.0, 9488.0, 9419.0, 9475.0, 9500.0, 9452.0, 9489.0, 9447.0, 9474.0, 9459.0, 9440.0, 9471.0, 9469.0, 9435.0, 9476.0, 9495.0, 9475.0, 9459.0, 9427.0, 9472.0, 9458.0, 9454.0, 9479.0, 9451.0, 9474.0, 9475.0, 9430.0, 9475.0, 9475.0, 9457.0, 9493.0, 9426.0, 9480.0, 9491.0, 9421.0, 9490.0, 9503.0, 9466.0, 9478.0, 9473.0, 9472.0, 9468.0, 9428.0, 9476.0, 9404.0, 9495.0, 9478.0, 9435.0, 9476.0, 9456.0, 9473.0, 9473.0, 9451.0, 9479.0, 9501.0, 9461.0, 9473.0, 9456.0, 9471.0, 9471.0, 9414.0, 9467.0, 9450.0, 9466.0, 9469.0, 9439.0, 9454.0, 9453.0, 9438.0, 9489.0, 9432.0, 9473.0, 9471.0, 9424.0, 9471.0, 9468.0, 9434.0, 9489.0, 9480.0, 9471.0, 9470.0, 9419.0, 9454.0, 9471.0, 9427.0, 9487.0, 9463.0, 9428.0, 9471.0, 9410.0, 9456.0, 9478.0, 9447.0, 9460.0, 9474.0, 9484.0, 9475.0, 9515.0, 9518.0, 9459.0, 9474.0, 9497.0, 9469.0, 9456.0, 9448.0, 9464.0, 9438.0, 9393.0, 9465.0, 9469.0, 9431.0, 9473.0, 9407.0, 9473.0, 9440.0, 9416.0, 9473.0, 9488.0, 9445.0, 9474.0, 9461.0, 9475.0, 9443.0, 9417.0, 9493.0, 9504.0, 9474.0, 9472.0, 9428.0, 9474.0, 9464.0, 9411.0, 9489.0, 9496.0, 9430.0, 9484.0, 9396.0, 9458.0, 9473.0, 9427.0, 9497.0, 9489.0, 9419.0, 9490.0, 9427.0, 9459.0, 9470.0, 9399.0, 9473.0, 9471.0, 9419.0, 9474.0, 9443.0, 9458.0, 9470.0, 9399.0, 9476.0, 9473.0, 9433.0, 9477.0, 9401.0, 9474.0, 9485.0, 9433.0, 9475.0, 9481.0, 9442.0, 9467.0, 9393.0, 9464.0, 9474.0, 9418.0, 9467.0, 9400.0, 9464.0, 9453.0, 9408.0, 9468.0, 9469.0, 9432.0, 9487.0, 9419.0, 9470.0, 9453.0, 9396.0, 9482.0, 9453.0, 9433.0, 9482.0, 9428.0, 9470.0, 9454.0, 9415.0, 9468.0, 9454.0, 9486.0, 9473.0, 9426.0, 9467.0, 9492.0, 9450.0, 9452.0, 9411.0, 9473.0, 9436.0, 9439.0, 9465.0, 9376.0, 9466.0, 9449.0, 9399.0, 9468.0, 9436.0, 9429.0, 9469.0, 9394.0, 9454.0, 9455.0, 9444.0, 9490.0, 9465.0, 9464.0, 9467.0, 9435.0, 9468.0, 9440.0, 9432.0, 9487.0, 9478.0, 9468.0, 9453.0, 9423.0, 9467.0, 9449.0, 9414.0, 9490.0, 9413.0, 9460.0, 9438.0, 9414.0, 9485.0, 9465.0, 9476.0, 9489.0, 9428.0, 9470.0, 9452.0, 9410.0, 9461.0, 9422.0, 9484.0, 9472.0, 9451.0, 9463.0, 9449.0, 9437.0, 9466.0, 9380.0, 9474.0, 9485.0, 9439.0, 9469.0, 9433.0, 9450.0, 9468.0, 9378.0, 9474.0, 9453.0, 9439.0, 9454.0, 9432.0, 9437.0, 9467.0, 9395.0, 9490.0, 9475.0, 9431.0, 9437.0, 9436.0, 9450.0, 9401.0, 9471.0, 9483.0, 9442.0, 9471.0, 9486.0, 9435.0, 9496.0, 9506.0, 9449.0, 9488.0, 9416.0, 9470.0, 9484.0, 9424.0, 9465.0, 9488.0, 9439.0, 9449.0, 9405.0, 9433.0, 9457.0, 9410.0, 9426.0, 9431.0, 9408.0, 9444.0, 9408.0, 9424.0, 9409.0, 9395.0, 9442.0, 9407.0, 9434.0, 9448.0, 9386.0, 9443.0, 9428.0, 9418.0, 9447.0, 9375.0, 9448.0, 9467.0, 9397.0, 9470.0, 9394.0, 9456.0, 9472.0, 9426.0, 9490.0, 9488.0, 9459.0, 9472.0, 9432.0, 9474.0, 9472.0, 9447.0, 9493.0, 9441.0, 9482.0, 9473.0, 9449.0, 9488.0, 9430.0, 9478.0, 9487.0, 9442.0, 9493.0, 9436.0, 9482.0, 9465.0, 9452.0, 9493.0, 9429.0, 9501.0, 9496.0, 9441.0, 9494.0, 9409.0, 9479.0, 9497.0, 9448.0, 9505.0, 9490.0, 9471.0, 9495.0, 9421.0, 9477.0, 9476.0, 9442.0, 9498.0, 9518.0, 9482.0, 9477.0, 9414.0, 9469.0, 9469.0, 9452.0, 9488.0, 9416.0, 9470.0, 9465.0, 9411.0, 9468.0, 9469.0, 9460.0, 9474.0, 9425.0, 9454.0, 9451.0, 9407.0, 9465.0, 9450.0, 9473.0, 9477.0, 9417.0, 9472.0, 9453.0, 9417.0, 9492.0, 9485.0, 9460.0, 9474.0, 9411.0, 9471.0, 9470.0, 9434.0, 9477.0, 9444.0, 9458.0, 9469.0, 9396.0, 9468.0, 9474.0, 9434.0, 9474.0, 9446.0, 9472.0, 9469.0, 9395.0, 9469.0, 9473.0, 9432.0, 9469.0, 9437.0, 9466.0, 9452.0, 9394.0, 9452.0, 9470.0, 9416.0, 9470.0, 9450.0, 9430.0, 9471.0, 9394.0, 9454.0, 9469.0, 9418.0, 9475.0, 9454.0, 9465.0, 9478.0, 9442.0, 9474.0, 9459.0, 9453.0, 9494.0, 9433.0, 9470.0, 9454.0, 9414.0, 9485.0, 9475.0, 9479.0, 9478.0, 9444.0, 9473.0, 9452.0, 9458.0, 9473.0, 9429.0, 9494.0, 9485.0, 9446.0, 9468.0, 9398.0, 9466.0, 9440.0, 9417.0, 9478.0, 9483.0, 9472.0, 9457.0, 9399.0, 9469.0, 9453.0, 9439.0, 9473.0, 9428.0, 9472.0, 9479.0, 9427.0, 9469.0, 9453.0, 9486.0, 9471.0, 9426.0, 9454.0, 9458.0, 9434.0, 9464.0, 9394.0, 9475.0, 9477.0, 9412.0, 9458.0, 9420.0, 9468.0, 9469.0, 9396.0, 9475.0, 9489.0, 9417.0, 9477.0, 9439.0, 9441.0, 9470.0, 9437.0, 9474.0, 9474.0, 9438.0, 9472.0, 9450.0, 9428.0, 9484.0, 9440.0, 9451.0, 9478.0, 9434.0, 9476.0, 9457.0, 9435.0, 9492.0, 9476.0, 9455.0, 9493.0, 9463.0, 9480.0, 9445.0, 9435.0, 9481.0, 9515.0, 9481.0, 9476.0, 9431.0, 9473.0, 9458.0, 9402.0, 9483.0, 9486.0, 9422.0, 9469.0, 9442.0, 9456.0, 9455.0, 9394.0, 9454.0, 9485.0, 9419.0, 9458.0, 9442.0, 9417.0, 9469.0, 9397.0, 9455.0, 9474.0, 9436.0, 9476.0, 9459.0, 9432.0, 9489.0, 9439.0, 9458.0, 9488.0, 9433.0, 9477.0, 9461.0, 9451.0, 9488.0, 9414.0, 9495.0, 9476.0, 9435.0, 9492.0, 9418.0, 9475.0, 9500.0, 9431.0, 9495.0, 9485.0, 9431.0, 9470.0, 9424.0, 9472.0, 9454.0, 9437.0, 9487.0, 9454.0, 9457.0, 9451.0, 9427.0, 9469.0, 9469.0, 9463.0, 9475.0, 9429.0, 9472.0, 9438.0, 9415.0, 9485.0, 9421.0, 9467.0, 9474.0, 9445.0, 9477.0, 9453.0, 9457.0, 9469.0, 9400.0, 9472.0, 9468.0, 9418.0, 9490.0, 9427.0, 9446.0, 9477.0, 9451.0, 9482.0, 9465.0, 9472.0, 9493.0, 9426.0, 9483.0, 9466.0, 9461.0, 9513.0, 9508.0, 9472.0, 9495.0, 9420.0, 9480.0, 9476.0, 9457.0, 9508.0, 9445.0, 9461.0, 9471.0, 9417.0, 9486.0, 9500.0, 9452.0, 9489.0, 9431.0, 9469.0, 9453.0, 9408.0, 9464.0, 9466.0, 9428.0, 9467.0, 9399.0, 9468.0, 9439.0, 9411.0, 9468.0, 9468.0, 9442.0, 9472.0, 9438.0, 9470.0, 9451.0, 9445.0, 9491.0, 9498.0, 9473.0, 9454.0, 9437.0, 9468.0, 9441.0, 9449.0, 9472.0, 9428.0, 9471.0, 9438.0, 9430.0, 9471.0, 9500.0, 9488.0, 9472.0, 9454.0, 9455.0, 9435.0, 9453.0, 9467.0, 9430.0, 9470.0, 9457.0, 9447.0, 9472.0, 9437.0, 9452.0, 9456.0, 9442.0, 9475.0, 9440.0, 9456.0, 9469.0, 9394.0, 9472.0, 9478.0, 9432.0, 9475.0, 9416.0, 9471.0, 9459.0, 9431.0, 9493.0, 9456.0, 9477.0, 9458.0, 9431.0, 9475.0, 9498.0, 9464.0, 9471.0, 9429.0, 9457.0, 9462.0, 9436.0, 9453.0, 9451.0, 9471.0, 9454.0, 9456.0, 9469.0, 9450.0, 9422.0, 9452.0, 9443.0, 9459.0, 9456.0, 9416.0, 9458.0, 9450.0, 9431.0, 9490.0, 9424.0, 9475.0, 9456.0, 9415.0, 9468.0, 9421.0, 9452.0, 9456.0, 9414.0, 9469.0, 9440.0, 9431.0, 9453.0, 9424.0, 9456.0, 9445.0, 9452.0, 9490.0, 9431.0, 9475.0, 9444.0, 9461.0, 9490.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.0002586027713625866</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.017466791224018476</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.16212316512141</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1960179123236976</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9833442764624264</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4701</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5750.4209</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08185775550722918</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>0.8083140877598153</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.425697939992094</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.327953853588164</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7363511165784873</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2127888498096313</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00555834</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013397798873484135</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02333613857626915</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>866</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.7252198080598817</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>21.8349</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.946</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.9279</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302459.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>831.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>353.6284</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0257</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>607.35</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3466.2461</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3667.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74085.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1073.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4610.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>984.3648</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>40.88364296336658</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> |