5.44. map_to_sky¶
Returns sources on the image from Simbad.
- FitsArray.map_to_sky() pd.DataFrame¶
Returns sources on the image from Simbad.
Returns
pd.DataFrameData frame of names, pixel, and sky coordinates.
Raises
UnsolvableWhen the header does not contain WCS solution.
5.44.1. Example:¶
from myraflib import FitsArray
fa = FitsArray.sample()
sources = fa.map_to_sky()