MomentMap

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

Bases: jdaviz.core.template_mixin.TemplateMixin

Public constructor

Attributes Summary

dc_items

An instance of a Python list.

filename

A trait for unicode strings.

moment_available

A boolean (True, False) trait.

n_moment

A trait which allows any value.

selected_data

A trait for unicode strings.

selected_subset

A trait for unicode strings.

selected_viewer

A trait for unicode strings.

spectral_max

A trait which allows any value.

spectral_min

A trait which allows any value.

spectral_subset_items

An instance of a Python list.

spectral_unit

A trait for unicode strings.

template_file

viewer_to_id

viewers

An instance of a Python list.

Methods Summary

vue_calculate_moment(*args)

vue_list_subsets(event)

Populate the spectral subset selection dropdown

vue_save_as_fits(event)

Attributes Documentation

dc_items

An instance of a Python list.

filename

A trait for unicode strings.

moment_available

A boolean (True, False) trait.

n_moment

A trait which allows any value.

selected_data

A trait for unicode strings.

selected_subset

A trait for unicode strings.

selected_viewer

A trait for unicode strings.

spectral_max

A trait which allows any value.

spectral_min

A trait which allows any value.

spectral_subset_items

An instance of a Python list.

spectral_unit

A trait for unicode strings.

template_file = ('/home/docs/checkouts/readthedocs.org/user_builds/jdaviz/envs/v2.1.0/lib/python3.8/site-packages/jdaviz/configs/cubeviz/plugins/moment_maps/moment_maps.py', 'moment_maps.vue')
viewer_to_id = {'Center': 'cubeviz-1', 'Left': 'cubeviz-0', 'Right': 'cubeviz-2'}
viewers

An instance of a Python list.

Methods Documentation

vue_calculate_moment(*args)[source] [edit on github]
vue_list_subsets(event)[source] [edit on github]

Populate the spectral subset selection dropdown

vue_save_as_fits(event)[source] [edit on github]