CubeConfigHelper#

class jdaviz.core.helpers.CubeConfigHelper(*args, **kwargs)[source]#

Bases: ImageConfigHelper

Base config helper class for cubes

Methods Summary

select_slice(value)

Methods Documentation

select_slice(value)[source]#

Deprecated since version 4.1: The select_slice function is deprecated and may be removed in a future version. Use plugins[‘Slice’].slice instead.

Select the slice closest to the provided value.

Parameters:
valuefloat or int, optional

Slice value to select in units of the x-axis of the profile viewer. The nearest slice will be selected if “snap to slice” is enabled in the slice plugin.