webbpsf_ext.spectra.BOSZ_filename_2024

webbpsf_ext.spectra.BOSZ_filename_2024(Teff, log_g, metallicity, res, alpha=0, carbon=0, micro_vel=2, prod=None, **kwargs)[source]

Generate filename for BOSZ 2024 spectrum

MARCS (“ms” or “mp”):

  • Teff from 2800 to 4000, in steps of 100; log(g) -0.5 to 5.5, in steps of 0.5

  • Teff from 4250 to 4750, in steps of 250; log(g) -0.5 to 5.0, in steps of 0.5

  • Teff from 5000 to 5750, in steps of 250; log(g) 0.0 to 5.5, in steps of 0.5

  • Teff from 6000 to 7000, in steps of 250; log(g) 1.0 to 5.5, in steps of 0.5

  • Teff from 7250 to 8000, in steps of 250; log(g) 2.0 to 5.5, in steps of 0.5

ATLAS9 (“ap”):

  • Teff from 7500 to 12000, in steps of 250; log(g) 2.0 to 5.0, in steps of 0.5

  • Teff from 12500 to 16000, in steps of 500; log(g) 3.0 to 5.0, in steps of 0.5

Parameters:
  • Teff (float) – Effective temperature ranging from 2800K to 16000K.

  • log_g (float) – Surface gravity (log g) from -0.5 to 5.5.

  • metallicity (float) – Metallicity [Fe/H] value ranging from -2.50 to +0.75, in steps of 0.25

  • res (str) – Spectral resolution: 500, 1000, 2000, 5000, 10000, 20000, 50000, or ‘orig’.

Keyword Arguments:
  • alpha (float) – alpha-element value [alpha/M]. Must be either [-0.25, 0, 0.25, 0.5]

  • carbon (float) – Carbon abundance [C/M]. Must be either [-0.75,-0.5,-0.25, 0, 0.25, 0.5].

  • micro_vel (float) – microturbulence velocity, either 0, 1, 2, or 4 km/s

  • prod (str) – Product type is either None, ‘wave’, or ‘lineid’. If None, the default is either ‘resam’ or ‘noresamp’ if res=’orig’. If ‘wave’, the product is the wavelength file ‘bosz2024_wave_r{res}.txt’. If ‘lineid’, the product is the line identification file, only valid for res=’orig’.