diff --git a/src/gollum/sonora.py b/src/gollum/sonora.py index fe45117..08f0a4e 100644 --- a/src/gollum/sonora.py +++ b/src/gollum/sonora.py @@ -1,11 +1,7 @@ r""" -Sonora Spectrum +**Sonora** ----------------- - -A container for a single grid-point of the Sonora precomputed synthetic model spectrum of brown dwarfs and free-floating Gas Giant planets. The spectrum is a vector with coordinates wavelength and flux :math:`F(\lambda)`. - -SonoraSpectrum -############### +Functionality pertaining to the Sonora series of substellar model grids (Marley et al. 2021, Morley et al. 2024) """ import os diff --git a/src/gollum/telluric.py b/src/gollum/telluric.py index 21b04ac..2b1ac67 100644 --- a/src/gollum/telluric.py +++ b/src/gollum/telluric.py @@ -1,11 +1,7 @@ r""" -Telluric Spectrum +**Telluric** ----------------- - -An experimental container for a single grid-point of a pre-computed telluric atmosphere model. The spectrum is a vector with coordinates wavelength and flux :math:`F(\lambda)`. - -TelluricSpectrum -################ +Functionality pertaining to telluric synthetic spectra from skycalc (Noll et al. 2012, Jones et al. 2013) and TelFit (Gullikson et al. 2014). """ from warnings import filterwarnings