Collapse#

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

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

collapsed_spec_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.

overwrite_warn

A boolean (True, False) trait.

template_file

user_api

Methods Summary

collapse(*args, **kwargs)

vue_collapse(*args, **kwargs)

vue_overwrite_fits(*args)

Attempt to force writing the file if the user confirms the desire to overwrite.

vue_save_as_fits(*args)

Attributes Documentation

collapsed_spec_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.

overwrite_warn#

A boolean (True, False) trait.

template_file = ('/home/docs/checkouts/readthedocs.org/user_builds/jdaviz/envs/latest/lib/python3.11/site-packages/jdaviz/configs/default/plugins/collapse/collapse.py', 'collapse.vue')#
user_api#

Methods Documentation

collapse(*args, **kwargs)#
vue_collapse(*args, **kwargs)[source]#
vue_overwrite_fits(*args)[source]#

Attempt to force writing the file if the user confirms the desire to overwrite.

vue_save_as_fits(*args)[source]#