get_phoenix_model_spectrum¶
- tayph.get_phoenix_model_spectrum(T_eff, log_g=4.5, cache=True)[source] [edit on github]¶
Download a PHOENIX model atmosphere spectrum for a star with given properties.
- Parameters
- T_efffloat
Effective temperature. The nearest grid-temperature will be selected.
- log_gfloat
This must be a log g included in the grid for the effective temperature nearest
T_eff.- cachebool
Cache the result to the local astropy cache. Default is
True.
- Returns
- spectrum
Spectrum1D Model spectrum
- spectrum