skycoord_to_pixel¶
-
astropy.wcs.utils.skycoord_to_pixel(coords, wcs, origin=0, mode='all')[source]¶ Convert a set of SkyCoord coordinates into pixels.
Parameters: Returns: - xp, yp :
numpy.ndarray The pixel coordinates
- xp, yp :
astropy.wcs.utils.skycoord_to_pixel(coords, wcs, origin=0, mode='all')[source]¶Convert a set of SkyCoord coordinates into pixels.
| Parameters: | |
|---|---|
| Returns: |
|