Line Lists#

Plugin Availability

The plugin will be visible when at least one viewer is available.

Display and manage spectral line identifications.

Description#

The Line Lists plugin loads and displays spectral line identifications from catalogs. Lines are overlaid on spectrum viewers to aid in feature identification and analysis.

Key Features:

  • Load predefined line lists (atomic, molecular)

  • Custom line list import

  • Toggle line visibility

  • Redshift correction

  • Color customization

  • Filter by wavelength range

UI Access#

v0.1
Click toolbar icons to toggle different sidebars
Data Menu

Control data and subset layer order and visibility for each viewer. Toggle layer visibility, reorder layers by dragging, and manage which data appears in the viewer.

dm = jd.viewers[viewer].data_menu

Click the Line Lists icon in the plugin toolbar to:

  1. Select line lists to load

  2. Set redshift for line positions

  3. Toggle line display on/off

  4. Customize line colors

API Access#

plg = app.plugins['Line Lists']

# Load a line list
plg.load_line_list('SDSS')

# Set redshift
plg.set_redshift(0.05)

API References#

This plugin is primarily UI-driven. See the Accessing Plugin APIs documentation for general plugin API methods.

For detailed API documentation, see LineListTool.

See Also#