get_PHOENIX_stellar_model

get_PHOENIX_stellar_model#

excalibuhr.utils.get_PHOENIX_stellar_model(temp, wave_cut, logg=4.0)[source]#

Get the PHOENIX stellar model.

Parameters:
  • temp (int) – The effective temperature of the standard star.

  • wave_cut (list) – The wavelength range to use for the stellar model.

  • logg (float) – The surface gravity of the standard star.

Returns:

  • w (array) – The wavelength of the stellar model.

  • f (array) – The flux of the stellar model.