SelectSlice

class jdaviz.configs.cubeviz.SelectSlice(viewer, **kwargs)[source] [edit on github]

Bases: glue.viewers.common.tool.CheckableTool

Attributes Summary

action_text

icon

tool_id

tool_tip

Methods Summary

activate()

Fired when the toolbar button is activated

deactivate()

Fired when the toolbar button is deactivated

on_mouse_event(data)

Attributes Documentation

action_text = 'Select cube slice (spectral axis)'
icon = '/home/docs/checkouts/readthedocs.org/user_builds/jdaviz/envs/v2.4.0/lib/python3.8/site-packages/jdaviz/configs/cubeviz/plugins/../../../data/icons/slice.svg'
tool_id = 'jdaviz:selectslice'
tool_tip = 'Select cube slice (spectral axis)'

Methods Documentation

activate()[source] [edit on github]

Fired when the toolbar button is activated

deactivate()[source] [edit on github]

Fired when the toolbar button is deactivated

on_mouse_event(data)[source] [edit on github]