Skip to content

Commit

Permalink
Update documentation of _validateGalsimInterpolant
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Oct 5, 2022
1 parent 9c37a76 commit c9f52b7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions python/lsst/meas/extensions/piff/piffPsfDeterminer.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ def _validateGalsimInterpolant(name: str) -> bool:
----------
name : str
The name of the interpolant to use from GalSim. Valid options are:
Lancsos(N) where n is a positive integer
Linear
Cubic
Quintic
Delta
Nearest
SincInterpolant
galsim.Lanczos(N) or Lancsos(N), where N is a positive integer
galsim.Linear
galsim.Cubic
galsim.Quintic
galsim.Delta
galsim.Nearest
galsim.SincInterpolant
Returns
-------
Expand Down

0 comments on commit c9f52b7

Please sign in to comment.