DatasetSelect

class jdaviz.core.template_mixin.DatasetSelect(**kwargs: Any)[source] [edit on github]

Bases: SelectPluginComponent

Plugin select for data entries, with support for single or multi-selection.

Useful API methods/attributes:

Parameters:
plugin

the parent plugin object

itemsstr

the name of the items traitlet defined in plugin

selectedstr

the name of the selected traitlet defined in plugin

default_textstr or None

the text to show for no selection. If not provided or None, no entry will be provided in the dropdown for no selection.

manual_options: list

list of options to provide that are not automatically populated by datasets. If default text is provided but not in manual_options it will still be included as the first item in the list.

Attributes Summary

default_data_cls

selected_dc_item

selected_obj

Methods Summary

get_object(*args, **kwargs)

selected_spectrum_for_spatial_subset([...])

Attributes Documentation

default_data_cls
selected_dc_item
selected_obj

Methods Documentation

get_object(*args, **kwargs)[source] [edit on github]
selected_spectrum_for_spatial_subset(spatial_subset='Entire Cube')[source] [edit on github]