get_physical_separation#
- madcubapy.coordinates.get_physical_separation(points, ref_point, fitsmap, distance)[source]#
Get separation between a point or set of points, and a reference pixel in physical distance 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).
- distance
quantity Distance from earth to object.
- points
- Returns:
- physical_separation
Quantity Separation between input points and reference point.
- physical_separation