transform_coords_axes#

madcubapy.coordinates.transform_coords_axes(ref_ax, target_ax, points)[source]#

Transform the pixel coordinates of one or more points between two WCSAxes.

Parameters:
ref_axWCSAxes

Reference axes.

target_axWCSAxes

Axes into which the points are transformed.

pointsndarray

Points from ref_axes to transform.

Returns:
new_pointsndarray

Transformed points in the second image.