JdavizViewerMixin

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

Bases: object

Attributes Summary

active_image_layer

Active image layer in the viewer, if available.

custom_marks

Return all marks that are not Lines/LinesGL objects (but can be subclasses)

jdaviz_app

The Jdaviz application tied to the viewer.

jdaviz_helper

The Jdaviz configuration helper tied to the viewer.

native_marks

Return all marks that are Lines/LinesGL objects (and not subclasses)

reference

reference_id

toolbar

tools

tools_nested

Methods Summary

initialize_toolbar([default_tool_priority])

Attributes Documentation

active_image_layer

Active image layer in the viewer, if available.

custom_marks

Return all marks that are not Lines/LinesGL objects (but can be subclasses)

jdaviz_app

The Jdaviz application tied to the viewer.

jdaviz_helper

The Jdaviz configuration helper tied to the viewer.

native_marks

Return all marks that are Lines/LinesGL objects (and not subclasses)

reference
reference_id
toolbar = None
tools
tools_nested = []

Methods Documentation

initialize_toolbar(default_tool_priority=[])[source] [edit on github]