Skip to content

Commit

Permalink
Merge pull request #69 from saimn/fix-signature
Browse files Browse the repository at this point in the history
Fix detect_cosmics signature in docstring
  • Loading branch information
saimn committed Nov 19, 2021
2 parents 0473412 + 716df16 commit 9538274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroscrappy/astroscrappy.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def detect_cosmics(indat, inmask=None, inbkg=None, invar=None, float sigclip=4.5
fsmode='median', psfmodel='gauss', float psffwhm=2.5,
int psfsize=7, psfk=None, float psfbeta=4.765,
verbose=False):
"""detect_cosmics(indat, inmask=None, bkg=None, var=None, sigclip=4.5,
"""detect_cosmics(indat, inmask=None, inbkg=None, invar=None, sigclip=4.5,
sigfrac=0.3, objlim=5.0, gain=1.0, readnoise=6.5,
satlevel=65536.0, niter=4, sepmed=True,
cleantype='meanmask', fsmode='median', psfmodel='gauss',
Expand Down

0 comments on commit 9538274

Please sign in to comment.