dylanagreen / kpno-allsky

Scripts for working with all-sky images from KPNO.
1 stars 0 forks source link

Make xy_to_altaz and altaz_to_xy work vectorwise. #1

Closed dylanagreen closed 7 years ago

dylanagreen commented 7 years ago

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.

dylanagreen commented 7 years ago

Resolved in b828d3e