MomentMap

class jdaviz.configs.cubeviz.plugins.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.

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

A trait for unicode strings.

Methods Summary

vue_calculate_moment(event)

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.

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

A trait for unicode strings.

Methods Documentation

vue_calculate_moment(event)[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]