=== 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-0084 --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-0084",
"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-0084_ses-01_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0084_ses-01_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0084_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-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0084/ses-01/func/sub-0084_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>4854d2ea580f9c68f8c5b68ade2445e4</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:10:45.522500</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.99914, 0.0310373, 0.0274781, -0.0301774, 0.999058, -0.0311755]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.108179</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4148, -7737, -7252, 538, -72, -279, 127, 73]</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>282.93</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>c2e65c2a-57a6-42b9-a515-c53359fe758d||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.6806206703186035, -0.08096378296613693, 0.07673351466655731, 115.5253677368164], [-0.08327092230319977, 2.6804003715515137, -0.08186262100934982, -88.57644653320312], [0.07372171431779861, 0.08364159613847733, 2.6976675987243652, -78.37476348876953], [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': ['131045.522500', '131045.982500', '131046.442500', '131046.902500', '131047.362500', '131047.822500', '131048.282500', '131048.742500', '131049.202500', '131049.662500', '131050.122500', '131050.582500', '131051.042500', '131051.502500', '131051.962500', '131052.422500', '131052.882500', '131053.342500', '131053.802500', '131054.262500', '131054.722500', '131055.182500', '131055.642500', '131056.102500', '131056.562500', '131057.022500', '131057.482500', '131057.942500', '131058.402500', '131058.862500', '131059.322500', '131059.782500', '131100.242500', '131100.702500', '131101.162500', '131101.622500', '131102.082500', '131102.542500', '131103.002500', '131103.462500', '131103.922500', '131104.382500', '131104.842500', '131105.302500', '131105.762500', '131106.222500', '131106.682500', '131107.142500', '131107.602500', '131108.062500', '131108.522500', '131108.982500', '131109.442500', '131109.902500', '131110.362500', '131110.822500', '131111.282500', '131111.742500', '131112.202500', '131112.662500', '131113.122500', '131113.582500', '131114.042500', '131114.502500', '131114.962500', '131115.422500', '131115.882500', '131116.342500', '131116.802500', '131117.262500', '131117.722500', '131118.182500', '131118.642500', '131119.102500', '131119.562500', '131120.022500', '131120.482500', '131120.942500', '131121.402500', '131121.862500', '131122.322500', '131122.782500', '131123.242500', '131123.702500', '131124.162500', '131124.622500', '131125.082500', '131125.542500', '131126.002500', '131126.462500', '131126.922500', '131127.382500', '131127.842500', '131128.302500', '131128.762500', '131129.222500', '131129.682500', '131130.142500', '131130.602500', '131131.062500', '131131.522500', '131131.982500', '131132.442500', '131132.902500', '131133.362500', '131133.822500', '131134.282500', '131134.742500', '131135.202500', '131135.662500', '131136.122500', '131136.582500', '131137.042500', '131137.502500', '131137.962500', '131138.422500', '131138.882500', '131139.342500', '131139.802500', '131140.262500', '131140.722500', '131141.182500', '131141.642500', '131142.102500', '131142.562500', '131143.022500', '131143.482500', '131143.942500', '131144.402500', '131144.862500', '131145.322500', '131145.782500', '131146.242500', '131146.702500', '131147.162500', '131147.622500', '131148.082500', '131148.542500', '131149.002500', '131149.462500', '131149.922500', '131150.382500', '131150.842500', '131151.302500', '131151.762500', '131152.222500', '131152.682500', '131153.142500', '131153.602500', '131154.062500', '131154.522500', '131154.982500', '131155.442500', '131155.902500', '131156.362500', '131156.822500', '131157.282500', '131157.742500', '131158.202500', '131158.662500', '131159.122500', '131159.582500', '131200.042500', '131200.502500', '131200.962500', '131201.422500', '131201.882500', '131202.342500', '131202.802500', '131203.262500', '131203.722500', '131204.182500', '131204.642500', '131205.102500', '131205.562500', '131206.022500', '131206.482500', '131206.942500', '131207.402500', '131207.862500', '131208.322500', '131208.782500', '131209.242500', '131209.702500', '131210.162500', '131210.622500', '131211.082500', '131211.542500', '131212.002500', '131212.462500', '131212.922500', '131213.382500', '131213.842500', '131214.302500', '131214.762500', '131215.222500', '131215.682500', '131216.142500', '131216.602500', '131217.062500', '131217.522500', '131217.982500', '131218.442500', '131218.902500', '131219.362500', '131219.822500', '131220.282500', '131220.742500', '131221.202500', '131221.662500', '131222.122500', '131222.582500', '131223.042500', '131223.502500', '131223.962500', '131224.422500', '131224.882500', '131225.342500', '131225.802500', '131226.262500', '131226.722500', '131227.182500', '131227.642500', '131228.102500', '131228.562500', '131229.022500', '131229.482500', '131229.942500', '131230.402500', '131230.862500', '131231.322500', '131231.782500', '131232.242500', '131232.702500', '131233.162500', '131233.622500', '131234.082500', '131234.542500', '131235.002500', '131235.462500', '131235.922500', '131236.382500', '131236.842500', '131237.302500', '131237.762500', '131238.222500', '131238.682500', '131239.142500', '131239.602500', '131240.062500', '131240.522500', '131240.982500', '131241.442500', '131241.902500', '131242.362500', '131242.822500', '131243.282500', '131243.742500', '131244.202500', '131244.662500', '131245.122500', '131245.582500', '131246.042500', '131246.502500', '131246.962500', '131247.422500', '131247.882500', '131248.342500', '131248.802500', '131249.262500', '131249.722500', '131250.182500', '131250.642500', '131251.102500', '131251.562500', '131252.022500', '131252.482500', '131252.942500', '131253.402500', '131253.862500', '131254.322500', '131254.782500', '131255.242500', '131255.702500', '131256.162500', '131256.622500', '131257.082500', '131257.542500', '131258.002500', '131258.462500', '131258.922500', '131259.382500', '131259.842500', '131300.302500', '131300.762500', '131301.222500', '131301.682500', '131302.142500', '131302.602500', '131303.062500', '131303.522500', '131303.982500', '131304.442500', '131304.902500', '131305.362500', '131305.822500', '131306.282500', '131306.742500', '131307.202500', '131307.662500', '131308.122500', '131308.582500', '131309.042500', '131309.502500', '131309.962500', '131310.422500', '131310.882500', '131311.342500', '131311.802500', '131312.262500', '131312.722500', '131313.182500', '131313.642500', '131314.102500', '131314.562500', '131315.022500', '131315.482500', '131315.942500', '131316.402500', '131316.862500', '131317.322500', '131317.782500', '131318.242500', '131318.702500', '131319.162500', '131319.622500', '131320.082500', '131320.542500', '131321.002500', '131321.462500', '131321.922500', '131322.382500', '131322.842500', '131323.302500', '131323.762500', '131324.222500', '131324.682500', '131325.142500', '131325.602500', '131326.062500', '131326.522500', '131326.982500', '131327.442500', '131327.902500', '131328.362500', '131328.822500', '131329.282500', '131329.742500', '131330.202500', '131330.662500', '131331.122500', '131331.582500', '131332.042500', '131332.502500', '131332.962500', '131333.422500', '131333.882500', '131334.342500', '131334.802500', '131335.262500', '131335.722500', '131336.182500', '131336.642500', '131337.102500', '131337.562500', '131338.022500', '131338.482500', '131338.942500', '131339.402500', '131339.862500', '131340.322500', '131340.782500', '131341.242500', '131341.702500', '131342.162500', '131342.622500', '131343.082500', '131343.542500', '131344.002500', '131344.462500', '131344.922500', '131345.382500', '131345.842500', '131346.302500', '131346.762500', '131347.222500', '131347.682500', '131348.142500', '131348.602500', '131349.062500', '131349.522500', '131349.982500', '131350.442500', '131350.902500', '131351.362500', '131351.822500', '131352.282500', '131352.742500', '131353.202500', '131353.662500', '131354.122500', '131354.582500', '131355.042500', '131355.502500', '131355.962500', '131356.422500', '131356.882500', '131357.342500', '131357.802500', '131358.262500', '131358.722500', '131359.182500', '131359.642500', '131400.102500', '131400.562500', '131401.022500', '131401.482500', '131401.942500', '131402.402500', '131402.862500', '131403.322500', '131403.782500', '131404.242500', '131404.702500', '131405.162500', '131405.622500', '131406.082500', '131406.542500', '131407.002500', '131407.462500', '131407.922500', '131408.382500', '131408.842500', '131409.302500', '131409.762500', '131410.222500', '131410.682500', '131411.142500', '131411.602500', '131412.062500', '131412.522500', '131412.982500', '131413.442500', '131413.902500', '131414.362500', '131414.822500', '131415.282500', '131415.742500', '131416.202500', '131416.662500', '131417.122500', '131417.582500', '131418.042500', '131418.502500', '131418.962500', '131419.422500', '131419.882500', '131420.342500', '131420.802500', '131421.262500', '131421.722500', '131422.182500', '131422.642500', '131423.102500', '131423.562500', '131424.022500', '131424.482500', '131424.942500', '131425.402500', '131425.862500', '131426.322500', '131426.782500', '131427.242500', '131427.702500', '131428.162500', '131428.622500', '131429.082500', '131429.542500', '131430.002500', '131430.462500', '131430.922500', '131431.382500', '131431.842500', '131432.302500', '131432.762500', '131433.222500', '131433.682500', '131434.142500', '131434.602500', '131435.062500', '131435.522500', '131435.982500', '131436.442500', '131436.902500', '131437.362500', '131437.822500', '131438.282500', '131438.742500', '131439.202500', '131439.662500', '131440.122500', '131440.582500', '131441.042500', '131441.502500', '131441.962500', '131442.422500', '131442.882500', '131443.342500', '131443.802500', '131444.262500', '131444.722500', '131445.182500', '131445.642500', '131446.102500', '131446.562500', '131447.022500', '131447.482500', '131447.942500', '131448.402500', '131448.862500', '131449.322500', '131449.782500', '131450.242500', '131450.702500', '131451.162500', '131451.622500', '131452.082500', '131452.542500', '131453.002500', '131453.462500', '131453.922500', '131454.382500', '131454.842500', '131455.302500', '131455.762500', '131456.222500', '131456.682500', '131457.142500', '131457.602500', '131458.062500', '131458.522500', '131458.982500', '131459.442500', '131459.902500', '131500.362500', '131500.822500', '131501.282500', '131501.742500', '131502.202500', '131502.662500', '131503.122500', '131503.582500', '131504.042500', '131504.502500', '131504.962500', '131505.422500', '131505.882500', '131506.342500', '131506.802500', '131507.262500', '131507.722500', '131508.182500', '131508.642500', '131509.102500', '131509.562500', '131510.022500', '131510.482500', '131510.942500', '131511.402500', '131511.862500', '131512.322500', '131512.782500', '131513.242500', '131513.702500', '131514.162500', '131514.622500', '131515.082500', '131515.542500', '131516.002500', '131516.462500', '131516.922500', '131517.382500', '131517.842500', '131518.302500', '131518.762500', '131519.222500', '131519.682500', '131520.142500', '131520.602500', '131521.062500', '131521.522500', '131521.982500', '131522.442500', '131522.902500', '131523.362500', '131523.822500', '131524.282500', '131524.742500', '131525.202500', '131525.662500', '131526.122500', '131526.582500', '131527.042500', '131527.502500', '131527.962500', '131528.422500', '131528.882500', '131529.342500', '131529.802500', '131530.262500', '131530.722500', '131531.182500', '131531.642500', '131532.102500', '131532.562500', '131533.022500', '131533.482500', '131533.942500', '131534.402500', '131534.862500', '131535.322500', '131535.782500', '131536.242500', '131536.702500', '131537.162500', '131537.622500', '131538.082500', '131538.542500', '131539.002500', '131539.462500', '131539.922500', '131540.382500', '131540.842500', '131541.302500', '131541.762500', '131542.222500', '131542.682500', '131543.142500', '131543.602500', '131544.062500', '131544.522500', '131544.982500', '131545.442500', '131545.902500', '131546.362500', '131546.822500', '131547.282500', '131547.742500', '131548.202500', '131548.662500', '131549.122500', '131549.582500', '131550.042500', '131550.502500', '131550.962500', '131551.422500', '131551.882500', '131552.342500', '131552.802500', '131553.262500', '131553.722500', '131554.182500', '131554.642500', '131555.102500', '131555.562500', '131556.022500', '131556.482500', '131556.942500', '131557.402500', '131557.862500', '131558.322500', '131558.782500', '131559.242500', '131559.702500', '131600.162500', '131600.622500', '131601.082500', '131601.542500', '131602.002500', '131602.462500', '131602.922500', '131603.382500', '131603.842500', '131604.302500', '131604.762500', '131605.222500', '131605.682500', '131606.142500', '131606.602500', '131607.062500', '131607.522500', '131607.982500', '131608.442500', '131608.902500', '131609.362500', '131609.822500', '131610.282500', '131610.742500', '131611.202500', '131611.662500', '131612.122500', '131612.582500', '131613.042500', '131613.502500', '131613.962500', '131614.422500', '131614.882500', '131615.342500', '131615.802500', '131616.262500', '131616.722500', '131617.182500', '131617.642500', '131618.102500', '131618.562500', '131619.022500', '131619.482500', '131619.942500', '131620.402500', '131620.862500', '131621.322500', '131621.782500', '131622.242500', '131622.702500', '131623.162500', '131623.622500', '131624.082500', '131624.542500', '131625.002500', '131625.462500', '131625.922500', '131626.382500', '131626.842500', '131627.302500', '131627.762500', '131628.222500', '131628.682500', '131629.142500', '131629.602500', '131630.062500', '131630.522500', '131630.982500', '131631.442500', '131631.902500', '131632.362500', '131632.822500', '131633.282500', '131633.742500', '131634.202500', '131634.662500', '131635.122500', '131635.582500', '131636.042500', '131636.502500', '131636.962500', '131637.422500', '131637.882500', '131638.342500', '131638.802500', '131639.262500', '131639.722500', '131640.182500', '131640.642500', '131641.102500', '131641.562500', '131642.022500', '131642.482500', '131642.942500', '131643.402500', '131643.862500', '131644.322500', '131644.782500', '131645.242500', '131645.702500', '131646.162500', '131646.622500', '131647.082500', '131647.542500', '131648.002500', '131648.462500', '131648.922500', '131649.382500', '131649.842500', '131650.302500', '131650.762500', '131651.222500', '131651.682500', '131652.142500', '131652.602500', '131653.062500', '131653.522500', '131653.982500', '131654.442500', '131654.902500', '131655.362500', '131655.822500', '131656.282500', '131656.742500', '131657.202500', '131657.662500', '131658.122500', '131658.582500', '131659.042500', '131659.502500', '131659.962500', '131700.422500', '131700.882500', '131701.342500', '131701.802500', '131702.262500', '131702.722500', '131703.182500', '131703.642500', '131704.102500', '131704.562500', '131705.022500', '131705.482500', '131705.942500', '131706.402500', '131706.862500', '131707.322500', '131707.782500', '131708.242500', '131708.702500', '131709.162500', '131709.622500', '131710.082500', '131710.542500', '131711.002500', '131711.462500', '131711.922500', '131712.382500', '131712.842500', '131713.302500', '131713.762500', '131714.222500', '131714.682500', '131715.142500', '131715.602500', '131716.062500', '131716.522500', '131716.982500', '131717.442500', '131717.902500', '131718.362500', '131718.822500', '131719.282500', '131719.742500', '131720.202500', '131720.662500', '131721.122500', '131721.582500', '131722.042500', '131722.502500', '131722.962500', '131723.422500', '131723.882500', '131724.342500', '131724.802500', '131725.262500', '131725.722500', '131726.182500'], 'ContentTime': ['131056.913000', '131056.916000', '131056.919000', '131056.921000', '131056.924000', '131056.926000', '131056.929000', '131056.932000', '131056.934000', '131056.937000', '131056.939000', '131056.942000', '131056.945000', '131056.947000', '131056.950000', '131056.952000', '131056.955000', '131056.958000', '131056.960000', '131056.963000', '131056.965000', '131056.968000', '131116.878000', '131116.880000', '131116.883000', '131116.886000', '131116.889000', '131116.892000', '131116.894000', '131116.897000', '131116.899000', '131116.902000', '131116.904000', '131116.911000', '131116.914000', '131116.917000', '131116.919000', '131116.922000', '131116.924000', '131116.927000', '131116.930000', '131116.932000', '131116.935000', '131116.938000', '131116.940000', '131116.943000', '131116.947000', '131116.950000', '131116.952000', '131116.955000', '131116.957000', '131116.960000', '131116.963000', '131116.965000', '131116.968000', '131116.971000', '131116.973000', '131116.976000', '131116.978000', '131116.981000', '131116.984000', '131116.986000', '131116.989000', '131116.991000', '131116.994000', '131116.996000', '131136.878000', '131136.881000', '131136.884000', '131136.887000', '131136.889000', '131136.892000', '131136.894000', '131136.897000', '131136.900000', '131136.902000', '131136.905000', '131136.907000', '131136.910000', '131136.912000', '131136.915000', '131136.918000', '131136.920000', '131136.923000', '131136.925000', '131136.928000', '131136.931000', '131136.933000', '131136.936000', '131136.939000', '131136.941000', '131136.944000', '131136.946000', '131136.949000', '131136.952000', '131136.954000', '131136.957000', '131136.959000', '131136.962000', '131136.965000', '131136.967000', '131136.970000', '131136.972000', '131136.975000', '131136.978000', '131136.980000', '131136.983000', '131136.985000', '131136.988000', '131156.878000', '131156.881000', '131156.884000', '131156.887000', '131156.890000', '131156.892000', '131156.895000', '131156.897000', '131156.900000', '131156.903000', '131156.905000', '131156.908000', '131156.911000', '131156.913000', '131156.916000', '131156.918000', '131156.921000', '131156.938000', '131156.940000', '131156.943000', '131156.946000', '131156.948000', '131156.951000', '131156.953000', '131156.956000', '131156.959000', '131156.961000', '131156.964000', '131156.967000', '131156.969000', '131156.972000', '131156.975000', '131156.977000', '131156.980000', '131156.982000', '131156.985000', '131156.988000', '131156.990000', '131156.993000', '131156.995000', '131156.998000', '131157.002000', '131157.004000', '131157.007000', '131216.879000', '131216.881000', '131216.884000', '131216.887000', '131216.889000', '131216.892000', '131216.895000', '131216.897000', '131216.900000', '131216.902000', '131216.905000', '131216.908000', '131216.911000', '131216.913000', '131216.916000', '131216.918000', '131216.921000', '131216.924000', '131216.926000', '131216.929000', '131216.932000', '131216.934000', '131216.937000', '131216.939000', '131216.942000', '131216.945000', '131216.947000', '131216.950000', '131216.953000', '131216.955000', '131216.958000', '131216.960000', '131216.963000', '131216.966000', '131216.968000', '131216.971000', '131216.973000', '131216.976000', '131216.979000', '131216.981000', '131216.984000', '131216.986000', '131216.989000', '131236.878000', '131236.881000', '131236.884000', '131236.887000', '131236.889000', '131236.892000', '131236.894000', '131236.897000', '131236.900000', '131236.902000', '131236.905000', '131236.908000', '131236.910000', '131236.913000', '131236.915000', '131236.918000', '131236.921000', '131236.924000', '131236.927000', '131236.930000', '131236.932000', '131236.935000', '131236.938000', '131236.940000', '131236.943000', '131236.945000', '131236.948000', '131236.951000', '131236.953000', '131236.956000', '131236.959000', '131236.961000', '131236.964000', '131236.966000', '131236.969000', '131236.972000', '131236.975000', '131236.977000', '131236.980000', '131236.983000', '131236.985000', '131236.988000', '131236.990000', '131236.993000', '131256.879000', '131256.881000', '131256.884000', '131256.887000', '131256.890000', '131256.892000', '131256.895000', '131256.898000', '131256.900000', '131256.903000', '131256.906000', '131256.908000', '131256.911000', '131256.913000', '131256.916000', '131256.919000', '131256.921000', '131256.924000', '131256.927000', '131256.929000', '131256.932000', '131256.934000', '131256.937000', '131256.940000', '131256.942000', '131256.945000', '131256.948000', '131256.950000', '131256.953000', '131256.956000', '131256.958000', '131256.961000', '131256.963000', '131256.966000', '131256.969000', '131256.971000', '131256.974000', '131256.976000', '131256.979000', '131256.982000', '131256.984000', '131256.987000', '131256.989000', '131316.877000', '131316.880000', '131316.883000', '131316.886000', '131316.889000', '131316.891000', '131316.894000', '131316.897000', '131316.899000', '131316.902000', '131316.905000', '131316.907000', '131316.910000', '131316.913000', '131316.916000', '131316.918000', '131316.921000', '131316.924000', '131316.926000', '131316.929000', '131316.931000', '131316.934000', '131316.937000', '131316.939000', '131316.942000', '131316.945000', '131316.947000', '131316.950000', '131316.952000', '131316.955000', '131316.958000', '131316.960000', '131316.963000', '131316.965000', '131316.968000', '131316.970000', '131316.973000', '131316.976000', '131316.978000', '131316.981000', '131316.983000', '131316.986000', '131316.989000', '131336.878000', '131336.880000', '131336.883000', '131336.886000', '131336.889000', '131336.891000', '131336.894000', '131336.896000', '131336.899000', '131336.902000', '131336.904000', '131336.907000', '131336.910000', '131336.940000', '131336.943000', '131336.945000', '131336.948000', '131336.950000', '131336.953000', '131336.955000', '131336.958000', '131336.961000', '131336.963000', '131336.966000', '131336.968000', '131336.971000', '131336.974000', '131336.976000', '131336.979000', '131336.981000', '131336.984000', '131336.987000', '131336.989000', '131336.992000', '131336.994000', '131336.997000', '131337.000000', '131337.003000', '131337.005000', '131337.008000', '131337.011000', '131337.013000', '131337.016000', '131337.018000', '131356.879000', '131356.881000', '131356.884000', '131356.887000', '131356.889000', '131356.892000', '131356.895000', '131356.898000', '131356.901000', '131356.905000', '131356.907000', '131356.910000', '131356.913000', '131356.915000', '131356.918000', '131356.921000', '131356.923000', '131356.926000', '131356.929000', '131356.931000', '131356.934000', '131356.937000', '131356.939000', '131356.942000', '131356.945000', '131356.947000', '131356.950000', '131356.953000', '131356.955000', '131356.958000', '131356.961000', '131356.964000', '131356.967000', '131356.970000', '131356.972000', '131356.975000', '131356.977000', '131356.980000', '131356.982000', '131356.985000', '131356.988000', '131356.990000', '131356.993000', '131416.879000', '131416.881000', '131416.884000', '131416.887000', '131416.890000', '131416.892000', '131416.895000', '131416.897000', '131416.900000', '131416.903000', '131416.905000', '131416.908000', '131416.911000', '131416.913000', '131416.916000', '131416.918000', '131416.921000', '131416.924000', '131416.926000', '131416.929000', '131416.932000', '131416.935000', '131416.937000', '131416.940000', '131416.942000', '131416.945000', '131416.948000', '131416.950000', '131416.953000', '131416.955000', '131416.958000', '131416.961000', '131416.963000', '131416.966000', '131416.969000', '131416.971000', '131416.974000', '131416.977000', '131416.979000', '131416.982000', '131416.985000', '131416.987000', '131416.990000', '131416.992000', '131436.879000', '131436.881000', '131436.884000', '131436.887000', '131436.889000', '131436.892000', '131436.895000', '131436.897000', '131436.900000', '131436.902000', '131436.905000', '131436.908000', '131436.910000', '131436.913000', '131436.916000', '131436.918000', '131436.921000', '131436.924000', '131436.927000', '131436.929000', '131436.932000', '131436.935000', '131436.937000', '131436.940000', '131436.943000', '131436.945000', '131436.948000', '131436.951000', '131436.953000', '131436.956000', '131436.959000', '131436.961000', '131436.964000', '131436.967000', '131436.969000', '131436.972000', '131436.974000', '131436.977000', '131436.980000', '131436.982000', '131436.985000', '131436.987000', '131436.990000', '131456.878000', '131456.881000', '131456.884000', '131456.887000', '131456.890000', '131456.892000', '131456.895000', '131456.898000', '131456.900000', '131456.903000', '131456.906000', '131456.908000', '131456.911000', '131456.914000', '131456.916000', '131456.919000', '131456.922000', '131456.924000', '131456.927000', '131456.929000', '131456.932000', '131456.935000', '131456.937000', '131456.940000', '131456.943000', '131456.945000', '131456.948000', '131456.951000', '131456.953000', '131456.956000', '131456.959000', '131456.961000', '131456.964000', '131456.966000', '131456.969000', '131456.972000', '131456.974000', '131456.977000', '131456.990000', '131456.993000', '131456.995000', '131456.998000', '131457.002000', '131457.004000', '131516.879000', '131516.882000', '131516.884000', '131516.887000', '131516.890000', '131516.892000', '131516.895000', '131516.897000', '131516.900000', '131516.903000', '131516.905000', '131516.908000', '131516.911000', '131516.913000', '131516.916000', '131516.919000', '131516.921000', '131516.924000', '131516.927000', '131516.929000', '131516.932000', '131516.935000', '131516.938000', '131516.941000', '131516.946000', '131516.948000', '131516.951000', '131516.954000', '131516.956000', '131516.959000', '131516.962000', '131516.965000', '131516.967000', '131516.970000', '131516.972000', '131516.975000', '131516.978000', '131516.981000', '131516.983000', '131516.986000', '131516.989000', '131516.991000', '131516.994000', '131536.877000', '131536.880000', '131536.883000', '131536.886000', '131536.888000', '131536.891000', '131536.893000', '131536.896000', '131536.899000', '131536.901000', '131536.904000', '131536.907000', '131536.909000', '131536.912000', '131536.915000', '131536.917000', '131536.920000', '131536.922000', '131536.925000', '131536.928000', '131536.931000', '131536.933000', '131536.936000', '131536.939000', '131536.941000', '131536.944000', '131536.946000', '131536.949000', '131536.952000', '131536.954000', '131536.957000', '131536.960000', '131536.962000', '131536.965000', '131536.968000', '131536.970000', '131536.973000', '131536.976000', '131536.978000', '131536.981000', '131536.983000', '131536.986000', '131536.989000', '131536.991000', '131556.878000', '131556.880000', '131556.883000', '131556.886000', '131556.888000', '131556.891000', '131556.894000', '131556.896000', '131556.899000', '131556.902000', '131556.904000', '131556.907000', '131556.909000', '131556.912000', '131556.915000', '131556.917000', '131556.920000', '131556.923000', '131556.925000', '131556.928000', '131556.931000', '131556.933000', '131556.936000', '131556.938000', '131556.942000', '131556.944000', '131556.947000', '131556.949000', '131556.952000', '131556.955000', '131556.957000', '131556.960000', '131556.963000', '131556.965000', '131556.968000', '131556.970000', '131556.973000', '131556.976000', '131556.978000', '131556.981000', '131556.984000', '131556.986000', '131556.989000', '131616.878000', '131616.881000', '131616.884000', '131616.887000', '131616.890000', '131616.892000', '131616.895000', '131616.897000', '131616.900000', '131616.903000', '131616.905000', '131616.908000', '131616.911000', '131616.913000', '131616.916000', '131616.918000', '131616.921000', '131616.924000', '131616.926000', '131616.929000', '131616.932000', '131616.934000', '131616.937000', '131616.940000', '131616.942000', '131616.945000', '131616.947000', '131616.950000', '131616.953000', '131616.956000', '131616.958000', '131616.961000', '131616.971000', '131616.973000', '131616.976000', '131616.979000', '131616.982000', '131616.984000', '131616.987000', '131616.989000', '131616.992000', '131616.995000', '131616.997000', '131617.001000', '131636.879000', '131636.882000', '131636.885000', '131636.887000', '131636.890000', '131636.944000', '131636.947000', '131636.949000', '131636.952000', '131636.954000', '131636.957000', '131636.960000', '131636.962000', '131636.965000', '131636.968000', '131636.970000', '131636.973000', '131636.975000', '131636.978000', '131636.981000', '131636.984000', '131636.986000', '131636.989000', '131636.991000', '131636.994000', '131636.997000', '131637.000000', '131637.003000', '131637.006000', '131637.008000', '131637.011000', '131637.016000', '131637.018000', '131637.021000', '131637.024000', '131637.026000', '131637.029000', '131637.032000', '131637.035000', '131637.037000', '131637.040000', '131637.044000', '131637.046000', '131656.879000', '131656.881000', '131656.884000', '131656.887000', '131656.889000', '131656.892000', '131656.895000', '131656.897000', '131656.900000', '131656.903000', '131656.905000', '131656.908000', '131656.910000', '131656.913000', '131656.916000', '131656.918000', '131656.921000', '131656.924000', '131656.926000', '131656.929000', '131656.932000', '131656.934000', '131656.937000', '131656.939000', '131656.942000', '131656.945000', '131656.947000', '131656.950000', '131656.953000', '131656.955000', '131656.958000', '131656.960000', '131656.963000', '131656.966000', '131656.968000', '131656.971000', '131656.974000', '131656.976000', '131656.979000', '131656.982000', '131656.984000', '131656.987000', '131656.989000', '131656.992000', '131716.878000', '131716.882000', '131716.884000', '131716.887000', '131716.890000', '131716.892000', '131716.895000', '131716.898000', '131716.900000', '131716.903000', '131716.905000', '131716.908000', '131716.911000', '131716.913000', '131716.916000', '131716.919000', '131716.921000', '131716.924000', '131716.927000', '131716.930000', '131716.932000', '131716.935000', '131716.937000', '131716.940000', '131716.943000', '131716.945000', '131716.948000', '131716.951000', '131716.953000', '131716.956000', '131716.959000', '131716.961000', '131716.964000', '131716.967000', '131716.969000', '131716.972000', '131716.974000', '131716.977000', '131716.980000', '131716.982000', '131716.985000', '131716.987000', '131716.990000', '131727.584000', '131727.587000', '131727.590000', '131727.593000', '131727.595000', '131727.598000', '131727.601000', '131727.604000', '131727.606000', '131727.609000', '131727.613000', '131727.616000', '131727.620000', '131727.622000', '131727.625000', '131727.628000', '131727.631000', '131727.634000', '131727.637000', '131727.639000', '131727.642000', '131727.645000', '131727.647000', '131727.650000'], 'InstanceCreationTime': ['131056.913000', '131056.916000', '131056.919000', '131056.921000', '131056.924000', '131056.926000', '131056.929000', '131056.932000', '131056.934000', '131056.937000', '131056.939000', '131056.942000', '131056.945000', '131056.947000', '131056.950000', '131056.952000', '131056.955000', '131056.958000', '131056.960000', '131056.963000', '131056.965000', '131056.968000', '131116.878000', '131116.880000', '131116.883000', '131116.886000', '131116.889000', '131116.892000', '131116.894000', '131116.897000', '131116.899000', '131116.902000', '131116.904000', '131116.911000', '131116.914000', '131116.917000', '131116.919000', '131116.922000', '131116.924000', '131116.927000', '131116.930000', '131116.932000', '131116.935000', '131116.938000', '131116.940000', '131116.943000', '131116.947000', '131116.950000', '131116.952000', '131116.955000', '131116.957000', '131116.960000', '131116.963000', '131116.965000', '131116.968000', '131116.971000', '131116.973000', '131116.976000', '131116.978000', '131116.981000', '131116.984000', '131116.986000', '131116.989000', '131116.991000', '131116.994000', '131116.996000', '131136.878000', '131136.881000', '131136.884000', '131136.887000', '131136.889000', '131136.892000', '131136.894000', '131136.897000', '131136.900000', '131136.902000', '131136.905000', '131136.907000', '131136.910000', '131136.912000', '131136.915000', '131136.918000', '131136.920000', '131136.923000', '131136.925000', '131136.928000', '131136.931000', '131136.933000', '131136.936000', '131136.939000', '131136.941000', '131136.944000', '131136.946000', '131136.949000', '131136.952000', '131136.954000', '131136.957000', '131136.959000', '131136.962000', '131136.965000', '131136.967000', '131136.970000', '131136.972000', '131136.975000', '131136.978000', '131136.980000', '131136.983000', '131136.985000', '131136.988000', '131156.878000', '131156.881000', '131156.884000', '131156.887000', '131156.890000', '131156.892000', '131156.895000', '131156.897000', '131156.900000', '131156.903000', '131156.905000', '131156.908000', '131156.911000', '131156.913000', '131156.916000', '131156.918000', '131156.921000', '131156.938000', '131156.940000', '131156.943000', '131156.946000', '131156.948000', '131156.951000', '131156.953000', '131156.956000', '131156.959000', '131156.961000', '131156.964000', '131156.967000', '131156.969000', '131156.972000', '131156.975000', '131156.977000', '131156.980000', '131156.982000', '131156.985000', '131156.988000', '131156.990000', '131156.993000', '131156.995000', '131156.998000', '131157.002000', '131157.004000', '131157.007000', '131216.879000', '131216.881000', '131216.884000', '131216.887000', '131216.889000', '131216.892000', '131216.895000', '131216.897000', '131216.900000', '131216.902000', '131216.905000', '131216.908000', '131216.911000', '131216.913000', '131216.916000', '131216.918000', '131216.921000', '131216.924000', '131216.926000', '131216.929000', '131216.932000', '131216.934000', '131216.937000', '131216.939000', '131216.942000', '131216.945000', '131216.947000', '131216.950000', '131216.953000', '131216.955000', '131216.958000', '131216.960000', '131216.963000', '131216.966000', '131216.968000', '131216.971000', '131216.973000', '131216.976000', '131216.979000', '131216.981000', '131216.984000', '131216.986000', '131216.989000', '131236.878000', '131236.881000', '131236.884000', '131236.887000', '131236.889000', '131236.892000', '131236.894000', '131236.897000', '131236.900000', '131236.902000', '131236.905000', '131236.908000', '131236.910000', '131236.913000', '131236.915000', '131236.918000', '131236.921000', '131236.924000', '131236.927000', '131236.930000', '131236.932000', '131236.935000', '131236.938000', '131236.940000', '131236.943000', '131236.945000', '131236.948000', '131236.951000', '131236.953000', '131236.956000', '131236.959000', '131236.961000', '131236.964000', '131236.966000', '131236.969000', '131236.972000', '131236.975000', '131236.977000', '131236.980000', '131236.983000', '131236.985000', '131236.988000', '131236.990000', '131236.993000', '131256.879000', '131256.881000', '131256.884000', '131256.887000', '131256.890000', '131256.892000', '131256.895000', '131256.898000', '131256.900000', '131256.903000', '131256.906000', '131256.908000', '131256.911000', '131256.913000', '131256.916000', '131256.919000', '131256.921000', '131256.924000', '131256.927000', '131256.929000', '131256.932000', '131256.934000', '131256.937000', '131256.940000', '131256.942000', '131256.945000', '131256.948000', '131256.950000', '131256.953000', '131256.956000', '131256.958000', '131256.961000', '131256.963000', '131256.966000', '131256.969000', '131256.971000', '131256.974000', '131256.976000', '131256.979000', '131256.982000', '131256.984000', '131256.987000', '131256.989000', '131316.877000', '131316.880000', '131316.883000', '131316.886000', '131316.889000', '131316.891000', '131316.894000', '131316.897000', '131316.899000', '131316.902000', '131316.905000', '131316.907000', '131316.910000', '131316.913000', '131316.916000', '131316.918000', '131316.921000', '131316.924000', '131316.926000', '131316.929000', '131316.931000', '131316.934000', '131316.937000', '131316.939000', '131316.942000', '131316.945000', '131316.947000', '131316.950000', '131316.952000', '131316.955000', '131316.958000', '131316.960000', '131316.963000', '131316.965000', '131316.968000', '131316.970000', '131316.973000', '131316.976000', '131316.978000', '131316.981000', '131316.983000', '131316.986000', '131316.989000', '131336.878000', '131336.880000', '131336.883000', '131336.886000', '131336.889000', '131336.891000', '131336.894000', '131336.896000', '131336.899000', '131336.902000', '131336.904000', '131336.907000', '131336.910000', '131336.940000', '131336.943000', '131336.945000', '131336.948000', '131336.950000', '131336.953000', '131336.955000', '131336.958000', '131336.961000', '131336.963000', '131336.966000', '131336.968000', '131336.971000', '131336.974000', '131336.976000', '131336.979000', '131336.981000', '131336.984000', '131336.987000', '131336.989000', '131336.992000', '131336.994000', '131336.997000', '131337.000000', '131337.003000', '131337.005000', '131337.008000', '131337.011000', '131337.013000', '131337.016000', '131337.018000', '131356.879000', '131356.881000', '131356.884000', '131356.887000', '131356.889000', '131356.892000', '131356.895000', '131356.898000', '131356.901000', '131356.905000', '131356.907000', '131356.910000', '131356.913000', '131356.915000', '131356.918000', '131356.921000', '131356.923000', '131356.926000', '131356.929000', '131356.931000', '131356.934000', '131356.937000', '131356.939000', '131356.942000', '131356.945000', '131356.947000', '131356.950000', '131356.953000', '131356.955000', '131356.958000', '131356.961000', '131356.964000', '131356.967000', '131356.970000', '131356.972000', '131356.975000', '131356.977000', '131356.980000', '131356.982000', '131356.985000', '131356.988000', '131356.990000', '131356.993000', '131416.879000', '131416.881000', '131416.884000', '131416.887000', '131416.890000', '131416.892000', '131416.895000', '131416.897000', '131416.900000', '131416.903000', '131416.905000', '131416.908000', '131416.911000', '131416.913000', '131416.916000', '131416.918000', '131416.921000', '131416.924000', '131416.926000', '131416.929000', '131416.932000', '131416.935000', '131416.937000', '131416.940000', '131416.942000', '131416.945000', '131416.948000', '131416.950000', '131416.953000', '131416.955000', '131416.958000', '131416.961000', '131416.963000', '131416.966000', '131416.969000', '131416.971000', '131416.974000', '131416.977000', '131416.979000', '131416.982000', '131416.985000', '131416.987000', '131416.990000', '131416.992000', '131436.879000', '131436.881000', '131436.884000', '131436.887000', '131436.889000', '131436.892000', '131436.895000', '131436.897000', '131436.900000', '131436.902000', '131436.905000', '131436.908000', '131436.910000', '131436.913000', '131436.916000', '131436.918000', '131436.921000', '131436.924000', '131436.927000', '131436.929000', '131436.932000', '131436.935000', '131436.937000', '131436.940000', '131436.943000', '131436.945000', '131436.948000', '131436.951000', '131436.953000', '131436.956000', '131436.959000', '131436.961000', '131436.964000', '131436.967000', '131436.969000', '131436.972000', '131436.974000', '131436.977000', '131436.980000', '131436.982000', '131436.985000', '131436.987000', '131436.990000', '131456.878000', '131456.881000', '131456.884000', '131456.887000', '131456.890000', '131456.892000', '131456.895000', '131456.898000', '131456.900000', '131456.903000', '131456.906000', '131456.908000', '131456.911000', '131456.914000', '131456.916000', '131456.919000', '131456.922000', '131456.924000', '131456.927000', '131456.929000', '131456.932000', '131456.935000', '131456.937000', '131456.940000', '131456.943000', '131456.945000', '131456.948000', '131456.951000', '131456.953000', '131456.956000', '131456.959000', '131456.961000', '131456.964000', '131456.966000', '131456.969000', '131456.972000', '131456.974000', '131456.977000', '131456.990000', '131456.993000', '131456.995000', '131456.998000', '131457.002000', '131457.004000', '131516.879000', '131516.882000', '131516.884000', '131516.887000', '131516.890000', '131516.892000', '131516.895000', '131516.897000', '131516.900000', '131516.903000', '131516.905000', '131516.908000', '131516.911000', '131516.913000', '131516.916000', '131516.919000', '131516.921000', '131516.924000', '131516.927000', '131516.929000', '131516.932000', '131516.935000', '131516.938000', '131516.941000', '131516.946000', '131516.948000', '131516.951000', '131516.954000', '131516.956000', '131516.959000', '131516.962000', '131516.965000', '131516.967000', '131516.970000', '131516.972000', '131516.975000', '131516.978000', '131516.981000', '131516.983000', '131516.986000', '131516.989000', '131516.991000', '131516.994000', '131536.877000', '131536.880000', '131536.883000', '131536.886000', '131536.888000', '131536.891000', '131536.893000', '131536.896000', '131536.899000', '131536.901000', '131536.904000', '131536.907000', '131536.909000', '131536.912000', '131536.915000', '131536.917000', '131536.920000', '131536.922000', '131536.925000', '131536.928000', '131536.931000', '131536.933000', '131536.936000', '131536.939000', '131536.941000', '131536.944000', '131536.946000', '131536.949000', '131536.952000', '131536.954000', '131536.957000', '131536.960000', '131536.962000', '131536.965000', '131536.968000', '131536.970000', '131536.973000', '131536.976000', '131536.978000', '131536.981000', '131536.983000', '131536.986000', '131536.989000', '131536.991000', '131556.878000', '131556.880000', '131556.883000', '131556.886000', '131556.888000', '131556.891000', '131556.894000', '131556.896000', '131556.899000', '131556.902000', '131556.904000', '131556.907000', '131556.909000', '131556.912000', '131556.915000', '131556.917000', '131556.920000', '131556.923000', '131556.925000', '131556.928000', '131556.931000', '131556.933000', '131556.936000', '131556.938000', '131556.942000', '131556.944000', '131556.947000', '131556.949000', '131556.952000', '131556.955000', '131556.957000', '131556.960000', '131556.963000', '131556.965000', '131556.968000', '131556.970000', '131556.973000', '131556.976000', '131556.978000', '131556.981000', '131556.984000', '131556.986000', '131556.989000', '131616.878000', '131616.881000', '131616.884000', '131616.887000', '131616.890000', '131616.892000', '131616.895000', '131616.897000', '131616.900000', '131616.903000', '131616.905000', '131616.908000', '131616.911000', '131616.913000', '131616.916000', '131616.918000', '131616.921000', '131616.924000', '131616.926000', '131616.929000', '131616.932000', '131616.934000', '131616.937000', '131616.940000', '131616.942000', '131616.945000', '131616.947000', '131616.950000', '131616.953000', '131616.956000', '131616.958000', '131616.961000', '131616.971000', '131616.973000', '131616.976000', '131616.979000', '131616.982000', '131616.984000', '131616.987000', '131616.989000', '131616.992000', '131616.995000', '131616.997000', '131617.001000', '131636.879000', '131636.882000', '131636.885000', '131636.887000', '131636.890000', '131636.944000', '131636.947000', '131636.949000', '131636.952000', '131636.954000', '131636.957000', '131636.960000', '131636.962000', '131636.965000', '131636.968000', '131636.970000', '131636.973000', '131636.975000', '131636.978000', '131636.981000', '131636.984000', '131636.986000', '131636.989000', '131636.991000', '131636.994000', '131636.997000', '131637.000000', '131637.003000', '131637.006000', '131637.008000', '131637.011000', '131637.016000', '131637.018000', '131637.021000', '131637.024000', '131637.026000', '131637.029000', '131637.032000', '131637.035000', '131637.037000', '131637.040000', '131637.044000', '131637.046000', '131656.879000', '131656.881000', '131656.884000', '131656.887000', '131656.889000', '131656.892000', '131656.895000', '131656.897000', '131656.900000', '131656.903000', '131656.905000', '131656.908000', '131656.910000', '131656.913000', '131656.916000', '131656.918000', '131656.921000', '131656.924000', '131656.926000', '131656.929000', '131656.932000', '131656.934000', '131656.937000', '131656.939000', '131656.942000', '131656.945000', '131656.947000', '131656.950000', '131656.953000', '131656.955000', '131656.958000', '131656.960000', '131656.963000', '131656.966000', '131656.968000', '131656.971000', '131656.974000', '131656.976000', '131656.979000', '131656.982000', '131656.984000', '131656.987000', '131656.989000', '131656.992000', '131716.878000', '131716.882000', '131716.884000', '131716.887000', '131716.890000', '131716.892000', '131716.895000', '131716.898000', '131716.900000', '131716.903000', '131716.905000', '131716.908000', '131716.911000', '131716.913000', '131716.916000', '131716.919000', '131716.921000', '131716.924000', '131716.927000', '131716.930000', '131716.932000', '131716.935000', '131716.937000', '131716.940000', '131716.943000', '131716.945000', '131716.948000', '131716.951000', '131716.953000', '131716.956000', '131716.959000', '131716.961000', '131716.964000', '131716.967000', '131716.969000', '131716.972000', '131716.974000', '131716.977000', '131716.980000', '131716.982000', '131716.985000', '131716.987000', '131716.990000', '131727.584000', '131727.587000', '131727.590000', '131727.593000', '131727.595000', '131727.598000', '131727.601000', '131727.604000', '131727.606000', '131727.609000', '131727.613000', '131727.616000', '131727.620000', '131727.622000', '131727.625000', '131727.628000', '131727.631000', '131727.634000', '131727.637000', '131727.639000', '131727.642000', '131727.645000', '131727.647000', '131727.650000'], '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': [8260, 6503, 10344, 7150, 8557, 8503, 7397, 8063, 5923, 8083, 5962, 10893, 6220, 7678, 7079, 6051, 7948, 6241, 9711, 7393, 6917, 6531, 5936, 7196, 6041, 9746, 6560, 8591, 6725, 6144, 7587, 7301, 9798, 7740, 7365, 6044, 6474, 6262, 6286, 6829, 7885, 5939, 10398, 7444, 7279, 9726, 7296, 5939, 7298, 6097, 9023, 6515, 8888, 6863, 11005, 6389, 9008, 7619, 6732, 8347, 6087, 5788, 6436, 5959, 7608, 6429, 8752, 7237, 5860, 6673, 5942, 8158, 6170, 8653, 7172, 9244, 7252, 5959, 8345, 6407, 5857, 6990, 6058, 7715, 6388, 8877, 7689, 8964, 7395, 5879, 8001, 6048, 7870, 7040, 5828, 7612, 6073, 10477, 8850, 7308, 8993, 6315, 5855, 6635, 6372, 7760, 6358, 5999, 7528, 6694, 9354, 7864, 6152, 7555, 6121, 6267, 8219, 6914, 6151, 10041, 7591, 5786, 7754, 5985, 8599, 6739, 5961, 7679, 6926, 10983, 7624, 5977, 7893, 5963, 9478, 5943, 5860, 6521, 5950, 7271, 5967, 8346, 6452, 8196, 7308, 5880, 7242, 5924, 7258, 5870, 5804, 6420, 5884, 7727, 6591, 8377, 7110, 6099, 5960, 6121, 5834, 9152, 7507, 6047, 8282, 7454, 6056, 8546, 6147, 5759, 8428, 6496, 7394, 8754, 6359, 8107, 6347, 6149, 7400, 5965, 6231, 8408, 6684, 7772, 8989, 7418, 7896, 6716, 5949, 8249, 6084, 8167, 6134, 8495, 6080, 8899, 6540, 9381, 5759, 5852, 5884, 6076, 8226, 6164, 9538, 7864, 7927, 8736, 6027, 8768, 6544, 8405, 6326, 7644, 6424, 9730, 6437, 6145, 8006, 5825, 9789, 6144, 6014, 5820, 5999, 5780, 8694, 6081, 5875, 7030, 6711, 6027, 7972, 7110, 6167, 6483, 8486, 7942, 8227, 9705, 8369, 10506, 7051, 6000, 7454, 6007, 8105, 6001, 7632, 6088, 7718, 6515, 8404, 6583, 5798, 6000, 5827, 5985, 6462, 5978, 6335, 5928, 6928, 5992, 9593, 6405, 7845, 6837, 6012, 7707, 6198, 8339, 6578, 7661, 6389, 5928, 6962, 6247, 7482, 6172, 10327, 7461, 5840, 6606, 5992, 7575, 5840, 5956, 7192, 6041, 8086, 7195, 8502, 7851, 5767, 8671, 6118, 5952, 6791, 5960, 7852, 6719, 9516, 7058, 6118, 6516, 5802, 6183, 7475, 6176, 6455, 7985, 5920, 7961, 7086, 6569, 9070, 7124, 5791, 9618, 6612, 6147, 7373, 6121, 8969, 6924, 5812, 7326, 5924, 7206, 6491, 5981, 6959, 5907, 8608, 6925, 5807, 6863, 5787, 7503, 6998, 5880, 7685, 6072, 8419, 6572, 7103, 7941, 6224, 8573, 7186, 5925, 7039, 5806, 6046, 5787, 6019, 7315, 6040, 5993, 6588, 6039, 5897, 8066, 6674, 6149, 7394, 5835, 5941, 5896, 5967, 7637, 6032, 7407, 6398, 5944, 7590, 6276, 9387, 6921, 6116, 7391, 5920, 6053, 6192, 6097, 7041, 6041, 9096, 5949, 6305, 7476, 6339, 9259, 6101, 5988, 5715, 6590, 7156, 7027, 5807, 6239, 6004, 6029, 8223, 7060, 6054, 8659, 7925, 10334, 8943, 6749, 10099, 6207, 5973, 7704, 6308, 10415, 6811, 6089, 8094, 6271, 9439, 5944, 5900, 6617, 6071, 9384, 6604, 6054, 6915, 6369, 8436, 7009, 6515, 6350, 6059, 8796, 6911, 6290, 7417, 5882, 6915, 7789, 6056, 5969, 5883, 6530, 5932, 10000, 7004, 5977, 8435, 7365, 7739, 7743, 6427, 7972, 6473, 8976, 6860, 9039, 6420, 8259, 6178, 9964, 6021, 5760, 6025, 6232, 7823, 6023, 9208, 5991, 6028, 6012, 5881, 6878, 6067, 6267, 7347, 6208, 9644, 6001, 6004, 6779, 6808, 9811, 7274, 5969, 7360, 6594, 8614, 8812, 7146, 10156, 7870, 11800, 6982, 6637, 8305, 6176, 8850, 6271, 9155, 6098, 9243, 6659, 8737, 7352, 5840, 7194, 6145, 7441, 6118, 9996, 6520, 7144, 7859, 6037, 8617, 5989, 6336, 5983, 5842, 9851, 7141, 5943, 8616, 6096, 6322, 6995, 8258, 10555, 8017, 7049, 6528, 6992, 6467, 8200, 8978, 8488, 11745, 8372, 6727, 9066, 6562, 9999, 7375, 9704, 7474, 10378, 7210, 9639, 6628, 8897, 6564, 7398, 7623, 6605, 7781, 6380, 7113, 6176, 6448, 6375, 6603, 6987, 6256, 9631, 7273, 5904, 7138, 6052, 8370, 6008, 9008, 8066, 7704, 9564, 6205, 6442, 7302, 6012, 9066, 7474, 8151, 8298, 5825, 9636, 6869, 5873, 7578, 5869, 8253, 6154, 8316, 6407, 9080, 6968, 7135, 6987, 5891, 7401, 6226, 6928, 5923, 8398, 6284, 6067, 8349, 5930, 6101, 6886, 6118, 6103, 7053, 5997, 9107, 7834, 6596, 7837, 5972, 8133, 6904, 6069, 8245, 6000, 8545, 6508, 9397, 6564, 7531, 8587, 6204, 7809, 6510, 9367, 8760, 6381, 11422, 9380, 8372, 7869, 6241, 9651, 7683, 10727, 8939, 13949, 9234, 13461, 9522, 11205, 9370, 6751, 9387, 6688, 10210, 7226, 8949, 10774, 7559, 11147, 6443, 6392, 6946, 6076, 10052, 8000, 10535, 7808, 6407, 8604, 8485, 6372, 9802, 7356, 11646, 8246, 11501, 9283, 9843, 9800, 6929, 9820, 6562, 11388, 7136, 8512, 7594, 7115, 8813, 6467, 9245, 6247, 9683, 6603, 9511, 6724, 11921, 7846, 10107, 9203, 7125, 7843, 6018, 5761, 6587, 5893, 6083, 8716, 6199, 10789, 9103, 6997, 10457, 9708, 8955, 11683, 8702, 5996, 9799, 7410, 10341, 9329, 7700, 10810, 6392, 6142, 8751, 6331, 5968, 10292, 7154, 6409, 7726, 6102, 8447, 6705, 10437, 7092, 8524, 6241, 5756, 6207, 6256, 6765, 6011, 9395, 7061, 5831, 7036, 5775, 7897, 5988, 6096, 6229, 6219, 6718, 6401, 8351, 6658, 8844, 7242, 9224, 7010, 9525, 6886, 9410, 6598, 9164, 6362, 8841, 6268, 8587, 6262, 8622, 6056, 11014, 6804, 9905, 7656, 6433, 8214, 6104, 8127, 6341, 6223, 6818, 6372, 8463, 6276, 10294, 6659, 6948, 8351, 6763, 9389, 8276, 8210, 7063, 6052, 8918, 6004, 6934, 8521, 6079, 8793, 6314, 5831, 5901, 5725, 9363, 6436, 8773, 8529, 6646, 10403, 8022, 7085, 8160, 6596, 10546, 7685, 9272, 7937, 7453, 10313, 7713, 9619, 6011, 5922, 6197, 6064, 5933, 5900, 6677, 8819, 6711, 11370, 8054, 6067, 8376, 6304, 8429, 6938, 10975, 7550, 9567, 7266, 6869, 8182, 5986, 8240, 8018, 12296, 8858, 6089, 6649, 6030, 6130, 6521, 5952, 8215, 8175, 6858, 11297, 7049, 5791, 7732, 6092], 'WindowCenter': [3763.0, 3719.0, 3766.0, 3725.0, 3743.0, 3744.0, 3711.0, 3721.0, 3689.0, 3718.0, 3688.0, 3748.0, 3676.0, 3707.0, 3697.0, 3687.0, 3719.0, 3700.0, 3742.0, 3723.0, 3712.0, 3700.0, 3689.0, 3698.0, 3688.0, 3739.0, 3699.0, 3730.0, 3700.0, 3690.0, 3735.0, 3737.0, 3755.0, 3734.0, 3710.0, 3688.0, 3700.0, 3700.0, 3701.0, 3712.0, 3734.0, 3704.0, 3779.0, 3736.0, 3725.0, 3756.0, 3722.0, 3689.0, 3709.0, 3689.0, 3730.0, 3700.0, 3730.0, 3700.0, 3752.0, 3701.0, 3742.0, 3722.0, 3701.0, 3732.0, 3701.0, 3689.0, 3699.0, 3689.0, 3733.0, 3703.0, 3744.0, 3735.0, 3704.0, 3714.0, 3701.0, 3730.0, 3689.0, 3731.0, 3711.0, 3742.0, 3710.0, 3690.0, 3744.0, 3702.0, 3689.0, 3710.0, 3701.0, 3720.0, 3713.0, 3741.0, 3721.0, 3742.0, 3734.0, 3692.0, 3733.0, 3703.0, 3720.0, 3709.0, 3677.0, 3719.0, 3690.0, 3751.0, 3743.0, 3722.0, 3743.0, 3700.0, 3678.0, 3698.0, 3687.0, 3707.0, 3688.0, 3688.0, 3721.0, 3727.0, 3757.0, 3746.0, 3703.0, 3747.0, 3700.0, 3700.0, 3732.0, 3722.0, 3702.0, 3754.0, 3736.0, 3703.0, 3736.0, 3715.0, 3742.0, 3699.0, 3687.0, 3719.0, 3711.0, 3764.0, 3723.0, 3690.0, 3720.0, 3689.0, 3739.0, 3675.0, 3664.0, 3685.0, 3675.0, 3696.0, 3676.0, 3717.0, 3701.0, 3730.0, 3710.0, 3677.0, 3708.0, 3687.0, 3706.0, 3675.0, 3675.0, 3687.0, 3690.0, 3732.0, 3714.0, 3745.0, 3726.0, 3716.0, 3702.0, 3702.0, 3703.0, 3756.0, 3736.0, 3705.0, 3747.0, 3736.0, 3703.0, 3743.0, 3702.0, 3690.0, 3745.0, 3713.0, 3735.0, 3744.0, 3698.0, 3718.0, 3688.0, 3677.0, 3709.0, 3690.0, 3701.0, 3744.0, 3714.0, 3736.0, 3757.0, 3737.0, 3745.0, 3710.0, 3688.0, 3718.0, 3675.0, 3718.0, 3676.0, 3730.0, 3690.0, 3742.0, 3700.0, 3728.0, 3677.0, 3663.0, 3663.0, 3674.0, 3717.0, 3689.0, 3742.0, 3734.0, 3732.0, 3744.0, 3691.0, 3729.0, 3686.0, 3716.0, 3685.0, 3694.0, 3686.0, 3740.0, 3700.0, 3689.0, 3733.0, 3692.0, 3764.0, 3701.0, 3713.0, 3701.0, 3702.0, 3705.0, 3758.0, 3717.0, 3719.0, 3739.0, 3739.0, 3717.0, 3760.0, 3727.0, 3705.0, 3714.0, 3747.0, 3735.0, 3745.0, 3755.0, 3734.0, 3754.0, 3710.0, 3686.0, 3694.0, 3672.0, 3703.0, 3661.0, 3692.0, 3674.0, 3705.0, 3684.0, 3716.0, 3696.0, 3687.0, 3687.0, 3677.0, 3686.0, 3697.0, 3688.0, 3699.0, 3701.0, 3711.0, 3702.0, 3752.0, 3702.0, 3719.0, 3697.0, 3675.0, 3718.0, 3686.0, 3717.0, 3697.0, 3718.0, 3698.0, 3687.0, 3707.0, 3697.0, 3708.0, 3689.0, 3752.0, 3721.0, 3690.0, 3711.0, 3702.0, 3720.0, 3677.0, 3687.0, 3710.0, 3690.0, 3731.0, 3712.0, 3742.0, 3732.0, 3690.0, 3730.0, 3687.0, 3686.0, 3696.0, 3687.0, 3732.0, 3711.0, 3766.0, 3724.0, 3705.0, 3702.0, 3691.0, 3691.0, 3722.0, 3702.0, 3714.0, 3746.0, 3716.0, 3747.0, 3725.0, 3714.0, 3755.0, 3722.0, 3691.0, 3741.0, 3699.0, 3688.0, 3710.0, 3690.0, 3743.0, 3722.0, 3691.0, 3721.0, 3687.0, 3705.0, 3684.0, 3673.0, 3708.0, 3675.0, 3731.0, 3710.0, 3690.0, 3710.0, 3689.0, 3709.0, 3707.0, 3675.0, 3707.0, 3687.0, 3717.0, 3698.0, 3709.0, 3732.0, 3690.0, 3731.0, 3710.0, 3688.0, 3708.0, 3677.0, 3689.0, 3689.0, 3690.0, 3721.0, 3690.0, 3701.0, 3714.0, 3705.0, 3704.0, 3745.0, 3724.0, 3703.0, 3722.0, 3689.0, 3687.0, 3677.0, 3689.0, 3721.0, 3701.0, 3721.0, 3701.0, 3702.0, 3734.0, 3715.0, 3755.0, 3723.0, 3701.0, 3721.0, 3700.0, 3700.0, 3689.0, 3690.0, 3711.0, 3702.0, 3742.0, 3703.0, 3713.0, 3724.0, 3701.0, 3754.0, 3702.0, 3701.0, 3706.0, 3724.0, 3737.0, 3751.0, 3718.0, 3716.0, 3715.0, 3702.0, 3731.0, 3712.0, 3704.0, 3745.0, 3737.0, 3769.0, 3757.0, 3725.0, 3764.0, 3689.0, 3687.0, 3707.0, 3686.0, 3738.0, 3699.0, 3690.0, 3734.0, 3702.0, 3742.0, 3688.0, 3676.0, 3696.0, 3686.0, 3727.0, 3697.0, 3687.0, 3711.0, 3712.0, 3732.0, 3723.0, 3701.0, 3698.0, 3688.0, 3728.0, 3711.0, 3700.0, 3735.0, 3692.0, 3726.0, 3747.0, 3715.0, 3703.0, 3691.0, 3726.0, 3717.0, 3766.0, 3724.0, 3705.0, 3759.0, 3738.0, 3736.0, 3734.0, 3700.0, 3719.0, 3687.0, 3716.0, 3685.0, 3715.0, 3674.0, 3704.0, 3674.0, 3725.0, 3673.0, 3661.0, 3673.0, 3687.0, 3718.0, 3687.0, 3738.0, 3687.0, 3699.0, 3698.0, 3691.0, 3711.0, 3703.0, 3713.0, 3736.0, 3717.0, 3767.0, 3716.0, 3730.0, 3726.0, 3710.0, 3754.0, 3709.0, 3690.0, 3709.0, 3701.0, 3731.0, 3742.0, 3711.0, 3753.0, 3722.0, 3761.0, 3697.0, 3685.0, 3715.0, 3673.0, 3715.0, 3673.0, 3725.0, 3674.0, 3725.0, 3685.0, 3715.0, 3694.0, 3662.0, 3693.0, 3673.0, 3693.0, 3674.0, 3739.0, 3700.0, 3710.0, 3731.0, 3690.0, 3730.0, 3688.0, 3699.0, 3700.0, 3691.0, 3765.0, 3724.0, 3715.0, 3757.0, 3717.0, 3726.0, 3725.0, 3746.0, 3778.0, 3747.0, 3713.0, 3713.0, 3725.0, 3714.0, 3745.0, 3744.0, 3746.0, 3776.0, 3733.0, 3711.0, 3730.0, 3699.0, 3738.0, 3697.0, 3739.0, 3696.0, 3726.0, 3695.0, 3714.0, 3684.0, 3714.0, 3696.0, 3706.0, 3706.0, 3684.0, 3706.0, 3686.0, 3696.0, 3687.0, 3697.0, 3699.0, 3712.0, 3724.0, 3713.0, 3754.0, 3724.0, 3691.0, 3712.0, 3690.0, 3730.0, 3703.0, 3744.0, 3690.0, 3734.0, 3782.0, 3704.0, 3701.0, 3734.0, 3704.0, 3743.0, 3723.0, 3747.0, 3744.0, 3692.0, 3753.0, 3711.0, 3688.0, 3718.0, 3676.0, 3717.0, 3687.0, 3717.0, 3687.0, 3728.0, 3708.0, 3696.0, 3696.0, 3664.0, 3694.0, 3674.0, 3694.0, 3676.0, 3730.0, 3699.0, 3689.0, 3744.0, 3701.0, 3701.0, 3709.0, 3702.0, 3701.0, 3710.0, 3703.0, 3755.0, 3736.0, 3727.0, 3746.0, 3716.0, 3745.0, 3725.0, 3689.0, 3730.0, 3688.0, 3730.0, 3699.0, 3740.0, 3712.0, 3720.0, 3732.0, 3689.0, 3732.0, 3647.0, 3747.0, 3746.0, 3701.0, 3776.0, 3757.0, 3745.0, 3736.0, 3716.0, 3756.0, 3735.0, 3764.0, 3745.0, 3773.0, 3744.0, 3774.0, 3744.0, 3766.0, 3742.0, 3699.0, 3740.0, 3698.0, 3738.0, 3710.0, 3743.0, 3765.0, 3734.0, 3764.0, 3703.0, 3701.0, 3722.0, 3702.0, 3766.0, 3748.0, 3769.0, 3735.0, 3728.0, 3758.0, 3756.0, 3702.0, 3752.0, 3721.0, 3762.0, 3733.0, 3764.0, 3744.0, 3754.0, 3742.0, 3710.0, 3738.0, 3698.0, 3747.0, 3696.0, 3716.0, 3708.0, 3697.0, 3729.0, 3686.0, 3739.0, 3687.0, 3738.0, 3698.0, 3727.0, 3697.0, 3762.0, 3732.0, 3750.0, 3743.0, 3725.0, 3746.0, 3703.0, 3702.0, 3722.0, 3693.0, 3703.0, 3759.0, 3718.0, 3804.0, 3771.0, 3751.0, 3779.0, 3782.0, 3757.0, 3777.0, 3745.0, 3704.0, 3753.0, 3721.0, 3765.0, 3757.0, 3736.0, 3777.0, 3712.0, 3713.0, 3730.0, 3698.0, 3688.0, 3753.0, 3723.0, 3701.0, 3720.0, 3688.0, 3729.0, 3699.0, 3749.0, 3695.0, 3715.0, 3673.0, 3662.0, 3675.0, 3698.0, 3697.0, 3688.0, 3742.0, 3724.0, 3704.0, 3735.0, 3705.0, 3744.0, 3702.0, 3700.0, 3703.0, 3702.0, 3726.0, 3716.0, 3748.0, 3727.0, 3758.0, 3724.0, 3742.0, 3698.0, 3727.0, 3684.0, 3715.0, 3684.0, 3715.0, 3673.0, 3715.0, 3685.0, 3715.0, 3685.0, 3714.0, 3674.0, 3736.0, 3696.0, 3738.0, 3709.0, 3698.0, 3730.0, 3700.0, 3732.0, 3701.0, 3701.0, 3711.0, 3701.0, 3731.0, 3702.0, 3764.0, 3713.0, 3723.0, 3746.0, 3714.0, 3744.0, 3744.0, 3732.0, 3710.0, 3688.0, 3742.0, 3676.0, 3709.0, 3715.0, 3662.0, 3745.0, 3715.0, 3690.0, 3693.0, 3680.0, 3742.0, 3704.0, 3745.0, 3745.0, 3714.0, 3766.0, 3736.0, 3713.0, 3732.0, 3702.0, 3753.0, 3710.0, 3742.0, 3723.0, 3709.0, 3741.0, 3722.0, 3742.0, 3690.0, 3702.0, 3691.0, 3691.0, 3689.0, 3694.0, 3714.0, 3758.0, 3727.0, 3779.0, 3747.0, 3705.0, 3734.0, 3700.0, 3720.0, 3712.0, 3752.0, 3722.0, 3742.0, 3711.0, 3699.0, 3720.0, 3689.0, 3720.0, 3723.0, 3763.0, 3731.0, 3704.0, 3712.0, 3702.0, 3702.0, 3712.0, 3705.0, 3745.0, 3759.0, 3739.0, 3790.0, 3740.0, 3705.0, 3734.0, 3702.0], 'WindowWidth': [8474.0, 8409.0, 8463.0, 8407.0, 8427.0, 8430.0, 8383.0, 8395.0, 8351.0, 8387.0, 8346.0, 8423.0, 8327.0, 8368.0, 8357.0, 8344.0, 8389.0, 8368.0, 8424.0, 8400.0, 8385.0, 8369.0, 8352.0, 8359.0, 8347.0, 8414.0, 8363.0, 8404.0, 8367.0, 8355.0, 8423.0, 8427.0, 8444.0, 8418.0, 8377.0, 8344.0, 8365.0, 8367.0, 8370.0, 8385.0, 8416.0, 8380.0, 8484.0, 8425.0, 8406.0, 8447.0, 8398.0, 8351.0, 8375.0, 8348.0, 8403.0, 8363.0, 8403.0, 8365.0, 8434.0, 8369.0, 8422.0, 8397.0, 8368.0, 8413.0, 8372.0, 8352.0, 8364.0, 8352.0, 8416.0, 8377.0, 8431.0, 8422.0, 8380.0, 8392.0, 8372.0, 8407.0, 8350.0, 8406.0, 8381.0, 8421.0, 8380.0, 8354.0, 8430.0, 8373.0, 8354.0, 8382.0, 8372.0, 8395.0, 8391.0, 8421.0, 8397.0, 8427.0, 8420.0, 8362.0, 8414.0, 8375.0, 8392.0, 8374.0, 8331.0, 8387.0, 8354.0, 8434.0, 8427.0, 8398.0, 8425.0, 8366.0, 8334.0, 8361.0, 8342.0, 8369.0, 8346.0, 8348.0, 8396.0, 8417.0, 8453.0, 8439.0, 8376.0, 8442.0, 8367.0, 8366.0, 8412.0, 8401.0, 8373.0, 8447.0, 8424.0, 8381.0, 8427.0, 8398.0, 8424.0, 8362.0, 8343.0, 8389.0, 8382.0, 8455.0, 8401.0, 8352.0, 8392.0, 8350.0, 8413.0, 8325.0, 8306.0, 8336.0, 8322.0, 8352.0, 8327.0, 8381.0, 8367.0, 8406.0, 8377.0, 8330.0, 8372.0, 8343.0, 8366.0, 8326.0, 8326.0, 8343.0, 8355.0, 8413.0, 8392.0, 8434.0, 8413.0, 8399.0, 8376.0, 8375.0, 8379.0, 8451.0, 8426.0, 8383.0, 8440.0, 8425.0, 8377.0, 8429.0, 8374.0, 8356.0, 8434.0, 8391.0, 8423.0, 8430.0, 8361.0, 8384.0, 8343.0, 8329.0, 8374.0, 8353.0, 8370.0, 8431.0, 8394.0, 8424.0, 8453.0, 8429.0, 8437.0, 8380.0, 8347.0, 8381.0, 8321.0, 8381.0, 8326.0, 8403.0, 8355.0, 8423.0, 8367.0, 8399.0, 8330.0, 8307.0, 8304.0, 8320.0, 8383.0, 8348.0, 8422.0, 8417.0, 8412.0, 8428.0, 8355.0, 8401.0, 8341.0, 8378.0, 8336.0, 8345.0, 8338.0, 8417.0, 8365.0, 8351.0, 8413.0, 8363.0, 8458.0, 8372.0, 8393.0, 8374.0, 8377.0, 8386.0, 8458.0, 8406.0, 8409.0, 8436.0, 8435.0, 8403.0, 8464.0, 8415.0, 8382.0, 8392.0, 8439.0, 8421.0, 8433.0, 8446.0, 8416.0, 8442.0, 8379.0, 8341.0, 8346.0, 8314.0, 8354.0, 8298.0, 8338.0, 8321.0, 8364.0, 8337.0, 8380.0, 8356.0, 8349.0, 8347.0, 8333.0, 8344.0, 8358.0, 8348.0, 8365.0, 8369.0, 8382.0, 8375.0, 8438.0, 8372.0, 8390.0, 8358.0, 8324.0, 8386.0, 8343.0, 8385.0, 8359.0, 8386.0, 8360.0, 8347.0, 8371.0, 8358.0, 8375.0, 8350.0, 8437.0, 8396.0, 8355.0, 8384.0, 8373.0, 8391.0, 8332.0, 8344.0, 8378.0, 8353.0, 8408.0, 8384.0, 8425.0, 8412.0, 8356.0, 8406.0, 8346.0, 8341.0, 8354.0, 8344.0, 8411.0, 8386.0, 8464.0, 8409.0, 8383.0, 8373.0, 8359.0, 8356.0, 8397.0, 8372.0, 8393.0, 8436.0, 8402.0, 8442.0, 8410.0, 8393.0, 8447.0, 8399.0, 8357.0, 8421.0, 8362.0, 8349.0, 8379.0, 8353.0, 8426.0, 8399.0, 8359.0, 8394.0, 8344.0, 8363.0, 8333.0, 8320.0, 8372.0, 8328.0, 8407.0, 8380.0, 8354.0, 8382.0, 8352.0, 8378.0, 8371.0, 8327.0, 8369.0, 8344.0, 8385.0, 8361.0, 8377.0, 8410.0, 8354.0, 8410.0, 8381.0, 8348.0, 8373.0, 8333.0, 8354.0, 8354.0, 8354.0, 8395.0, 8354.0, 8372.0, 8394.0, 8384.0, 8382.0, 8438.0, 8407.0, 8377.0, 8399.0, 8353.0, 8347.0, 8334.0, 8350.0, 8394.0, 8370.0, 8396.0, 8370.0, 8372.0, 8418.0, 8398.0, 8448.0, 8404.0, 8373.0, 8396.0, 8368.0, 8366.0, 8352.0, 8355.0, 8382.0, 8373.0, 8426.0, 8377.0, 8391.0, 8404.0, 8371.0, 8445.0, 8374.0, 8371.0, 8390.0, 8408.0, 8433.0, 8458.0, 8411.0, 8402.0, 8396.0, 8373.0, 8408.0, 8384.0, 8379.0, 8433.0, 8426.0, 8470.0, 8453.0, 8409.0, 8456.0, 8350.0, 8344.0, 8369.0, 8341.0, 8409.0, 8362.0, 8355.0, 8417.0, 8374.0, 8424.0, 8349.0, 8330.0, 8354.0, 8340.0, 8395.0, 8356.0, 8344.0, 8384.0, 8388.0, 8412.0, 8402.0, 8369.0, 8363.0, 8348.0, 8398.0, 8382.0, 8367.0, 8422.0, 8364.0, 8412.0, 8445.0, 8396.0, 8376.0, 8360.0, 8416.0, 8407.0, 8465.0, 8407.0, 8383.0, 8460.0, 8432.0, 8425.0, 8416.0, 8364.0, 8385.0, 8339.0, 8376.0, 8334.0, 8371.0, 8317.0, 8356.0, 8319.0, 8385.0, 8316.0, 8300.0, 8320.0, 8343.0, 8385.0, 8344.0, 8413.0, 8347.0, 8367.0, 8364.0, 8361.0, 8384.0, 8378.0, 8390.0, 8426.0, 8404.0, 8470.0, 8401.0, 8432.0, 8413.0, 8380.0, 8441.0, 8377.0, 8354.0, 8377.0, 8369.0, 8407.0, 8424.0, 8383.0, 8440.0, 8398.0, 8444.0, 8356.0, 8337.0, 8376.0, 8317.0, 8373.0, 8319.0, 8389.0, 8322.0, 8388.0, 8338.0, 8374.0, 8347.0, 8302.0, 8343.0, 8316.0, 8344.0, 8322.0, 8415.0, 8367.0, 8383.0, 8410.0, 8353.0, 8406.0, 8350.0, 8366.0, 8369.0, 8359.0, 8460.0, 8408.0, 8398.0, 8456.0, 8407.0, 8415.0, 8411.0, 8439.0, 8484.0, 8441.0, 8387.0, 8392.0, 8409.0, 8390.0, 8433.0, 8430.0, 8438.0, 8477.0, 8413.0, 8380.0, 8404.0, 8362.0, 8410.0, 8353.0, 8414.0, 8351.0, 8388.0, 8348.0, 8370.0, 8330.0, 8369.0, 8354.0, 8367.0, 8365.0, 8335.0, 8368.0, 8341.0, 8354.0, 8345.0, 8358.0, 8362.0, 8386.0, 8405.0, 8391.0, 8445.0, 8403.0, 8359.0, 8384.0, 8354.0, 8404.0, 8378.0, 8430.0, 8329.0, 8419.0, 8496.0, 8381.0, 8369.0, 8419.0, 8380.0, 8428.0, 8403.0, 8441.0, 8433.0, 8360.0, 8440.0, 8382.0, 8349.0, 8387.0, 8327.0, 8382.0, 8343.0, 8383.0, 8345.0, 8396.0, 8372.0, 8354.0, 8354.0, 8308.0, 8348.0, 8321.0, 8347.0, 8327.0, 8407.0, 8366.0, 8353.0, 8431.0, 8373.0, 8372.0, 8380.0, 8374.0, 8370.0, 8381.0, 8378.0, 8448.0, 8426.0, 8416.0, 8440.0, 8399.0, 8436.0, 8407.0, 8352.0, 8405.0, 8346.0, 8402.0, 8363.0, 8416.0, 8385.0, 8392.0, 8409.0, 8352.0, 8413.0, 8268.0, 8435.0, 8433.0, 8369.0, 8476.0, 8450.0, 8433.0, 8423.0, 8398.0, 8447.0, 8418.0, 8454.0, 8430.0, 8463.0, 8426.0, 8468.0, 8429.0, 8460.0, 8424.0, 8363.0, 8415.0, 8359.0, 8408.0, 8377.0, 8425.0, 8458.0, 8417.0, 8456.0, 8376.0, 8371.0, 8400.0, 8374.0, 8463.0, 8444.0, 8471.0, 8419.0, 8419.0, 8457.0, 8451.0, 8372.0, 8436.0, 8394.0, 8446.0, 8411.0, 8453.0, 8431.0, 8440.0, 8423.0, 8377.0, 8410.0, 8356.0, 8420.0, 8350.0, 8378.0, 8368.0, 8354.0, 8398.0, 8341.0, 8412.0, 8343.0, 8411.0, 8356.0, 8393.0, 8357.0, 8451.0, 8410.0, 8430.0, 8425.0, 8410.0, 8439.0, 8380.0, 8375.0, 8401.0, 8363.0, 8378.0, 8461.0, 8409.0, 8530.0, 8483.0, 8455.0, 8487.0, 8496.0, 8454.0, 8478.0, 8432.0, 8380.0, 8438.0, 8396.0, 8462.0, 8452.0, 8425.0, 8481.0, 8386.0, 8393.0, 8404.0, 8359.0, 8346.0, 8436.0, 8403.0, 8368.0, 8391.0, 8347.0, 8400.0, 8362.0, 8425.0, 8349.0, 8372.0, 8316.0, 8302.0, 8325.0, 8361.0, 8357.0, 8347.0, 8424.0, 8406.0, 8381.0, 8425.0, 8389.0, 8435.0, 8375.0, 8369.0, 8375.0, 8373.0, 8411.0, 8399.0, 8445.0, 8415.0, 8455.0, 8404.0, 8423.0, 8356.0, 8391.0, 8330.0, 8371.0, 8331.0, 8372.0, 8317.0, 8374.0, 8335.0, 8374.0, 8335.0, 8373.0, 8321.0, 8405.0, 8354.0, 8411.0, 8374.0, 8362.0, 8404.0, 8368.0, 8412.0, 8370.0, 8370.0, 8383.0, 8370.0, 8409.0, 8373.0, 8457.0, 8389.0, 8402.0, 8437.0, 8394.0, 8432.0, 8431.0, 8410.0, 8377.0, 8348.0, 8422.0, 8325.0, 8380.0, 8373.0, 8298.0, 8434.0, 8396.0, 8354.0, 8365.0, 8338.0, 8422.0, 8379.0, 8432.0, 8433.0, 8391.0, 8460.0, 8422.0, 8386.0, 8410.0, 8369.0, 8434.0, 8376.0, 8423.0, 8400.0, 8375.0, 8419.0, 8395.0, 8423.0, 8355.0, 8374.0, 8356.0, 8358.0, 8350.0, 8364.0, 8393.0, 8454.0, 8415.0, 8485.0, 8441.0, 8381.0, 8415.0, 8365.0, 8388.0, 8380.0, 8434.0, 8395.0, 8420.0, 8380.0, 8361.0, 8389.0, 8349.0, 8388.0, 8400.0, 8452.0, 8407.0, 8380.0, 8387.0, 8374.0, 8374.0, 8386.0, 8383.0, 8436.0, 8459.0, 8436.0, 8501.0, 8436.0, 8383.0, 8417.0, 8373.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.00951718714121699</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.06010218725602755</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.63081215175864</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.189566481885057</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.102538442839081</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4629</td></tr>
|
|
<tr><td colspan=3>fber</td><td>6718.6875</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.26299147642963655</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>327</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>37.54305396096441</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7322117808344735</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5671254842495044</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>3.034406200381391</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.595103657872524</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00798325</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013730387203395367</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03550386428833008</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</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.808457196877913</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>19.6576</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.1346</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.9188</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>38.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302693.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>581.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>253.6167</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9659</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>478.2782</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>2939.671</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3128.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73851.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>928.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>3886.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>821.3244</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>23.903671767911874</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> |