GaussianSmooth

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

Bases: jdaviz.core.template_mixin.TemplateMixin

Public constructor

Attributes Summary

add_replace_results

A boolean (True, False) trait.

dc_items

An instance of a Python list.

selected_data

A trait for unicode strings.

selected_data_is_1d

A boolean (True, False) trait.

selected_mode

A trait for unicode strings.

selected_viewer

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_file

viewer_to_id

viewers

An instance of a Python list.

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

add_replace_results

A boolean (True, False) trait.

dc_items

An instance of a Python list.

selected_data

A trait for unicode strings.

selected_data_is_1d

A boolean (True, False) trait.

selected_mode

A trait for unicode strings.

selected_viewer

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_file = ('/home/docs/checkouts/readthedocs.org/user_builds/jdaviz/envs/v2.1.0/lib/python3.8/site-packages/jdaviz/configs/default/plugins/gaussian_smooth/gaussian_smooth.py', 'gaussian_smooth.vue')
viewer_to_id = {'Center': 'cubeviz-1', 'Left': 'cubeviz-0', 'Right': 'cubeviz-2'}
viewers

An instance of a Python list.

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]