fits_to_python#

madcubapy.coordinates.fits_to_python(points)[source]#

Simple function to convert one or more points from FITS coordinates to python coordinates (numpy and matplotlib image).

Parameters:
pointsndarray, tuple, or list.

Input Points.

Returns:
python_pointsndarray

Points converted to python coordinates.