Functions declared in RvSpectMLBase and specialized for each instrument

Todo

Figure out what Documenter can't find the docstrings for these. They're in src/instruments/common.jl.

Instrument-specific traits

Instrument-specific computation

RvSpectMLBase.InstrumentsCommon.filter_line_listFunction

filter_line_list( df, inst ) Returns a dataframe filtered to only include lines appropriate for the specified instrument. Inputs:

  • df: Dataframe containing a column with key :lambda for wavelengths to be considered.
  • inst: instrument whose properties will be used in choosing which lines to keep.

Optional Inputs:

  • λmin: Overide the instrument's default minimum wavelength
  • λmax: Overide the instrument's default maximum wavelength
source