LineListMixin

class jdaviz.configs.default.plugins.line_lists.line_list_mixin.LineListMixin[source] [edit on github]

Bases: object

Line list-related methods and properties for use in the configuration helper classes.

Attributes Summary

available_linelists

spectral_lines

Methods Summary

erase_spectral_lines([name])

Convenience function to get to the viewer function

load_line_list(line_table[, replace])

Convenience function to get to the viewer function.

plot_spectral_line(line)

Convenience function to get to the viewer function

plot_spectral_lines()

Convenience function to get to the viewer function

Attributes Documentation

available_linelists
spectral_lines

Methods Documentation

erase_spectral_lines(name=None)[source] [edit on github]

Convenience function to get to the viewer function

load_line_list(line_table, replace=False)[source] [edit on github]

Convenience function to get to the viewer function. Also broadcasts a message so the line list plugin UI can display lines loaded via the notebook.

plot_spectral_line(line)[source] [edit on github]

Convenience function to get to the viewer function

plot_spectral_lines()[source] [edit on github]

Convenience function to get to the viewer function