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#
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:
Select line lists to load
Set redshift for line positions
Toggle line display on/off
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#
Line Lists - Detailed line lists documentation