Collapse
- class jdaviz.configs.default.plugins.collapse.collapse.Collapse(*args, **kwargs)[source] [edit on github]
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
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
- 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/fix_get_spectra_attempt_2/lib/python3.9/site-packages/jdaviz/configs/default/plugins/collapse/collapse.py', 'collapse.vue')
- user_api
Methods Documentation
- collapse(add_data=True)[source] [edit on github]
Collapse over the spectral axis.
- Parameters
- add_databool
Whether to load the resulting data back into the application according to
add_results.
- vue_collapse(*args, **kwargs)[source] [edit on github]