Usage and snapshots

Graphical User Interface (GUI)

Upon start of the software, you will need to open a new spectral cube (currently supports FITS 3D image files only) using the GUI by clicking the Load Spectral Cube button at the top right corner.

_images/1-load.png

Visualisation and colour bar

Once you have successfully loaded a spectral cube, the 3D volume can be rotated, panned and zoomed using a mouse or a trackpad. To rotate the cube, simply click and move. Panning can be achieved by click-n-move while pressing the shift key. Zooming in and out is achieved using the wheel, or using trackpad interactions like using two fingers (depending on device).

The colour bar information is based on the FITS header and will vary depending on the colouring method. If you find any oddities, please let me know.

Widgets

The widgets can be used to interact and modify the visualisation outcome. Usage is straight forward: click, slide, select. See what happens!

Cameras and transform

You can set the field of view of the camera:

_images/2-fov0.png _images/3-fov60.png

You can scale axes (e.g. if the spectral axis does not have as many elements as the spatial axes):

_images/4-stretch.png

Other options include:

  • Choice of different cameras (VisPy’s cameras)
  • Turntable (Default)
  • Argball
  • Fly (using keyboard’s arrows)
  • Autorotate

Colour

Shwirl includes different transfer functions and colouring methods.

  • Transfer functions

    • Maximum Intensity Projection (MIP)
    • Local Maximum Intensity Projection (LMIP)
    • Accumulated Voxel Intensity Projection (AVIP)
    • Iso surface
  • Colouring methods

  • Moment 0 (maps voxel intensity to colour)
  • Moment 1 (maps velocity to colour and voxel intensity to transparency)
  • RGB cube (maps voxel xyz position to rgb, and voxel intensity to transparency)

Example of AVIP + Moment 0:

_images/10-wsp-mom0.png

Example of AVIP + Moment 1:

_images/11-wsp-mom1.png

Example of AVIP + RGB cube:

_images/12-wsp-rgb.png _images/rgb_cube.png

MIP is used in the other examples.

Filter

  • Intensity clipping (Filter out)
  • Intensity domain scaling (Rescale)

No Filter:

_images/5-moment1.png

Intensity clipping:

_images/6-filter.png

Smooth

  • Box smoothing
  • Gaussian smoothing

Intensity clipping + Gaussian smoothing

_images/7-smooth.png

Export

The visualisation can be exported to an image:

_images/8-export.png

Metadata

The information of the Primary Header is available in the metadata tab:

_images/9-metadata.png

Computing an emission line ratio in 3D space

The functionalities to compute an emission line ratio can currently be found in the dev branch on github. See Vohl, Fluke, Barnes & Hassan (2017) for more details. More to come soon.

Axis labels

Axis labels are currently under development. Coming soon.