Collapse#
- class jdaviz.configs.default.plugins.collapse.collapse.Collapse(*args, **kwargs)[source]#
Bases:
PluginTemplateMixin,DatasetSelectMixin,SpectralSubsetSelectMixin,AddResultsMixinSee the Collapse Plugin Documentation for more details.
Only the following attributes and methods are available through the public plugin API:
dataset(DatasetSelect): Dataset to use for computing line statistics.spectral_subset(SubsetSelect): Subset to use for the line, orEntire Spectrum.add_results(AddResults)
Public constructor
Attributes Summary
A boolean (True, False) trait.
A boolean (True, False) trait.
A trait for unicode strings.
An instance of a Python list.
A trait for unicode strings.
Methods Summary
collapse([add_data])Collapse over the spectral axis.
vue_collapse(*args, **kwargs)Attributes Documentation
- collapsed_flux_available#
A boolean (True, False) trait.
- export_enabled#
A boolean (True, False) trait.
- filename#
A trait for unicode strings.
- function_items#
An instance of a Python list.
- function_selected#
A trait for unicode strings.
- template_file = ('/home/docs/checkouts/readthedocs.org/user_builds/jdaviz-javerbukh/envs/loader-docs/lib/python3.11/site-packages/jdaviz/configs/default/plugins/collapse/collapse.py', 'collapse.vue')#
- user_api#
Methods Documentation