get_angular_offset_points#
- madcubapy.coordinates.get_angular_offset_points(points, ref_point, fitsmap)[source]#
Get offset coordinates of a point or set of points, with respect to a reference point in angular units.
- Parameters:
- points
ndarray Input point or points.
- ref_point
ndarray Reference point.
- fitsmap
MadcubaMaporCCDData Map from which to get angular size of each pixel (CDELT1, CDELT2).
- points
- Returns:
- angular_offset_points
Quantity Points with converted units to angular offset.
- angular_offset_points