=== 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-0079 --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-0079",
"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-0079_ses-04_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0079_ses-04_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0079_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-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0079/ses-04/func/sub-0079_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>5c3abf31f19276216c2865b6ebd7f9aa</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:07:56.312500</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.99958, 0.0289634, 0.000597829, -0.0289684, 0.999148, 0.0293822]</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.101043</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>[4158, -7753, -7273, 484, 22, -95, 31, 54]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>253.769</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>4c6178cf-d7b3-4bb5-871b-5955ff5563fd||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.6818008422851562, -0.07772020995616913, -0.0006849534693174064, 115.65560913085938], [-0.07770664244890213, 2.6806421279907227, 0.07934527099132538, -92.53898620605469], [0.0016039317706599832, -0.07883016020059586, 2.698833703994751, -68.0265121459961], [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': ['130756.312500', '130756.772500', '130757.232500', '130757.692500', '130758.152500', '130758.612500', '130759.072500', '130759.532500', '130759.992500', '130800.452500', '130800.912500', '130801.372500', '130801.832500', '130802.292500', '130802.752500', '130803.212500', '130803.672500', '130804.132500', '130804.592500', '130805.052500', '130805.512500', '130805.972500', '130806.432500', '130806.892500', '130807.352500', '130807.812500', '130808.272500', '130808.732500', '130809.192500', '130809.652500', '130810.112500', '130810.572500', '130811.032500', '130811.492500', '130811.952500', '130812.412500', '130812.872500', '130813.332500', '130813.792500', '130814.252500', '130814.712500', '130815.172500', '130815.632500', '130816.092500', '130816.552500', '130817.012500', '130817.472500', '130817.932500', '130818.392500', '130818.852500', '130819.312500', '130819.772500', '130820.232500', '130820.692500', '130821.152500', '130821.612500', '130822.072500', '130822.532500', '130822.992500', '130823.452500', '130823.912500', '130824.372500', '130824.832500', '130825.292500', '130825.752500', '130826.212500', '130826.672500', '130827.132500', '130827.592500', '130828.052500', '130828.512500', '130828.972500', '130829.432500', '130829.892500', '130830.352500', '130830.812500', '130831.272500', '130831.732500', '130832.192500', '130832.652500', '130833.112500', '130833.572500', '130834.032500', '130834.492500', '130834.952500', '130835.412500', '130835.872500', '130836.332500', '130836.792500', '130837.252500', '130837.712500', '130838.172500', '130838.632500', '130839.092500', '130839.552500', '130840.012500', '130840.472500', '130840.932500', '130841.392500', '130841.852500', '130842.312500', '130842.772500', '130843.232500', '130843.692500', '130844.152500', '130844.612500', '130845.072500', '130845.532500', '130845.992500', '130846.452500', '130846.912500', '130847.372500', '130847.832500', '130848.292500', '130848.752500', '130849.212500', '130849.672500', '130850.132500', '130850.592500', '130851.052500', '130851.512500', '130851.972500', '130852.432500', '130852.892500', '130853.352500', '130853.812500', '130854.272500', '130854.732500', '130855.192500', '130855.652500', '130856.112500', '130856.572500', '130857.032500', '130857.492500', '130857.952500', '130858.412500', '130858.872500', '130859.332500', '130859.792500', '130900.252500', '130900.712500', '130901.172500', '130901.632500', '130902.092500', '130902.552500', '130903.012500', '130903.472500', '130903.932500', '130904.392500', '130904.852500', '130905.312500', '130905.772500', '130906.232500', '130906.692500', '130907.152500', '130907.612500', '130908.072500', '130908.532500', '130908.992500', '130909.452500', '130909.912500', '130910.372500', '130910.832500', '130911.292500', '130911.752500', '130912.212500', '130912.672500', '130913.132500', '130913.592500', '130914.052500', '130914.512500', '130914.972500', '130915.432500', '130915.892500', '130916.352500', '130916.812500', '130917.272500', '130917.732500', '130918.192500', '130918.652500', '130919.112500', '130919.572500', '130920.032500', '130920.492500', '130920.952500', '130921.412500', '130921.872500', '130922.332500', '130922.792500', '130923.252500', '130923.712500', '130924.172500', '130924.632500', '130925.092500', '130925.552500', '130926.012500', '130926.472500', '130926.932500', '130927.392500', '130927.852500', '130928.312500', '130928.772500', '130929.232500', '130929.692500', '130930.152500', '130930.612500', '130931.072500', '130931.532500', '130931.992500', '130932.452500', '130932.912500', '130933.372500', '130933.832500', '130934.292500', '130934.752500', '130935.212500', '130935.672500', '130936.132500', '130936.592500', '130937.052500', '130937.512500', '130937.972500', '130938.432500', '130938.892500', '130939.352500', '130939.812500', '130940.272500', '130940.732500', '130941.192500', '130941.652500', '130942.112500', '130942.572500', '130943.032500', '130943.492500', '130943.952500', '130944.412500', '130944.872500', '130945.332500', '130945.792500', '130946.252500', '130946.712500', '130947.172500', '130947.632500', '130948.092500', '130948.552500', '130949.012500', '130949.472500', '130949.932500', '130950.392500', '130950.852500', '130951.312500', '130951.772500', '130952.232500', '130952.692500', '130953.152500', '130953.612500', '130954.072500', '130954.532500', '130954.992500', '130955.452500', '130955.912500', '130956.372500', '130956.832500', '130957.292500', '130957.752500', '130958.212500', '130958.672500', '130959.132500', '130959.592500', '131000.052500', '131000.512500', '131000.972500', '131001.432500', '131001.892500', '131002.352500', '131002.812500', '131003.272500', '131003.732500', '131004.192500', '131004.652500', '131005.112500', '131005.572500', '131006.032500', '131006.492500', '131006.952500', '131007.412500', '131007.872500', '131008.332500', '131008.792500', '131009.252500', '131009.712500', '131010.172500', '131010.632500', '131011.092500', '131011.552500', '131012.012500', '131012.472500', '131012.932500', '131013.392500', '131013.852500', '131014.312500', '131014.772500', '131015.232500', '131015.692500', '131016.152500', '131016.612500', '131017.072500', '131017.532500', '131017.992500', '131018.452500', '131018.912500', '131019.372500', '131019.832500', '131020.292500', '131020.752500', '131021.212500', '131021.672500', '131022.132500', '131022.592500', '131023.052500', '131023.512500', '131023.972500', '131024.432500', '131024.892500', '131025.352500', '131025.812500', '131026.272500', '131026.732500', '131027.192500', '131027.652500', '131028.112500', '131028.572500', '131029.032500', '131029.492500', '131029.952500', '131030.412500', '131030.872500', '131031.332500', '131031.792500', '131032.252500', '131032.712500', '131033.172500', '131033.632500', '131034.092500', '131034.552500', '131035.012500', '131035.472500', '131035.932500', '131036.392500', '131036.852500', '131037.312500', '131037.772500', '131038.232500', '131038.692500', '131039.152500', '131039.612500', '131040.072500', '131040.532500', '131040.992500', '131041.452500', '131041.912500', '131042.372500', '131042.832500', '131043.292500', '131043.752500', '131044.212500', '131044.672500', '131045.132500', '131045.592500', '131046.052500', '131046.512500', '131046.972500', '131047.432500', '131047.892500', '131048.352500', '131048.812500', '131049.272500', '131049.732500', '131050.192500', '131050.652500', '131051.112500', '131051.572500', '131052.032500', '131052.492500', '131052.952500', '131053.412500', '131053.872500', '131054.332500', '131054.792500', '131055.252500', '131055.712500', '131056.172500', '131056.632500', '131057.092500', '131057.552500', '131058.012500', '131058.472500', '131058.932500', '131059.392500', '131059.852500', '131100.312500', '131100.772500', '131101.232500', '131101.692500', '131102.152500', '131102.612500', '131103.072500', '131103.532500', '131103.992500', '131104.452500', '131104.912500', '131105.372500', '131105.832500', '131106.292500', '131106.752500', '131107.212500', '131107.672500', '131108.132500', '131108.592500', '131109.052500', '131109.512500', '131109.972500', '131110.432500', '131110.892500', '131111.352500', '131111.812500', '131112.272500', '131112.732500', '131113.192500', '131113.652500', '131114.112500', '131114.572500', '131115.032500', '131115.492500', '131115.952500', '131116.412500', '131116.872500', '131117.332500', '131117.792500', '131118.252500', '131118.712500', '131119.172500', '131119.632500', '131120.092500', '131120.552500', '131121.012500', '131121.472500', '131121.932500', '131122.392500', '131122.852500', '131123.312500', '131123.772500', '131124.232500', '131124.692500', '131125.152500', '131125.612500', '131126.072500', '131126.532500', '131126.992500', '131127.452500', '131127.912500', '131128.372500', '131128.832500', '131129.292500', '131129.752500', '131130.212500', '131130.672500', '131131.132500', '131131.592500', '131132.052500', '131132.512500', '131132.972500', '131133.432500', '131133.892500', '131134.352500', '131134.812500', '131135.272500', '131135.732500', '131136.192500', '131136.652500', '131137.112500', '131137.572500', '131138.032500', '131138.492500', '131138.952500', '131139.412500', '131139.872500', '131140.332500', '131140.792500', '131141.252500', '131141.712500', '131142.172500', '131142.632500', '131143.092500', '131143.552500', '131144.012500', '131144.472500', '131144.932500', '131145.392500', '131145.852500', '131146.312500', '131146.772500', '131147.232500', '131147.692500', '131148.152500', '131148.612500', '131149.072500', '131149.532500', '131149.992500', '131150.452500', '131150.912500', '131151.372500', '131151.832500', '131152.292500', '131152.752500', '131153.212500', '131153.672500', '131154.132500', '131154.592500', '131155.052500', '131155.512500', '131155.972500', '131156.432500', '131156.892500', '131157.352500', '131157.812500', '131158.272500', '131158.732500', '131159.192500', '131159.652500', '131200.112500', '131200.572500', '131201.032500', '131201.492500', '131201.952500', '131202.412500', '131202.872500', '131203.332500', '131203.792500', '131204.252500', '131204.712500', '131205.172500', '131205.632500', '131206.092500', '131206.552500', '131207.012500', '131207.472500', '131207.932500', '131208.392500', '131208.852500', '131209.312500', '131209.772500', '131210.232500', '131210.692500', '131211.152500', '131211.612500', '131212.072500', '131212.532500', '131212.992500', '131213.452500', '131213.912500', '131214.372500', '131214.832500', '131215.292500', '131215.752500', '131216.212500', '131216.672500', '131217.132500', '131217.592500', '131218.052500', '131218.512500', '131218.972500', '131219.432500', '131219.892500', '131220.352500', '131220.812500', '131221.272500', '131221.732500', '131222.192500', '131222.652500', '131223.112500', '131223.572500', '131224.032500', '131224.492500', '131224.952500', '131225.412500', '131225.872500', '131226.332500', '131226.792500', '131227.252500', '131227.712500', '131228.172500', '131228.632500', '131229.092500', '131229.552500', '131230.012500', '131230.472500', '131230.932500', '131231.392500', '131231.852500', '131232.312500', '131232.772500', '131233.232500', '131233.692500', '131234.152500', '131234.612500', '131235.072500', '131235.532500', '131235.992500', '131236.452500', '131236.912500', '131237.372500', '131237.832500', '131238.292500', '131238.752500', '131239.212500', '131239.672500', '131240.132500', '131240.592500', '131241.052500', '131241.512500', '131241.972500', '131242.432500', '131242.892500', '131243.352500', '131243.812500', '131244.272500', '131244.732500', '131245.192500', '131245.652500', '131246.112500', '131246.572500', '131247.032500', '131247.492500', '131247.952500', '131248.412500', '131248.872500', '131249.332500', '131249.792500', '131250.252500', '131250.712500', '131251.172500', '131251.632500', '131252.092500', '131252.552500', '131253.012500', '131253.472500', '131253.932500', '131254.392500', '131254.852500', '131255.312500', '131255.772500', '131256.232500', '131256.692500', '131257.152500', '131257.612500', '131258.072500', '131258.532500', '131258.992500', '131259.452500', '131259.912500', '131300.372500', '131300.832500', '131301.292500', '131301.752500', '131302.212500', '131302.672500', '131303.132500', '131303.592500', '131304.052500', '131304.512500', '131304.972500', '131305.432500', '131305.892500', '131306.352500', '131306.812500', '131307.272500', '131307.732500', '131308.192500', '131308.652500', '131309.112500', '131309.572500', '131310.032500', '131310.492500', '131310.952500', '131311.412500', '131311.872500', '131312.332500', '131312.792500', '131313.252500', '131313.712500', '131314.172500', '131314.632500', '131315.092500', '131315.552500', '131316.012500', '131316.472500', '131316.932500', '131317.392500', '131317.852500', '131318.312500', '131318.772500', '131319.232500', '131319.692500', '131320.152500', '131320.612500', '131321.072500', '131321.532500', '131321.992500', '131322.452500', '131322.912500', '131323.372500', '131323.832500', '131324.292500', '131324.752500', '131325.212500', '131325.672500', '131326.132500', '131326.592500', '131327.052500', '131327.512500', '131327.972500', '131328.432500', '131328.892500', '131329.352500', '131329.812500', '131330.272500', '131330.732500', '131331.192500', '131331.652500', '131332.112500', '131332.572500', '131333.032500', '131333.492500', '131333.952500', '131334.412500', '131334.872500', '131335.332500', '131335.792500', '131336.252500', '131336.712500', '131337.172500', '131337.632500', '131338.092500', '131338.552500', '131339.012500', '131339.472500', '131339.932500', '131340.392500', '131340.852500', '131341.312500', '131341.772500', '131342.232500', '131342.692500', '131343.152500', '131343.612500', '131344.072500', '131344.532500', '131344.992500', '131345.452500', '131345.912500', '131346.372500', '131346.832500', '131347.292500', '131347.752500', '131348.212500', '131348.672500', '131349.132500', '131349.592500', '131350.052500', '131350.512500', '131350.972500', '131351.432500', '131351.892500', '131352.352500', '131352.812500', '131353.272500', '131353.732500', '131354.192500', '131354.652500', '131355.112500', '131355.572500', '131356.032500', '131356.492500', '131356.952500', '131357.412500', '131357.872500', '131358.332500', '131358.792500', '131359.252500', '131359.712500', '131400.172500', '131400.632500', '131401.092500', '131401.552500', '131402.012500', '131402.472500', '131402.932500', '131403.392500', '131403.852500', '131404.312500', '131404.772500', '131405.232500', '131405.692500', '131406.152500', '131406.612500', '131407.072500', '131407.532500', '131407.992500', '131408.452500', '131408.912500', '131409.372500', '131409.832500', '131410.292500', '131410.752500', '131411.212500', '131411.672500', '131412.132500', '131412.592500', '131413.052500', '131413.512500', '131413.972500', '131414.432500', '131414.892500', '131415.352500', '131415.812500', '131416.272500', '131416.732500', '131417.192500', '131417.652500', '131418.112500', '131418.572500', '131419.032500', '131419.492500', '131419.952500', '131420.412500', '131420.872500', '131421.332500', '131421.792500', '131422.252500', '131422.712500', '131423.172500', '131423.632500', '131424.092500', '131424.552500', '131425.012500', '131425.472500', '131425.932500', '131426.392500', '131426.852500', '131427.312500', '131427.772500', '131428.232500', '131428.692500', '131429.152500', '131429.612500', '131430.072500', '131430.532500', '131430.992500', '131431.452500', '131431.912500', '131432.372500', '131432.832500', '131433.292500', '131433.752500', '131434.212500', '131434.672500', '131435.132500', '131435.592500', '131436.052500', '131436.512500', '131436.972500'], 'ContentTime': ['130807.557000', '130807.560000', '130807.563000', '130807.565000', '130807.568000', '130807.571000', '130807.573000', '130807.576000', '130807.578000', '130807.581000', '130807.583000', '130807.586000', '130807.588000', '130807.591000', '130807.594000', '130807.596000', '130807.599000', '130807.601000', '130807.604000', '130807.607000', '130807.609000', '130827.524000', '130827.527000', '130827.529000', '130827.532000', '130827.534000', '130827.537000', '130827.540000', '130827.542000', '130827.545000', '130827.548000', '130827.550000', '130827.553000', '130827.555000', '130827.558000', '130827.561000', '130827.563000', '130827.566000', '130827.569000', '130827.572000', '130827.575000', '130827.578000', '130827.581000', '130827.584000', '130827.598000', '130827.601000', '130827.603000', '130827.606000', '130827.609000', '130827.611000', '130827.614000', '130827.617000', '130827.619000', '130827.622000', '130827.625000', '130827.627000', '130827.630000', '130827.633000', '130827.635000', '130827.638000', '130827.640000', '130827.643000', '130827.646000', '130827.648000', '130847.524000', '130847.526000', '130847.529000', '130847.532000', '130847.534000', '130847.537000', '130847.539000', '130847.542000', '130847.545000', '130847.547000', '130847.550000', '130847.552000', '130847.555000', '130847.557000', '130847.560000', '130847.563000', '130847.565000', '130847.568000', '130847.570000', '130847.573000', '130847.576000', '130847.578000', '130847.581000', '130847.583000', '130847.586000', '130847.589000', '130847.591000', '130847.594000', '130847.597000', '130847.599000', '130847.602000', '130847.605000', '130847.607000', '130847.610000', '130847.613000', '130847.615000', '130847.618000', '130847.620000', '130847.623000', '130847.626000', '130847.628000', '130847.631000', '130847.633000', '130847.636000', '130907.524000', '130907.526000', '130907.529000', '130907.537000', '130907.540000', '130907.542000', '130907.545000', '130907.548000', '130907.550000', '130907.553000', '130907.555000', '130907.566000', '130907.569000', '130907.572000', '130907.574000', '130907.577000', '130907.580000', '130907.582000', '130907.585000', '130907.587000', '130907.590000', '130907.593000', '130907.595000', '130907.598000', '130907.601000', '130907.603000', '130907.606000', '130907.609000', '130907.612000', '130907.614000', '130907.617000', '130907.619000', '130907.622000', '130907.625000', '130907.628000', '130907.631000', '130907.633000', '130907.636000', '130907.639000', '130907.641000', '130907.644000', '130907.647000', '130907.649000', '130927.523000', '130927.527000', '130927.530000', '130927.532000', '130927.535000', '130927.538000', '130927.540000', '130927.543000', '130927.546000', '130927.548000', '130927.551000', '130927.553000', '130927.556000', '130927.559000', '130927.561000', '130927.564000', '130927.566000', '130927.569000', '130927.583000', '130927.586000', '130927.589000', '130927.591000', '130927.594000', '130927.596000', '130927.599000', '130927.602000', '130927.604000', '130927.607000', '130927.609000', '130927.612000', '130927.615000', '130927.617000', '130927.620000', '130927.623000', '130927.625000', '130927.628000', '130927.630000', '130927.633000', '130927.636000', '130927.638000', '130927.641000', '130927.643000', '130927.646000', '130927.649000', '130947.525000', '130947.527000', '130947.530000', '130947.533000', '130947.536000', '130947.538000', '130947.541000', '130947.543000', '130947.546000', '130947.549000', '130947.551000', '130947.554000', '130947.557000', '130947.559000', '130947.562000', '130947.565000', '130947.567000', '130947.570000', '130947.573000', '130947.575000', '130947.578000', '130947.581000', '130947.583000', '130947.586000', '130947.589000', '130947.591000', '130947.594000', '130947.596000', '130947.599000', '130947.602000', '130947.604000', '130947.607000', '130947.610000', '130947.613000', '130947.615000', '130947.618000', '130947.620000', '130947.623000', '130947.626000', '130947.628000', '130947.631000', '130947.633000', '130947.636000', '131007.524000', '131007.527000', '131007.530000', '131007.533000', '131007.536000', '131007.538000', '131007.541000', '131007.543000', '131007.546000', '131007.549000', '131007.551000', '131007.554000', '131007.557000', '131007.559000', '131007.562000', '131007.564000', '131007.567000', '131007.570000', '131007.572000', '131007.575000', '131007.577000', '131007.580000', '131007.583000', '131007.585000', '131007.588000', '131007.590000', '131007.593000', '131007.596000', '131007.598000', '131007.601000', '131007.604000', '131007.606000', '131007.609000', '131007.611000', '131007.614000', '131007.617000', '131007.619000', '131007.622000', '131007.624000', '131007.627000', '131007.630000', '131007.632000', '131007.635000', '131007.638000', '131027.525000', '131027.527000', '131027.530000', '131027.533000', '131027.535000', '131027.538000', '131027.541000', '131027.543000', '131027.546000', '131027.548000', '131027.551000', '131027.553000', '131027.556000', '131027.559000', '131027.561000', '131027.564000', '131027.567000', '131027.569000', '131027.572000', '131027.574000', '131027.577000', '131027.579000', '131027.582000', '131027.585000', '131027.587000', '131027.590000', '131027.592000', '131027.595000', '131027.598000', '131027.600000', '131027.603000', '131027.606000', '131027.608000', '131027.611000', '131027.614000', '131027.616000', '131027.619000', '131027.621000', '131027.624000', '131027.627000', '131027.629000', '131027.632000', '131027.635000', '131047.523000', '131047.526000', '131047.529000', '131047.532000', '131047.534000', '131047.537000', '131047.540000', '131047.542000', '131047.545000', '131047.547000', '131047.550000', '131047.553000', '131047.555000', '131047.558000', '131047.561000', '131047.563000', '131047.566000', '131047.569000', '131047.571000', '131047.574000', '131047.576000', '131047.579000', '131047.582000', '131047.584000', '131047.587000', '131047.590000', '131047.592000', '131047.595000', '131047.598000', '131047.600000', '131047.603000', '131047.606000', '131047.608000', '131047.611000', '131047.613000', '131047.616000', '131047.619000', '131047.622000', '131047.624000', '131047.627000', '131047.630000', '131047.632000', '131047.635000', '131047.638000', '131107.524000', '131107.527000', '131107.529000', '131107.532000', '131107.535000', '131107.537000', '131107.540000', '131107.543000', '131107.545000', '131107.548000', '131107.550000', '131107.553000', '131107.556000', '131107.570000', '131107.572000', '131107.575000', '131107.577000', '131107.580000', '131107.583000', '131107.585000', '131107.588000', '131107.591000', '131107.593000', '131107.596000', '131107.599000', '131107.601000', '131107.604000', '131107.607000', '131107.610000', '131107.612000', '131107.615000', '131107.618000', '131107.621000', '131107.624000', '131107.627000', '131107.629000', '131107.632000', '131107.635000', '131107.637000', '131107.640000', '131107.642000', '131107.645000', '131107.648000', '131127.523000', '131127.526000', '131127.529000', '131127.531000', '131127.534000', '131127.537000', '131127.539000', '131127.542000', '131127.545000', '131127.547000', '131127.550000', '131127.552000', '131127.555000', '131127.558000', '131127.560000', '131127.563000', '131127.566000', '131127.568000', '131127.571000', '131127.573000', '131127.576000', '131127.579000', '131127.581000', '131127.584000', '131127.586000', '131127.589000', '131127.592000', '131127.594000', '131127.597000', '131127.600000', '131127.602000', '131127.605000', '131127.608000', '131127.610000', '131127.613000', '131127.615000', '131127.618000', '131127.621000', '131127.624000', '131127.626000', '131127.629000', '131127.632000', '131127.635000', '131127.637000', '131147.524000', '131147.527000', '131147.529000', '131147.532000', '131147.534000', '131147.537000', '131147.540000', '131147.542000', '131147.545000', '131147.547000', '131147.550000', '131147.553000', '131147.555000', '131147.558000', '131147.561000', '131147.563000', '131147.566000', '131147.568000', '131147.571000', '131147.574000', '131147.576000', '131147.579000', '131147.581000', '131147.584000', '131147.587000', '131147.589000', '131147.592000', '131147.594000', '131147.597000', '131147.600000', '131147.602000', '131147.605000', '131147.607000', '131147.610000', '131147.613000', '131147.615000', '131147.618000', '131147.620000', '131147.623000', '131147.626000', '131147.628000', '131147.631000', '131147.633000', '131207.524000', '131207.528000', '131207.530000', '131207.533000', '131207.535000', '131207.538000', '131207.541000', '131207.543000', '131207.546000', '131207.549000', '131207.551000', '131207.554000', '131207.557000', '131207.559000', '131207.562000', '131207.565000', '131207.567000', '131207.570000', '131207.573000', '131207.575000', '131207.578000', '131207.580000', '131207.583000', '131207.586000', '131207.588000', '131207.591000', '131207.593000', '131207.596000', '131207.599000', '131207.601000', '131207.604000', '131207.607000', '131207.609000', '131207.612000', '131207.614000', '131207.617000', '131207.619000', '131207.622000', '131207.625000', '131207.627000', '131207.630000', '131207.633000', '131207.635000', '131207.638000', '131227.524000', '131227.527000', '131227.530000', '131227.533000', '131227.536000', '131227.538000', '131227.541000', '131227.544000', '131227.547000', '131227.549000', '131227.552000', '131227.555000', '131227.557000', '131227.560000', '131227.563000', '131227.565000', '131227.568000', '131227.570000', '131227.573000', '131227.576000', '131227.578000', '131227.581000', '131227.584000', '131227.586000', '131227.589000', '131227.592000', '131227.594000', '131227.597000', '131227.600000', '131227.602000', '131227.605000', '131227.608000', '131227.610000', '131227.613000', '131227.615000', '131227.618000', '131227.621000', '131227.623000', '131227.626000', '131227.629000', '131227.631000', '131227.634000', '131227.637000', '131247.525000', '131247.527000', '131247.530000', '131247.533000', '131247.536000', '131247.539000', '131247.542000', '131247.544000', '131247.547000', '131247.550000', '131247.552000', '131247.555000', '131247.557000', '131247.560000', '131247.563000', '131247.565000', '131247.568000', '131247.571000', '131247.573000', '131247.576000', '131247.578000', '131247.581000', '131247.584000', '131247.587000', '131247.589000', '131247.592000', '131247.595000', '131247.597000', '131247.600000', '131247.603000', '131247.606000', '131247.608000', '131247.611000', '131247.614000', '131247.616000', '131247.619000', '131247.622000', '131247.624000', '131247.627000', '131247.630000', '131247.632000', '131247.635000', '131247.638000', '131247.640000', '131307.523000', '131307.526000', '131307.529000', '131307.532000', '131307.534000', '131307.537000', '131307.540000', '131307.542000', '131307.545000', '131307.548000', '131307.550000', '131307.553000', '131307.555000', '131307.558000', '131307.561000', '131307.563000', '131307.566000', '131307.568000', '131307.571000', '131307.574000', '131307.576000', '131307.579000', '131307.581000', '131307.584000', '131307.587000', '131307.590000', '131307.592000', '131307.595000', '131307.598000', '131307.601000', '131307.603000', '131307.606000', '131307.608000', '131307.611000', '131307.614000', '131307.616000', '131307.619000', '131307.622000', '131307.624000', '131307.627000', '131307.629000', '131307.632000', '131307.635000', '131327.523000', '131327.526000', '131327.529000', '131327.532000', '131327.534000', '131327.537000', '131327.539000', '131327.546000', '131327.549000', '131327.551000', '131327.554000', '131327.557000', '131327.560000', '131327.562000', '131327.565000', '131327.567000', '131327.570000', '131327.573000', '131327.575000', '131327.578000', '131327.580000', '131327.583000', '131327.586000', '131327.588000', '131327.591000', '131327.594000', '131327.596000', '131327.599000', '131327.602000', '131327.604000', '131327.607000', '131327.609000', '131327.612000', '131327.614000', '131327.617000', '131327.620000', '131327.622000', '131327.625000', '131327.628000', '131327.630000', '131327.633000', '131327.635000', '131327.638000', '131327.647000', '131347.523000', '131347.526000', '131347.531000', '131347.534000', '131347.536000', '131347.539000', '131347.542000', '131347.544000', '131347.547000', '131347.550000', '131347.552000', '131347.555000', '131347.557000', '131347.560000', '131347.563000', '131347.565000', '131347.568000', '131347.571000', '131347.573000', '131347.576000', '131347.578000', '131347.581000', '131347.584000', '131347.586000', '131347.589000', '131347.591000', '131347.594000', '131347.597000', '131347.599000', '131347.602000', '131347.605000', '131347.607000', '131347.610000', '131347.612000', '131347.615000', '131347.618000', '131347.620000', '131347.623000', '131347.626000', '131347.628000', '131347.631000', '131347.633000', '131347.636000', '131407.523000', '131407.527000', '131407.530000', '131407.533000', '131407.536000', '131407.547000', '131407.550000', '131407.553000', '131407.555000', '131407.558000', '131407.560000', '131407.563000', '131407.566000', '131407.568000', '131407.571000', '131407.575000', '131407.578000', '131407.580000', '131407.583000', '131407.586000', '131407.588000', '131407.591000', '131407.594000', '131407.596000', '131407.599000', '131407.601000', '131407.604000', '131407.612000', '131407.615000', '131407.618000', '131407.620000', '131407.623000', '131407.625000', '131407.628000', '131407.631000', '131407.634000', '131407.636000', '131407.639000', '131407.641000', '131407.644000', '131407.647000', '131407.649000', '131407.652000', '131427.525000', '131427.528000', '131427.530000', '131427.533000', '131427.535000', '131427.538000', '131427.541000', '131427.543000', '131427.546000', '131427.549000', '131427.551000', '131427.554000', '131427.557000', '131427.560000', '131427.562000', '131427.565000', '131427.567000', '131427.570000', '131427.573000', '131427.575000', '131427.578000', '131427.580000', '131427.583000', '131427.586000', '131427.588000', '131427.591000', '131427.593000', '131427.596000', '131427.599000', '131427.601000', '131427.604000', '131427.607000', '131427.609000', '131427.612000', '131427.615000', '131427.617000', '131427.620000', '131427.623000', '131427.625000', '131427.628000', '131427.630000', '131427.633000', '131427.636000', '131427.638000', '131438.795000', '131438.799000', '131438.850000', '131438.853000', '131438.856000', '131438.858000', '131438.861000', '131438.864000', '131438.867000', '131438.870000', '131438.873000', '131438.876000', '131438.879000', '131438.882000', '131438.885000', '131438.887000', '131438.890000', '131438.893000', '131438.896000', '131438.899000', '131438.902000', '131438.905000', '131438.908000', '131438.910000', '131438.913000'], 'InstanceCreationTime': ['130807.557000', '130807.560000', '130807.563000', '130807.565000', '130807.568000', '130807.571000', '130807.573000', '130807.576000', '130807.578000', '130807.581000', '130807.583000', '130807.586000', '130807.588000', '130807.591000', '130807.594000', '130807.596000', '130807.599000', '130807.601000', '130807.604000', '130807.607000', '130807.609000', '130827.524000', '130827.527000', '130827.529000', '130827.532000', '130827.534000', '130827.537000', '130827.540000', '130827.542000', '130827.545000', '130827.548000', '130827.550000', '130827.553000', '130827.555000', '130827.558000', '130827.561000', '130827.563000', '130827.566000', '130827.569000', '130827.572000', '130827.575000', '130827.578000', '130827.581000', '130827.584000', '130827.598000', '130827.601000', '130827.603000', '130827.606000', '130827.609000', '130827.611000', '130827.614000', '130827.617000', '130827.619000', '130827.622000', '130827.625000', '130827.627000', '130827.630000', '130827.633000', '130827.635000', '130827.638000', '130827.640000', '130827.643000', '130827.646000', '130827.648000', '130847.524000', '130847.526000', '130847.529000', '130847.532000', '130847.534000', '130847.537000', '130847.539000', '130847.542000', '130847.545000', '130847.547000', '130847.550000', '130847.552000', '130847.555000', '130847.557000', '130847.560000', '130847.563000', '130847.565000', '130847.568000', '130847.570000', '130847.573000', '130847.576000', '130847.578000', '130847.581000', '130847.583000', '130847.586000', '130847.589000', '130847.591000', '130847.594000', '130847.597000', '130847.599000', '130847.602000', '130847.605000', '130847.607000', '130847.610000', '130847.613000', '130847.615000', '130847.618000', '130847.620000', '130847.623000', '130847.626000', '130847.628000', '130847.631000', '130847.633000', '130847.636000', '130907.524000', '130907.526000', '130907.529000', '130907.537000', '130907.540000', '130907.542000', '130907.545000', '130907.548000', '130907.550000', '130907.553000', '130907.555000', '130907.566000', '130907.569000', '130907.572000', '130907.574000', '130907.577000', '130907.580000', '130907.582000', '130907.585000', '130907.587000', '130907.590000', '130907.593000', '130907.595000', '130907.598000', '130907.601000', '130907.603000', '130907.606000', '130907.609000', '130907.612000', '130907.614000', '130907.617000', '130907.619000', '130907.622000', '130907.625000', '130907.628000', '130907.631000', '130907.633000', '130907.636000', '130907.639000', '130907.641000', '130907.644000', '130907.647000', '130907.649000', '130927.523000', '130927.527000', '130927.530000', '130927.532000', '130927.535000', '130927.538000', '130927.540000', '130927.543000', '130927.546000', '130927.548000', '130927.551000', '130927.553000', '130927.556000', '130927.559000', '130927.561000', '130927.564000', '130927.566000', '130927.569000', '130927.583000', '130927.586000', '130927.589000', '130927.591000', '130927.594000', '130927.596000', '130927.599000', '130927.602000', '130927.604000', '130927.607000', '130927.609000', '130927.612000', '130927.615000', '130927.617000', '130927.620000', '130927.623000', '130927.625000', '130927.628000', '130927.630000', '130927.633000', '130927.636000', '130927.638000', '130927.641000', '130927.643000', '130927.646000', '130927.649000', '130947.525000', '130947.527000', '130947.530000', '130947.533000', '130947.536000', '130947.538000', '130947.541000', '130947.543000', '130947.546000', '130947.549000', '130947.551000', '130947.554000', '130947.557000', '130947.559000', '130947.562000', '130947.565000', '130947.567000', '130947.570000', '130947.573000', '130947.575000', '130947.578000', '130947.581000', '130947.583000', '130947.586000', '130947.589000', '130947.591000', '130947.594000', '130947.596000', '130947.599000', '130947.602000', '130947.604000', '130947.607000', '130947.610000', '130947.613000', '130947.615000', '130947.618000', '130947.620000', '130947.623000', '130947.626000', '130947.628000', '130947.631000', '130947.633000', '130947.636000', '131007.524000', '131007.527000', '131007.530000', '131007.533000', '131007.536000', '131007.538000', '131007.541000', '131007.543000', '131007.546000', '131007.549000', '131007.551000', '131007.554000', '131007.557000', '131007.559000', '131007.562000', '131007.564000', '131007.567000', '131007.570000', '131007.572000', '131007.575000', '131007.577000', '131007.580000', '131007.583000', '131007.585000', '131007.588000', '131007.590000', '131007.593000', '131007.596000', '131007.598000', '131007.601000', '131007.604000', '131007.606000', '131007.609000', '131007.611000', '131007.614000', '131007.617000', '131007.619000', '131007.622000', '131007.624000', '131007.627000', '131007.630000', '131007.632000', '131007.635000', '131007.638000', '131027.525000', '131027.527000', '131027.530000', '131027.533000', '131027.535000', '131027.538000', '131027.541000', '131027.543000', '131027.546000', '131027.548000', '131027.551000', '131027.553000', '131027.556000', '131027.559000', '131027.561000', '131027.564000', '131027.567000', '131027.569000', '131027.572000', '131027.574000', '131027.577000', '131027.579000', '131027.582000', '131027.585000', '131027.587000', '131027.590000', '131027.592000', '131027.595000', '131027.598000', '131027.600000', '131027.603000', '131027.606000', '131027.608000', '131027.611000', '131027.614000', '131027.616000', '131027.619000', '131027.621000', '131027.624000', '131027.627000', '131027.629000', '131027.632000', '131027.635000', '131047.523000', '131047.526000', '131047.529000', '131047.532000', '131047.534000', '131047.537000', '131047.540000', '131047.542000', '131047.545000', '131047.547000', '131047.550000', '131047.553000', '131047.555000', '131047.558000', '131047.561000', '131047.563000', '131047.566000', '131047.569000', '131047.571000', '131047.574000', '131047.576000', '131047.579000', '131047.582000', '131047.584000', '131047.587000', '131047.590000', '131047.592000', '131047.595000', '131047.598000', '131047.600000', '131047.603000', '131047.606000', '131047.608000', '131047.611000', '131047.613000', '131047.616000', '131047.619000', '131047.622000', '131047.624000', '131047.627000', '131047.630000', '131047.632000', '131047.635000', '131047.638000', '131107.524000', '131107.527000', '131107.529000', '131107.532000', '131107.535000', '131107.537000', '131107.540000', '131107.543000', '131107.545000', '131107.548000', '131107.550000', '131107.553000', '131107.556000', '131107.570000', '131107.572000', '131107.575000', '131107.577000', '131107.580000', '131107.583000', '131107.585000', '131107.588000', '131107.591000', '131107.593000', '131107.596000', '131107.599000', '131107.601000', '131107.604000', '131107.607000', '131107.610000', '131107.612000', '131107.615000', '131107.618000', '131107.621000', '131107.624000', '131107.627000', '131107.629000', '131107.632000', '131107.635000', '131107.637000', '131107.640000', '131107.642000', '131107.645000', '131107.648000', '131127.523000', '131127.526000', '131127.529000', '131127.531000', '131127.534000', '131127.537000', '131127.539000', '131127.542000', '131127.545000', '131127.547000', '131127.550000', '131127.552000', '131127.555000', '131127.558000', '131127.560000', '131127.563000', '131127.566000', '131127.568000', '131127.571000', '131127.573000', '131127.576000', '131127.579000', '131127.581000', '131127.584000', '131127.586000', '131127.589000', '131127.592000', '131127.594000', '131127.597000', '131127.600000', '131127.602000', '131127.605000', '131127.608000', '131127.610000', '131127.613000', '131127.615000', '131127.618000', '131127.621000', '131127.624000', '131127.626000', '131127.629000', '131127.632000', '131127.635000', '131127.637000', '131147.524000', '131147.527000', '131147.529000', '131147.532000', '131147.534000', '131147.537000', '131147.540000', '131147.542000', '131147.545000', '131147.547000', '131147.550000', '131147.553000', '131147.555000', '131147.558000', '131147.561000', '131147.563000', '131147.566000', '131147.568000', '131147.571000', '131147.574000', '131147.576000', '131147.579000', '131147.581000', '131147.584000', '131147.587000', '131147.589000', '131147.592000', '131147.594000', '131147.597000', '131147.600000', '131147.602000', '131147.605000', '131147.607000', '131147.610000', '131147.613000', '131147.615000', '131147.618000', '131147.620000', '131147.623000', '131147.626000', '131147.628000', '131147.631000', '131147.633000', '131207.524000', '131207.528000', '131207.530000', '131207.533000', '131207.535000', '131207.538000', '131207.541000', '131207.543000', '131207.546000', '131207.549000', '131207.551000', '131207.554000', '131207.557000', '131207.559000', '131207.562000', '131207.565000', '131207.567000', '131207.570000', '131207.573000', '131207.575000', '131207.578000', '131207.580000', '131207.583000', '131207.586000', '131207.588000', '131207.591000', '131207.593000', '131207.596000', '131207.599000', '131207.601000', '131207.604000', '131207.607000', '131207.609000', '131207.612000', '131207.614000', '131207.617000', '131207.619000', '131207.622000', '131207.625000', '131207.627000', '131207.630000', '131207.633000', '131207.635000', '131207.638000', '131227.524000', '131227.527000', '131227.530000', '131227.533000', '131227.536000', '131227.538000', '131227.541000', '131227.544000', '131227.547000', '131227.549000', '131227.552000', '131227.555000', '131227.557000', '131227.560000', '131227.563000', '131227.565000', '131227.568000', '131227.570000', '131227.573000', '131227.576000', '131227.578000', '131227.581000', '131227.584000', '131227.586000', '131227.589000', '131227.592000', '131227.594000', '131227.597000', '131227.600000', '131227.602000', '131227.605000', '131227.608000', '131227.610000', '131227.613000', '131227.615000', '131227.618000', '131227.621000', '131227.623000', '131227.626000', '131227.629000', '131227.631000', '131227.634000', '131227.637000', '131247.525000', '131247.527000', '131247.530000', '131247.533000', '131247.536000', '131247.539000', '131247.542000', '131247.544000', '131247.547000', '131247.550000', '131247.552000', '131247.555000', '131247.557000', '131247.560000', '131247.563000', '131247.565000', '131247.568000', '131247.571000', '131247.573000', '131247.576000', '131247.578000', '131247.581000', '131247.584000', '131247.587000', '131247.589000', '131247.592000', '131247.595000', '131247.597000', '131247.600000', '131247.603000', '131247.606000', '131247.608000', '131247.611000', '131247.614000', '131247.616000', '131247.619000', '131247.622000', '131247.624000', '131247.627000', '131247.630000', '131247.632000', '131247.635000', '131247.638000', '131247.640000', '131307.523000', '131307.526000', '131307.529000', '131307.532000', '131307.534000', '131307.537000', '131307.540000', '131307.542000', '131307.545000', '131307.548000', '131307.550000', '131307.553000', '131307.555000', '131307.558000', '131307.561000', '131307.563000', '131307.566000', '131307.568000', '131307.571000', '131307.574000', '131307.576000', '131307.579000', '131307.581000', '131307.584000', '131307.587000', '131307.590000', '131307.592000', '131307.595000', '131307.598000', '131307.601000', '131307.603000', '131307.606000', '131307.608000', '131307.611000', '131307.614000', '131307.616000', '131307.619000', '131307.622000', '131307.624000', '131307.627000', '131307.629000', '131307.632000', '131307.635000', '131327.523000', '131327.526000', '131327.529000', '131327.532000', '131327.534000', '131327.537000', '131327.539000', '131327.546000', '131327.549000', '131327.551000', '131327.554000', '131327.557000', '131327.560000', '131327.562000', '131327.565000', '131327.567000', '131327.570000', '131327.573000', '131327.575000', '131327.578000', '131327.580000', '131327.583000', '131327.586000', '131327.588000', '131327.591000', '131327.594000', '131327.596000', '131327.599000', '131327.602000', '131327.604000', '131327.607000', '131327.609000', '131327.612000', '131327.614000', '131327.617000', '131327.620000', '131327.622000', '131327.625000', '131327.628000', '131327.630000', '131327.633000', '131327.635000', '131327.638000', '131327.647000', '131347.523000', '131347.526000', '131347.531000', '131347.534000', '131347.536000', '131347.539000', '131347.542000', '131347.544000', '131347.547000', '131347.550000', '131347.552000', '131347.555000', '131347.557000', '131347.560000', '131347.563000', '131347.565000', '131347.568000', '131347.571000', '131347.573000', '131347.576000', '131347.578000', '131347.581000', '131347.584000', '131347.586000', '131347.589000', '131347.591000', '131347.594000', '131347.597000', '131347.599000', '131347.602000', '131347.605000', '131347.607000', '131347.610000', '131347.612000', '131347.615000', '131347.618000', '131347.620000', '131347.623000', '131347.626000', '131347.628000', '131347.631000', '131347.633000', '131347.636000', '131407.523000', '131407.527000', '131407.530000', '131407.533000', '131407.536000', '131407.547000', '131407.550000', '131407.553000', '131407.555000', '131407.558000', '131407.560000', '131407.563000', '131407.566000', '131407.568000', '131407.571000', '131407.575000', '131407.578000', '131407.580000', '131407.583000', '131407.586000', '131407.588000', '131407.591000', '131407.594000', '131407.596000', '131407.599000', '131407.601000', '131407.604000', '131407.612000', '131407.615000', '131407.618000', '131407.620000', '131407.623000', '131407.625000', '131407.628000', '131407.631000', '131407.634000', '131407.636000', '131407.639000', '131407.641000', '131407.644000', '131407.647000', '131407.649000', '131407.652000', '131427.525000', '131427.528000', '131427.530000', '131427.533000', '131427.535000', '131427.538000', '131427.541000', '131427.543000', '131427.546000', '131427.549000', '131427.551000', '131427.554000', '131427.557000', '131427.560000', '131427.562000', '131427.565000', '131427.567000', '131427.570000', '131427.573000', '131427.575000', '131427.578000', '131427.580000', '131427.583000', '131427.586000', '131427.588000', '131427.591000', '131427.593000', '131427.596000', '131427.599000', '131427.601000', '131427.604000', '131427.607000', '131427.609000', '131427.612000', '131427.615000', '131427.617000', '131427.620000', '131427.623000', '131427.625000', '131427.628000', '131427.630000', '131427.633000', '131427.636000', '131427.638000', '131438.795000', '131438.799000', '131438.850000', '131438.853000', '131438.856000', '131438.858000', '131438.861000', '131438.864000', '131438.867000', '131438.870000', '131438.873000', '131438.876000', '131438.879000', '131438.882000', '131438.885000', '131438.887000', '131438.890000', '131438.893000', '131438.896000', '131438.899000', '131438.902000', '131438.905000', '131438.908000', '131438.910000', '131438.913000'], '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': [13760, 7245, 11568, 7182, 10155, 7722, 10546, 7558, 9070, 7025, 8767, 7232, 8685, 9328, 7185, 9338, 6803, 8968, 7365, 10986, 8613, 8915, 7468, 7114, 7364, 7237, 8247, 7374, 11603, 6796, 10505, 6793, 10247, 8483, 12251, 9520, 9585, 7494, 7505, 7641, 11520, 12021, 7538, 11008, 6877, 6692, 7775, 7260, 8143, 7362, 11776, 9872, 12658, 8792, 11173, 10745, 11862, 12613, 7624, 9436, 7647, 13034, 9597, 17672, 12043, 11822, 7515, 7295, 8272, 6988, 10602, 8970, 7826, 7884, 7115, 11538, 8866, 7834, 12709, 8518, 6961, 8681, 7412, 12213, 9142, 16886, 12207, 7911, 9489, 6901, 10769, 8824, 9270, 9019, 7398, 8893, 7180, 9805, 9472, 6920, 8556, 6902, 10317, 8887, 9522, 9515, 8230, 13881, 7849, 8225, 8095, 7404, 13794, 11576, 7624, 11477, 8166, 11677, 9395, 10660, 10498, 7897, 12603, 8131, 10293, 8040, 9414, 9934, 8174, 12901, 7192, 10661, 7558, 8502, 8854, 7547, 11711, 7144, 6850, 7853, 8807, 9618, 7428, 12953, 7325, 12055, 7525, 11599, 7794, 11204, 9973, 7345, 8405, 6921, 8876, 7155, 11525, 8742, 10265, 7401, 9836, 7937, 10492, 8844, 8464, 9152, 6982, 9980, 6807, 9920, 9618, 9155, 9077, 7544, 9347, 7239, 11668, 9175, 16711, 9175, 12010, 8430, 11360, 9679, 11925, 10112, 7590, 9460, 7293, 9955, 7387, 9745, 7442, 11230, 7272, 10302, 7171, 10221, 7101, 10085, 9386, 11092, 7922, 10545, 7700, 11207, 8879, 10036, 9616, 6879, 8841, 6922, 8104, 7597, 8718, 7410, 9051, 7034, 9491, 6711, 9022, 6858, 10169, 7051, 9989, 7366, 10389, 8756, 8269, 9630, 7115, 8904, 6819, 8799, 7960, 12892, 8945, 17403, 12398, 16469, 7792, 13655, 7509, 12516, 9938, 12167, 11047, 7257, 8712, 6813, 8869, 6871, 8914, 7063, 11632, 7697, 11724, 7329, 11002, 8083, 10564, 8160, 14283, 11158, 7926, 7304, 6972, 10296, 7950, 12961, 8002, 11438, 6832, 8015, 6721, 8591, 7126, 9190, 6967, 9033, 6842, 8925, 7554, 9783, 8364, 8404, 7937, 10359, 7751, 12700, 9535, 10689, 7640, 7211, 7624, 8997, 7614, 10675, 8811, 7294, 8496, 7254, 8389, 7297, 8930, 7208, 12564, 6820, 11415, 8746, 10583, 9127, 13644, 7762, 9301, 7514, 11984, 7214, 10756, 10283, 13587, 9405, 11390, 7157, 11750, 7042, 10759, 9322, 10563, 8443, 7993, 7226, 7172, 7796, 7203, 9051, 6976, 12368, 6899, 10817, 7265, 10714, 8923, 10864, 9577, 12887, 7325, 11413, 6881, 10643, 8782, 10081, 7531, 6925, 8629, 7001, 8574, 7284, 12303, 8075, 12934, 6968, 11942, 7287, 11000, 9448, 7865, 9546, 6863, 8793, 6941, 9461, 6967, 10064, 8840, 7543, 10874, 6751, 8818, 7154, 8560, 7499, 11649, 9465, 10857, 11226, 6931, 10334, 6939, 8399, 7026, 8083, 7821, 8344, 7501, 9091, 6783, 9145, 7165, 9194, 7177, 8642, 7318, 7340, 7565, 8913, 7662, 15701, 9989, 16889, 13736, 19183, 11310, 14169, 7951, 14011, 11579, 8481, 8558, 8682, 7722, 12176, 8601, 13244, 10077, 8816, 13697, 8585, 12807, 6977, 8960, 9234, 18190, 13995, 15259, 10996, 13763, 8253, 14885, 7715, 12306, 10932, 12779, 7228, 9437, 7180, 9188, 7206, 8367, 8360, 6962, 8523, 7045, 9376, 6939, 8828, 7057, 9656, 6723, 9349, 6729, 9329, 6998, 9456, 8032, 11921, 7206, 10468, 7394, 11112, 9061, 11529, 10455, 13900, 7999, 7284, 8012, 8339, 7319, 11263, 8615, 8694, 9572, 7152, 9366, 6927, 8494, 7224, 7361, 8000, 7923, 7196, 8102, 7522, 7819, 12933, 8501, 11944, 9963, 12162, 6970, 9602, 7129, 9135, 7067, 8976, 9009, 6963, 8516, 7131, 9010, 7676, 9324, 7769, 14454, 6866, 11734, 6825, 10634, 8583, 10696, 9099, 14198, 7564, 12234, 7284, 11155, 8907, 13402, 10213, 11167, 8402, 7307, 8571, 6948, 8672, 6935, 12224, 9694, 6668, 8277, 6925, 9334, 7475, 9692, 7463, 12595, 8987, 14943, 7626, 9436, 7277, 7293, 8069, 7436, 12088, 8039, 10843, 7364, 10332, 7318, 9331, 8525, 7342, 8618, 7208, 8500, 8279, 7912, 9239, 9443, 7143, 9045, 7159, 8781, 7041, 8555, 7792, 11237, 7075, 10999, 6988, 13491, 8879, 8614, 8027, 7253, 10966, 9789, 18038, 10701, 15054, 7370, 14024, 8077, 11696, 8803, 16036, 7191, 7085, 7810, 7331, 7632, 7379, 8808, 6940, 11693, 6932, 10352, 8098, 10090, 9096, 8526, 9308, 6943, 10065, 7568, 8301, 8335, 9654, 7590, 11907, 6681, 10308, 7005, 10794, 8188, 10624, 9850, 8020, 8771, 7175, 8449, 7966, 7988, 7656, 11469, 6866, 9439, 6767, 9285, 6990, 10118, 7996, 12818, 6868, 10990, 7305, 10833, 9454, 13022, 8549, 11301, 7252, 11559, 7117, 11090, 9771, 12275, 7845, 11961, 7017, 11563, 7406, 10525, 9252, 11103, 6894, 10995, 6895, 10658, 8050, 10528, 8002, 6790, 8096, 6921, 8129, 7028, 10219, 7257, 11207, 7142, 11103, 9872, 12096, 9901, 8303, 7959, 11290, 7980, 16309, 9928, 12708, 10209, 7853, 8948, 7139, 9214, 6972, 11872, 8321, 12430, 7822, 10075, 7504, 9207, 10487, 7179, 13248, 6947, 12603, 7779, 11711, 10112, 11174, 9977, 7658, 8394, 6742, 9712, 7109, 10872, 8798, 13540, 6869, 11144, 7431, 10207, 8024, 12812, 8366, 7148, 8267, 7311, 8409, 7443, 11503, 7834, 11831, 7505, 11359, 9219, 12354, 9021, 8635, 8223, 7136, 8741, 7406, 12154, 9758, 16883, 7546, 13607, 7418, 13295, 8952, 12837, 11210, 11216, 8474, 7098, 8528, 7339, 8467, 7263, 11067, 7846, 11520, 7518, 11155, 8015, 11380, 10090, 15746, 11318, 15998, 12399, 6777, 7329, 7478, 14628, 8592, 14953, 9539, 11705, 7575, 11453, 7255, 10757, 9882, 7050, 8340, 6697, 9366, 6986, 9777, 9068, 8961, 8469, 6869, 8287, 9078, 7631, 15784, 9883, 14027, 9315, 7021, 7724, 7561, 7827, 8813, 8111, 7317, 8782, 6700, 8984, 6725, 9214, 7517, 12942, 8125, 10013, 7415, 9619, 7752, 12051, 9825, 10537, 9502, 6999, 8993, 6917, 9328, 6895, 10306, 8589, 12294, 8183, 10701, 7391, 11380, 7947, 11301, 10275, 7794, 9341, 7035, 10220, 7027, 10077, 7501, 10054, 8315, 11880, 7104, 11059, 7481, 10903, 8156, 10449, 8305, 9656, 7568, 8981, 7402, 11774, 9170, 11786, 10100], 'WindowCenter': [4306.0, 4217.0, 4238.0, 4172.0, 4209.0, 4177.0, 4196.0, 4162.0, 4172.0, 4151.0, 4159.0, 4151.0, 4171.0, 4179.0, 4140.0, 4170.0, 4139.0, 4168.0, 4160.0, 4190.0, 4172.0, 4170.0, 4149.0, 4150.0, 4150.0, 4150.0, 4170.0, 4162.0, 4201.0, 4140.0, 4189.0, 4141.0, 4205.0, 4184.0, 4213.0, 4181.0, 4178.0, 4148.0, 4137.0, 4149.0, 4203.0, 4200.0, 4147.0, 4189.0, 4150.0, 4155.0, 4162.0, 4152.0, 4174.0, 4163.0, 4215.0, 4194.0, 4213.0, 4186.0, 4202.0, 4191.0, 4201.0, 4200.0, 4147.0, 4166.0, 4147.0, 4211.0, 4181.0, 4230.0, 4200.0, 4187.0, 4135.0, 4135.0, 4157.0, 4148.0, 4189.0, 4170.0, 4162.0, 4174.0, 4165.0, 4216.0, 4184.0, 4162.0, 4212.0, 4171.0, 4151.0, 4173.0, 4164.0, 4214.0, 4183.0, 4246.0, 4202.0, 4159.0, 4168.0, 4139.0, 4189.0, 4171.0, 4181.0, 4170.0, 4149.0, 4169.0, 4152.0, 4180.0, 4181.0, 4150.0, 4170.0, 4150.0, 4180.0, 4172.0, 4180.0, 4184.0, 4163.0, 4213.0, 4176.0, 4177.0, 4148.0, 4136.0, 4198.0, 4190.0, 4136.0, 4189.0, 4149.0, 4178.0, 4159.0, 4179.0, 4179.0, 4136.0, 4188.0, 4149.0, 4167.0, 4147.0, 4156.0, 4166.0, 4145.0, 4186.0, 4123.0, 4175.0, 4146.0, 4188.0, 4183.0, 4160.0, 4200.0, 4148.0, 4137.0, 4158.0, 4167.0, 4167.0, 4136.0, 4199.0, 4149.0, 4187.0, 4147.0, 4186.0, 4148.0, 4187.0, 4177.0, 4136.0, 4157.0, 4135.0, 4167.0, 4136.0, 4189.0, 4170.0, 4178.0, 4149.0, 4178.0, 4159.0, 4189.0, 4182.0, 4159.0, 4168.0, 4148.0, 4179.0, 4139.0, 4179.0, 4182.0, 4198.0, 4184.0, 4148.0, 4168.0, 4137.0, 4190.0, 4181.0, 4233.0, 4170.0, 4200.0, 4159.0, 4189.0, 4167.0, 4189.0, 4178.0, 4147.0, 4167.0, 4136.0, 4165.0, 4134.0, 4163.0, 4134.0, 4203.0, 4175.0, 4190.0, 4148.0, 4177.0, 4137.0, 4176.0, 4180.0, 4188.0, 4157.0, 4188.0, 4149.0, 4189.0, 4168.0, 4178.0, 4178.0, 4138.0, 4166.0, 4136.0, 4158.0, 4146.0, 4157.0, 4147.0, 4167.0, 4135.0, 4177.0, 4137.0, 4168.0, 4137.0, 4178.0, 4151.0, 4178.0, 4150.0, 4207.0, 4186.0, 4159.0, 4179.0, 4149.0, 4185.0, 4167.0, 4184.0, 4174.0, 4214.0, 4183.0, 4242.0, 4212.0, 4228.0, 4148.0, 4208.0, 4138.0, 4188.0, 4169.0, 4187.0, 4177.0, 4136.0, 4156.0, 4126.0, 4155.0, 4124.0, 4156.0, 4137.0, 4188.0, 4146.0, 4188.0, 4136.0, 4175.0, 4173.0, 4190.0, 4158.0, 4207.0, 4187.0, 4157.0, 4158.0, 4149.0, 4189.0, 4158.0, 4198.0, 4146.0, 4186.0, 4124.0, 4143.0, 4124.0, 4155.0, 4136.0, 4180.0, 4147.0, 4164.0, 4125.0, 4165.0, 4147.0, 4178.0, 4156.0, 4155.0, 4157.0, 4175.0, 4145.0, 4198.0, 4168.0, 4179.0, 4145.0, 4134.0, 4146.0, 4155.0, 4147.0, 4178.0, 4171.0, 4145.0, 4157.0, 4146.0, 4158.0, 4148.0, 4169.0, 4147.0, 4198.0, 4152.0, 4203.0, 4157.0, 4176.0, 4167.0, 4197.0, 4148.0, 4180.0, 4136.0, 4187.0, 4136.0, 4175.0, 4179.0, 4197.0, 4166.0, 4185.0, 4134.0, 4184.0, 4135.0, 4176.0, 4167.0, 4177.0, 4146.0, 4146.0, 4137.0, 4136.0, 4146.0, 4146.0, 4157.0, 4136.0, 4198.0, 4137.0, 4176.0, 4135.0, 4189.0, 4170.0, 4177.0, 4167.0, 4195.0, 4145.0, 4173.0, 4134.0, 4174.0, 4156.0, 4177.0, 4147.0, 4134.0, 4156.0, 4134.0, 4156.0, 4146.0, 4198.0, 4156.0, 4197.0, 4134.0, 4184.0, 4145.0, 4186.0, 4191.0, 4159.0, 4179.0, 4136.0, 4183.0, 4151.0, 4180.0, 4150.0, 4189.0, 4167.0, 4148.0, 4189.0, 4125.0, 4152.0, 4137.0, 4156.0, 4147.0, 4192.0, 4171.0, 4179.0, 4177.0, 4137.0, 4165.0, 4124.0, 4142.0, 4122.0, 4135.0, 4136.0, 4143.0, 4121.0, 4141.0, 4125.0, 4155.0, 4137.0, 4166.0, 4139.0, 4157.0, 4150.0, 4150.0, 4162.0, 4186.0, 4178.0, 4235.0, 4195.0, 4245.0, 4225.0, 4272.0, 4232.0, 4236.0, 4162.0, 4208.0, 4202.0, 4157.0, 4157.0, 4156.0, 4148.0, 4186.0, 4158.0, 4198.0, 4180.0, 4171.0, 4208.0, 4167.0, 4199.0, 4150.0, 4167.0, 4181.0, 4244.0, 4211.0, 4219.0, 4177.0, 4194.0, 4143.0, 4205.0, 4133.0, 4184.0, 4192.0, 4194.0, 4136.0, 4154.0, 4136.0, 4153.0, 4134.0, 4143.0, 4143.0, 4133.0, 4152.0, 4135.0, 4165.0, 4135.0, 4155.0, 4137.0, 4164.0, 4136.0, 4166.0, 4125.0, 4166.0, 4136.0, 4166.0, 4148.0, 4186.0, 4148.0, 4178.0, 4147.0, 4186.0, 4168.0, 4188.0, 4192.0, 4208.0, 4147.0, 4146.0, 4157.0, 4158.0, 4147.0, 4188.0, 4157.0, 4156.0, 4166.0, 4136.0, 4165.0, 4134.0, 4157.0, 4146.0, 4136.0, 4147.0, 4146.0, 4134.0, 4146.0, 4134.0, 4147.0, 4196.0, 4154.0, 4185.0, 4164.0, 4183.0, 4133.0, 4163.0, 4134.0, 4164.0, 4135.0, 4165.0, 4167.0, 4135.0, 4166.0, 4136.0, 4168.0, 4147.0, 4166.0, 4146.0, 4208.0, 4135.0, 4188.0, 4136.0, 4175.0, 4156.0, 4175.0, 4167.0, 4206.0, 4146.0, 4187.0, 4134.0, 4175.0, 4168.0, 4224.0, 4180.0, 4189.0, 4158.0, 4147.0, 4168.0, 4164.0, 4170.0, 4137.0, 4200.0, 4165.0, 4123.0, 4155.0, 4136.0, 4168.0, 4147.0, 4167.0, 4137.0, 4200.0, 4159.0, 4207.0, 4148.0, 4168.0, 4136.0, 4137.0, 4149.0, 4135.0, 4200.0, 4149.0, 4179.0, 4145.0, 4176.0, 4136.0, 4184.0, 4197.0, 4165.0, 4171.0, 4147.0, 4157.0, 4146.0, 4146.0, 4167.0, 4180.0, 4134.0, 4155.0, 4136.0, 4156.0, 4135.0, 4157.0, 4148.0, 4190.0, 4136.0, 4189.0, 4150.0, 4211.0, 4181.0, 4168.0, 4156.0, 4150.0, 4189.0, 4179.0, 4231.0, 4178.0, 4207.0, 4135.0, 4195.0, 4144.0, 4186.0, 4156.0, 4217.0, 4135.0, 4134.0, 4146.0, 4145.0, 4146.0, 4147.0, 4170.0, 4151.0, 4216.0, 4152.0, 4180.0, 4173.0, 4194.0, 4169.0, 4146.0, 4156.0, 4127.0, 4168.0, 4136.0, 4145.0, 4143.0, 4157.0, 4136.0, 4188.0, 4128.0, 4165.0, 4126.0, 4176.0, 4147.0, 4177.0, 4168.0, 4146.0, 4157.0, 4165.0, 4173.0, 4145.0, 4144.0, 4145.0, 4188.0, 4123.0, 4154.0, 4122.0, 4154.0, 4123.0, 4164.0, 4147.0, 4197.0, 4127.0, 4177.0, 4146.0, 4176.0, 4165.0, 4196.0, 4145.0, 4174.0, 4133.0, 4173.0, 4135.0, 4174.0, 4167.0, 4185.0, 4144.0, 4183.0, 4133.0, 4173.0, 4135.0, 4164.0, 4154.0, 4174.0, 4134.0, 4173.0, 4123.0, 4174.0, 4145.0, 4190.0, 4147.0, 4136.0, 4156.0, 4136.0, 4157.0, 4148.0, 4190.0, 4177.0, 4204.0, 4153.0, 4190.0, 4179.0, 4188.0, 4180.0, 4159.0, 4160.0, 4189.0, 4146.0, 4219.0, 4180.0, 4188.0, 4167.0, 4146.0, 4153.0, 4134.0, 4153.0, 4137.0, 4189.0, 4158.0, 4187.0, 4146.0, 4167.0, 4135.0, 4168.0, 4179.0, 4137.0, 4199.0, 4138.0, 4199.0, 4136.0, 4186.0, 4167.0, 4178.0, 4167.0, 4149.0, 4155.0, 4123.0, 4151.0, 4122.0, 4175.0, 4154.0, 4195.0, 4123.0, 4173.0, 4133.0, 4163.0, 4144.0, 4196.0, 4143.0, 4133.0, 4142.0, 4132.0, 4153.0, 4145.0, 4201.0, 4148.0, 4186.0, 4137.0, 4187.0, 4169.0, 4214.0, 4170.0, 4142.0, 4143.0, 4126.0, 4159.0, 4136.0, 4189.0, 4170.0, 4218.0, 4148.0, 4197.0, 4136.0, 4195.0, 4156.0, 4186.0, 4177.0, 4176.0, 4144.0, 4124.0, 4155.0, 4137.0, 4157.0, 4137.0, 4176.0, 4147.0, 4187.0, 4137.0, 4176.0, 4144.0, 4189.0, 4196.0, 4232.0, 4189.0, 4233.0, 4199.0, 4137.0, 4147.0, 4148.0, 4218.0, 4157.0, 4206.0, 4166.0, 4187.0, 4147.0, 4186.0, 4137.0, 4190.0, 4179.0, 4136.0, 4144.0, 4124.0, 4166.0, 4138.0, 4177.0, 4169.0, 4170.0, 4159.0, 4137.0, 4157.0, 4156.0, 4147.0, 4218.0, 4178.0, 4207.0, 4154.0, 4134.0, 4144.0, 4133.0, 4145.0, 4156.0, 4146.0, 4135.0, 4156.0, 4136.0, 4166.0, 4137.0, 4167.0, 4147.0, 4210.0, 4158.0, 4178.0, 4145.0, 4166.0, 4148.0, 4198.0, 4177.0, 4176.0, 4166.0, 4136.0, 4156.0, 4136.0, 4166.0, 4137.0, 4178.0, 4158.0, 4187.0, 4157.0, 4177.0, 4136.0, 4177.0, 4146.0, 4176.0, 4179.0, 4150.0, 4158.0, 4125.0, 4176.0, 4137.0, 4165.0, 4135.0, 4163.0, 4145.0, 4184.0, 4134.0, 4174.0, 4135.0, 4187.0, 4156.0, 4174.0, 4157.0, 4166.0, 4145.0, 4165.0, 4150.0, 4197.0, 4167.0, 4186.0, 4176.0], 'WindowWidth': [9541.0, 9398.0, 9405.0, 9306.0, 9346.0, 9300.0, 9318.0, 9268.0, 9278.0, 9248.0, 9257.0, 9247.0, 9275.0, 9283.0, 9231.0, 9270.0, 9229.0, 9265.0, 9259.0, 9299.0, 9276.0, 9273.0, 9241.0, 9243.0, 9242.0, 9245.0, 9272.0, 9264.0, 9315.0, 9232.0, 9295.0, 9234.0, 9327.0, 9296.0, 9334.0, 9288.0, 9276.0, 9236.0, 9220.0, 9241.0, 9317.0, 9310.0, 9237.0, 9293.0, 9247.0, 9259.0, 9261.0, 9246.0, 9279.0, 9265.0, 9337.0, 9306.0, 9330.0, 9302.0, 9316.0, 9298.0, 9309.0, 9310.0, 9234.0, 9257.0, 9232.0, 9327.0, 9286.0, 9353.0, 9311.0, 9287.0, 9216.0, 9216.0, 9247.0, 9240.0, 9293.0, 9270.0, 9263.0, 9283.0, 9271.0, 9342.0, 9294.0, 9263.0, 9328.0, 9271.0, 9246.0, 9276.0, 9268.0, 9334.0, 9291.0, 9378.0, 9314.0, 9251.0, 9262.0, 9227.0, 9291.0, 9270.0, 9286.0, 9269.0, 9236.0, 9265.0, 9249.0, 9282.0, 9283.0, 9242.0, 9270.0, 9242.0, 9281.0, 9272.0, 9282.0, 9291.0, 9261.0, 9329.0, 9285.0, 9288.0, 9235.0, 9211.0, 9301.0, 9291.0, 9214.0, 9287.0, 9236.0, 9272.0, 9250.0, 9275.0, 9275.0, 9214.0, 9284.0, 9238.0, 9257.0, 9231.0, 9243.0, 9255.0, 9224.0, 9280.0, 9195.0, 9265.0, 9230.0, 9309.0, 9294.0, 9258.0, 9309.0, 9240.0, 9225.0, 9253.0, 9262.0, 9261.0, 9217.0, 9306.0, 9237.0, 9288.0, 9232.0, 9283.0, 9236.0, 9288.0, 9274.0, 9218.0, 9246.0, 9215.0, 9259.0, 9220.0, 9293.0, 9268.0, 9279.0, 9239.0, 9277.0, 9252.0, 9294.0, 9289.0, 9254.0, 9263.0, 9239.0, 9281.0, 9228.0, 9281.0, 9288.0, 9322.0, 9297.0, 9236.0, 9262.0, 9217.0, 9294.0, 9286.0, 9359.0, 9267.0, 9305.0, 9250.0, 9290.0, 9257.0, 9291.0, 9276.0, 9232.0, 9258.0, 9215.0, 9254.0, 9212.0, 9250.0, 9213.0, 9321.0, 9290.0, 9298.0, 9239.0, 9274.0, 9223.0, 9275.0, 9283.0, 9292.0, 9248.0, 9292.0, 9240.0, 9295.0, 9265.0, 9280.0, 9278.0, 9224.0, 9260.0, 9220.0, 9250.0, 9233.0, 9248.0, 9234.0, 9261.0, 9218.0, 9275.0, 9223.0, 9263.0, 9222.0, 9279.0, 9244.0, 9277.0, 9244.0, 9332.0, 9304.0, 9252.0, 9277.0, 9238.0, 9299.0, 9280.0, 9295.0, 9283.0, 9334.0, 9291.0, 9371.0, 9329.0, 9346.0, 9237.0, 9315.0, 9221.0, 9288.0, 9263.0, 9286.0, 9273.0, 9215.0, 9242.0, 9205.0, 9240.0, 9200.0, 9242.0, 9218.0, 9288.0, 9230.0, 9287.0, 9217.0, 9267.0, 9280.0, 9295.0, 9255.0, 9319.0, 9289.0, 9252.0, 9254.0, 9245.0, 9294.0, 9250.0, 9304.0, 9232.0, 9283.0, 9202.0, 9223.0, 9201.0, 9244.0, 9220.0, 9285.0, 9239.0, 9255.0, 9203.0, 9256.0, 9236.0, 9278.0, 9247.0, 9244.0, 9246.0, 9270.0, 9230.0, 9306.0, 9262.0, 9279.0, 9229.0, 9214.0, 9231.0, 9242.0, 9234.0, 9276.0, 9273.0, 9231.0, 9246.0, 9233.0, 9251.0, 9240.0, 9267.0, 9237.0, 9305.0, 9252.0, 9318.0, 9249.0, 9269.0, 9259.0, 9300.0, 9235.0, 9284.0, 9219.0, 9287.0, 9216.0, 9269.0, 9276.0, 9302.0, 9256.0, 9282.0, 9214.0, 9280.0, 9214.0, 9271.0, 9259.0, 9272.0, 9230.0, 9229.0, 9219.0, 9217.0, 9230.0, 9232.0, 9247.0, 9218.0, 9302.0, 9223.0, 9272.0, 9216.0, 9294.0, 9272.0, 9273.0, 9262.0, 9295.0, 9230.0, 9263.0, 9214.0, 9266.0, 9245.0, 9275.0, 9233.0, 9213.0, 9245.0, 9215.0, 9246.0, 9232.0, 9304.0, 9246.0, 9301.0, 9214.0, 9282.0, 9232.0, 9285.0, 9302.0, 9256.0, 9282.0, 9221.0, 9293.0, 9247.0, 9284.0, 9247.0, 9295.0, 9264.0, 9238.0, 9293.0, 9199.0, 9232.0, 9216.0, 9245.0, 9233.0, 9299.0, 9269.0, 9277.0, 9273.0, 9220.0, 9253.0, 9197.0, 9219.0, 9191.0, 9211.0, 9218.0, 9222.0, 9191.0, 9217.0, 9199.0, 9238.0, 9219.0, 9256.0, 9225.0, 9248.0, 9241.0, 9242.0, 9259.0, 9300.0, 9294.0, 9364.0, 9309.0, 9380.0, 9350.0, 9429.0, 9375.0, 9371.0, 9262.0, 9316.0, 9316.0, 9246.0, 9244.0, 9242.0, 9236.0, 9285.0, 9246.0, 9304.0, 9283.0, 9272.0, 9320.0, 9263.0, 9307.0, 9245.0, 9264.0, 9284.0, 9378.0, 9327.0, 9332.0, 9273.0, 9292.0, 9220.0, 9308.0, 9209.0, 9278.0, 9301.0, 9293.0, 9216.0, 9238.0, 9216.0, 9237.0, 9212.0, 9222.0, 9223.0, 9212.0, 9236.0, 9218.0, 9258.0, 9217.0, 9244.0, 9220.0, 9255.0, 9221.0, 9256.0, 9204.0, 9256.0, 9220.0, 9257.0, 9238.0, 9286.0, 9235.0, 9277.0, 9234.0, 9285.0, 9265.0, 9292.0, 9299.0, 9317.0, 9235.0, 9234.0, 9248.0, 9248.0, 9234.0, 9292.0, 9248.0, 9244.0, 9257.0, 9220.0, 9256.0, 9213.0, 9246.0, 9233.0, 9218.0, 9235.0, 9232.0, 9214.0, 9230.0, 9213.0, 9235.0, 9300.0, 9241.0, 9281.0, 9254.0, 9276.0, 9211.0, 9251.0, 9214.0, 9252.0, 9218.0, 9257.0, 9262.0, 9217.0, 9260.0, 9221.0, 9264.0, 9236.0, 9260.0, 9234.0, 9319.0, 9218.0, 9288.0, 9218.0, 9269.0, 9246.0, 9270.0, 9262.0, 9314.0, 9233.0, 9286.0, 9215.0, 9268.0, 9265.0, 9350.0, 9285.0, 9295.0, 9252.0, 9236.0, 9264.0, 9272.0, 9271.0, 9224.0, 9311.0, 9254.0, 9193.0, 9242.0, 9220.0, 9262.0, 9235.0, 9260.0, 9222.0, 9306.0, 9250.0, 9315.0, 9235.0, 9262.0, 9218.0, 9218.0, 9238.0, 9215.0, 9307.0, 9237.0, 9278.0, 9230.0, 9270.0, 9219.0, 9294.0, 9323.0, 9274.0, 9274.0, 9237.0, 9247.0, 9230.0, 9231.0, 9259.0, 9282.0, 9213.0, 9242.0, 9218.0, 9242.0, 9216.0, 9248.0, 9236.0, 9296.0, 9218.0, 9293.0, 9245.0, 9329.0, 9290.0, 9265.0, 9247.0, 9243.0, 9294.0, 9277.0, 9354.0, 9274.0, 9313.0, 9215.0, 9293.0, 9227.0, 9284.0, 9245.0, 9328.0, 9214.0, 9215.0, 9231.0, 9231.0, 9233.0, 9235.0, 9270.0, 9244.0, 9342.0, 9250.0, 9280.0, 9278.0, 9307.0, 9264.0, 9227.0, 9240.0, 9204.0, 9261.0, 9214.0, 9226.0, 9222.0, 9244.0, 9214.0, 9286.0, 9206.0, 9253.0, 9203.0, 9268.0, 9233.0, 9270.0, 9261.0, 9229.0, 9245.0, 9276.0, 9281.0, 9229.0, 9226.0, 9228.0, 9291.0, 9198.0, 9237.0, 9194.0, 9236.0, 9197.0, 9253.0, 9235.0, 9301.0, 9208.0, 9274.0, 9233.0, 9269.0, 9256.0, 9298.0, 9226.0, 9265.0, 9211.0, 9263.0, 9215.0, 9267.0, 9260.0, 9282.0, 9224.0, 9277.0, 9211.0, 9261.0, 9215.0, 9250.0, 9240.0, 9264.0, 9212.0, 9261.0, 9198.0, 9264.0, 9230.0, 9295.0, 9232.0, 9219.0, 9245.0, 9220.0, 9248.0, 9238.0, 9299.0, 9294.0, 9321.0, 9253.0, 9293.0, 9279.0, 9287.0, 9281.0, 9250.0, 9254.0, 9292.0, 9229.0, 9334.0, 9279.0, 9287.0, 9257.0, 9230.0, 9235.0, 9212.0, 9236.0, 9221.0, 9291.0, 9247.0, 9284.0, 9230.0, 9258.0, 9215.0, 9259.0, 9278.0, 9217.0, 9306.0, 9224.0, 9304.0, 9216.0, 9283.0, 9258.0, 9275.0, 9262.0, 9238.0, 9244.0, 9197.0, 9230.0, 9193.0, 9267.0, 9239.0, 9294.0, 9198.0, 9261.0, 9210.0, 9248.0, 9226.0, 9298.0, 9223.0, 9210.0, 9222.0, 9208.0, 9240.0, 9231.0, 9313.0, 9238.0, 9284.0, 9219.0, 9285.0, 9266.0, 9337.0, 9269.0, 9216.0, 9218.0, 9200.0, 9252.0, 9214.0, 9291.0, 9266.0, 9329.0, 9232.0, 9298.0, 9215.0, 9293.0, 9241.0, 9282.0, 9272.0, 9267.0, 9223.0, 9199.0, 9239.0, 9221.0, 9247.0, 9220.0, 9269.0, 9230.0, 9285.0, 9218.0, 9268.0, 9225.0, 9295.0, 9315.0, 9360.0, 9295.0, 9360.0, 9307.0, 9224.0, 9236.0, 9236.0, 9332.0, 9247.0, 9309.0, 9255.0, 9284.0, 9231.0, 9282.0, 9219.0, 9294.0, 9279.0, 9216.0, 9225.0, 9200.0, 9254.0, 9224.0, 9274.0, 9266.0, 9268.0, 9251.0, 9221.0, 9246.0, 9244.0, 9231.0, 9331.0, 9274.0, 9315.0, 9238.0, 9212.0, 9225.0, 9209.0, 9227.0, 9245.0, 9231.0, 9216.0, 9243.0, 9218.0, 9257.0, 9222.0, 9260.0, 9236.0, 9322.0, 9248.0, 9276.0, 9230.0, 9257.0, 9234.0, 9303.0, 9272.0, 9270.0, 9256.0, 9217.0, 9242.0, 9216.0, 9257.0, 9222.0, 9274.0, 9249.0, 9285.0, 9244.0, 9271.0, 9216.0, 9271.0, 9229.0, 9268.0, 9279.0, 9241.0, 9246.0, 9202.0, 9269.0, 9220.0, 9252.0, 9216.0, 9248.0, 9227.0, 9278.0, 9212.0, 9265.0, 9215.0, 9287.0, 9245.0, 9266.0, 9249.0, 9257.0, 9229.0, 9254.0, 9244.0, 9302.0, 9260.0, 9284.0, 9274.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.0008177764976958525</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019834187672811063</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.99283671998845</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1894808721568628</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0052298414417549</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5231</td></tr>
|
|
<tr><td colspan=3>fber</td><td>3197.7832</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11556050020696629</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>88</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.138248847926267</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3994266490023928</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2779226729628186</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.614916574019167</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.305440700025193</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00966095</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018594540655612946</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03363427147269249</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.065246239738535</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>14.6569</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.7148</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>255.6162</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293284.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1290.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>460.6914</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7427</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>546.3159</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3365.3231</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3477.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83260.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1373.5</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4467.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>855.4166</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.49852734024171</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> |