GaussianSmooth

class jdaviz.configs.default.plugins.GaussianSmooth(*args, **kwargs)[source] [edit on github]

Bases: jdaviz.core.template_mixin.TemplateMixin

Public constructor

Attributes Summary

dc_items

An instance of a Python list.

selected_data

A trait for unicode strings.

selected_mode

A trait for unicode strings.

show_modes

A boolean (True, False) trait.

smooth_modes

An instance of a Python list.

stddev

A trait which allows any value.

template

A trait for unicode strings.

Methods Summary

vue_spatial_convolution(*args)

Use astropy convolution machinery to smooth the spatial dimensions of the data cube.

vue_spectral_smooth(*args, **kwargs)

Attributes Documentation

dc_items

An instance of a Python list.

selected_data

A trait for unicode strings.

selected_mode

A trait for unicode strings.

show_modes

A boolean (True, False) trait.

smooth_modes

An instance of a Python list.

stddev

A trait which allows any value.

template

A trait for unicode strings.

Methods Documentation

vue_spatial_convolution(*args)[source] [edit on github]

Use astropy convolution machinery to smooth the spatial dimensions of the data cube.

vue_spectral_smooth(*args, **kwargs)[source] [edit on github]