Skip to content

Commit

Permalink
update baseline documentation for models
Browse files Browse the repository at this point in the history
  • Loading branch information
mpound committed Jul 8, 2024
1 parent 2e900d0 commit 054f85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dysh/spectra/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def baseline(spectrum, order, exclude=None, **kwargs):
Default: no exclude region
model : str
One of 'polynomial' or 'chebyshev', Default: 'polynomial'
One of 'polynomial', 'chebyshev', 'legendre', 'hermite'. Default: 'chebyshev'
fitter : `~astropy.fitting._FitterMeta`
The fitter to use. Default: `~astropy.fitter.LinearLSQFitter` (with `calc_uncertaintes=True`). Be care when choosing a different fitter to be sure it is optimized for this problem.
Expand Down

0 comments on commit 054f85f

Please sign in to comment.