This would require changing most of the python math functions to numpy math functions. In theory this would speed up other locations in code where these functions are used in loops (predominantly Transform.py), and it would additionally make xy_to_radec and radec_to_xy vectorwise since the stopgap in those is the aforementioned altaz conversions.
This would require changing most of the python math functions to numpy math functions. In theory this would speed up other locations in code where these functions are used in loops (predominantly Transform.py), and it would additionally make xy_to_radec and radec_to_xy vectorwise since the stopgap in those is the aforementioned altaz conversions.