Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcara committed Feb 15, 2024
1 parent d9dc031 commit fdb1256
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drizzle/dodrizzle.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def dodrizzle(insci, input_wcs, inwht,
names are: "square", "turbo", "point", "gaussian", "lanczos2",
and "lanczos3".
.. warn::
.. warning::
The "gaussian" and "lanczos2/3" kernels **DO NOT** conserve flux.
fillval: str, optional
Expand Down
2 changes: 1 addition & 1 deletion drizzle/drizzle.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __init__(self, infile="", outwcs=None,
names are: "square", "turbo", "point", "gaussian", "lanczos2",
and "lanczos3".
.. warn::
.. warning::
The "gaussian" and "lanczos2/3" kernels **DO NOT** conserve flux.
fillval : str, otional
Expand Down

0 comments on commit fdb1256

Please sign in to comment.