=== 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-0016 --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-0016",
"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-0016_ses-01_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0016_ses-01_task-social_acq-mb8_run-05_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0016_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-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0016/ses-01/func/sub-0016_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>0d0544461bc7fff85210ab3e2a26804b</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:54:8.415000</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_VE11C_LATEST_20160120</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.999519, 0.0284863, -0.0122203, -0.0282682, 0.999444, 0.0176618]</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.0964547</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>26</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4169, -7773, -7231, 572, -72, -140, -30, 85]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>237.131</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>6c177970-2a61-4707-8a51-92f2ccbbd267||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681637763977051, -0.07584161311388016, -0.03433496505022049, 115.04578399658203], [-0.07642670720815659, 2.681436061859131, 0.04673114791512489, -89.04467010498047], [-0.03278624266386032, -0.04738523066043854, 2.6993770599365234, -55.48084259033203], [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': ['135408.415000', '135408.875000', '135409.335000', '135409.795000', '135410.255000', '135410.715000', '135411.175000', '135411.635000', '135412.095000', '135412.555000', '135413.015000', '135413.475000', '135413.935000', '135414.395000', '135414.855000', '135415.315000', '135415.775000', '135416.235000', '135416.695000', '135417.155000', '135417.615000', '135418.075000', '135418.535000', '135418.995000', '135419.455000', '135419.915000', '135420.375000', '135420.835000', '135421.295000', '135421.755000', '135422.215000', '135422.675000', '135423.135000', '135423.595000', '135424.055000', '135424.515000', '135424.975000', '135425.435000', '135425.895000', '135426.355000', '135426.815000', '135427.275000', '135427.735000', '135428.195000', '135428.655000', '135429.115000', '135429.575000', '135430.035000', '135430.495000', '135430.955000', '135431.415000', '135431.875000', '135432.335000', '135432.795000', '135433.255000', '135433.715000', '135434.175000', '135434.635000', '135435.095000', '135435.555000', '135436.015000', '135436.475000', '135436.935000', '135437.395000', '135437.855000', '135438.315000', '135438.775000', '135439.235000', '135439.695000', '135440.155000', '135440.615000', '135441.075000', '135441.535000', '135441.995000', '135442.455000', '135442.915000', '135443.375000', '135443.835000', '135444.295000', '135444.755000', '135445.215000', '135445.675000', '135446.135000', '135446.595000', '135447.055000', '135447.515000', '135447.975000', '135448.435000', '135448.895000', '135449.355000', '135449.815000', '135450.275000', '135450.735000', '135451.195000', '135451.655000', '135452.115000', '135452.575000', '135453.035000', '135453.495000', '135453.955000', '135454.415000', '135454.875000', '135455.335000', '135455.795000', '135456.255000', '135456.715000', '135457.175000', '135457.635000', '135458.095000', '135458.555000', '135459.015000', '135459.475000', '135459.935000', '135500.395000', '135500.855000', '135501.315000', '135501.775000', '135502.235000', '135502.695000', '135503.155000', '135503.615000', '135504.075000', '135504.535000', '135504.995000', '135505.455000', '135505.915000', '135506.375000', '135506.835000', '135507.295000', '135507.755000', '135508.215000', '135508.675000', '135509.135000', '135509.595000', '135510.055000', '135510.515000', '135510.975000', '135511.435000', '135511.895000', '135512.355000', '135512.815000', '135513.275000', '135513.735000', '135514.195000', '135514.655000', '135515.115000', '135515.575000', '135516.035000', '135516.495000', '135516.955000', '135517.415000', '135517.875000', '135518.335000', '135518.795000', '135519.255000', '135519.715000', '135520.175000', '135520.635000', '135521.095000', '135521.555000', '135522.015000', '135522.475000', '135522.935000', '135523.395000', '135523.855000', '135524.315000', '135524.775000', '135525.235000', '135525.695000', '135526.155000', '135526.615000', '135527.075000', '135527.535000', '135527.995000', '135528.455000', '135528.915000', '135529.375000', '135529.835000', '135530.295000', '135530.755000', '135531.215000', '135531.675000', '135532.135000', '135532.595000', '135533.055000', '135533.515000', '135533.975000', '135534.435000', '135534.895000', '135535.355000', '135535.815000', '135536.275000', '135536.735000', '135537.195000', '135537.655000', '135538.115000', '135538.575000', '135539.035000', '135539.495000', '135539.955000', '135540.415000', '135540.875000', '135541.335000', '135541.795000', '135542.255000', '135542.715000', '135543.175000', '135543.635000', '135544.095000', '135544.555000', '135545.015000', '135545.475000', '135545.935000', '135546.395000', '135546.855000', '135547.315000', '135547.775000', '135548.235000', '135548.695000', '135549.155000', '135549.615000', '135550.075000', '135550.535000', '135550.995000', '135551.455000', '135551.915000', '135552.375000', '135552.835000', '135553.295000', '135553.755000', '135554.215000', '135554.675000', '135555.135000', '135555.595000', '135556.055000', '135556.515000', '135556.975000', '135557.435000', '135557.895000', '135558.355000', '135558.815000', '135559.275000', '135559.735000', '135600.195000', '135600.655000', '135601.115000', '135601.575000', '135602.035000', '135602.495000', '135602.955000', '135603.415000', '135603.875000', '135604.335000', '135604.795000', '135605.255000', '135605.715000', '135606.175000', '135606.635000', '135607.095000', '135607.555000', '135608.015000', '135608.475000', '135608.935000', '135609.395000', '135609.855000', '135610.315000', '135610.775000', '135611.235000', '135611.695000', '135612.155000', '135612.615000', '135613.075000', '135613.535000', '135613.995000', '135614.455000', '135614.915000', '135615.375000', '135615.835000', '135616.295000', '135616.755000', '135617.215000', '135617.675000', '135618.135000', '135618.595000', '135619.055000', '135619.515000', '135619.975000', '135620.435000', '135620.895000', '135621.355000', '135621.815000', '135622.275000', '135622.735000', '135623.195000', '135623.655000', '135624.115000', '135624.575000', '135625.035000', '135625.495000', '135625.955000', '135626.415000', '135626.875000', '135627.335000', '135627.795000', '135628.255000', '135628.715000', '135629.175000', '135629.635000', '135630.095000', '135630.555000', '135631.015000', '135631.475000', '135631.935000', '135632.395000', '135632.855000', '135633.315000', '135633.775000', '135634.235000', '135634.695000', '135635.155000', '135635.615000', '135636.075000', '135636.535000', '135636.995000', '135637.455000', '135637.915000', '135638.375000', '135638.835000', '135639.295000', '135639.755000', '135640.215000', '135640.675000', '135641.135000', '135641.595000', '135642.055000', '135642.515000', '135642.975000', '135643.435000', '135643.895000', '135644.355000', '135644.815000', '135645.275000', '135645.735000', '135646.195000', '135646.655000', '135647.115000', '135647.575000', '135648.035000', '135648.495000', '135648.955000', '135649.415000', '135649.875000', '135650.335000', '135650.795000', '135651.255000', '135651.715000', '135652.175000', '135652.635000', '135653.095000', '135653.555000', '135654.015000', '135654.475000', '135654.935000', '135655.395000', '135655.855000', '135656.315000', '135656.775000', '135657.235000', '135657.695000', '135658.155000', '135658.615000', '135659.075000', '135659.535000', '135659.995000', '135700.455000', '135700.915000', '135701.375000', '135701.835000', '135702.295000', '135702.755000', '135703.215000', '135703.675000', '135704.135000', '135704.595000', '135705.055000', '135705.515000', '135705.975000', '135706.435000', '135706.895000', '135707.355000', '135707.815000', '135708.275000', '135708.735000', '135709.195000', '135709.655000', '135710.115000', '135710.575000', '135711.035000', '135711.495000', '135711.955000', '135712.415000', '135712.875000', '135713.335000', '135713.795000', '135714.255000', '135714.715000', '135715.175000', '135715.635000', '135716.095000', '135716.555000', '135717.015000', '135717.475000', '135717.935000', '135718.395000', '135718.855000', '135719.315000', '135719.775000', '135720.235000', '135720.695000', '135721.155000', '135721.615000', '135722.075000', '135722.535000', '135722.995000', '135723.455000', '135723.915000', '135724.375000', '135724.835000', '135725.295000', '135725.755000', '135726.215000', '135726.675000', '135727.135000', '135727.595000', '135728.055000', '135728.515000', '135728.975000', '135729.435000', '135729.895000', '135730.355000', '135730.815000', '135731.275000', '135731.735000', '135732.195000', '135732.655000', '135733.115000', '135733.575000', '135734.035000', '135734.495000', '135734.955000', '135735.415000', '135735.875000', '135736.335000', '135736.795000', '135737.255000', '135737.715000', '135738.175000', '135738.635000', '135739.095000', '135739.555000', '135740.015000', '135740.475000', '135740.935000', '135741.395000', '135741.855000', '135742.315000', '135742.775000', '135743.235000', '135743.695000', '135744.155000', '135744.615000', '135745.075000', '135745.535000', '135745.995000', '135746.455000', '135746.915000', '135747.375000', '135747.835000', '135748.295000', '135748.755000', '135749.215000', '135749.675000', '135750.135000', '135750.595000', '135751.055000', '135751.515000', '135751.975000', '135752.435000', '135752.895000', '135753.355000', '135753.815000', '135754.275000', '135754.735000', '135755.195000', '135755.655000', '135756.115000', '135756.575000', '135757.035000', '135757.495000', '135757.955000', '135758.415000', '135758.875000', '135759.335000', '135759.795000', '135800.255000', '135800.715000', '135801.175000', '135801.635000', '135802.095000', '135802.555000', '135803.015000', '135803.475000', '135803.935000', '135804.395000', '135804.855000', '135805.315000', '135805.775000', '135806.235000', '135806.695000', '135807.155000', '135807.615000', '135808.075000', '135808.535000', '135808.995000', '135809.455000', '135809.915000', '135810.375000', '135810.835000', '135811.295000', '135811.755000', '135812.215000', '135812.675000', '135813.135000', '135813.595000', '135814.055000', '135814.515000', '135814.975000', '135815.435000', '135815.895000', '135816.355000', '135816.815000', '135817.275000', '135817.735000', '135818.195000', '135818.655000', '135819.115000', '135819.575000', '135820.035000', '135820.495000', '135820.955000', '135821.415000', '135821.875000', '135822.335000', '135822.795000', '135823.255000', '135823.715000', '135824.175000', '135824.635000', '135825.095000', '135825.555000', '135826.015000', '135826.475000', '135826.935000', '135827.395000', '135827.855000', '135828.315000', '135828.775000', '135829.235000', '135829.695000', '135830.155000', '135830.615000', '135831.075000', '135831.535000', '135831.995000', '135832.455000', '135832.915000', '135833.375000', '135833.835000', '135834.295000', '135834.755000', '135835.215000', '135835.675000', '135836.135000', '135836.595000', '135837.055000', '135837.515000', '135837.975000', '135838.435000', '135838.895000', '135839.355000', '135839.815000', '135840.275000', '135840.735000', '135841.195000', '135841.655000', '135842.115000', '135842.575000', '135843.035000', '135843.495000', '135843.955000', '135844.415000', '135844.875000', '135845.335000', '135845.795000', '135846.255000', '135846.715000', '135847.175000', '135847.635000', '135848.095000', '135848.555000', '135849.015000', '135849.475000', '135849.935000', '135850.395000', '135850.855000', '135851.315000', '135851.775000', '135852.235000', '135852.695000', '135853.155000', '135853.615000', '135854.075000', '135854.535000', '135854.995000', '135855.455000', '135855.915000', '135856.375000', '135856.835000', '135857.295000', '135857.755000', '135858.215000', '135858.675000', '135859.135000', '135859.595000', '135900.055000', '135900.515000', '135900.975000', '135901.435000', '135901.895000', '135902.355000', '135902.815000', '135903.275000', '135903.735000', '135904.195000', '135904.655000', '135905.115000', '135905.575000', '135906.035000', '135906.495000', '135906.955000', '135907.415000', '135907.875000', '135908.335000', '135908.795000', '135909.255000', '135909.715000', '135910.175000', '135910.635000', '135911.095000', '135911.555000', '135912.015000', '135912.475000', '135912.935000', '135913.395000', '135913.855000', '135914.315000', '135914.775000', '135915.235000', '135915.695000', '135916.155000', '135916.615000', '135917.075000', '135917.535000', '135917.995000', '135918.455000', '135918.915000', '135919.375000', '135919.835000', '135920.295000', '135920.755000', '135921.215000', '135921.675000', '135922.135000', '135922.595000', '135923.055000', '135923.515000', '135923.975000', '135924.435000', '135924.895000', '135925.355000', '135925.815000', '135926.275000', '135926.735000', '135927.195000', '135927.655000', '135928.115000', '135928.575000', '135929.035000', '135929.495000', '135929.955000', '135930.415000', '135930.875000', '135931.335000', '135931.795000', '135932.255000', '135932.715000', '135933.175000', '135933.635000', '135934.095000', '135934.555000', '135935.015000', '135935.475000', '135935.935000', '135936.395000', '135936.855000', '135937.315000', '135937.775000', '135938.235000', '135938.695000', '135939.155000', '135939.615000', '135940.075000', '135940.535000', '135940.995000', '135941.455000', '135941.915000', '135942.375000', '135942.835000', '135943.295000', '135943.755000', '135944.215000', '135944.675000', '135945.135000', '135945.595000', '135946.055000', '135946.515000', '135946.975000', '135947.435000', '135947.895000', '135948.355000', '135948.815000', '135949.275000', '135949.735000', '135950.195000', '135950.655000', '135951.115000', '135951.575000', '135952.035000', '135952.495000', '135952.955000', '135953.415000', '135953.875000', '135954.335000', '135954.795000', '135955.255000', '135955.715000', '135956.175000', '135956.635000', '135957.095000', '135957.555000', '135958.015000', '135958.475000', '135958.935000', '135959.395000', '135959.855000', '140000.315000', '140000.775000', '140001.235000', '140001.695000', '140002.155000', '140002.615000', '140003.075000', '140003.535000', '140003.995000', '140004.455000', '140004.915000', '140005.375000', '140005.835000', '140006.295000', '140006.755000', '140007.215000', '140007.675000', '140008.135000', '140008.595000', '140009.055000', '140009.515000', '140009.975000', '140010.435000', '140010.895000', '140011.355000', '140011.815000', '140012.275000', '140012.735000', '140013.195000', '140013.655000', '140014.115000', '140014.575000', '140015.035000', '140015.495000', '140015.955000', '140016.415000', '140016.875000', '140017.335000', '140017.795000', '140018.255000', '140018.715000', '140019.175000', '140019.635000', '140020.095000', '140020.555000', '140021.015000', '140021.475000', '140021.935000', '140022.395000', '140022.855000', '140023.315000', '140023.775000', '140024.235000', '140024.695000', '140025.155000', '140025.615000', '140026.075000', '140026.535000', '140026.995000', '140027.455000', '140027.915000', '140028.375000', '140028.835000', '140029.295000', '140029.755000', '140030.215000', '140030.675000', '140031.135000', '140031.595000', '140032.055000', '140032.515000', '140032.975000', '140033.435000', '140033.895000', '140034.355000', '140034.815000', '140035.275000', '140035.735000', '140036.195000', '140036.655000', '140037.115000', '140037.575000', '140038.035000', '140038.495000', '140038.955000', '140039.415000', '140039.875000', '140040.335000', '140040.795000', '140041.255000', '140041.715000', '140042.175000', '140042.635000', '140043.095000', '140043.555000', '140044.015000', '140044.475000', '140044.935000', '140045.395000', '140045.855000', '140046.315000', '140046.775000', '140047.235000', '140047.695000', '140048.155000', '140048.615000', '140049.075000'], 'ContentTime': ['135432.950000', '135432.953000', '135432.957000', '135432.960000', '135432.963000', '135432.966000', '135432.968000', '135432.971000', '135432.974000', '135432.977000', '135432.980000', '135432.983000', '135432.985000', '135432.988000', '135432.991000', '135432.994000', '135432.997000', '135433.001000', '135433.004000', '135433.006000', '135433.009000', '135433.012000', '135433.015000', '135433.018000', '135433.021000', '135433.024000', '135433.027000', '135433.030000', '135433.033000', '135433.036000', '135433.039000', '135433.042000', '135433.044000', '135433.047000', '135433.050000', '135433.053000', '135433.055000', '135433.066000', '135433.069000', '135433.072000', '135433.074000', '135433.084000', '135433.087000', '135433.090000', '135433.093000', '135433.095000', '135433.098000', '135433.101000', '135433.104000', '135433.107000', '135433.110000', '135433.112000', '135452.917000', '135452.920000', '135452.923000', '135452.926000', '135452.929000', '135452.932000', '135452.934000', '135452.937000', '135452.940000', '135452.943000', '135452.945000', '135452.948000', '135452.951000', '135452.954000', '135452.957000', '135452.959000', '135452.962000', '135452.965000', '135452.968000', '135452.970000', '135452.973000', '135452.976000', '135452.979000', '135452.982000', '135452.985000', '135452.987000', '135452.990000', '135452.993000', '135452.996000', '135453.000000', '135453.003000', '135453.006000', '135453.012000', '135453.014000', '135453.017000', '135453.020000', '135453.023000', '135453.026000', '135453.029000', '135453.031000', '135453.034000', '135453.037000', '135453.040000', '135453.043000', '135512.917000', '135512.920000', '135512.923000', '135512.926000', '135512.929000', '135512.931000', '135512.934000', '135512.937000', '135512.940000', '135512.943000', '135512.945000', '135512.948000', '135512.951000', '135512.954000', '135512.956000', '135512.959000', '135512.967000', '135512.969000', '135512.972000', '135512.975000', '135512.978000', '135512.981000', '135512.983000', '135512.986000', '135512.989000', '135512.992000', '135512.995000', '135512.997000', '135513.001000', '135513.004000', '135513.007000', '135513.010000', '135513.013000', '135513.015000', '135513.018000', '135513.021000', '135513.024000', '135513.027000', '135513.029000', '135513.032000', '135513.035000', '135513.038000', '135513.041000', '135532.917000', '135532.920000', '135532.923000', '135532.925000', '135532.928000', '135532.931000', '135532.934000', '135532.937000', '135532.939000', '135532.942000', '135532.945000', '135532.948000', '135532.951000', '135532.953000', '135532.956000', '135532.959000', '135532.962000', '135532.965000', '135532.967000', '135532.970000', '135532.973000', '135532.976000', '135532.978000', '135532.987000', '135532.990000', '135532.993000', '135532.996000', '135532.998000', '135533.002000', '135533.005000', '135533.008000', '135533.011000', '135533.013000', '135533.016000', '135533.019000', '135533.022000', '135533.025000', '135533.027000', '135533.030000', '135533.033000', '135533.036000', '135533.038000', '135533.041000', '135533.044000', '135552.917000', '135552.920000', '135552.923000', '135552.925000', '135552.928000', '135552.931000', '135552.939000', '135552.942000', '135552.945000', '135552.947000', '135552.950000', '135552.953000', '135552.956000', '135552.959000', '135552.961000', '135552.964000', '135552.967000', '135552.970000', '135552.973000', '135552.975000', '135552.978000', '135552.981000', '135552.984000', '135552.987000', '135552.989000', '135552.992000', '135552.996000', '135553.000000', '135553.003000', '135553.006000', '135553.008000', '135553.011000', '135553.014000', '135553.017000', '135553.020000', '135553.023000', '135553.025000', '135553.028000', '135553.031000', '135553.034000', '135553.036000', '135553.039000', '135553.042000', '135612.917000', '135612.920000', '135612.923000', '135612.925000', '135612.928000', '135612.931000', '135612.934000', '135612.937000', '135612.939000', '135612.942000', '135612.945000', '135612.948000', '135612.951000', '135612.953000', '135612.956000', '135612.959000', '135612.962000', '135612.965000', '135612.968000', '135612.971000', '135612.973000', '135612.976000', '135612.979000', '135612.982000', '135612.985000', '135612.987000', '135612.990000', '135612.993000', '135613.013000', '135613.016000', '135613.019000', '135613.021000', '135613.024000', '135613.027000', '135613.030000', '135613.033000', '135613.035000', '135613.044000', '135613.046000', '135613.049000', '135613.052000', '135613.055000', '135613.057000', '135613.060000', '135632.917000', '135632.920000', '135632.923000', '135632.925000', '135632.928000', '135632.931000', '135632.934000', '135632.937000', '135632.940000', '135632.942000', '135632.945000', '135632.948000', '135632.951000', '135632.954000', '135632.957000', '135632.959000', '135632.962000', '135632.965000', '135632.968000', '135632.971000', '135632.973000', '135632.976000', '135632.979000', '135632.982000', '135632.985000', '135632.987000', '135632.990000', '135632.993000', '135632.996000', '135633.000000', '135633.002000', '135633.005000', '135633.008000', '135633.011000', '135633.014000', '135633.016000', '135633.019000', '135633.022000', '135633.025000', '135633.027000', '135633.030000', '135633.033000', '135633.036000', '135652.917000', '135652.920000', '135652.922000', '135652.925000', '135652.928000', '135652.931000', '135652.934000', '135652.936000', '135652.939000', '135652.942000', '135652.945000', '135652.948000', '135652.950000', '135652.953000', '135652.956000', '135652.959000', '135652.962000', '135652.964000', '135652.967000', '135652.970000', '135652.973000', '135652.976000', '135652.978000', '135652.981000', '135652.984000', '135652.987000', '135652.990000', '135652.993000', '135652.995000', '135652.998000', '135653.002000', '135653.005000', '135653.008000', '135653.010000', '135653.013000', '135653.016000', '135653.019000', '135653.022000', '135653.024000', '135653.027000', '135653.030000', '135653.033000', '135653.036000', '135653.038000', '135712.917000', '135712.920000', '135712.923000', '135712.925000', '135712.928000', '135712.931000', '135712.934000', '135712.937000', '135712.940000', '135712.942000', '135712.945000', '135712.948000', '135712.951000', '135712.954000', '135712.956000', '135712.959000', '135712.962000', '135712.965000', '135712.968000', '135712.970000', '135712.973000', '135712.976000', '135712.979000', '135712.982000', '135712.984000', '135712.987000', '135712.990000', '135712.993000', '135712.996000', '135713.000000', '135713.002000', '135713.005000', '135713.008000', '135713.011000', '135713.014000', '135713.016000', '135713.019000', '135713.022000', '135713.025000', '135713.028000', '135713.030000', '135713.034000', '135713.037000', '135732.917000', '135732.921000', '135732.924000', '135732.927000', '135732.930000', '135732.932000', '135732.935000', '135732.938000', '135732.941000', '135732.944000', '135732.947000', '135732.949000', '135732.952000', '135732.955000', '135732.958000', '135732.968000', '135732.971000', '135732.974000', '135732.977000', '135732.979000', '135732.982000', '135732.985000', '135732.988000', '135732.991000', '135732.993000', '135732.996000', '135733.000000', '135733.003000', '135733.006000', '135733.009000', '135733.012000', '135733.014000', '135733.017000', '135733.020000', '135733.023000', '135733.025000', '135733.028000', '135733.031000', '135733.034000', '135733.037000', '135733.040000', '135733.042000', '135733.045000', '135733.048000', '135752.917000', '135752.920000', '135752.923000', '135752.925000', '135752.928000', '135752.931000', '135752.934000', '135752.937000', '135752.939000', '135752.942000', '135752.945000', '135752.948000', '135752.951000', '135752.953000', '135752.956000', '135752.959000', '135752.962000', '135752.965000', '135752.967000', '135752.970000', '135752.973000', '135752.976000', '135752.978000', '135752.992000', '135752.995000', '135752.998000', '135753.001000', '135753.004000', '135753.007000', '135753.010000', '135753.013000', '135753.015000', '135753.018000', '135753.021000', '135753.024000', '135753.026000', '135753.029000', '135753.032000', '135753.035000', '135753.038000', '135753.040000', '135753.043000', '135753.046000', '135812.917000', '135812.920000', '135812.923000', '135812.925000', '135812.928000', '135812.931000', '135812.934000', '135812.937000', '135812.939000', '135812.942000', '135812.945000', '135812.948000', '135812.951000', '135812.954000', '135812.956000', '135812.959000', '135812.962000', '135812.965000', '135812.968000', '135812.970000', '135812.973000', '135812.976000', '135812.979000', '135812.982000', '135812.984000', '135812.987000', '135812.990000', '135812.993000', '135812.996000', '135812.998000', '135813.002000', '135813.005000', '135813.008000', '135813.011000', '135813.013000', '135813.016000', '135813.019000', '135813.022000', '135813.025000', '135813.027000', '135813.030000', '135813.033000', '135813.036000', '135813.039000', '135832.917000', '135832.920000', '135832.923000', '135832.925000', '135832.928000', '135832.931000', '135832.934000', '135832.937000', '135832.939000', '135832.942000', '135832.945000', '135832.948000', '135832.951000', '135832.954000', '135832.956000', '135832.959000', '135832.962000', '135832.965000', '135832.968000', '135832.971000', '135832.973000', '135832.976000', '135832.979000', '135832.982000', '135832.985000', '135832.988000', '135832.990000', '135832.993000', '135832.996000', '135833.000000', '135833.003000', '135833.006000', '135833.008000', '135833.011000', '135833.014000', '135833.017000', '135833.020000', '135833.022000', '135833.025000', '135833.028000', '135833.031000', '135833.034000', '135833.036000', '135852.917000', '135852.920000', '135852.923000', '135852.926000', '135852.929000', '135852.931000', '135852.934000', '135852.937000', '135852.940000', '135852.958000', '135852.961000', '135852.964000', '135852.966000', '135852.969000', '135852.972000', '135852.975000', '135852.978000', '135852.981000', '135852.984000', '135852.986000', '135852.989000', '135852.992000', '135852.995000', '135852.998000', '135853.002000', '135853.005000', '135853.007000', '135853.010000', '135853.013000', '135853.016000', '135853.018000', '135853.021000', '135853.024000', '135853.027000', '135853.030000', '135853.032000', '135853.035000', '135853.039000', '135853.042000', '135853.044000', '135853.047000', '135853.050000', '135853.053000', '135912.917000', '135912.920000', '135912.923000', '135912.926000', '135912.935000', '135912.938000', '135912.940000', '135912.943000', '135912.946000', '135912.949000', '135912.952000', '135912.955000', '135912.957000', '135912.960000', '135912.963000', '135912.966000', '135912.969000', '135912.971000', '135912.974000', '135912.977000', '135912.980000', '135912.983000', '135912.986000', '135912.988000', '135912.991000', '135912.994000', '135912.997000', '135913.001000', '135913.004000', '135913.007000', '135913.010000', '135913.012000', '135913.015000', '135913.018000', '135913.021000', '135913.024000', '135913.027000', '135913.030000', '135913.033000', '135913.035000', '135913.038000', '135913.041000', '135913.044000', '135913.047000', '135932.917000', '135932.920000', '135932.923000', '135932.929000', '135932.932000', '135932.935000', '135932.938000', '135932.941000', '135932.944000', '135932.947000', '135932.949000', '135932.952000', '135932.955000', '135932.958000', '135932.961000', '135932.963000', '135932.966000', '135932.969000', '135932.972000', '135932.975000', '135932.978000', '135932.980000', '135932.983000', '135932.986000', '135932.989000', '135932.992000', '135932.994000', '135932.997000', '135933.001000', '135933.004000', '135933.007000', '135933.009000', '135933.012000', '135933.015000', '135933.018000', '135933.021000', '135933.024000', '135933.026000', '135933.029000', '135933.032000', '135933.035000', '135933.038000', '135933.040000', '135952.917000', '135952.920000', '135952.923000', '135952.926000', '135952.928000', '135952.931000', '135952.934000', '135952.937000', '135952.940000', '135952.942000', '135952.945000', '135952.948000', '135952.951000', '135952.954000', '135952.956000', '135952.959000', '135952.962000', '135952.965000', '135952.968000', '135952.970000', '135952.973000', '135952.976000', '135952.979000', '135952.982000', '135952.985000', '135952.987000', '135952.990000', '135952.993000', '135952.996000', '135953.000000', '135953.002000', '135953.005000', '135953.008000', '135953.011000', '135953.014000', '135953.017000', '135953.019000', '135953.022000', '135953.025000', '135953.028000', '135953.031000', '135953.033000', '135953.036000', '135953.039000', '140012.917000', '140012.920000', '140012.923000', '140012.926000', '140012.928000', '140012.931000', '140012.934000', '140012.937000', '140012.940000', '140012.945000', '140012.949000', '140012.951000', '140012.954000', '140012.957000', '140012.960000', '140012.963000', '140012.965000', '140012.968000', '140012.971000', '140012.974000', '140012.977000', '140012.979000', '140012.982000', '140012.985000', '140012.988000', '140012.991000', '140012.993000', '140012.996000', '140013.000000', '140013.003000', '140013.006000', '140013.014000', '140013.017000', '140013.020000', '140013.023000', '140013.026000', '140013.028000', '140013.031000', '140013.034000', '140013.037000', '140013.040000', '140013.043000', '140013.046000', '140032.917000', '140032.920000', '140032.923000', '140032.926000', '140032.928000', '140032.931000', '140032.934000', '140032.937000', '140032.940000', '140032.942000', '140032.945000', '140032.948000', '140032.951000', '140032.953000', '140032.956000', '140032.959000', '140032.962000', '140032.965000', '140032.967000', '140032.970000', '140032.973000', '140032.976000', '140032.979000', '140032.981000', '140032.984000', '140032.987000', '140032.990000', '140032.993000', '140032.995000', '140032.998000', '140033.002000', '140033.005000', '140033.008000', '140033.011000', '140033.014000', '140033.017000', '140033.019000', '140033.022000', '140033.025000', '140033.028000', '140033.031000', '140033.034000', '140033.037000', '140033.039000', '140049.795000', '140049.799000', '140049.810000', '140049.813000', '140049.816000', '140049.820000', '140049.823000', '140049.826000', '140049.829000', '140049.832000', '140049.835000', '140049.838000', '140049.841000', '140049.844000', '140049.848000', '140049.851000', '140049.854000', '140049.857000', '140049.860000', '140049.863000', '140049.866000', '140049.869000', '140049.872000', '140049.875000', '140049.879000', '140049.881000', '140049.884000', '140049.887000', '140049.890000', '140049.893000', '140049.896000', '140049.898000', '140049.901000', '140049.904000', '140049.907000', '140049.910000', '140049.913000'], 'InstanceCreationTime': ['135432.950000', '135432.953000', '135432.957000', '135432.960000', '135432.963000', '135432.966000', '135432.968000', '135432.971000', '135432.974000', '135432.977000', '135432.980000', '135432.983000', '135432.985000', '135432.988000', '135432.991000', '135432.994000', '135432.997000', '135433.001000', '135433.004000', '135433.006000', '135433.009000', '135433.012000', '135433.015000', '135433.018000', '135433.021000', '135433.024000', '135433.027000', '135433.030000', '135433.033000', '135433.036000', '135433.039000', '135433.042000', '135433.044000', '135433.047000', '135433.050000', '135433.053000', '135433.055000', '135433.066000', '135433.069000', '135433.072000', '135433.074000', '135433.084000', '135433.087000', '135433.090000', '135433.093000', '135433.095000', '135433.098000', '135433.101000', '135433.104000', '135433.107000', '135433.110000', '135433.112000', '135452.917000', '135452.920000', '135452.923000', '135452.926000', '135452.929000', '135452.932000', '135452.934000', '135452.937000', '135452.940000', '135452.943000', '135452.945000', '135452.948000', '135452.951000', '135452.954000', '135452.957000', '135452.959000', '135452.962000', '135452.965000', '135452.968000', '135452.970000', '135452.973000', '135452.976000', '135452.979000', '135452.982000', '135452.985000', '135452.987000', '135452.990000', '135452.993000', '135452.996000', '135453.000000', '135453.003000', '135453.006000', '135453.012000', '135453.014000', '135453.017000', '135453.020000', '135453.023000', '135453.026000', '135453.029000', '135453.031000', '135453.034000', '135453.037000', '135453.040000', '135453.043000', '135512.917000', '135512.920000', '135512.923000', '135512.926000', '135512.929000', '135512.931000', '135512.934000', '135512.937000', '135512.940000', '135512.943000', '135512.945000', '135512.948000', '135512.951000', '135512.954000', '135512.956000', '135512.959000', '135512.967000', '135512.969000', '135512.972000', '135512.975000', '135512.978000', '135512.981000', '135512.983000', '135512.986000', '135512.989000', '135512.992000', '135512.995000', '135512.997000', '135513.001000', '135513.004000', '135513.007000', '135513.010000', '135513.013000', '135513.015000', '135513.018000', '135513.021000', '135513.024000', '135513.027000', '135513.029000', '135513.032000', '135513.035000', '135513.038000', '135513.041000', '135532.917000', '135532.920000', '135532.923000', '135532.925000', '135532.928000', '135532.931000', '135532.934000', '135532.937000', '135532.939000', '135532.942000', '135532.945000', '135532.948000', '135532.951000', '135532.953000', '135532.956000', '135532.959000', '135532.962000', '135532.965000', '135532.967000', '135532.970000', '135532.973000', '135532.976000', '135532.978000', '135532.987000', '135532.990000', '135532.993000', '135532.996000', '135532.998000', '135533.002000', '135533.005000', '135533.008000', '135533.011000', '135533.013000', '135533.016000', '135533.019000', '135533.022000', '135533.025000', '135533.027000', '135533.030000', '135533.033000', '135533.036000', '135533.038000', '135533.041000', '135533.044000', '135552.917000', '135552.920000', '135552.923000', '135552.925000', '135552.928000', '135552.931000', '135552.939000', '135552.942000', '135552.945000', '135552.947000', '135552.950000', '135552.953000', '135552.956000', '135552.959000', '135552.961000', '135552.964000', '135552.967000', '135552.970000', '135552.973000', '135552.975000', '135552.978000', '135552.981000', '135552.984000', '135552.987000', '135552.989000', '135552.992000', '135552.996000', '135553.000000', '135553.003000', '135553.006000', '135553.008000', '135553.011000', '135553.014000', '135553.017000', '135553.020000', '135553.023000', '135553.025000', '135553.028000', '135553.031000', '135553.034000', '135553.036000', '135553.039000', '135553.042000', '135612.917000', '135612.920000', '135612.923000', '135612.925000', '135612.928000', '135612.931000', '135612.934000', '135612.937000', '135612.939000', '135612.942000', '135612.945000', '135612.948000', '135612.951000', '135612.953000', '135612.956000', '135612.959000', '135612.962000', '135612.965000', '135612.968000', '135612.971000', '135612.973000', '135612.976000', '135612.979000', '135612.982000', '135612.985000', '135612.987000', '135612.990000', '135612.993000', '135613.013000', '135613.016000', '135613.019000', '135613.021000', '135613.024000', '135613.027000', '135613.030000', '135613.033000', '135613.035000', '135613.044000', '135613.046000', '135613.049000', '135613.052000', '135613.055000', '135613.057000', '135613.060000', '135632.917000', '135632.920000', '135632.923000', '135632.925000', '135632.928000', '135632.931000', '135632.934000', '135632.937000', '135632.940000', '135632.942000', '135632.945000', '135632.948000', '135632.951000', '135632.954000', '135632.957000', '135632.959000', '135632.962000', '135632.965000', '135632.968000', '135632.971000', '135632.973000', '135632.976000', '135632.979000', '135632.982000', '135632.985000', '135632.987000', '135632.990000', '135632.993000', '135632.996000', '135633.000000', '135633.002000', '135633.005000', '135633.008000', '135633.011000', '135633.014000', '135633.016000', '135633.019000', '135633.022000', '135633.025000', '135633.027000', '135633.030000', '135633.033000', '135633.036000', '135652.917000', '135652.920000', '135652.922000', '135652.925000', '135652.928000', '135652.931000', '135652.934000', '135652.936000', '135652.939000', '135652.942000', '135652.945000', '135652.948000', '135652.950000', '135652.953000', '135652.956000', '135652.959000', '135652.962000', '135652.964000', '135652.967000', '135652.970000', '135652.973000', '135652.976000', '135652.978000', '135652.981000', '135652.984000', '135652.987000', '135652.990000', '135652.993000', '135652.995000', '135652.998000', '135653.002000', '135653.005000', '135653.008000', '135653.010000', '135653.013000', '135653.016000', '135653.019000', '135653.022000', '135653.024000', '135653.027000', '135653.030000', '135653.033000', '135653.036000', '135653.038000', '135712.917000', '135712.920000', '135712.923000', '135712.925000', '135712.928000', '135712.931000', '135712.934000', '135712.937000', '135712.940000', '135712.942000', '135712.945000', '135712.948000', '135712.951000', '135712.954000', '135712.956000', '135712.959000', '135712.962000', '135712.965000', '135712.968000', '135712.970000', '135712.973000', '135712.976000', '135712.979000', '135712.982000', '135712.984000', '135712.987000', '135712.990000', '135712.993000', '135712.996000', '135713.000000', '135713.002000', '135713.005000', '135713.008000', '135713.011000', '135713.014000', '135713.016000', '135713.019000', '135713.022000', '135713.025000', '135713.028000', '135713.030000', '135713.034000', '135713.037000', '135732.917000', '135732.921000', '135732.924000', '135732.927000', '135732.930000', '135732.932000', '135732.935000', '135732.938000', '135732.941000', '135732.944000', '135732.947000', '135732.949000', '135732.952000', '135732.955000', '135732.958000', '135732.968000', '135732.971000', '135732.974000', '135732.977000', '135732.979000', '135732.982000', '135732.985000', '135732.988000', '135732.991000', '135732.993000', '135732.996000', '135733.000000', '135733.003000', '135733.006000', '135733.009000', '135733.012000', '135733.014000', '135733.017000', '135733.020000', '135733.023000', '135733.025000', '135733.028000', '135733.031000', '135733.034000', '135733.037000', '135733.040000', '135733.042000', '135733.045000', '135733.048000', '135752.917000', '135752.920000', '135752.923000', '135752.925000', '135752.928000', '135752.931000', '135752.934000', '135752.937000', '135752.939000', '135752.942000', '135752.945000', '135752.948000', '135752.951000', '135752.953000', '135752.956000', '135752.959000', '135752.962000', '135752.965000', '135752.967000', '135752.970000', '135752.973000', '135752.976000', '135752.978000', '135752.992000', '135752.995000', '135752.998000', '135753.001000', '135753.004000', '135753.007000', '135753.010000', '135753.013000', '135753.015000', '135753.018000', '135753.021000', '135753.024000', '135753.026000', '135753.029000', '135753.032000', '135753.035000', '135753.038000', '135753.040000', '135753.043000', '135753.046000', '135812.917000', '135812.920000', '135812.923000', '135812.925000', '135812.928000', '135812.931000', '135812.934000', '135812.937000', '135812.939000', '135812.942000', '135812.945000', '135812.948000', '135812.951000', '135812.954000', '135812.956000', '135812.959000', '135812.962000', '135812.965000', '135812.968000', '135812.970000', '135812.973000', '135812.976000', '135812.979000', '135812.982000', '135812.984000', '135812.987000', '135812.990000', '135812.993000', '135812.996000', '135812.998000', '135813.002000', '135813.005000', '135813.008000', '135813.011000', '135813.013000', '135813.016000', '135813.019000', '135813.022000', '135813.025000', '135813.027000', '135813.030000', '135813.033000', '135813.036000', '135813.039000', '135832.917000', '135832.920000', '135832.923000', '135832.925000', '135832.928000', '135832.931000', '135832.934000', '135832.937000', '135832.939000', '135832.942000', '135832.945000', '135832.948000', '135832.951000', '135832.954000', '135832.956000', '135832.959000', '135832.962000', '135832.965000', '135832.968000', '135832.971000', '135832.973000', '135832.976000', '135832.979000', '135832.982000', '135832.985000', '135832.988000', '135832.990000', '135832.993000', '135832.996000', '135833.000000', '135833.003000', '135833.006000', '135833.008000', '135833.011000', '135833.014000', '135833.017000', '135833.020000', '135833.022000', '135833.025000', '135833.028000', '135833.031000', '135833.034000', '135833.036000', '135852.917000', '135852.920000', '135852.923000', '135852.926000', '135852.929000', '135852.931000', '135852.934000', '135852.937000', '135852.940000', '135852.958000', '135852.961000', '135852.964000', '135852.966000', '135852.969000', '135852.972000', '135852.975000', '135852.978000', '135852.981000', '135852.984000', '135852.986000', '135852.989000', '135852.992000', '135852.995000', '135852.998000', '135853.002000', '135853.005000', '135853.007000', '135853.010000', '135853.013000', '135853.016000', '135853.018000', '135853.021000', '135853.024000', '135853.027000', '135853.030000', '135853.032000', '135853.035000', '135853.039000', '135853.042000', '135853.044000', '135853.047000', '135853.050000', '135853.053000', '135912.917000', '135912.920000', '135912.923000', '135912.926000', '135912.935000', '135912.938000', '135912.940000', '135912.943000', '135912.946000', '135912.949000', '135912.952000', '135912.955000', '135912.957000', '135912.960000', '135912.963000', '135912.966000', '135912.969000', '135912.971000', '135912.974000', '135912.977000', '135912.980000', '135912.983000', '135912.986000', '135912.988000', '135912.991000', '135912.994000', '135912.997000', '135913.001000', '135913.004000', '135913.007000', '135913.010000', '135913.012000', '135913.015000', '135913.018000', '135913.021000', '135913.024000', '135913.027000', '135913.030000', '135913.033000', '135913.035000', '135913.038000', '135913.041000', '135913.044000', '135913.047000', '135932.917000', '135932.920000', '135932.923000', '135932.929000', '135932.932000', '135932.935000', '135932.938000', '135932.941000', '135932.944000', '135932.947000', '135932.949000', '135932.952000', '135932.955000', '135932.958000', '135932.961000', '135932.963000', '135932.966000', '135932.969000', '135932.972000', '135932.975000', '135932.978000', '135932.980000', '135932.983000', '135932.986000', '135932.989000', '135932.992000', '135932.994000', '135932.997000', '135933.001000', '135933.004000', '135933.007000', '135933.009000', '135933.012000', '135933.015000', '135933.018000', '135933.021000', '135933.024000', '135933.026000', '135933.029000', '135933.032000', '135933.035000', '135933.038000', '135933.040000', '135952.917000', '135952.920000', '135952.923000', '135952.926000', '135952.928000', '135952.931000', '135952.934000', '135952.937000', '135952.940000', '135952.942000', '135952.945000', '135952.948000', '135952.951000', '135952.954000', '135952.956000', '135952.959000', '135952.962000', '135952.965000', '135952.968000', '135952.970000', '135952.973000', '135952.976000', '135952.979000', '135952.982000', '135952.985000', '135952.987000', '135952.990000', '135952.993000', '135952.996000', '135953.000000', '135953.002000', '135953.005000', '135953.008000', '135953.011000', '135953.014000', '135953.017000', '135953.019000', '135953.022000', '135953.025000', '135953.028000', '135953.031000', '135953.033000', '135953.036000', '135953.039000', '140012.917000', '140012.920000', '140012.923000', '140012.926000', '140012.928000', '140012.931000', '140012.934000', '140012.937000', '140012.940000', '140012.945000', '140012.949000', '140012.951000', '140012.954000', '140012.957000', '140012.960000', '140012.963000', '140012.965000', '140012.968000', '140012.971000', '140012.974000', '140012.977000', '140012.979000', '140012.982000', '140012.985000', '140012.988000', '140012.991000', '140012.993000', '140012.996000', '140013.000000', '140013.003000', '140013.006000', '140013.014000', '140013.017000', '140013.020000', '140013.023000', '140013.026000', '140013.028000', '140013.031000', '140013.034000', '140013.037000', '140013.040000', '140013.043000', '140013.046000', '140032.917000', '140032.920000', '140032.923000', '140032.926000', '140032.928000', '140032.931000', '140032.934000', '140032.937000', '140032.940000', '140032.942000', '140032.945000', '140032.948000', '140032.951000', '140032.953000', '140032.956000', '140032.959000', '140032.962000', '140032.965000', '140032.967000', '140032.970000', '140032.973000', '140032.976000', '140032.979000', '140032.981000', '140032.984000', '140032.987000', '140032.990000', '140032.993000', '140032.995000', '140032.998000', '140033.002000', '140033.005000', '140033.008000', '140033.011000', '140033.014000', '140033.017000', '140033.019000', '140033.022000', '140033.025000', '140033.028000', '140033.031000', '140033.034000', '140033.037000', '140033.039000', '140049.795000', '140049.799000', '140049.810000', '140049.813000', '140049.816000', '140049.820000', '140049.823000', '140049.826000', '140049.829000', '140049.832000', '140049.835000', '140049.838000', '140049.841000', '140049.844000', '140049.848000', '140049.851000', '140049.854000', '140049.857000', '140049.860000', '140049.863000', '140049.866000', '140049.869000', '140049.872000', '140049.875000', '140049.879000', '140049.881000', '140049.884000', '140049.887000', '140049.890000', '140049.893000', '140049.896000', '140049.898000', '140049.901000', '140049.904000', '140049.907000', '140049.910000', '140049.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': [13015, 9149, 12194, 9192, 11188, 9235, 11020, 9348, 11051, 9438, 11290, 8978, 11576, 9209, 11191, 9182, 10889, 8968, 10142, 8949, 9579, 9187, 9379, 8524, 9288, 8676, 9203, 9093, 8905, 9838, 9181, 9000, 9283, 8558, 9184, 8574, 9748, 8873, 9459, 8655, 9708, 9473, 9685, 12186, 9475, 12448, 9103, 12317, 8997, 12008, 9398, 12307, 9168, 12667, 9635, 12339, 9109, 10721, 8757, 11122, 9070, 10956, 9102, 11126, 9062, 10910, 9160, 10530, 9113, 10389, 9255, 10178, 9354, 10198, 9588, 10046, 8996, 9745, 9165, 11128, 10329, 10143, 12770, 9412, 12389, 8775, 12086, 9111, 11515, 9464, 10142, 9253, 12442, 9512, 11815, 9462, 11664, 9202, 10569, 9435, 11055, 9321, 11082, 9215, 11413, 9276, 10967, 8985, 10274, 8842, 10047, 8296, 9586, 8673, 9558, 9261, 9424, 8911, 9516, 8907, 9628, 8220, 9304, 8994, 9598, 12551, 8967, 11838, 8738, 12100, 9036, 11781, 8986, 11546, 8659, 11196, 9231, 10667, 8651, 9636, 8653, 9353, 8826, 9453, 8625, 9267, 8403, 9006, 11187, 9395, 11918, 8615, 11537, 8980, 10614, 9089, 10868, 9175, 11250, 9147, 11198, 9146, 10749, 8757, 9884, 8919, 9087, 12167, 8793, 11966, 8675, 11543, 8682, 11115, 9221, 11036, 8938, 10128, 8437, 9202, 9467, 8989, 11285, 8985, 12605, 8687, 11610, 8837, 11350, 8865, 10976, 8352, 9636, 8844, 9218, 9444, 9214, 9207, 9479, 9607, 9851, 11590, 9906, 12812, 9134, 11672, 9265, 11342, 9096, 11267, 8727, 9977, 8961, 9538, 12605, 9770, 11768, 9082, 11177, 9247, 10756, 8589, 10244, 8354, 9607, 9488, 9344, 12422, 9262, 11608, 8948, 11315, 8980, 11085, 9052, 10694, 8121, 10123, 10162, 9211, 13221, 9487, 13017, 9097, 11848, 8962, 11310, 8788, 11469, 9352, 11322, 8967, 11378, 8852, 10326, 8352, 9282, 10661, 9343, 12647, 9335, 11569, 9459, 11458, 9523, 11824, 9385, 11664, 9351, 10885, 8901, 10879, 9154, 10521, 8597, 9859, 8345, 9266, 8953, 9295, 12646, 9005, 12127, 8852, 11574, 8910, 12006, 9034, 11352, 8768, 10809, 8462, 9643, 8673, 9069, 8434, 9309, 8441, 9552, 8176, 9439, 8356, 9072, 12530, 9179, 11963, 8770, 11525, 8915, 11193, 9000, 11236, 9093, 10812, 9005, 10528, 8517, 10120, 8318, 8854, 9264, 8866, 8487, 8858, 8254, 8906, 9732, 9201, 12034, 9032, 11826, 8931, 11211, 9199, 11093, 9345, 11217, 9313, 11168, 9157, 11338, 8494, 9838, 8448, 9333, 8428, 9198, 8474, 9302, 8315, 9511, 8233, 9291, 9473, 9289, 12885, 9439, 11918, 8242, 11638, 8529, 11223, 9422, 12908, 9129, 9169, 8887, 12714, 8628, 12368, 8834, 10394, 8877, 9722, 8576, 10332, 8804, 9944, 10701, 9684, 11781, 9819, 11830, 9866, 10740, 9155, 10668, 8996, 12758, 8899, 12604, 8798, 12477, 8780, 11071, 8690, 9942, 8750, 10326, 9118, 10278, 8833, 9983, 8955, 10238, 9102, 11478, 9673, 11475, 9350, 9871, 8996, 9670, 8895, 9206, 8687, 9689, 8607, 9722, 9092, 9359, 9554, 9189, 10486, 9108, 12799, 8801, 12893, 8641, 12293, 8808, 12756, 8674, 12336, 8857, 11670, 8849, 11681, 8894, 11391, 8613, 11459, 8549, 11881, 8974, 11952, 8969, 12098, 8941, 11890, 8751, 11749, 8400, 12120, 8667, 10957, 8944, 12617, 8652, 12181, 8761, 12180, 8478, 11232, 8980, 11447, 8788, 11504, 8580, 11721, 8624, 12049, 8813, 11034, 8862, 12029, 9673, 14001, 8461, 11616, 8854, 8908, 10086, 8984, 11845, 8589, 12111, 8271, 12061, 8488, 11357, 8402, 11155, 8995, 11405, 8621, 11587, 8852, 11782, 8766, 11821, 8793, 11783, 8805, 11245, 8431, 11628, 8308, 11504, 8342, 11480, 8474, 11472, 8600, 11290, 8654, 10954, 8499, 11344, 8367, 11413, 8548, 11792, 8741, 11382, 8355, 11361, 8554, 11143, 8489, 10195, 8329, 10332, 8497, 9790, 8072, 9422, 8334, 9780, 8237, 9695, 9032, 9586, 8627, 9635, 9444, 9358, 11031, 9178, 12734, 8890, 12487, 8669, 11768, 8516, 11598, 8670, 11297, 8424, 11171, 8808, 11191, 8897, 11037, 8734, 10399, 8403, 10002, 8889, 10090, 8384, 10111, 8283, 10265, 8515, 9990, 8687, 9736, 8804, 9667, 7834, 9589, 7873, 9808, 8829, 9491, 9802, 9014, 12423, 8837, 12282, 8887, 11536, 8630, 11418, 8706, 10266, 8182, 9559, 8269, 9258, 8829, 8992, 10069, 9117, 11973, 8837, 11501, 8798, 10684, 8492, 10011, 8474, 9638, 8095, 9237, 9131, 8751, 10963, 8787, 11679, 8944, 11250, 8524, 10990, 8327, 11140, 8710, 10902, 8311, 10059, 9939, 9227, 12600, 8954, 12736, 8545, 11998, 8653, 11545, 8686, 10935, 8267, 10697, 8547, 9641, 8181, 9260, 9571, 9110, 10649, 8879, 9297, 8966, 9579, 9026, 12493, 8818, 11321, 8493, 11282, 8449, 11522, 8785, 11015, 8717, 10848, 8359, 9838, 8469, 9169, 11068, 9183, 11545, 8957, 11378, 8751, 11406, 8621, 11129, 8629, 10737, 8573, 11011, 7814, 9584, 8480, 9058, 8644, 9136, 8575, 8828, 11446, 9022, 11991, 8348, 11094, 8875, 10414, 8651, 10178, 8636, 9575, 8408, 9763, 8353, 9468, 8530, 9539, 8614, 9156, 9923, 9259, 9170, 9272, 8846, 9063, 9453, 9217, 12382, 9227, 13257, 9093, 12438, 8533, 12050, 8539, 10758, 9047, 11402, 8829, 11002, 8873, 9672, 8461, 9053, 8904, 9076, 9495, 10082, 8681, 11177, 8240, 9653, 10241, 9216, 12031, 9422, 11300, 9392, 11251, 8747, 11480, 9029, 11504, 9144, 11273, 9314, 10351, 9655, 9717, 13015, 9242, 14104, 9122, 12803, 8994, 11415, 8804, 9684, 10289, 9075, 12391, 9031, 11573, 8759, 11389, 8897, 10046, 9087, 10004, 8799, 9293, 9291, 9294, 8315, 9300, 9087, 9393, 9500, 9453, 12290, 9355, 11095, 8964, 11009, 9115, 9975, 8828, 9590, 8967, 9534, 8473, 9699, 8351, 9254, 9058, 9369, 9649, 9359, 9798, 9232, 10110, 9359, 10252, 9414, 11379, 9032, 11427, 8660, 10969, 8923, 10356, 8874, 10118, 8729, 9781, 8425, 9503, 9014, 9212, 11059, 9374, 11341, 9231, 11098, 9043, 11194, 9121, 10895, 8621, 11440, 9074, 11057, 9047, 10595, 8720, 9766, 8759, 10124, 9153, 10749, 8994, 10884, 9029, 11157, 9000, 10856, 8738, 10250, 8776, 10044, 8615, 9913, 9830, 9215, 11780, 9376, 12319, 9374, 11433, 8861], 'WindowCenter': [4291.0, 4233.0, 4273.0, 4231.0, 4236.0, 4216.0, 4209.0, 4189.0, 4207.0, 4187.0, 4206.0, 4187.0, 4206.0, 4188.0, 4207.0, 4185.0, 4197.0, 4175.0, 4211.0, 4202.0, 4200.0, 4175.0, 4175.0, 4163.0, 4173.0, 4163.0, 4187.0, 4187.0, 4189.0, 4199.0, 4200.0, 4187.0, 4187.0, 4176.0, 4197.0, 4190.0, 4199.0, 4186.0, 4199.0, 4181.0, 4199.0, 4198.0, 4201.0, 4232.0, 4214.0, 4244.0, 4189.0, 4219.0, 4175.0, 4207.0, 4189.0, 4205.0, 4186.0, 4215.0, 4198.0, 4219.0, 4201.0, 4222.0, 4188.0, 4207.0, 4185.0, 4196.0, 4188.0, 4206.0, 4186.0, 4209.0, 4202.0, 4210.0, 4189.0, 4198.0, 4175.0, 4185.0, 4175.0, 4195.0, 4187.0, 4197.0, 4176.0, 4199.0, 4200.0, 4221.0, 4198.0, 4208.0, 4230.0, 4200.0, 4217.0, 4175.0, 4202.0, 4162.0, 4191.0, 4185.0, 4183.0, 4201.0, 4219.0, 4199.0, 4218.0, 4198.0, 4232.0, 4214.0, 4221.0, 4201.0, 4205.0, 4185.0, 4207.0, 4184.0, 4205.0, 4174.0, 4197.0, 4173.0, 4197.0, 4173.0, 4185.0, 4166.0, 4187.0, 4187.0, 4186.0, 4187.0, 4174.0, 4173.0, 4187.0, 4185.0, 4198.0, 4164.0, 4189.0, 4188.0, 4200.0, 4231.0, 4201.0, 4218.0, 4178.0, 4206.0, 4185.0, 4205.0, 4188.0, 4206.0, 4179.0, 4208.0, 4188.0, 4199.0, 4177.0, 4199.0, 4191.0, 4200.0, 4177.0, 4185.0, 4164.0, 4174.0, 4166.0, 4189.0, 4204.0, 4199.0, 4206.0, 4175.0, 4204.0, 4192.0, 4211.0, 4188.0, 4197.0, 4187.0, 4205.0, 4187.0, 4206.0, 4189.0, 4208.0, 4178.0, 4198.0, 4177.0, 4201.0, 4230.0, 4188.0, 4206.0, 4175.0, 4206.0, 4174.0, 4205.0, 4187.0, 4208.0, 4175.0, 4199.0, 4179.0, 4202.0, 4201.0, 4190.0, 4207.0, 4177.0, 4204.0, 4176.0, 4207.0, 4178.0, 4207.0, 4201.0, 4208.0, 4176.0, 4210.0, 4203.0, 4190.0, 4200.0, 4202.0, 4201.0, 4198.0, 4186.0, 4197.0, 4205.0, 4197.0, 4242.0, 4213.0, 4235.0, 4202.0, 4208.0, 4188.0, 4221.0, 4175.0, 4197.0, 4175.0, 4187.0, 4219.0, 4211.0, 4232.0, 4201.0, 4218.0, 4186.0, 4206.0, 4176.0, 4198.0, 4177.0, 4202.0, 4196.0, 4190.0, 4218.0, 4188.0, 4234.0, 4203.0, 4219.0, 4176.0, 4195.0, 4174.0, 4195.0, 4154.0, 4198.0, 4185.0, 4176.0, 4214.0, 4184.0, 4204.0, 4162.0, 4205.0, 4177.0, 4205.0, 4177.0, 4196.0, 4176.0, 4195.0, 4176.0, 4207.0, 4175.0, 4186.0, 4164.0, 4176.0, 4185.0, 4190.0, 4230.0, 4187.0, 4205.0, 4199.0, 4206.0, 4198.0, 4217.0, 4186.0, 4220.0, 4203.0, 4221.0, 4191.0, 4206.0, 4189.0, 4210.0, 4177.0, 4196.0, 4165.0, 4188.0, 4176.0, 4189.0, 4242.0, 4200.0, 4231.0, 4188.0, 4207.0, 4187.0, 4218.0, 4187.0, 4206.0, 4176.0, 4207.0, 4166.0, 4187.0, 4191.0, 4202.0, 4182.0, 4188.0, 4165.0, 4187.0, 4164.0, 4187.0, 4166.0, 4176.0, 4218.0, 4188.0, 4205.0, 4177.0, 4220.0, 4193.0, 4208.0, 4176.0, 4195.0, 4177.0, 4196.0, 4175.0, 4198.0, 4189.0, 4199.0, 4179.0, 4191.0, 4201.0, 4188.0, 4175.0, 4175.0, 4165.0, 4187.0, 4186.0, 4189.0, 4219.0, 4187.0, 4207.0, 4188.0, 4222.0, 4201.0, 4219.0, 4188.0, 4194.0, 4176.0, 4194.0, 4189.0, 4208.0, 4176.0, 4198.0, 4168.0, 4202.0, 4192.0, 4188.0, 4164.0, 4187.0, 4164.0, 4199.0, 4167.0, 4190.0, 4186.0, 4187.0, 4217.0, 4188.0, 4221.0, 4181.0, 4219.0, 4189.0, 4196.0, 4187.0, 4214.0, 4186.0, 4172.0, 4175.0, 4203.0, 4164.0, 4202.0, 4162.0, 4187.0, 4175.0, 4189.0, 4174.0, 4196.0, 4176.0, 4184.0, 4185.0, 4173.0, 4194.0, 4174.0, 4192.0, 4160.0, 4168.0, 4146.0, 4155.0, 4136.0, 4174.0, 4134.0, 4166.0, 4150.0, 4188.0, 4146.0, 4179.0, 4160.0, 4170.0, 4148.0, 4168.0, 4147.0, 4167.0, 4159.0, 4171.0, 4164.0, 4195.0, 4175.0, 4219.0, 4183.0, 4206.0, 4187.0, 4209.0, 4186.0, 4186.0, 4172.0, 4174.0, 4161.0, 4184.0, 4163.0, 4212.0, 4187.0, 4189.0, 4186.0, 4188.0, 4207.0, 4188.0, 4243.0, 4201.0, 4230.0, 4179.0, 4217.0, 4176.0, 4215.0, 4177.0, 4218.0, 4178.0, 4207.0, 4176.0, 4206.0, 4187.0, 4221.0, 4190.0, 4207.0, 4177.0, 4207.0, 4190.0, 4206.0, 4189.0, 4217.0, 4187.0, 4206.0, 4190.0, 4232.0, 4191.0, 4217.0, 4179.0, 4205.0, 4200.0, 4229.0, 4190.0, 4233.0, 4192.0, 4230.0, 4194.0, 4221.0, 4204.0, 4220.0, 4190.0, 4217.0, 4189.0, 4217.0, 4190.0, 4231.0, 4189.0, 4221.0, 4190.0, 4219.0, 4213.0, 4239.0, 4193.0, 4222.0, 4190.0, 4177.0, 4200.0, 4201.0, 4218.0, 4178.0, 4218.0, 4167.0, 4207.0, 4166.0, 4221.0, 4180.0, 4209.0, 4174.0, 4195.0, 4166.0, 4194.0, 4164.0, 4204.0, 4165.0, 4206.0, 4166.0, 4207.0, 4189.0, 4209.0, 4168.0, 4194.0, 4167.0, 4205.0, 4166.0, 4206.0, 4166.0, 4206.0, 4176.0, 4209.0, 4190.0, 4209.0, 4178.0, 4206.0, 4168.0, 4208.0, 4181.0, 4219.0, 4191.0, 4219.0, 4180.0, 4235.0, 4190.0, 4235.0, 4192.0, 4211.0, 4179.0, 4200.0, 4176.0, 4197.0, 4168.0, 4200.0, 4178.0, 4200.0, 4177.0, 4214.0, 4204.0, 4200.0, 4179.0, 4202.0, 4202.0, 4189.0, 4198.0, 4187.0, 4218.0, 4203.0, 4233.0, 4193.0, 4219.0, 4178.0, 4206.0, 4176.0, 4195.0, 4167.0, 4207.0, 4178.0, 4207.0, 4176.0, 4207.0, 4180.0, 4213.0, 4180.0, 4198.0, 4177.0, 4196.0, 4166.0, 4198.0, 4168.0, 4198.0, 4176.0, 4212.0, 4192.0, 4201.0, 4190.0, 4188.0, 4156.0, 4200.0, 4179.0, 4213.0, 4190.0, 4199.0, 4199.0, 4203.0, 4234.0, 4189.0, 4217.0, 4201.0, 4208.0, 4176.0, 4208.0, 4175.0, 4201.0, 4192.0, 4212.0, 4179.0, 4190.0, 4177.0, 4178.0, 4187.0, 4187.0, 4207.0, 4178.0, 4208.0, 4177.0, 4212.0, 4191.0, 4200.0, 4166.0, 4187.0, 4166.0, 4201.0, 4187.0, 4178.0, 4197.0, 4188.0, 4232.0, 4204.0, 4221.0, 4188.0, 4207.0, 4177.0, 4208.0, 4178.0, 4208.0, 4166.0, 4197.0, 4185.0, 4190.0, 4232.0, 4188.0, 4219.0, 4178.0, 4194.0, 4164.0, 4196.0, 4165.0, 4195.0, 4165.0, 4198.0, 4175.0, 4189.0, 4166.0, 4202.0, 4200.0, 4190.0, 4196.0, 4175.0, 4173.0, 4177.0, 4186.0, 4189.0, 4218.0, 4187.0, 4222.0, 4192.0, 4212.0, 4178.0, 4207.0, 4176.0, 4196.0, 4176.0, 4208.0, 4166.0, 4199.0, 4165.0, 4201.0, 4209.0, 4202.0, 4231.0, 4189.0, 4208.0, 4176.0, 4208.0, 4188.0, 4207.0, 4187.0, 4221.0, 4190.0, 4236.0, 4170.0, 4214.0, 4202.0, 4191.0, 4177.0, 4189.0, 4176.0, 4189.0, 4209.0, 4190.0, 4208.0, 4167.0, 4207.0, 4190.0, 4210.0, 4189.0, 4196.0, 4167.0, 4186.0, 4164.0, 4198.0, 4165.0, 4199.0, 4178.0, 4199.0, 4176.0, 4202.0, 4210.0, 4191.0, 4189.0, 4187.0, 4176.0, 4177.0, 4187.0, 4187.0, 4216.0, 4187.0, 4218.0, 4189.0, 4219.0, 4179.0, 4205.0, 4165.0, 4195.0, 4176.0, 4208.0, 4191.0, 4210.0, 4176.0, 4200.0, 4180.0, 4201.0, 4200.0, 4189.0, 4188.0, 4209.0, 4178.0, 4209.0, 4167.0, 4187.0, 4183.0, 4186.0, 4205.0, 4188.0, 4209.0, 4215.0, 4221.0, 4188.0, 4208.0, 4176.0, 4206.0, 4186.0, 4209.0, 4190.0, 4186.0, 4173.0, 4162.0, 4191.0, 4147.0, 4175.0, 4135.0, 4175.0, 4135.0, 4166.0, 4136.0, 4146.0, 4156.0, 4149.0, 4190.0, 4162.0, 4180.0, 4137.0, 4167.0, 4137.0, 4156.0, 4148.0, 4170.0, 4148.0, 4163.0, 4162.0, 4175.0, 4167.0, 4185.0, 4164.0, 4173.0, 4171.0, 4173.0, 4202.0, 4174.0, 4193.0, 4175.0, 4195.0, 4174.0, 4198.0, 4192.0, 4198.0, 4175.0, 4187.0, 4178.0, 4201.0, 4179.0, 4200.0, 4187.0, 4200.0, 4214.0, 4216.0, 4227.0, 4213.0, 4211.0, 4201.0, 4210.0, 4201.0, 4221.0, 4202.0, 4236.0, 4193.0, 4234.0, 4204.0, 4211.0, 4189.0, 4208.0, 4187.0, 4199.0, 4178.0, 4212.0, 4189.0, 4200.0, 4209.0, 4201.0, 4236.0, 4202.0, 4220.0, 4189.0, 4208.0, 4188.0, 4209.0, 4191.0, 4221.0, 4188.0, 4211.0, 4188.0, 4224.0, 4192.0, 4201.0, 4176.0, 4196.0, 4176.0, 4197.0, 4179.0, 4208.0, 4189.0, 4210.0, 4189.0, 4214.0, 4192.0, 4224.0, 4192.0, 4199.0, 4177.0, 4199.0, 4201.0, 4187.0, 4206.0, 4186.0, 4205.0, 4187.0, 4223.0, 4190.0], 'WindowWidth': [9489.0, 9394.0, 9446.0, 9384.0, 9380.0, 9351.0, 9328.0, 9297.0, 9317.0, 9291.0, 9315.0, 9295.0, 9318.0, 9294.0, 9319.0, 9287.0, 9305.0, 9273.0, 9332.0, 9321.0, 9313.0, 9272.0, 9269.0, 9250.0, 9269.0, 9251.0, 9289.0, 9294.0, 9295.0, 9311.0, 9314.0, 9293.0, 9293.0, 9275.0, 9311.0, 9302.0, 9311.0, 9289.0, 9313.0, 9287.0, 9312.0, 9309.0, 9315.0, 9363.0, 9344.0, 9382.0, 9301.0, 9335.0, 9273.0, 9315.0, 9294.0, 9313.0, 9289.0, 9327.0, 9308.0, 9336.0, 9318.0, 9349.0, 9299.0, 9319.0, 9288.0, 9300.0, 9295.0, 9318.0, 9291.0, 9323.0, 9319.0, 9329.0, 9299.0, 9307.0, 9272.0, 9284.0, 9271.0, 9299.0, 9291.0, 9306.0, 9276.0, 9314.0, 9315.0, 9345.0, 9307.0, 9323.0, 9355.0, 9316.0, 9335.0, 9274.0, 9301.0, 9250.0, 9288.0, 9285.0, 9282.0, 9318.0, 9338.0, 9312.0, 9333.0, 9307.0, 9360.0, 9341.0, 9346.0, 9317.0, 9312.0, 9287.0, 9318.0, 9285.0, 9314.0, 9268.0, 9304.0, 9267.0, 9304.0, 9265.0, 9286.0, 9263.0, 9293.0, 9293.0, 9290.0, 9290.0, 9269.0, 9265.0, 9293.0, 9286.0, 9310.0, 9259.0, 9296.0, 9293.0, 9315.0, 9360.0, 9316.0, 9338.0, 9281.0, 9314.0, 9287.0, 9313.0, 9294.0, 9315.0, 9283.0, 9322.0, 9294.0, 9310.0, 9277.0, 9314.0, 9306.0, 9315.0, 9278.0, 9284.0, 9253.0, 9270.0, 9260.0, 9296.0, 9312.0, 9313.0, 9314.0, 9273.0, 9310.0, 9305.0, 9330.0, 9297.0, 9303.0, 9290.0, 9312.0, 9290.0, 9317.0, 9296.0, 9324.0, 9280.0, 9310.0, 9279.0, 9320.0, 9358.0, 9297.0, 9316.0, 9274.0, 9313.0, 9272.0, 9313.0, 9291.0, 9322.0, 9273.0, 9311.0, 9285.0, 9323.0, 9319.0, 9302.0, 9316.0, 9276.0, 9310.0, 9277.0, 9319.0, 9281.0, 9319.0, 9317.0, 9323.0, 9276.0, 9331.0, 9323.0, 9301.0, 9312.0, 9321.0, 9320.0, 9308.0, 9288.0, 9305.0, 9312.0, 9305.0, 9376.0, 9338.0, 9369.0, 9322.0, 9323.0, 9295.0, 9346.0, 9273.0, 9307.0, 9273.0, 9291.0, 9336.0, 9332.0, 9362.0, 9318.0, 9336.0, 9290.0, 9314.0, 9275.0, 9310.0, 9278.0, 9319.0, 9304.0, 9301.0, 9335.0, 9296.0, 9369.0, 9326.0, 9338.0, 9276.0, 9299.0, 9268.0, 9299.0, 9241.0, 9307.0, 9283.0, 9274.0, 9323.0, 9282.0, 9308.0, 9249.0, 9313.0, 9278.0, 9314.0, 9277.0, 9298.0, 9274.0, 9297.0, 9274.0, 9318.0, 9272.0, 9288.0, 9255.0, 9274.0, 9283.0, 9297.0, 9353.0, 9293.0, 9314.0, 9310.0, 9317.0, 9309.0, 9331.0, 9288.0, 9343.0, 9323.0, 9346.0, 9303.0, 9315.0, 9293.0, 9330.0, 9278.0, 9304.0, 9259.0, 9294.0, 9276.0, 9298.0, 9376.0, 9317.0, 9356.0, 9296.0, 9317.0, 9294.0, 9333.0, 9291.0, 9316.0, 9274.0, 9319.0, 9261.0, 9294.0, 9308.0, 9324.0, 9293.0, 9295.0, 9257.0, 9291.0, 9256.0, 9292.0, 9261.0, 9277.0, 9332.0, 9293.0, 9314.0, 9278.0, 9343.0, 9309.0, 9321.0, 9276.0, 9299.0, 9276.0, 9301.0, 9273.0, 9308.0, 9300.0, 9311.0, 9285.0, 9305.0, 9318.0, 9296.0, 9273.0, 9273.0, 9260.0, 9294.0, 9290.0, 9298.0, 9337.0, 9294.0, 9318.0, 9293.0, 9348.0, 9321.0, 9339.0, 9296.0, 9298.0, 9275.0, 9297.0, 9298.0, 9323.0, 9274.0, 9308.0, 9266.0, 9321.0, 9306.0, 9296.0, 9258.0, 9291.0, 9257.0, 9311.0, 9265.0, 9301.0, 9288.0, 9293.0, 9331.0, 9293.0, 9346.0, 9291.0, 9339.0, 9301.0, 9301.0, 9291.0, 9323.0, 9290.0, 9262.0, 9270.0, 9306.0, 9254.0, 9303.0, 9249.0, 9290.0, 9272.0, 9295.0, 9271.0, 9303.0, 9274.0, 9282.0, 9280.0, 9262.0, 9294.0, 9267.0, 9288.0, 9239.0, 9246.0, 9215.0, 9224.0, 9201.0, 9249.0, 9197.0, 9240.0, 9225.0, 9277.0, 9217.0, 9264.0, 9245.0, 9256.0, 9226.0, 9249.0, 9219.0, 9247.0, 9239.0, 9259.0, 9251.0, 9300.0, 9274.0, 9337.0, 9280.0, 9314.0, 9294.0, 9326.0, 9291.0, 9288.0, 9262.0, 9266.0, 9246.0, 9285.0, 9253.0, 9335.0, 9292.0, 9296.0, 9289.0, 9294.0, 9318.0, 9296.0, 9381.0, 9321.0, 9356.0, 9284.0, 9331.0, 9276.0, 9326.0, 9280.0, 9333.0, 9281.0, 9318.0, 9275.0, 9314.0, 9293.0, 9344.0, 9303.0, 9319.0, 9280.0, 9318.0, 9298.0, 9315.0, 9298.0, 9331.0, 9293.0, 9316.0, 9304.0, 9362.0, 9307.0, 9333.0, 9285.0, 9315.0, 9318.0, 9354.0, 9302.0, 9364.0, 9308.0, 9356.0, 9316.0, 9344.0, 9328.0, 9342.0, 9302.0, 9332.0, 9298.0, 9334.0, 9304.0, 9360.0, 9301.0, 9346.0, 9303.0, 9340.0, 9339.0, 9364.0, 9313.0, 9349.0, 9302.0, 9277.0, 9312.0, 9318.0, 9337.0, 9279.0, 9333.0, 9264.0, 9317.0, 9260.0, 9343.0, 9290.0, 9323.0, 9269.0, 9295.0, 9257.0, 9293.0, 9255.0, 9309.0, 9258.0, 9311.0, 9261.0, 9317.0, 9300.0, 9325.0, 9267.0, 9296.0, 9263.0, 9310.0, 9262.0, 9314.0, 9261.0, 9314.0, 9275.0, 9325.0, 9304.0, 9323.0, 9283.0, 9315.0, 9266.0, 9320.0, 9289.0, 9337.0, 9305.0, 9338.0, 9288.0, 9370.0, 9302.0, 9371.0, 9309.0, 9330.0, 9282.0, 9312.0, 9274.0, 9307.0, 9267.0, 9315.0, 9280.0, 9313.0, 9279.0, 9340.0, 9327.0, 9315.0, 9284.0, 9319.0, 9320.0, 9298.0, 9307.0, 9293.0, 9334.0, 9322.0, 9364.0, 9309.0, 9337.0, 9281.0, 9313.0, 9275.0, 9298.0, 9265.0, 9317.0, 9280.0, 9317.0, 9277.0, 9319.0, 9283.0, 9335.0, 9290.0, 9307.0, 9275.0, 9302.0, 9261.0, 9307.0, 9266.0, 9307.0, 9274.0, 9333.0, 9308.0, 9316.0, 9299.0, 9294.0, 9249.0, 9316.0, 9285.0, 9336.0, 9298.0, 9312.0, 9313.0, 9325.0, 9366.0, 9300.0, 9334.0, 9320.0, 9322.0, 9275.0, 9319.0, 9272.0, 9315.0, 9310.0, 9335.0, 9287.0, 9300.0, 9276.0, 9280.0, 9290.0, 9292.0, 9318.0, 9281.0, 9319.0, 9277.0, 9334.0, 9306.0, 9315.0, 9262.0, 9293.0, 9261.0, 9318.0, 9291.0, 9281.0, 9304.0, 9296.0, 9362.0, 9326.0, 9345.0, 9297.0, 9318.0, 9280.0, 9321.0, 9280.0, 9321.0, 9260.0, 9306.0, 9286.0, 9301.0, 9362.0, 9296.0, 9336.0, 9277.0, 9294.0, 9256.0, 9300.0, 9259.0, 9300.0, 9258.0, 9308.0, 9272.0, 9297.0, 9263.0, 9319.0, 9318.0, 9301.0, 9301.0, 9271.0, 9267.0, 9280.0, 9290.0, 9298.0, 9333.0, 9293.0, 9349.0, 9307.0, 9330.0, 9280.0, 9316.0, 9274.0, 9302.0, 9275.0, 9322.0, 9261.0, 9312.0, 9260.0, 9318.0, 9326.0, 9322.0, 9359.0, 9300.0, 9319.0, 9275.0, 9320.0, 9295.0, 9319.0, 9296.0, 9343.0, 9304.0, 9373.0, 9277.0, 9343.0, 9323.0, 9305.0, 9279.0, 9297.0, 9276.0, 9297.0, 9321.0, 9299.0, 9321.0, 9265.0, 9319.0, 9300.0, 9329.0, 9299.0, 9301.0, 9262.0, 9287.0, 9256.0, 9308.0, 9261.0, 9312.0, 9280.0, 9312.0, 9277.0, 9320.0, 9330.0, 9302.0, 9294.0, 9292.0, 9275.0, 9279.0, 9290.0, 9294.0, 9329.0, 9291.0, 9333.0, 9297.0, 9339.0, 9283.0, 9312.0, 9258.0, 9297.0, 9272.0, 9323.0, 9300.0, 9323.0, 9272.0, 9315.0, 9288.0, 9320.0, 9318.0, 9298.0, 9291.0, 9324.0, 9282.0, 9323.0, 9261.0, 9292.0, 9277.0, 9287.0, 9313.0, 9293.0, 9324.0, 9343.0, 9345.0, 9296.0, 9319.0, 9272.0, 9314.0, 9288.0, 9325.0, 9297.0, 9289.0, 9265.0, 9247.0, 9280.0, 9216.0, 9251.0, 9197.0, 9251.0, 9197.0, 9241.0, 9198.0, 9215.0, 9226.0, 9221.0, 9281.0, 9247.0, 9267.0, 9203.0, 9244.0, 9203.0, 9230.0, 9222.0, 9254.0, 9223.0, 9249.0, 9246.0, 9271.0, 9267.0, 9287.0, 9254.0, 9264.0, 9259.0, 9265.0, 9303.0, 9270.0, 9292.0, 9271.0, 9296.0, 9268.0, 9308.0, 9307.0, 9308.0, 9274.0, 9290.0, 9283.0, 9318.0, 9283.0, 9315.0, 9293.0, 9314.0, 9341.0, 9348.0, 9362.0, 9338.0, 9331.0, 9318.0, 9328.0, 9319.0, 9345.0, 9323.0, 9372.0, 9310.0, 9369.0, 9330.0, 9334.0, 9299.0, 9322.0, 9294.0, 9315.0, 9283.0, 9335.0, 9297.0, 9315.0, 9323.0, 9319.0, 9373.0, 9322.0, 9341.0, 9299.0, 9321.0, 9295.0, 9323.0, 9303.0, 9342.0, 9297.0, 9328.0, 9294.0, 9354.0, 9309.0, 9318.0, 9278.0, 9302.0, 9274.0, 9304.0, 9284.0, 9321.0, 9298.0, 9326.0, 9298.0, 9336.0, 9307.0, 9356.0, 9309.0, 9312.0, 9276.0, 9311.0, 9317.0, 9293.0, 9313.0, 9288.0, 9313.0, 9290.0, 9349.0, 9304.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.0012139400921658988</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.019513403917050694</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.33693105923879</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.253289262110727</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0110871330795856</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4647</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5038.6714</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11213952790816614</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>93</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>10.714285714285714</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6534496579218776</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.645077664209161</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.822723205428307</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4925481041281645</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0177031</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01467935275286436</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.01963762566447258</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>3.7525197479681527</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>40.1911</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.9034</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.4672</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>304560.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>801.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>351.3727</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1528</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>576.8553</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3407.1743</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3608.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>71984.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1049.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4532.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>961.4806</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>41.95290538412519</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> |