\(\renewcommand\AA{\unicode{x212B}}\)

Sliceviewer

Overview

../_images/wb-sliceviewer51-roi1.png

The Sliceviewer is a viewer supporting MDEventWorkspace, MDHistoWorkspace & Matrix Workspace. For multi-dimensional workspaces, you can view both MDWorkspaces and MDHistoWorkspaces, a 2D “slice” of the higher dimensional space is shown, whereas a MarixWorkspace simply shows the 2 defined dimensions.

Some of the key features of the Sliceviewer provided are:

  • Overlay of peaks workspaces
  • Non-orthogonal axes view mode, including peaks workspace overlays
  • ROI preview and extraction
  • Cursor information widget that, for a MatrixWorkspace, includes quantities such as \(l1, l2, 2\theta\) etc
  • Arrow keys can now be used to move the cursor a pixel at a time when single-pixel line plots are enabled

The following sections illustrate some of these key features.

PeaksWorkspace Overlay

The peaks overlay button allows selection of one or more PeaksWorkspaces to display on top of the main data image. This is only enabled for MD workspaces.

../_images/wb-sliceviewer51-peaksbutton1.png

Peaks are displayed at the locations defined by each peak center with an ‘x’, while optionally displaying any peak shape if a given peak has been integrated.

../_images/wb-sliceviewer52-peaksoverlay.png

Adding or removing peaks

Peaks can be added or removed from an overlayed peaks workspace by selecting the desired peaks workspace from the drop down box (1) and selecting either Add Peaks or Remove Peaks (2), then clicking on the plot (3).

../_images/wb-sliceviewer52-peaks-actions.png

When adding peaks the position selected with the mouse click and the sliders are used, along with the MD Frame (Q_lab, Q_sample, HKL) to create and add a peak to the seleceted peaks workspace. If units are HKL then the peaks workspace requires an orientated lattice to be defined on it, one can be copied from the data workspace with CopySample or can be set with SetUB..

When removing peaks, the closest peak to the position selected will be removed from the peaks workspace, regardless of whether it is plotted or not.

Non-Orthogonal Axes View

If the units of an MDWorkspace are HKL and the workspace has an attached UB matrix then the option to display the image using axes aligned with the crystal (so-called non-orthogonal view) will be now be visible:

../_images/wb-sliceviewer51-nonorthobutton1.png

Activating this option transforms the axes taking into account the lattice angles encoded by the UB matrix:

../_images/wb-sliceviewer51-nonorthogonal1.png

ROI Preview & Extraction

In addition to the single-pixel line plots that were present in the previous release, a new tool to allow selection of a rectangular region of interest has been added:

../_images/wb-sliceviewer51-roibutton1.png

Selecting this tool enables the line plots attached to the image axes but instead of the line plots being the sum over a single pixel in the orthogonal direction the sum is now limited to the selected region:

../_images/wb-sliceviewer51-roi1.png

A new status bar has been added at the bottom to indicate that the cuts can be extracted to separate workspaces by using the relevant keys. Similar keys and status information is presented in the single-pixel line plots mode.

Cursor Information Widget

The revamped Sliceviewer has merged several features from the SpectrumViewer in MantidPlot. One of these new features is the ability to show information regarding a given pixel as the mouse cursor moves of the image. The new table shows the following quantities for a MatrixWorkspace:

  • Signal
  • Spectrum Number
  • Detector ID
  • Two Theta
  • Azimuthal angle
  • Time-of-flight
  • Wavelength
  • Energy
  • dSpacing
  • |Q|
../_images/wb-sliceviewer51-cursorinfo-matrix1.png

and for an MDWorkspace:

  • Signal
  • x
  • y
../_images/wb-sliceviewer51-cursorinfo-md1.png

Underneath the cursor there is a checkbox labelled Track Cursor. When checked, the information in the table is updated as the cursor moves around the image. If unchecked, the information within the table is updated only when the left-mouse button is clicked within the image.