Skip to content

Commit

Permalink
added missing docstring for fitz()
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi0395 committed Jan 5, 2024
1 parent e3b644c commit 6330c58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py/redrock/fitz.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ def fitz(zchi2, redshifts, target, template, nminima=3, archetype=None, use_gpu=
of Spectrum objects at different wavelength grids.
template (Template): the template for this fit.
nminima (int): the number of minima to consider.
archetype (object, optional): A single Archetype object (of given spectype)
to use for final fitz choice of best chi2 vs. z minimum.
use_gpu (bool): use GPU or not
deg_legendre (int): in archetype mode polynomials upto deg_legendre-1 will be used
zminfit_npoints (int): number of finer redshift pixels to search for final redshift - default 15
Expand Down

0 comments on commit 6330c58

Please sign in to comment.