=== 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-0013 --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-0013",
"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-0013_ses-03_task-social_acq-mb8_run-01_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-0013_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0013_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-01_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-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0013/figures/sub-0013_ses-03_task-social_acq-mb8_run-01_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-0013/ses-03/func/sub-0013_ses-03_task-social_acq-mb8_run-01_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>0a1f7b7df950167f90b0c64fad6782ca</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>09:58:12.760000</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.99647, 0.0826215, 0.0149018, -0.0829754, 0.942179, 0.324675]</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-01_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.0975402</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-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4138, -7782, -7243, 427, -158, -167, 54, 41]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>251.33</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>4587cbf6-88c2-4f80-8e37-1074827dd527||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.673454999923706, -0.22261697053909302, -0.0345195010304451, 125.21573638916016], [-0.22166745364665985, 2.5277974605560303, 0.8768657445907593, -88.23226928710938], [0.03998032584786415, -0.8710789084434509, 2.553412437438965, -9.392427444458008], [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': ['095812.760000', '095813.220000', '095813.680000', '095814.140000', '095814.600000', '095815.060000', '095815.520000', '095815.980000', '095816.440000', '095816.900000', '095817.360000', '095817.820000', '095818.280000', '095818.740000', '095819.200000', '095819.660000', '095820.120000', '095820.580000', '095821.040000', '095821.500000', '095821.960000', '095822.420000', '095822.880000', '095823.340000', '095823.800000', '095824.260000', '095824.720000', '095825.180000', '095825.640000', '095826.100000', '095826.560000', '095827.020000', '095827.480000', '095827.940000', '095828.400000', '095828.860000', '095829.320000', '095829.780000', '095830.240000', '095830.700000', '095831.160000', '095831.620000', '095832.080000', '095832.540000', '095833.000000', '095833.460000', '095833.920000', '095834.380000', '095834.840000', '095835.300000', '095835.760000', '095836.220000', '095836.680000', '095837.140000', '095837.600000', '095838.060000', '095838.520000', '095838.980000', '095839.440000', '095839.900000', '095840.360000', '095840.820000', '095841.280000', '095841.740000', '095842.200000', '095842.660000', '095843.120000', '095843.580000', '095844.040000', '095844.500000', '095844.960000', '095845.420000', '095845.880000', '095846.340000', '095846.800000', '095847.260000', '095847.720000', '095848.180000', '095848.640000', '095849.100000', '095849.560000', '095850.020000', '095850.480000', '095850.940000', '095851.400000', '095851.860000', '095852.320000', '095852.780000', '095853.240000', '095853.700000', '095854.160000', '095854.620000', '095855.080000', '095855.540000', '095856.000000', '095856.460000', '095856.920000', '095857.380000', '095857.840000', '095858.300000', '095858.760000', '095859.220000', '095859.680000', '095900.140000', '095900.600000', '095901.060000', '095901.520000', '095901.980000', '095902.440000', '095902.900000', '095903.360000', '095903.820000', '095904.280000', '095904.740000', '095905.200000', '095905.660000', '095906.120000', '095906.580000', '095907.040000', '095907.500000', '095907.960000', '095908.420000', '095908.880000', '095909.340000', '095909.800000', '095910.260000', '095910.720000', '095911.180000', '095911.640000', '095912.100000', '095912.560000', '095913.020000', '095913.480000', '095913.940000', '095914.400000', '095914.860000', '095915.320000', '095915.780000', '095916.240000', '095916.700000', '095917.160000', '095917.620000', '095918.080000', '095918.540000', '095919.000000', '095919.460000', '095919.920000', '095920.380000', '095920.840000', '095921.300000', '095921.760000', '095922.220000', '095922.680000', '095923.140000', '095923.600000', '095924.060000', '095924.520000', '095924.980000', '095925.440000', '095925.900000', '095926.360000', '095926.820000', '095927.280000', '095927.740000', '095928.200000', '095928.660000', '095929.120000', '095929.580000', '095930.040000', '095930.500000', '095930.960000', '095931.420000', '095931.880000', '095932.340000', '095932.800000', '095933.260000', '095933.720000', '095934.180000', '095934.640000', '095935.100000', '095935.560000', '095936.020000', '095936.480000', '095936.940000', '095937.400000', '095937.860000', '095938.320000', '095938.780000', '095939.240000', '095939.700000', '095940.160000', '095940.620000', '095941.080000', '095941.540000', '095942.000000', '095942.460000', '095942.920000', '095943.380000', '095943.840000', '095944.300000', '095944.760000', '095945.220000', '095945.680000', '095946.140000', '095946.600000', '095947.060000', '095947.520000', '095947.980000', '095948.440000', '095948.900000', '095949.360000', '095949.820000', '095950.280000', '095950.740000', '095951.200000', '095951.660000', '095952.120000', '095952.580000', '095953.040000', '095953.500000', '095953.960000', '095954.420000', '095954.880000', '095955.340000', '095955.800000', '095956.260000', '095956.720000', '095957.180000', '095957.640000', '095958.100000', '095958.560000', '095959.020000', '095959.480000', '095959.940000', '100000.400000', '100000.860000', '100001.320000', '100001.780000', '100002.240000', '100002.700000', '100003.160000', '100003.620000', '100004.080000', '100004.540000', '100005.000000', '100005.460000', '100005.920000', '100006.380000', '100006.840000', '100007.300000', '100007.760000', '100008.220000', '100008.680000', '100009.140000', '100009.600000', '100010.060000', '100010.520000', '100010.980000', '100011.440000', '100011.900000', '100012.360000', '100012.820000', '100013.280000', '100013.740000', '100014.200000', '100014.660000', '100015.120000', '100015.580000', '100016.040000', '100016.500000', '100016.960000', '100017.420000', '100017.880000', '100018.340000', '100018.800000', '100019.260000', '100019.720000', '100020.180000', '100020.640000', '100021.100000', '100021.560000', '100022.020000', '100022.480000', '100022.940000', '100023.400000', '100023.860000', '100024.320000', '100024.780000', '100025.240000', '100025.700000', '100026.160000', '100026.620000', '100027.080000', '100027.540000', '100028.000000', '100028.460000', '100028.920000', '100029.380000', '100029.840000', '100030.300000', '100030.760000', '100031.220000', '100031.680000', '100032.140000', '100032.600000', '100033.060000', '100033.520000', '100033.980000', '100034.440000', '100034.900000', '100035.360000', '100035.820000', '100036.280000', '100036.740000', '100037.200000', '100037.660000', '100038.120000', '100038.580000', '100039.040000', '100039.500000', '100039.960000', '100040.420000', '100040.880000', '100041.340000', '100041.800000', '100042.260000', '100042.720000', '100043.180000', '100043.640000', '100044.100000', '100044.560000', '100045.020000', '100045.480000', '100045.940000', '100046.400000', '100046.860000', '100047.320000', '100047.780000', '100048.240000', '100048.700000', '100049.160000', '100049.620000', '100050.080000', '100050.540000', '100051.000000', '100051.460000', '100051.920000', '100052.380000', '100052.840000', '100053.300000', '100053.760000', '100054.220000', '100054.680000', '100055.140000', '100055.600000', '100056.060000', '100056.520000', '100056.980000', '100057.440000', '100057.900000', '100058.360000', '100058.820000', '100059.280000', '100059.740000', '100100.200000', '100100.660000', '100101.120000', '100101.580000', '100102.040000', '100102.500000', '100102.960000', '100103.420000', '100103.880000', '100104.340000', '100104.800000', '100105.260000', '100105.720000', '100106.180000', '100106.640000', '100107.100000', '100107.560000', '100108.020000', '100108.480000', '100108.940000', '100109.400000', '100109.860000', '100110.320000', '100110.780000', '100111.240000', '100111.700000', '100112.160000', '100112.620000', '100113.080000', '100113.540000', '100114.000000', '100114.460000', '100114.920000', '100115.380000', '100115.840000', '100116.300000', '100116.760000', '100117.220000', '100117.680000', '100118.140000', '100118.600000', '100119.060000', '100119.520000', '100119.980000', '100120.440000', '100120.900000', '100121.360000', '100121.820000', '100122.280000', '100122.740000', '100123.200000', '100123.660000', '100124.120000', '100124.580000', '100125.040000', '100125.500000', '100125.960000', '100126.420000', '100126.880000', '100127.340000', '100127.800000', '100128.260000', '100128.720000', '100129.180000', '100129.640000', '100130.100000', '100130.560000', '100131.020000', '100131.480000', '100131.940000', '100132.400000', '100132.860000', '100133.320000', '100133.780000', '100134.240000', '100134.700000', '100135.160000', '100135.620000', '100136.080000', '100136.540000', '100137.000000', '100137.460000', '100137.920000', '100138.380000', '100138.840000', '100139.300000', '100139.760000', '100140.220000', '100140.680000', '100141.140000', '100141.600000', '100142.060000', '100142.520000', '100142.980000', '100143.440000', '100143.900000', '100144.360000', '100144.820000', '100145.280000', '100145.740000', '100146.200000', '100146.660000', '100147.120000', '100147.580000', '100148.040000', '100148.500000', '100148.960000', '100149.420000', '100149.880000', '100150.340000', '100150.800000', '100151.260000', '100151.720000', '100152.180000', '100152.640000', '100153.100000', '100153.560000', '100154.020000', '100154.480000', '100154.940000', '100155.400000', '100155.860000', '100156.320000', '100156.780000', '100157.240000', '100157.700000', '100158.160000', '100158.620000', '100159.080000', '100159.540000', '100200.000000', '100200.460000', '100200.920000', '100201.380000', '100201.840000', '100202.300000', '100202.760000', '100203.220000', '100203.680000', '100204.140000', '100204.600000', '100205.060000', '100205.520000', '100205.980000', '100206.440000', '100206.900000', '100207.360000', '100207.820000', '100208.280000', '100208.740000', '100209.200000', '100209.660000', '100210.120000', '100210.580000', '100211.040000', '100211.500000', '100211.960000', '100212.420000', '100212.880000', '100213.340000', '100213.800000', '100214.260000', '100214.720000', '100215.180000', '100215.640000', '100216.100000', '100216.560000', '100217.020000', '100217.480000', '100217.940000', '100218.400000', '100218.860000', '100219.320000', '100219.780000', '100220.240000', '100220.700000', '100221.160000', '100221.620000', '100222.080000', '100222.540000', '100223.000000', '100223.460000', '100223.920000', '100224.380000', '100224.840000', '100225.300000', '100225.760000', '100226.220000', '100226.680000', '100227.140000', '100227.600000', '100228.060000', '100228.520000', '100228.980000', '100229.440000', '100229.900000', '100230.360000', '100230.820000', '100231.280000', '100231.740000', '100232.200000', '100232.660000', '100233.120000', '100233.580000', '100234.040000', '100234.500000', '100234.960000', '100235.420000', '100235.880000', '100236.340000', '100236.800000', '100237.260000', '100237.720000', '100238.180000', '100238.640000', '100239.100000', '100239.560000', '100240.020000', '100240.480000', '100240.940000', '100241.400000', '100241.860000', '100242.320000', '100242.780000', '100243.240000', '100243.700000', '100244.160000', '100244.620000', '100245.080000', '100245.540000', '100246.000000', '100246.460000', '100246.920000', '100247.380000', '100247.840000', '100248.300000', '100248.760000', '100249.220000', '100249.680000', '100250.140000', '100250.600000', '100251.060000', '100251.520000', '100251.980000', '100252.440000', '100252.900000', '100253.360000', '100253.820000', '100254.280000', '100254.740000', '100255.200000', '100255.660000', '100256.120000', '100256.580000', '100257.040000', '100257.500000', '100257.960000', '100258.420000', '100258.880000', '100259.340000', '100259.800000', '100300.260000', '100300.720000', '100301.180000', '100301.640000', '100302.100000', '100302.560000', '100303.020000', '100303.480000', '100303.940000', '100304.400000', '100304.860000', '100305.320000', '100305.780000', '100306.240000', '100306.700000', '100307.160000', '100307.620000', '100308.080000', '100308.540000', '100309.000000', '100309.460000', '100309.920000', '100310.380000', '100310.840000', '100311.300000', '100311.760000', '100312.220000', '100312.680000', '100313.140000', '100313.600000', '100314.060000', '100314.520000', '100314.980000', '100315.440000', '100315.900000', '100316.360000', '100316.820000', '100317.280000', '100317.740000', '100318.200000', '100318.660000', '100319.120000', '100319.580000', '100320.040000', '100320.500000', '100320.960000', '100321.420000', '100321.880000', '100322.340000', '100322.800000', '100323.260000', '100323.720000', '100324.180000', '100324.640000', '100325.100000', '100325.560000', '100326.020000', '100326.480000', '100326.940000', '100327.400000', '100327.860000', '100328.320000', '100328.780000', '100329.240000', '100329.700000', '100330.160000', '100330.620000', '100331.080000', '100331.540000', '100332.000000', '100332.460000', '100332.920000', '100333.380000', '100333.840000', '100334.300000', '100334.760000', '100335.220000', '100335.680000', '100336.140000', '100336.600000', '100337.060000', '100337.520000', '100337.980000', '100338.440000', '100338.900000', '100339.360000', '100339.820000', '100340.280000', '100340.740000', '100341.200000', '100341.660000', '100342.120000', '100342.580000', '100343.040000', '100343.500000', '100343.960000', '100344.420000', '100344.880000', '100345.340000', '100345.800000', '100346.260000', '100346.720000', '100347.180000', '100347.640000', '100348.100000', '100348.560000', '100349.020000', '100349.480000', '100349.940000', '100350.400000', '100350.860000', '100351.320000', '100351.780000', '100352.240000', '100352.700000', '100353.160000', '100353.620000', '100354.080000', '100354.540000', '100355.000000', '100355.460000', '100355.920000', '100356.380000', '100356.840000', '100357.300000', '100357.760000', '100358.220000', '100358.680000', '100359.140000', '100359.600000', '100400.060000', '100400.520000', '100400.980000', '100401.440000', '100401.900000', '100402.360000', '100402.820000', '100403.280000', '100403.740000', '100404.200000', '100404.660000', '100405.120000', '100405.580000', '100406.040000', '100406.500000', '100406.960000', '100407.420000', '100407.880000', '100408.340000', '100408.800000', '100409.260000', '100409.720000', '100410.180000', '100410.640000', '100411.100000', '100411.560000', '100412.020000', '100412.480000', '100412.940000', '100413.400000', '100413.860000', '100414.320000', '100414.780000', '100415.240000', '100415.700000', '100416.160000', '100416.620000', '100417.080000', '100417.540000', '100418.000000', '100418.460000', '100418.920000', '100419.380000', '100419.840000', '100420.300000', '100420.760000', '100421.220000', '100421.680000', '100422.140000', '100422.600000', '100423.060000', '100423.520000', '100423.980000', '100424.440000', '100424.900000', '100425.360000', '100425.820000', '100426.280000', '100426.740000', '100427.200000', '100427.660000', '100428.120000', '100428.580000', '100429.040000', '100429.500000', '100429.960000', '100430.420000', '100430.880000', '100431.340000', '100431.800000', '100432.260000', '100432.720000', '100433.180000', '100433.640000', '100434.100000', '100434.560000', '100435.020000', '100435.480000', '100435.940000', '100436.400000', '100436.860000', '100437.320000', '100437.780000', '100438.240000', '100438.700000', '100439.160000', '100439.620000', '100440.080000', '100440.540000', '100441.000000', '100441.460000', '100441.920000', '100442.380000', '100442.840000', '100443.300000', '100443.760000', '100444.220000', '100444.680000', '100445.140000', '100445.600000', '100446.060000', '100446.520000', '100446.980000', '100447.440000', '100447.900000', '100448.360000', '100448.820000', '100449.280000', '100449.740000', '100450.200000', '100450.660000', '100451.120000', '100451.580000', '100452.040000', '100452.500000', '100452.960000', '100453.420000'], 'ContentTime': ['095823.152000', '095823.155000', '095823.158000', '095823.161000', '095823.164000', '095823.167000', '095823.170000', '095823.172000', '095823.175000', '095823.178000', '095823.181000', '095823.184000', '095823.186000', '095823.189000', '095823.192000', '095823.195000', '095823.198000', '095823.201000', '095823.203000', '095823.206000', '095843.111000', '095843.116000', '095843.118000', '095843.121000', '095843.124000', '095843.127000', '095843.130000', '095843.132000', '095843.135000', '095843.138000', '095843.141000', '095843.144000', '095843.151000', '095843.154000', '095843.157000', '095843.160000', '095843.163000', '095843.165000', '095843.168000', '095843.171000', '095843.174000', '095843.177000', '095843.180000', '095843.182000', '095843.185000', '095843.188000', '095843.191000', '095843.194000', '095843.197000', '095843.199000', '095843.202000', '095843.205000', '095843.208000', '095843.211000', '095843.214000', '095843.216000', '095843.219000', '095843.222000', '095843.240000', '095843.243000', '095843.246000', '095843.249000', '095843.252000', '095903.111000', '095903.114000', '095903.117000', '095903.120000', '095903.122000', '095903.125000', '095903.128000', '095903.131000', '095903.134000', '095903.136000', '095903.139000', '095903.142000', '095903.145000', '095903.148000', '095903.151000', '095903.153000', '095903.156000', '095903.159000', '095903.162000', '095903.165000', '095903.168000', '095903.170000', '095903.173000', '095903.176000', '095903.179000', '095903.182000', '095903.184000', '095903.187000', '095903.190000', '095903.193000', '095903.196000', '095903.198000', '095903.201000', '095903.204000', '095903.207000', '095903.210000', '095903.213000', '095903.215000', '095903.218000', '095903.221000', '095903.224000', '095903.227000', '095903.229000', '095903.232000', '095923.112000', '095923.115000', '095923.118000', '095923.120000', '095923.123000', '095923.126000', '095923.129000', '095923.132000', '095923.135000', '095923.137000', '095923.140000', '095923.143000', '095923.146000', '095923.149000', '095923.152000', '095923.154000', '095923.157000', '095923.161000', '095923.164000', '095923.167000', '095923.170000', '095923.173000', '095923.176000', '095923.179000', '095923.182000', '095923.185000', '095923.187000', '095923.190000', '095923.193000', '095923.196000', '095923.199000', '095923.201000', '095923.204000', '095923.207000', '095923.210000', '095923.213000', '095923.216000', '095923.219000', '095923.221000', '095923.225000', '095923.228000', '095923.231000', '095923.234000', '095943.112000', '095943.115000', '095943.118000', '095943.120000', '095943.123000', '095943.127000', '095943.130000', '095943.133000', '095943.136000', '095943.138000', '095943.141000', '095943.144000', '095943.147000', '095943.150000', '095943.153000', '095943.155000', '095943.158000', '095943.161000', '095943.164000', '095943.167000', '095943.170000', '095943.172000', '095943.175000', '095943.178000', '095943.181000', '095943.184000', '095943.186000', '095943.189000', '095943.192000', '095943.195000', '095943.198000', '095943.201000', '095943.203000', '095943.206000', '095943.209000', '095943.212000', '095943.215000', '095943.218000', '095943.221000', '095943.223000', '095943.226000', '095943.229000', '095943.232000', '095943.235000', '100003.112000', '100003.115000', '100003.118000', '100003.121000', '100003.123000', '100003.126000', '100003.129000', '100003.132000', '100003.135000', '100003.137000', '100003.140000', '100003.143000', '100003.146000', '100003.149000', '100003.152000', '100003.154000', '100003.157000', '100003.160000', '100003.163000', '100003.166000', '100003.169000', '100003.172000', '100003.174000', '100003.177000', '100003.180000', '100003.183000', '100003.186000', '100003.188000', '100003.191000', '100003.194000', '100003.197000', '100003.200000', '100003.214000', '100003.217000', '100003.220000', '100003.223000', '100003.226000', '100003.228000', '100003.231000', '100003.234000', '100003.237000', '100003.240000', '100003.243000', '100023.111000', '100023.114000', '100023.117000', '100023.120000', '100023.123000', '100023.125000', '100023.128000', '100023.131000', '100023.134000', '100023.137000', '100023.139000', '100023.142000', '100023.145000', '100023.148000', '100023.151000', '100023.154000', '100023.156000', '100023.159000', '100023.162000', '100023.165000', '100023.168000', '100023.170000', '100023.173000', '100023.176000', '100023.179000', '100023.182000', '100023.185000', '100023.187000', '100023.190000', '100023.193000', '100023.196000', '100023.199000', '100023.202000', '100023.205000', '100023.207000', '100023.210000', '100023.213000', '100023.216000', '100023.219000', '100023.221000', '100023.224000', '100023.227000', '100023.230000', '100023.233000', '100043.111000', '100043.114000', '100043.117000', '100043.120000', '100043.123000', '100043.126000', '100043.128000', '100043.131000', '100043.134000', '100043.137000', '100043.140000', '100043.143000', '100043.145000', '100043.148000', '100043.151000', '100043.154000', '100043.157000', '100043.160000', '100043.162000', '100043.165000', '100043.168000', '100043.171000', '100043.174000', '100043.177000', '100043.179000', '100043.182000', '100043.185000', '100043.188000', '100043.191000', '100043.193000', '100043.198000', '100043.201000', '100043.204000', '100043.207000', '100043.210000', '100043.213000', '100043.215000', '100043.218000', '100043.221000', '100043.224000', '100043.227000', '100043.229000', '100043.232000', '100103.111000', '100103.114000', '100103.117000', '100103.120000', '100103.122000', '100103.125000', '100103.128000', '100103.131000', '100103.134000', '100103.137000', '100103.139000', '100103.142000', '100103.145000', '100103.148000', '100103.151000', '100103.154000', '100103.156000', '100103.159000', '100103.162000', '100103.165000', '100103.168000', '100103.171000', '100103.173000', '100103.176000', '100103.179000', '100103.182000', '100103.185000', '100103.188000', '100103.190000', '100103.193000', '100103.196000', '100103.199000', '100103.202000', '100103.205000', '100103.207000', '100103.210000', '100103.213000', '100103.216000', '100103.219000', '100103.222000', '100103.224000', '100103.227000', '100103.230000', '100103.233000', '100123.111000', '100123.114000', '100123.117000', '100123.120000', '100123.122000', '100123.125000', '100123.128000', '100123.131000', '100123.134000', '100123.137000', '100123.139000', '100123.142000', '100123.145000', '100123.148000', '100123.151000', '100123.154000', '100123.156000', '100123.159000', '100123.162000', '100123.165000', '100123.168000', '100123.171000', '100123.173000', '100123.176000', '100123.179000', '100123.182000', '100123.185000', '100123.187000', '100123.190000', '100123.193000', '100123.196000', '100123.199000', '100123.202000', '100123.205000', '100123.207000', '100123.210000', '100123.213000', '100123.216000', '100123.219000', '100123.222000', '100123.224000', '100123.227000', '100123.230000', '100143.112000', '100143.115000', '100143.118000', '100143.121000', '100143.124000', '100143.126000', '100143.129000', '100143.132000', '100143.135000', '100143.138000', '100143.141000', '100143.143000', '100143.146000', '100143.149000', '100143.152000', '100143.155000', '100143.157000', '100143.160000', '100143.163000', '100143.166000', '100143.169000', '100143.172000', '100143.174000', '100143.177000', '100143.180000', '100143.183000', '100143.186000', '100143.189000', '100143.201000', '100143.204000', '100143.207000', '100143.210000', '100143.213000', '100143.215000', '100143.218000', '100143.221000', '100143.224000', '100143.227000', '100143.230000', '100143.232000', '100143.235000', '100143.238000', '100143.241000', '100143.244000', '100203.112000', '100203.115000', '100203.118000', '100203.121000', '100203.123000', '100203.126000', '100203.129000', '100203.132000', '100203.135000', '100203.138000', '100203.141000', '100203.143000', '100203.146000', '100203.149000', '100203.152000', '100203.155000', '100203.158000', '100203.161000', '100203.163000', '100203.166000', '100203.169000', '100203.172000', '100203.175000', '100203.178000', '100203.180000', '100203.183000', '100203.186000', '100203.189000', '100203.192000', '100203.195000', '100203.198000', '100203.200000', '100203.203000', '100203.206000', '100203.209000', '100203.212000', '100203.215000', '100203.217000', '100203.220000', '100203.223000', '100203.226000', '100203.229000', '100203.232000', '100223.112000', '100223.115000', '100223.118000', '100223.120000', '100223.123000', '100223.126000', '100223.129000', '100223.132000', '100223.134000', '100223.137000', '100223.140000', '100223.143000', '100223.146000', '100223.149000', '100223.152000', '100223.154000', '100223.157000', '100223.160000', '100223.163000', '100223.166000', '100223.168000', '100223.171000', '100223.174000', '100223.177000', '100223.180000', '100223.183000', '100223.186000', '100223.188000', '100223.191000', '100223.194000', '100223.197000', '100223.200000', '100223.203000', '100223.206000', '100223.208000', '100223.211000', '100223.214000', '100223.217000', '100223.220000', '100223.223000', '100223.226000', '100223.228000', '100223.231000', '100223.234000', '100243.111000', '100243.114000', '100243.117000', '100243.120000', '100243.123000', '100243.125000', '100243.128000', '100243.131000', '100243.134000', '100243.137000', '100243.139000', '100243.142000', '100243.145000', '100243.148000', '100243.151000', '100243.154000', '100243.157000', '100243.159000', '100243.162000', '100243.165000', '100243.168000', '100243.171000', '100243.174000', '100243.176000', '100243.179000', '100243.182000', '100243.185000', '100243.188000', '100243.191000', '100243.194000', '100243.197000', '100243.199000', '100243.202000', '100243.205000', '100243.208000', '100243.211000', '100243.214000', '100243.217000', '100243.220000', '100243.222000', '100243.225000', '100243.228000', '100243.231000', '100303.111000', '100303.114000', '100303.117000', '100303.120000', '100303.123000', '100303.125000', '100303.128000', '100303.131000', '100303.134000', '100303.137000', '100303.140000', '100303.143000', '100303.145000', '100303.148000', '100303.151000', '100303.154000', '100303.157000', '100303.159000', '100303.162000', '100303.165000', '100303.168000', '100303.171000', '100303.174000', '100303.176000', '100303.179000', '100303.182000', '100303.185000', '100303.188000', '100303.191000', '100303.194000', '100303.196000', '100303.199000', '100303.202000', '100303.205000', '100303.208000', '100303.211000', '100303.213000', '100303.216000', '100303.231000', '100303.234000', '100303.237000', '100303.240000', '100303.243000', '100323.111000', '100323.114000', '100323.117000', '100323.120000', '100323.123000', '100323.125000', '100323.128000', '100323.131000', '100323.134000', '100323.137000', '100323.140000', '100323.143000', '100323.145000', '100323.148000', '100323.151000', '100323.154000', '100323.157000', '100323.160000', '100323.163000', '100323.165000', '100323.168000', '100323.171000', '100323.174000', '100323.177000', '100323.180000', '100323.183000', '100323.185000', '100323.188000', '100323.191000', '100323.194000', '100323.197000', '100323.200000', '100323.202000', '100323.205000', '100323.208000', '100323.211000', '100323.214000', '100323.216000', '100323.219000', '100323.222000', '100323.225000', '100323.228000', '100323.231000', '100323.234000', '100343.111000', '100343.115000', '100343.118000', '100343.120000', '100343.123000', '100343.126000', '100343.129000', '100343.132000', '100343.135000', '100343.138000', '100343.141000', '100343.143000', '100343.146000', '100343.149000', '100343.152000', '100343.155000', '100343.158000', '100343.161000', '100343.163000', '100343.166000', '100343.170000', '100343.173000', '100343.176000', '100343.179000', '100343.182000', '100343.185000', '100343.187000', '100343.190000', '100343.193000', '100343.196000', '100343.199000', '100343.202000', '100343.205000', '100343.208000', '100343.210000', '100343.213000', '100343.216000', '100343.219000', '100343.222000', '100343.225000', '100343.228000', '100343.231000', '100343.233000', '100403.112000', '100403.115000', '100403.118000', '100403.121000', '100403.123000', '100403.126000', '100403.129000', '100403.132000', '100403.135000', '100403.138000', '100403.141000', '100403.143000', '100403.146000', '100403.149000', '100403.152000', '100403.155000', '100403.158000', '100403.161000', '100403.163000', '100403.166000', '100403.169000', '100403.172000', '100403.175000', '100403.178000', '100403.181000', '100403.184000', '100403.186000', '100403.189000', '100403.192000', '100403.195000', '100403.198000', '100403.201000', '100403.204000', '100403.207000', '100403.210000', '100403.212000', '100403.215000', '100403.218000', '100403.221000', '100403.224000', '100403.227000', '100403.229000', '100403.232000', '100403.235000', '100423.112000', '100423.115000', '100423.118000', '100423.121000', '100423.124000', '100423.126000', '100423.129000', '100423.132000', '100423.135000', '100423.138000', '100423.144000', '100423.147000', '100423.150000', '100423.153000', '100423.156000', '100423.159000', '100423.162000', '100423.164000', '100423.167000', '100423.170000', '100423.173000', '100423.176000', '100423.179000', '100423.182000', '100423.184000', '100423.187000', '100423.190000', '100423.193000', '100423.196000', '100423.199000', '100423.201000', '100423.204000', '100423.207000', '100423.210000', '100423.213000', '100423.216000', '100423.219000', '100423.221000', '100423.226000', '100423.229000', '100423.231000', '100423.234000', '100423.237000', '100443.112000', '100443.115000', '100443.118000', '100443.121000', '100443.124000', '100443.126000', '100443.129000', '100443.132000', '100443.135000', '100443.138000', '100443.141000', '100443.143000', '100443.146000', '100443.149000', '100443.152000', '100443.155000', '100443.158000', '100443.161000', '100443.163000', '100443.166000', '100443.176000', '100443.179000', '100443.182000', '100443.185000', '100443.188000', '100443.191000', '100443.193000', '100443.196000', '100443.199000', '100443.202000', '100443.205000', '100443.208000', '100443.210000', '100443.213000', '100443.216000', '100443.219000', '100443.222000', '100443.225000', '100443.227000', '100443.230000', '100443.233000', '100443.236000', '100443.239000', '100443.242000', '100454.947000', '100454.951000', '100454.955000', '100454.958000', '100454.961000', '100454.964000', '100454.967000', '100454.971000', '100454.973000', '100454.976000', '100454.979000', '100454.982000', '100454.985000', '100454.988000', '100454.991000', '100454.994000', '100454.997000', '100455.001000', '100455.004000', '100455.007000', '100455.010000', '100455.013000', '100455.015000', '100455.019000', '100455.022000', '100455.025000'], 'InstanceCreationTime': ['095823.152000', '095823.155000', '095823.158000', '095823.161000', '095823.164000', '095823.167000', '095823.170000', '095823.172000', '095823.175000', '095823.178000', '095823.181000', '095823.184000', '095823.186000', '095823.189000', '095823.192000', '095823.195000', '095823.198000', '095823.201000', '095823.203000', '095823.206000', '095843.111000', '095843.116000', '095843.118000', '095843.121000', '095843.124000', '095843.127000', '095843.130000', '095843.132000', '095843.135000', '095843.138000', '095843.141000', '095843.144000', '095843.151000', '095843.154000', '095843.157000', '095843.160000', '095843.163000', '095843.165000', '095843.168000', '095843.171000', '095843.174000', '095843.177000', '095843.180000', '095843.182000', '095843.185000', '095843.188000', '095843.191000', '095843.194000', '095843.197000', '095843.199000', '095843.202000', '095843.205000', '095843.208000', '095843.211000', '095843.214000', '095843.216000', '095843.219000', '095843.222000', '095843.240000', '095843.243000', '095843.246000', '095843.249000', '095843.252000', '095903.111000', '095903.114000', '095903.117000', '095903.120000', '095903.122000', '095903.125000', '095903.128000', '095903.131000', '095903.134000', '095903.136000', '095903.139000', '095903.142000', '095903.145000', '095903.148000', '095903.151000', '095903.153000', '095903.156000', '095903.159000', '095903.162000', '095903.165000', '095903.168000', '095903.170000', '095903.173000', '095903.176000', '095903.179000', '095903.182000', '095903.184000', '095903.187000', '095903.190000', '095903.193000', '095903.196000', '095903.198000', '095903.201000', '095903.204000', '095903.207000', '095903.210000', '095903.213000', '095903.215000', '095903.218000', '095903.221000', '095903.224000', '095903.227000', '095903.229000', '095903.232000', '095923.112000', '095923.115000', '095923.118000', '095923.120000', '095923.123000', '095923.126000', '095923.129000', '095923.132000', '095923.135000', '095923.137000', '095923.140000', '095923.143000', '095923.146000', '095923.149000', '095923.152000', '095923.154000', '095923.157000', '095923.161000', '095923.164000', '095923.167000', '095923.170000', '095923.173000', '095923.176000', '095923.179000', '095923.182000', '095923.185000', '095923.187000', '095923.190000', '095923.193000', '095923.196000', '095923.199000', '095923.201000', '095923.204000', '095923.207000', '095923.210000', '095923.213000', '095923.216000', '095923.219000', '095923.221000', '095923.225000', '095923.228000', '095923.231000', '095923.234000', '095943.112000', '095943.115000', '095943.118000', '095943.120000', '095943.123000', '095943.127000', '095943.130000', '095943.133000', '095943.136000', '095943.138000', '095943.141000', '095943.144000', '095943.147000', '095943.150000', '095943.153000', '095943.155000', '095943.158000', '095943.161000', '095943.164000', '095943.167000', '095943.170000', '095943.172000', '095943.175000', '095943.178000', '095943.181000', '095943.184000', '095943.186000', '095943.189000', '095943.192000', '095943.195000', '095943.198000', '095943.201000', '095943.203000', '095943.206000', '095943.209000', '095943.212000', '095943.215000', '095943.218000', '095943.221000', '095943.223000', '095943.226000', '095943.229000', '095943.232000', '095943.235000', '100003.112000', '100003.115000', '100003.118000', '100003.121000', '100003.123000', '100003.126000', '100003.129000', '100003.132000', '100003.135000', '100003.137000', '100003.140000', '100003.143000', '100003.146000', '100003.149000', '100003.152000', '100003.154000', '100003.157000', '100003.160000', '100003.163000', '100003.166000', '100003.169000', '100003.172000', '100003.174000', '100003.177000', '100003.180000', '100003.183000', '100003.186000', '100003.188000', '100003.191000', '100003.194000', '100003.197000', '100003.200000', '100003.214000', '100003.217000', '100003.220000', '100003.223000', '100003.226000', '100003.228000', '100003.231000', '100003.234000', '100003.237000', '100003.240000', '100003.243000', '100023.111000', '100023.114000', '100023.117000', '100023.120000', '100023.123000', '100023.125000', '100023.128000', '100023.131000', '100023.134000', '100023.137000', '100023.139000', '100023.142000', '100023.145000', '100023.148000', '100023.151000', '100023.154000', '100023.156000', '100023.159000', '100023.162000', '100023.165000', '100023.168000', '100023.170000', '100023.173000', '100023.176000', '100023.179000', '100023.182000', '100023.185000', '100023.187000', '100023.190000', '100023.193000', '100023.196000', '100023.199000', '100023.202000', '100023.205000', '100023.207000', '100023.210000', '100023.213000', '100023.216000', '100023.219000', '100023.221000', '100023.224000', '100023.227000', '100023.230000', '100023.233000', '100043.111000', '100043.114000', '100043.117000', '100043.120000', '100043.123000', '100043.126000', '100043.128000', '100043.131000', '100043.134000', '100043.137000', '100043.140000', '100043.143000', '100043.145000', '100043.148000', '100043.151000', '100043.154000', '100043.157000', '100043.160000', '100043.162000', '100043.165000', '100043.168000', '100043.171000', '100043.174000', '100043.177000', '100043.179000', '100043.182000', '100043.185000', '100043.188000', '100043.191000', '100043.193000', '100043.198000', '100043.201000', '100043.204000', '100043.207000', '100043.210000', '100043.213000', '100043.215000', '100043.218000', '100043.221000', '100043.224000', '100043.227000', '100043.229000', '100043.232000', '100103.111000', '100103.114000', '100103.117000', '100103.120000', '100103.122000', '100103.125000', '100103.128000', '100103.131000', '100103.134000', '100103.137000', '100103.139000', '100103.142000', '100103.145000', '100103.148000', '100103.151000', '100103.154000', '100103.156000', '100103.159000', '100103.162000', '100103.165000', '100103.168000', '100103.171000', '100103.173000', '100103.176000', '100103.179000', '100103.182000', '100103.185000', '100103.188000', '100103.190000', '100103.193000', '100103.196000', '100103.199000', '100103.202000', '100103.205000', '100103.207000', '100103.210000', '100103.213000', '100103.216000', '100103.219000', '100103.222000', '100103.224000', '100103.227000', '100103.230000', '100103.233000', '100123.111000', '100123.114000', '100123.117000', '100123.120000', '100123.122000', '100123.125000', '100123.128000', '100123.131000', '100123.134000', '100123.137000', '100123.139000', '100123.142000', '100123.145000', '100123.148000', '100123.151000', '100123.154000', '100123.156000', '100123.159000', '100123.162000', '100123.165000', '100123.168000', '100123.171000', '100123.173000', '100123.176000', '100123.179000', '100123.182000', '100123.185000', '100123.187000', '100123.190000', '100123.193000', '100123.196000', '100123.199000', '100123.202000', '100123.205000', '100123.207000', '100123.210000', '100123.213000', '100123.216000', '100123.219000', '100123.222000', '100123.224000', '100123.227000', '100123.230000', '100143.112000', '100143.115000', '100143.118000', '100143.121000', '100143.124000', '100143.126000', '100143.129000', '100143.132000', '100143.135000', '100143.138000', '100143.141000', '100143.143000', '100143.146000', '100143.149000', '100143.152000', '100143.155000', '100143.157000', '100143.160000', '100143.163000', '100143.166000', '100143.169000', '100143.172000', '100143.174000', '100143.177000', '100143.180000', '100143.183000', '100143.186000', '100143.189000', '100143.201000', '100143.204000', '100143.207000', '100143.210000', '100143.213000', '100143.215000', '100143.218000', '100143.221000', '100143.224000', '100143.227000', '100143.230000', '100143.232000', '100143.235000', '100143.238000', '100143.241000', '100143.244000', '100203.112000', '100203.115000', '100203.118000', '100203.121000', '100203.123000', '100203.126000', '100203.129000', '100203.132000', '100203.135000', '100203.138000', '100203.141000', '100203.143000', '100203.146000', '100203.149000', '100203.152000', '100203.155000', '100203.158000', '100203.161000', '100203.163000', '100203.166000', '100203.169000', '100203.172000', '100203.175000', '100203.178000', '100203.180000', '100203.183000', '100203.186000', '100203.189000', '100203.192000', '100203.195000', '100203.198000', '100203.200000', '100203.203000', '100203.206000', '100203.209000', '100203.212000', '100203.215000', '100203.217000', '100203.220000', '100203.223000', '100203.226000', '100203.229000', '100203.232000', '100223.112000', '100223.115000', '100223.118000', '100223.120000', '100223.123000', '100223.126000', '100223.129000', '100223.132000', '100223.134000', '100223.137000', '100223.140000', '100223.143000', '100223.146000', '100223.149000', '100223.152000', '100223.154000', '100223.157000', '100223.160000', '100223.163000', '100223.166000', '100223.168000', '100223.171000', '100223.174000', '100223.177000', '100223.180000', '100223.183000', '100223.186000', '100223.188000', '100223.191000', '100223.194000', '100223.197000', '100223.200000', '100223.203000', '100223.206000', '100223.208000', '100223.211000', '100223.214000', '100223.217000', '100223.220000', '100223.223000', '100223.226000', '100223.228000', '100223.231000', '100223.234000', '100243.111000', '100243.114000', '100243.117000', '100243.120000', '100243.123000', '100243.125000', '100243.128000', '100243.131000', '100243.134000', '100243.137000', '100243.139000', '100243.142000', '100243.145000', '100243.148000', '100243.151000', '100243.154000', '100243.157000', '100243.159000', '100243.162000', '100243.165000', '100243.168000', '100243.171000', '100243.174000', '100243.176000', '100243.179000', '100243.182000', '100243.185000', '100243.188000', '100243.191000', '100243.194000', '100243.197000', '100243.199000', '100243.202000', '100243.205000', '100243.208000', '100243.211000', '100243.214000', '100243.217000', '100243.220000', '100243.222000', '100243.225000', '100243.228000', '100243.231000', '100303.111000', '100303.114000', '100303.117000', '100303.120000', '100303.123000', '100303.125000', '100303.128000', '100303.131000', '100303.134000', '100303.137000', '100303.140000', '100303.143000', '100303.145000', '100303.148000', '100303.151000', '100303.154000', '100303.157000', '100303.159000', '100303.162000', '100303.165000', '100303.168000', '100303.171000', '100303.174000', '100303.176000', '100303.179000', '100303.182000', '100303.185000', '100303.188000', '100303.191000', '100303.194000', '100303.196000', '100303.199000', '100303.202000', '100303.205000', '100303.208000', '100303.211000', '100303.213000', '100303.216000', '100303.231000', '100303.234000', '100303.237000', '100303.240000', '100303.243000', '100323.111000', '100323.114000', '100323.117000', '100323.120000', '100323.123000', '100323.125000', '100323.128000', '100323.131000', '100323.134000', '100323.137000', '100323.140000', '100323.143000', '100323.145000', '100323.148000', '100323.151000', '100323.154000', '100323.157000', '100323.160000', '100323.163000', '100323.165000', '100323.168000', '100323.171000', '100323.174000', '100323.177000', '100323.180000', '100323.183000', '100323.185000', '100323.188000', '100323.191000', '100323.194000', '100323.197000', '100323.200000', '100323.202000', '100323.205000', '100323.208000', '100323.211000', '100323.214000', '100323.216000', '100323.219000', '100323.222000', '100323.225000', '100323.228000', '100323.231000', '100323.234000', '100343.111000', '100343.115000', '100343.118000', '100343.120000', '100343.123000', '100343.126000', '100343.129000', '100343.132000', '100343.135000', '100343.138000', '100343.141000', '100343.143000', '100343.146000', '100343.149000', '100343.152000', '100343.155000', '100343.158000', '100343.161000', '100343.163000', '100343.166000', '100343.170000', '100343.173000', '100343.176000', '100343.179000', '100343.182000', '100343.185000', '100343.187000', '100343.190000', '100343.193000', '100343.196000', '100343.199000', '100343.202000', '100343.205000', '100343.208000', '100343.210000', '100343.213000', '100343.216000', '100343.219000', '100343.222000', '100343.225000', '100343.228000', '100343.231000', '100343.233000', '100403.112000', '100403.115000', '100403.118000', '100403.121000', '100403.123000', '100403.126000', '100403.129000', '100403.132000', '100403.135000', '100403.138000', '100403.141000', '100403.143000', '100403.146000', '100403.149000', '100403.152000', '100403.155000', '100403.158000', '100403.161000', '100403.163000', '100403.166000', '100403.169000', '100403.172000', '100403.175000', '100403.178000', '100403.181000', '100403.184000', '100403.186000', '100403.189000', '100403.192000', '100403.195000', '100403.198000', '100403.201000', '100403.204000', '100403.207000', '100403.210000', '100403.212000', '100403.215000', '100403.218000', '100403.221000', '100403.224000', '100403.227000', '100403.229000', '100403.232000', '100403.235000', '100423.112000', '100423.115000', '100423.118000', '100423.121000', '100423.124000', '100423.126000', '100423.129000', '100423.132000', '100423.135000', '100423.138000', '100423.144000', '100423.147000', '100423.150000', '100423.153000', '100423.156000', '100423.159000', '100423.162000', '100423.164000', '100423.167000', '100423.170000', '100423.173000', '100423.176000', '100423.179000', '100423.182000', '100423.184000', '100423.187000', '100423.190000', '100423.193000', '100423.196000', '100423.199000', '100423.201000', '100423.204000', '100423.207000', '100423.210000', '100423.213000', '100423.216000', '100423.219000', '100423.221000', '100423.226000', '100423.229000', '100423.231000', '100423.234000', '100423.237000', '100443.112000', '100443.115000', '100443.118000', '100443.121000', '100443.124000', '100443.126000', '100443.129000', '100443.132000', '100443.135000', '100443.138000', '100443.141000', '100443.143000', '100443.146000', '100443.149000', '100443.152000', '100443.155000', '100443.158000', '100443.161000', '100443.163000', '100443.166000', '100443.176000', '100443.179000', '100443.182000', '100443.185000', '100443.188000', '100443.191000', '100443.193000', '100443.196000', '100443.199000', '100443.202000', '100443.205000', '100443.208000', '100443.210000', '100443.213000', '100443.216000', '100443.219000', '100443.222000', '100443.225000', '100443.227000', '100443.230000', '100443.233000', '100443.236000', '100443.239000', '100443.242000', '100454.947000', '100454.951000', '100454.955000', '100454.958000', '100454.961000', '100454.964000', '100454.967000', '100454.971000', '100454.973000', '100454.976000', '100454.979000', '100454.982000', '100454.985000', '100454.988000', '100454.991000', '100454.994000', '100454.997000', '100455.001000', '100455.004000', '100455.007000', '100455.010000', '100455.013000', '100455.015000', '100455.019000', '100455.022000', '100455.025000'], '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': [7556, 11435, 8738, 12059, 10121, 8333, 16026, 12196, 9516, 11894, 8488, 10368, 9545, 8828, 10731, 8524, 12117, 8665, 16104, 9583, 8297, 10313, 8055, 11163, 9072, 8716, 10188, 7246, 11565, 8093, 7600, 9876, 7827, 11193, 8799, 7289, 10355, 8850, 9753, 10312, 8379, 11142, 9048, 7984, 12377, 10478, 12553, 11312, 8072, 14431, 10913, 9311, 11748, 8031, 9429, 13945, 9518, 7577, 9167, 8671, 7148, 7235, 10389, 12481, 13584, 10761, 11498, 8998, 8134, 7286, 9294, 9529, 8081, 7862, 11043, 8393, 7732, 12102, 10200, 8592, 13980, 9105, 7889, 10973, 8042, 9750, 10118, 7414, 11217, 8025, 7460, 8098, 8610, 7387, 9695, 9685, 7606, 8993, 9213, 7955, 12138, 9603, 12956, 8751, 7156, 10867, 8080, 13796, 9346, 8334, 9678, 7518, 12208, 9352, 8798, 10790, 7826, 9712, 8778, 7607, 12321, 9731, 12901, 9119, 7792, 11872, 7982, 13710, 9259, 8242, 10563, 7624, 12284, 8920, 11195, 8501, 7977, 12322, 8893, 8939, 8243, 7548, 7387, 8753, 7447, 7408, 11653, 11372, 11339, 7745, 9050, 8286, 7542, 10501, 12120, 9681, 14187, 11291, 8148, 13216, 10398, 10957, 13404, 10278, 13009, 9759, 14126, 8991, 9893, 8767, 7432, 7857, 7806, 7003, 10796, 7792, 7616, 9349, 7514, 9837, 9215, 7257, 11941, 9667, 12996, 9135, 7239, 11250, 7870, 12394, 10610, 12002, 10243, 8609, 10203, 7223, 10920, 7308, 11924, 7949, 12186, 7815, 9302, 7714, 7677, 9699, 7738, 11471, 7733, 11430, 8381, 11600, 8689, 13562, 8832, 11839, 8282, 7524, 9408, 7708, 11193, 7736, 12119, 8318, 11356, 8120, 11579, 8411, 13541, 8503, 9387, 9585, 8913, 10141, 7762, 10955, 7852, 9959, 9285, 10839, 11850, 10032, 10990, 7707, 11593, 7717, 12516, 8161, 13007, 8703, 11821, 7802, 7878, 8188, 9122, 7841, 10602, 7739, 11486, 8102, 8320, 7355, 8361, 7083, 11088, 7699, 10237, 8130, 10914, 8339, 10262, 8397, 10002, 8265, 13161, 8641, 11997, 8671, 11283, 10478, 11352, 10093, 7337, 10449, 7796, 11446, 8412, 9549, 11626, 8439, 11759, 8095, 11683, 8307, 10625, 7626, 10223, 8032, 10098, 8066, 8736, 8042, 9263, 8430, 10231, 7851, 10308, 7927, 9885, 8459, 10384, 10778, 13616, 10939, 12539, 8220, 10989, 10922, 10885, 11852, 9132, 10100, 9478, 8062, 13295, 8038, 12183, 7690, 10562, 7542, 9186, 7387, 9410, 7822, 9504, 7798, 9609, 8160, 9449, 8643, 8780, 12075, 8329, 11632, 7835, 12087, 8205, 11408, 8389, 11132, 8451, 10806, 8340, 11814, 8330, 8463, 8962, 9250, 9520, 10010, 10185, 11193, 10033, 8691, 10378, 7551, 12028, 7878, 12434, 8434, 13691, 8712, 14440, 8169, 10822, 7958, 9410, 10106, 9215, 13176, 7321, 6840, 8605, 8438, 7163, 7936, 8954, 8934, 12687, 10383, 7806, 10152, 9587, 7398, 12643, 8527, 13976, 8892, 12218, 7951, 11971, 8279, 11563, 8140, 10497, 7821, 7346, 8032, 7238, 8428, 7179, 8750, 7360, 9956, 7106, 8094, 7922, 6781, 8845, 7727, 6777, 9829, 8141, 9491, 8602, 9935, 9018, 11156, 7744, 11933, 8093, 11757, 9507, 13321, 10926, 12785, 9696, 8429, 10364, 12419, 13913, 7669, 8191, 9016, 7226, 8438, 9197, 7061, 11558, 10671, 8231, 10502, 7945, 13944, 11419, 9407, 10131, 8383, 10850, 8035, 10642, 7539, 11520, 7047, 7931, 7285, 6853, 9260, 7050, 10900, 7388, 10978, 7993, 11920, 8208, 11394, 7702, 10524, 7330, 9658, 7618, 9788, 8167, 10042, 7273, 9229, 7551, 9452, 7261, 9779, 8128, 9780, 12317, 12628, 9960, 9627, 7479, 7892, 8613, 7054, 11166, 8363, 11599, 8345, 13908, 12611, 12160, 10238, 7637, 10662, 7450, 11262, 7793, 11667, 7381, 10652, 7074, 10933, 7445, 10303, 6963, 10158, 7336, 8281, 7990, 7928, 8293, 7052, 9046, 7194, 10636, 8411, 10128, 8635, 10835, 7580, 10211, 7310, 10620, 7184, 10958, 7535, 11038, 7882, 10017, 7278, 11679, 11513, 13085, 8264, 6827, 8893, 7548, 7505, 8996, 8503, 10648, 8900, 10696, 11696, 9377, 12861, 10529, 11159, 12521, 9086, 13299, 8402, 13098, 9474, 10991, 7107, 8217, 7259, 8724, 7147, 9894, 7094, 9794, 7756, 7283, 9248, 7194, 11897, 10174, 10472, 8365, 9089, 8130, 7835, 10120, 7899, 11857, 8221, 10433, 7443, 9654, 7183, 9021, 7367, 8334, 7687, 7789, 11293, 7542, 11481, 7995, 10678, 8595, 9112, 7675, 8321, 9433, 7126, 10740, 7437, 10881, 11346, 13645, 9570, 9573, 8010, 7411, 9624, 8950, 7587, 9153, 7558, 10105, 7995, 12867, 10909, 11042, 11008, 8942, 11905, 8986, 13448, 9696, 12098, 7110, 11121, 7308, 9882, 7170, 9056, 8267, 7625, 10026, 7320, 9042, 7022, 6844, 7490, 6941, 8022, 8816, 7163, 10723, 7263, 10114, 7682, 9963, 9829, 9499, 7933, 9096, 6789, 8729, 7328, 8716, 9610, 7262, 11648, 8228, 10847, 7687, 9641, 7620, 8860, 8029, 9241, 7719, 10733, 7257, 9070, 7321, 7691, 8848, 12841, 9510, 13410, 8460, 11278, 7873, 10990, 7709, 11037, 8370, 11271, 7599, 9653, 7508, 10187, 8266, 12207, 8092, 11471, 7179, 10249, 7030, 10235, 7151, 9542, 7356, 9259, 8976, 7933, 10383, 7090, 10073, 7042, 9592, 6987, 8274, 7534, 8703, 7323, 8015, 7094, 8269, 7574, 8054, 10088, 8881, 13049, 7850, 11760, 7613, 11090, 7683, 10838, 8551, 9618, 10370, 8256, 11108, 7465, 11428, 7216, 10790, 8082, 9920, 7838, 9469, 6952, 8766, 6900, 9316, 7466, 8682, 11534, 8036, 11429, 8846, 12913, 9977, 11818, 7263, 10306, 7228, 10057, 7486, 8780, 7332, 8331, 9834, 8000, 11777, 7183, 11283, 7664, 11574, 8654, 12772, 7688, 9377, 7230, 9274, 6957, 8406, 9323, 6981, 10428, 6926, 10510, 8014, 7746, 9575, 6950, 9238, 6840, 8094, 6884, 8001, 8787, 7182, 10669, 7600, 12661, 8744, 9627, 7954, 7444, 8708, 12133, 7516, 10652, 8445, 8146, 12199, 8362, 12245, 9632, 10677, 8872, 7877, 8838, 7971, 8597, 12111, 7525, 11821, 7841, 11706, 8349, 11923, 8169, 10706, 7400, 10574, 7498, 10769, 7403, 11318, 7778, 11285, 7298, 10330, 7156, 10194, 6941, 10100, 7138, 11049, 7297, 9736, 7064, 6761, 8107, 8381, 8322, 13101, 9290, 11324, 8875, 10013, 7853, 9434, 8314, 10153, 7811], 'WindowCenter': [4177.0, 4213.0, 4170.0, 4200.0, 4179.0, 4146.0, 4207.0, 4185.0, 4152.0, 4184.0, 4141.0, 4163.0, 4151.0, 4138.0, 4160.0, 4129.0, 4169.0, 4139.0, 4191.0, 4149.0, 4129.0, 4146.0, 4117.0, 4156.0, 4128.0, 4125.0, 4148.0, 4109.0, 4169.0, 4129.0, 4131.0, 4173.0, 4147.0, 4185.0, 4152.0, 4123.0, 4175.0, 4166.0, 4166.0, 4176.0, 4156.0, 4185.0, 4153.0, 4144.0, 4196.0, 4174.0, 4184.0, 4174.0, 4133.0, 4192.0, 4160.0, 4151.0, 4171.0, 4134.0, 4154.0, 4206.0, 4168.0, 4136.0, 4154.0, 4143.0, 4112.0, 4125.0, 4164.0, 4172.0, 4180.0, 4163.0, 4162.0, 4140.0, 4118.0, 4109.0, 4139.0, 4137.0, 4117.0, 4119.0, 4160.0, 4118.0, 4107.0, 4158.0, 4161.0, 4116.0, 4165.0, 4126.0, 4103.0, 4132.0, 4102.0, 4121.0, 4133.0, 4094.0, 4144.0, 4102.0, 4094.0, 4116.0, 4126.0, 4107.0, 4148.0, 4149.0, 4120.0, 4141.0, 4152.0, 4130.0, 4173.0, 4152.0, 4170.0, 4128.0, 4097.0, 4159.0, 4129.0, 4193.0, 4148.0, 4142.0, 4149.0, 4119.0, 4181.0, 4165.0, 4142.0, 4172.0, 4130.0, 4162.0, 4138.0, 4120.0, 4182.0, 4152.0, 4183.0, 4140.0, 4120.0, 4158.0, 4118.0, 4168.0, 4136.0, 4116.0, 4147.0, 4116.0, 4157.0, 4137.0, 4157.0, 4127.0, 4117.0, 4183.0, 4141.0, 4130.0, 4119.0, 4119.0, 4131.0, 4151.0, 4121.0, 4120.0, 4173.0, 4172.0, 4171.0, 4129.0, 4140.0, 4130.0, 4117.0, 4159.0, 4169.0, 4146.0, 4169.0, 4159.0, 4118.0, 4163.0, 4146.0, 4144.0, 4153.0, 4120.0, 4154.0, 4120.0, 4152.0, 4113.0, 4121.0, 4111.0, 4089.0, 4100.0, 4090.0, 4093.0, 4143.0, 4118.0, 4129.0, 4151.0, 4122.0, 4161.0, 4151.0, 4134.0, 4184.0, 4152.0, 4169.0, 4137.0, 4107.0, 4158.0, 4117.0, 4166.0, 4160.0, 4169.0, 4146.0, 4126.0, 4146.0, 4104.0, 4155.0, 4095.0, 4156.0, 4115.0, 4167.0, 4116.0, 4136.0, 4117.0, 4120.0, 4149.0, 4117.0, 4172.0, 4132.0, 4170.0, 4128.0, 4168.0, 4152.0, 4192.0, 4140.0, 4167.0, 4127.0, 4117.0, 4136.0, 4105.0, 4157.0, 4118.0, 4167.0, 4126.0, 4157.0, 4115.0, 4157.0, 4127.0, 4165.0, 4125.0, 4134.0, 4136.0, 4124.0, 4147.0, 4107.0, 4158.0, 4117.0, 4146.0, 4136.0, 4144.0, 4157.0, 4136.0, 4144.0, 4105.0, 4144.0, 4104.0, 4166.0, 4126.0, 4164.0, 4124.0, 4154.0, 4102.0, 4101.0, 4113.0, 4122.0, 4114.0, 4143.0, 4105.0, 4157.0, 4114.0, 4124.0, 4105.0, 4115.0, 4093.0, 4169.0, 4129.0, 4173.0, 4143.0, 4170.0, 4141.0, 4172.0, 4143.0, 4160.0, 4141.0, 4180.0, 4153.0, 4172.0, 4143.0, 4183.0, 4175.0, 4183.0, 4161.0, 4120.0, 4159.0, 4115.0, 4170.0, 4126.0, 4147.0, 4158.0, 4128.0, 4169.0, 4116.0, 4156.0, 4114.0, 4144.0, 4104.0, 4144.0, 4116.0, 4146.0, 4128.0, 4139.0, 4130.0, 4147.0, 4143.0, 4162.0, 4131.0, 4163.0, 4134.0, 4163.0, 4145.0, 4160.0, 4173.0, 4179.0, 4158.0, 4170.0, 4128.0, 4157.0, 4158.0, 4156.0, 4167.0, 4136.0, 4148.0, 4136.0, 4113.0, 4165.0, 4115.0, 4155.0, 4104.0, 4145.0, 4105.0, 4135.0, 4119.0, 4151.0, 4120.0, 4146.0, 4119.0, 4150.0, 4137.0, 4151.0, 4125.0, 4140.0, 4167.0, 4129.0, 4157.0, 4118.0, 4168.0, 4139.0, 4169.0, 4131.0, 4170.0, 4142.0, 4171.0, 4143.0, 4181.0, 4142.0, 4141.0, 4152.0, 4151.0, 4162.0, 4151.0, 4162.0, 4172.0, 4150.0, 4129.0, 4160.0, 4118.0, 4169.0, 4117.0, 4165.0, 4117.0, 4166.0, 4126.0, 4167.0, 4115.0, 4145.0, 4108.0, 4140.0, 4153.0, 4141.0, 4181.0, 4108.0, 4111.0, 4143.0, 4119.0, 4111.0, 4121.0, 4140.0, 4139.0, 4171.0, 4150.0, 4110.0, 4151.0, 4139.0, 4096.0, 4154.0, 4102.0, 4143.0, 4099.0, 4131.0, 4076.0, 4128.0, 4088.0, 4117.0, 4088.0, 4117.0, 4076.0, 4066.0, 4089.0, 4081.0, 4099.0, 4091.0, 4126.0, 4104.0, 4135.0, 4093.0, 4129.0, 4129.0, 4110.0, 4149.0, 4132.0, 4112.0, 4175.0, 4144.0, 4165.0, 4156.0, 4178.0, 4153.0, 4171.0, 4131.0, 4170.0, 4131.0, 4170.0, 4150.0, 4180.0, 4161.0, 4167.0, 4149.0, 4119.0, 4151.0, 4163.0, 4171.0, 4099.0, 4111.0, 4132.0, 4104.0, 4126.0, 4132.0, 4094.0, 4154.0, 4143.0, 4111.0, 4139.0, 4105.0, 4166.0, 4142.0, 4127.0, 4136.0, 4102.0, 4145.0, 4103.0, 4145.0, 4102.0, 4143.0, 4082.0, 4104.0, 4095.0, 4087.0, 4150.0, 4109.0, 4159.0, 4108.0, 4159.0, 4120.0, 4170.0, 4128.0, 4155.0, 4107.0, 4160.0, 4107.0, 4136.0, 4117.0, 4162.0, 4130.0, 4144.0, 4120.0, 4146.0, 4121.0, 4149.0, 4119.0, 4160.0, 4116.0, 4154.0, 4174.0, 4163.0, 4141.0, 4143.0, 4114.0, 4135.0, 4148.0, 4105.0, 4165.0, 4126.0, 4168.0, 4123.0, 4181.0, 4185.0, 4168.0, 4148.0, 4109.0, 4147.0, 4092.0, 4134.0, 4078.0, 4132.0, 4081.0, 4122.0, 4071.0, 4133.0, 4082.0, 4121.0, 4082.0, 4130.0, 4082.0, 4102.0, 4115.0, 4102.0, 4115.0, 4096.0, 4124.0, 4093.0, 4160.0, 4117.0, 4136.0, 4127.0, 4144.0, 4106.0, 4146.0, 4097.0, 4146.0, 4095.0, 4145.0, 4106.0, 4147.0, 4105.0, 4135.0, 4088.0, 4152.0, 4138.0, 4148.0, 4098.0, 4079.0, 4133.0, 4114.0, 4103.0, 4144.0, 4142.0, 4161.0, 4142.0, 4150.0, 4160.0, 4128.0, 4159.0, 4133.0, 4147.0, 4141.0, 4102.0, 4140.0, 4091.0, 4137.0, 4109.0, 4116.0, 4065.0, 4099.0, 4081.0, 4109.0, 4079.0, 4132.0, 4091.0, 4134.0, 4104.0, 4095.0, 4139.0, 4109.0, 4172.0, 4148.0, 4146.0, 4115.0, 4126.0, 4104.0, 4107.0, 4145.0, 4118.0, 4157.0, 4115.0, 4145.0, 4093.0, 4136.0, 4093.0, 4126.0, 4095.0, 4127.0, 4107.0, 4119.0, 4159.0, 4116.0, 4168.0, 4116.0, 4150.0, 4126.0, 4128.0, 4107.0, 4125.0, 4136.0, 4097.0, 4158.0, 4111.0, 4166.0, 4151.0, 4175.0, 4151.0, 4152.0, 4131.0, 4124.0, 4162.0, 4143.0, 4112.0, 4145.0, 4118.0, 4156.0, 4132.0, 4182.0, 4171.0, 4172.0, 4163.0, 4139.0, 4158.0, 4128.0, 4169.0, 4125.0, 4144.0, 4083.0, 4130.0, 4082.0, 4123.0, 4071.0, 4109.0, 4103.0, 4093.0, 4122.0, 4094.0, 4112.0, 4079.0, 4073.0, 4106.0, 4093.0, 4127.0, 4137.0, 4096.0, 4159.0, 4107.0, 4148.0, 4122.0, 4151.0, 4148.0, 4137.0, 4115.0, 4135.0, 4099.0, 4140.0, 4105.0, 4140.0, 4145.0, 4109.0, 4169.0, 4129.0, 4159.0, 4118.0, 4135.0, 4106.0, 4137.0, 4115.0, 4138.0, 4117.0, 4170.0, 4120.0, 4149.0, 4119.0, 4120.0, 4153.0, 4195.0, 4151.0, 4170.0, 4118.0, 4158.0, 4118.0, 4147.0, 4103.0, 4146.0, 4115.0, 4144.0, 4102.0, 4136.0, 4095.0, 4148.0, 4117.0, 4156.0, 4106.0, 4153.0, 4082.0, 4135.0, 4096.0, 4135.0, 4084.0, 4135.0, 4094.0, 4135.0, 4125.0, 4116.0, 4133.0, 4084.0, 4130.0, 4081.0, 4137.0, 4095.0, 4127.0, 4104.0, 4128.0, 4106.0, 4116.0, 4107.0, 4141.0, 4117.0, 4130.0, 4161.0, 4142.0, 4181.0, 4127.0, 4169.0, 4120.0, 4158.0, 4105.0, 4160.0, 4125.0, 4149.0, 4148.0, 4126.0, 4154.0, 4104.0, 4156.0, 4109.0, 4156.0, 4119.0, 4147.0, 4103.0, 4137.0, 4108.0, 4135.0, 4107.0, 4151.0, 4109.0, 4141.0, 4167.0, 4133.0, 4174.0, 4136.0, 4181.0, 4148.0, 4155.0, 4107.0, 4148.0, 4107.0, 4149.0, 4104.0, 4127.0, 4096.0, 4126.0, 4137.0, 4118.0, 4157.0, 4095.0, 4142.0, 4093.0, 4146.0, 4113.0, 4153.0, 4092.0, 4123.0, 4093.0, 4124.0, 4081.0, 4114.0, 4108.0, 4082.0, 4132.0, 4078.0, 4134.0, 4102.0, 4093.0, 4122.0, 4080.0, 4135.0, 4085.0, 4113.0, 4091.0, 4116.0, 4126.0, 4108.0, 4159.0, 4119.0, 4179.0, 4140.0, 4162.0, 4143.0, 4134.0, 4167.0, 4184.0, 4135.0, 4175.0, 4128.0, 4131.0, 4181.0, 4142.0, 4180.0, 4162.0, 4160.0, 4139.0, 4129.0, 4140.0, 4125.0, 4142.0, 4168.0, 4118.0, 4157.0, 4116.0, 4158.0, 4116.0, 4155.0, 4114.0, 4130.0, 4093.0, 4132.0, 4089.0, 4144.0, 4093.0, 4145.0, 4105.0, 4145.0, 4095.0, 4145.0, 4095.0, 4146.0, 4088.0, 4136.0, 4075.0, 4138.0, 4099.0, 4139.0, 4098.0, 4088.0, 4117.0, 4127.0, 4116.0, 4169.0, 4127.0, 4146.0, 4126.0, 4134.0, 4102.0, 4139.0, 4114.0, 4136.0, 4105.0], 'WindowWidth': [9293.0, 9328.0, 9266.0, 9303.0, 9272.0, 9222.0, 9308.0, 9271.0, 9223.0, 9270.0, 9209.0, 9236.0, 9219.0, 9197.0, 9228.0, 9184.0, 9240.0, 9200.0, 9275.0, 9213.0, 9184.0, 9205.0, 9168.0, 9217.0, 9181.0, 9175.0, 9211.0, 9161.0, 9240.0, 9191.0, 9196.0, 9257.0, 9227.0, 9271.0, 9226.0, 9187.0, 9258.0, 9249.0, 9248.0, 9264.0, 9235.0, 9273.0, 9230.0, 9215.0, 9289.0, 9258.0, 9270.0, 9255.0, 9201.0, 9276.0, 9231.0, 9218.0, 9247.0, 9199.0, 9227.0, 9306.0, 9252.0, 9208.0, 9226.0, 9208.0, 9170.0, 9191.0, 9239.0, 9245.0, 9256.0, 9235.0, 9232.0, 9199.0, 9170.0, 9161.0, 9197.0, 9193.0, 9165.0, 9172.0, 9225.0, 9168.0, 9150.0, 9222.0, 9231.0, 9162.0, 9227.0, 9173.0, 9139.0, 9175.0, 9135.0, 9159.0, 9181.0, 9130.0, 9196.0, 9139.0, 9131.0, 9163.0, 9178.0, 9155.0, 9211.0, 9214.0, 9176.0, 9205.0, 9222.0, 9191.0, 9253.0, 9221.0, 9243.0, 9184.0, 9142.0, 9225.0, 9189.0, 9279.0, 9214.0, 9209.0, 9214.0, 9175.0, 9263.0, 9246.0, 9210.0, 9250.0, 9192.0, 9235.0, 9201.0, 9177.0, 9265.0, 9222.0, 9264.0, 9203.0, 9174.0, 9224.0, 9170.0, 9236.0, 9193.0, 9164.0, 9207.0, 9166.0, 9223.0, 9194.0, 9220.0, 9181.0, 9167.0, 9269.0, 9204.0, 9183.0, 9167.0, 9176.0, 9198.0, 9221.0, 9183.0, 9177.0, 9251.0, 9247.0, 9248.0, 9191.0, 9203.0, 9189.0, 9168.0, 9225.0, 9241.0, 9207.0, 9239.0, 9224.0, 9168.0, 9224.0, 9203.0, 9196.0, 9206.0, 9156.0, 9209.0, 9157.0, 9205.0, 9154.0, 9162.0, 9146.0, 9118.0, 9134.0, 9120.0, 9129.0, 9195.0, 9172.0, 9189.0, 9221.0, 9186.0, 9234.0, 9221.0, 9205.0, 9271.0, 9224.0, 9239.0, 9193.0, 9152.0, 9222.0, 9168.0, 9230.0, 9228.0, 9241.0, 9205.0, 9176.0, 9204.0, 9145.0, 9216.0, 9134.0, 9219.0, 9162.0, 9235.0, 9165.0, 9192.0, 9168.0, 9178.0, 9213.0, 9170.0, 9248.0, 9198.0, 9242.0, 9184.0, 9239.0, 9226.0, 9280.0, 9204.0, 9235.0, 9180.0, 9166.0, 9192.0, 9147.0, 9221.0, 9172.0, 9235.0, 9178.0, 9220.0, 9163.0, 9220.0, 9181.0, 9228.0, 9174.0, 9184.0, 9192.0, 9173.0, 9204.0, 9153.0, 9222.0, 9167.0, 9204.0, 9191.0, 9200.0, 9223.0, 9190.0, 9199.0, 9146.0, 9195.0, 9144.0, 9229.0, 9181.0, 9228.0, 9171.0, 9209.0, 9139.0, 9136.0, 9154.0, 9163.0, 9157.0, 9193.0, 9147.0, 9222.0, 9159.0, 9172.0, 9150.0, 9161.0, 9133.0, 9241.0, 9189.0, 9255.0, 9216.0, 9244.0, 9209.0, 9251.0, 9214.0, 9232.0, 9209.0, 9257.0, 9227.0, 9249.0, 9213.0, 9268.0, 9260.0, 9268.0, 9234.0, 9175.0, 9225.0, 9164.0, 9241.0, 9179.0, 9209.0, 9224.0, 9185.0, 9241.0, 9163.0, 9215.0, 9159.0, 9196.0, 9146.0, 9200.0, 9164.0, 9204.0, 9186.0, 9200.0, 9191.0, 9209.0, 9212.0, 9237.0, 9193.0, 9238.0, 9201.0, 9239.0, 9216.0, 9231.0, 9251.0, 9258.0, 9224.0, 9242.0, 9186.0, 9219.0, 9221.0, 9220.0, 9234.0, 9190.0, 9210.0, 9186.0, 9154.0, 9226.0, 9161.0, 9211.0, 9142.0, 9198.0, 9146.0, 9187.0, 9174.0, 9219.0, 9178.0, 9206.0, 9175.0, 9217.0, 9196.0, 9220.0, 9176.0, 9204.0, 9237.0, 9186.0, 9221.0, 9171.0, 9236.0, 9202.0, 9241.0, 9193.0, 9245.0, 9208.0, 9246.0, 9213.0, 9264.0, 9210.0, 9207.0, 9223.0, 9219.0, 9235.0, 9217.0, 9235.0, 9251.0, 9218.0, 9185.0, 9227.0, 9171.0, 9240.0, 9166.0, 9229.0, 9165.0, 9230.0, 9177.0, 9233.0, 9160.0, 9199.0, 9153.0, 9197.0, 9215.0, 9200.0, 9260.0, 9157.0, 9169.0, 9209.0, 9168.0, 9164.0, 9177.0, 9202.0, 9196.0, 9244.0, 9214.0, 9160.0, 9217.0, 9196.0, 9132.0, 9209.0, 9133.0, 9189.0, 9125.0, 9168.0, 9092.0, 9162.0, 9110.0, 9145.0, 9110.0, 9145.0, 9092.0, 9077.0, 9115.0, 9107.0, 9129.0, 9125.0, 9178.0, 9149.0, 9187.0, 9132.0, 9186.0, 9187.0, 9166.0, 9216.0, 9195.0, 9169.0, 9258.0, 9216.0, 9245.0, 9236.0, 9267.0, 9226.0, 9247.0, 9192.0, 9244.0, 9192.0, 9240.0, 9214.0, 9254.0, 9230.0, 9234.0, 9211.0, 9170.0, 9213.0, 9228.0, 9235.0, 9136.0, 9154.0, 9182.0, 9151.0, 9179.0, 9184.0, 9133.0, 9216.0, 9199.0, 9154.0, 9191.0, 9143.0, 9226.0, 9191.0, 9177.0, 9185.0, 9136.0, 9199.0, 9138.0, 9199.0, 9139.0, 9192.0, 9108.0, 9143.0, 9133.0, 9128.0, 9215.0, 9159.0, 9225.0, 9156.0, 9224.0, 9174.0, 9245.0, 9184.0, 9216.0, 9153.0, 9226.0, 9154.0, 9189.0, 9168.0, 9235.0, 9189.0, 9202.0, 9176.0, 9207.0, 9178.0, 9214.0, 9172.0, 9231.0, 9164.0, 9221.0, 9249.0, 9231.0, 9197.0, 9202.0, 9167.0, 9201.0, 9221.0, 9159.0, 9237.0, 9183.0, 9242.0, 9176.0, 9261.0, 9269.0, 9238.0, 9208.0, 9156.0, 9204.0, 9125.0, 9181.0, 9100.0, 9172.0, 9103.0, 9158.0, 9089.0, 9177.0, 9108.0, 9159.0, 9109.0, 9172.0, 9110.0, 9137.0, 9160.0, 9138.0, 9159.0, 9135.0, 9172.0, 9130.0, 9229.0, 9164.0, 9187.0, 9177.0, 9197.0, 9146.0, 9201.0, 9137.0, 9202.0, 9135.0, 9199.0, 9150.0, 9204.0, 9145.0, 9183.0, 9120.0, 9211.0, 9184.0, 9199.0, 9130.0, 9108.0, 9185.0, 9163.0, 9148.0, 9207.0, 9205.0, 9228.0, 9205.0, 9209.0, 9222.0, 9176.0, 9220.0, 9175.0, 9200.0, 9185.0, 9132.0, 9184.0, 9117.0, 9175.0, 9137.0, 9143.0, 9078.0, 9124.0, 9104.0, 9142.0, 9103.0, 9177.0, 9125.0, 9181.0, 9142.0, 9133.0, 9200.0, 9163.0, 9249.0, 9208.0, 9205.0, 9159.0, 9175.0, 9141.0, 9150.0, 9200.0, 9169.0, 9221.0, 9160.0, 9202.0, 9130.0, 9187.0, 9129.0, 9175.0, 9135.0, 9180.0, 9153.0, 9173.0, 9225.0, 9166.0, 9238.0, 9165.0, 9214.0, 9176.0, 9182.0, 9151.0, 9176.0, 9191.0, 9142.0, 9223.0, 9162.0, 9241.0, 9211.0, 9249.0, 9217.0, 9219.0, 9194.0, 9185.0, 9236.0, 9207.0, 9159.0, 9207.0, 9175.0, 9226.0, 9194.0, 9263.0, 9246.0, 9246.0, 9236.0, 9198.0, 9221.0, 9181.0, 9237.0, 9170.0, 9195.0, 9110.0, 9170.0, 9108.0, 9164.0, 9092.0, 9141.0, 9136.0, 9126.0, 9163.0, 9130.0, 9148.0, 9103.0, 9099.0, 9150.0, 9132.0, 9182.0, 9194.0, 9139.0, 9224.0, 9153.0, 9210.0, 9182.0, 9217.0, 9210.0, 9192.0, 9161.0, 9191.0, 9145.0, 9203.0, 9151.0, 9204.0, 9203.0, 9161.0, 9239.0, 9184.0, 9226.0, 9170.0, 9190.0, 9149.0, 9193.0, 9160.0, 9194.0, 9169.0, 9245.0, 9178.0, 9215.0, 9177.0, 9177.0, 9225.0, 9287.0, 9218.0, 9240.0, 9169.0, 9220.0, 9168.0, 9205.0, 9143.0, 9203.0, 9159.0, 9198.0, 9141.0, 9189.0, 9133.0, 9207.0, 9168.0, 9219.0, 9149.0, 9209.0, 9115.0, 9186.0, 9135.0, 9186.0, 9117.0, 9186.0, 9129.0, 9188.0, 9171.0, 9163.0, 9181.0, 9116.0, 9173.0, 9111.0, 9193.0, 9132.0, 9179.0, 9146.0, 9183.0, 9151.0, 9167.0, 9157.0, 9207.0, 9169.0, 9189.0, 9233.0, 9207.0, 9261.0, 9183.0, 9239.0, 9176.0, 9225.0, 9148.0, 9227.0, 9175.0, 9212.0, 9207.0, 9178.0, 9213.0, 9148.0, 9218.0, 9160.0, 9219.0, 9173.0, 9208.0, 9146.0, 9194.0, 9157.0, 9193.0, 9157.0, 9220.0, 9160.0, 9206.0, 9238.0, 9197.0, 9256.0, 9195.0, 9261.0, 9208.0, 9216.0, 9153.0, 9209.0, 9154.0, 9212.0, 9146.0, 9180.0, 9136.0, 9178.0, 9192.0, 9167.0, 9218.0, 9134.0, 9192.0, 9127.0, 9201.0, 9151.0, 9208.0, 9123.0, 9164.0, 9126.0, 9169.0, 9108.0, 9156.0, 9141.0, 9111.0, 9175.0, 9102.0, 9183.0, 9137.0, 9128.0, 9162.0, 9108.0, 9186.0, 9120.0, 9157.0, 9125.0, 9165.0, 9177.0, 9159.0, 9228.0, 9175.0, 9252.0, 9204.0, 9238.0, 9215.0, 9206.0, 9253.0, 9273.0, 9206.0, 9256.0, 9183.0, 9191.0, 9262.0, 9211.0, 9261.0, 9235.0, 9231.0, 9203.0, 9187.0, 9203.0, 9179.0, 9210.0, 9238.0, 9169.0, 9220.0, 9164.0, 9222.0, 9163.0, 9214.0, 9157.0, 9174.0, 9128.0, 9178.0, 9119.0, 9195.0, 9128.0, 9198.0, 9145.0, 9199.0, 9133.0, 9199.0, 9135.0, 9204.0, 9125.0, 9181.0, 9100.0, 9183.0, 9141.0, 9195.0, 9140.0, 9130.0, 9167.0, 9180.0, 9162.0, 9238.0, 9175.0, 9203.0, 9174.0, 9182.0, 9136.0, 9196.0, 9156.0, 9186.0, 9146.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.0031344316877152706</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.04302077095292767</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.276153687356285</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1794761258965516</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0228753589885062</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4724</td></tr>
|
|
<tr><td colspan=3>fber</td><td>4373.1118</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.1587156497958016</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>181</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>20.780711825487945</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.536650459455261</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.529163212427323</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7597882069287945</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.320999959009666</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0106174</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018869301304221153</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.018942173570394516</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.732817498753804</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>37.5694</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.6859</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.9473</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>302226.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>726.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.7625</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2972</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>521.8468</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3317.6385</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3545.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>74318.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>947.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4370.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>949.6784</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>30.721319769043475</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> |