Skip to content

Commit

Permalink
noticed other very minor dox issue
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabytprowe committed Mar 21, 2013
1 parent e1fac36 commit 6b225d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galsim/des/des_psfex.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class DES_PSFEx(object):
...
pos = galsim.Position(image_x, image_y) # position in pixels on the image
pos = galsim.PositionD(image_x, image_y) # position in pixels on the image
# NOT in arcsec on the sky!
psf = des_psfex.getPSF(pos, pixel_scale=0.27)
Expand Down

0 comments on commit 6b225d0

Please sign in to comment.