GalSim-developers / GalSim

The modular galaxy image simulation toolkit. Documentation:
http://galsim-developers.github.io/GalSim/
Other
223 stars 105 forks source link

CelestialWCS method docstring erratum? #1262

Closed sidneymau closed 6 months ago

sidneymau commented 9 months ago

The docstring from CelestialWCS.radecToxy says

This is equivalent to wcs.toWorld(ra,dec, units=units)

but I think this is meant to say it is equivalent to wcs.toImage?