# File rvsao/lib/emv.h # February 27, 1997 # Parameters for EMSAO # Search this fractional amount beyond the wavelength limits define WEXTRA 0.02 # Fit +- this amount around emission line center wavelength define WGFIT 15.0 # Maximum number of reference emission and absorption lines define MAXREF 50 define MAXABS 10 # Maximum number of emission line combinations define MAXCOMB 5 define MAXCLINES 5 # Maximum number of emission lines for velocity from single line define MAXSEARCH 5 define SZ_ELINE 9 # Profile types. define PTYPES "|gaussian|lorentzian|voigt|" define GAUSS 1 # Gaussian profile define LORENTZ 2 # Lorentzian profile define VOIGT 3 # Voigt profile # Aug 4 1994 New file # Feb 5 1997 Move velocity flags to rvsao.h # Feb 27 1997 Add line profile types