Skip to content

Commit

Permalink
Merge branch 'releases/2.5' into #1272
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis authored Feb 23, 2024
2 parents 36eaf9a + dfb319c commit 7ddb8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galsim/wcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1304,7 +1304,7 @@ def xyToradec(self, x, y, units=None, color=None):
def radecToxy(self, ra, dec, units, color=None):
"""Convert ra,dec from world coordinates to image coordinates.
This is equivalent to ``wcs.toWorld(ra,dec, units=units)``.
This is equivalent to ``wcs.toImage(ra,dec, units=units)``.
It is also equivalent to ``wcs.posToImage(galsim.CelestialCoord(ra * units, dec * units))``
when ra and dec are scalars; however, this routine allows ra and dec to be numpy arrays,
Expand Down

0 comments on commit 7ddb8da

Please sign in to comment.