Simple function to convert one or more points from FITS coordinates to
python coordinates (numpy and matplotlib image).
- Parameters:
- points
ndarray, tuple, or list. Input Points.
- Returns:
- python_points
ndarray Points converted to python coordinates.