Collapse

class jdaviz.configs.default.plugins.collapse.collapse.Collapse(*args, **kwargs)[source] [edit on github]

Bases: PluginTemplateMixin, DatasetSelectMixin, SpectralSubsetSelectMixin, AddResultsMixin

See the Collapse Plugin Documentation for more details.

Only the following attributes and methods are available through the public plugin API:

Public constructor

Attributes Summary

function_items

An instance of a Python list.

function_selected

A trait for unicode strings.

template_file

user_api

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/envs/v3.5.0/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]