SlitOverlay#

class jdaviz.configs.mosviz.plugins.slit_overlay.slit_overlay.SlitOverlay(*args, **kwargs)[source]#

Bases: PluginTemplateMixin

Public constructor

Attributes Summary

template_file

visible

A boolean (True, False) trait.

Methods Summary

place_slit_overlay(*args, **kwargs)

Find slit information in 2D Spectrum metadata, find the correct wcs information from the image metadata, then plot the slit over the image viewer using both.

remove_slit_overlay()

vue_change_visible(*args, **kwargs)

Attributes Documentation

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

A boolean (True, False) trait.

Methods Documentation

place_slit_overlay(*args, **kwargs)[source]#

Find slit information in 2D Spectrum metadata, find the correct wcs information from the image metadata, then plot the slit over the image viewer using both.

remove_slit_overlay()[source]#
vue_change_visible(*args, **kwargs)[source]#