You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using numpy functionality, the best combination appears to be a combination of float32, using ravel to only compute on sky pixels, computing only the real part of the complex multiplication, and using numpy broadcasting.
The text was updated successfully, but these errors were encountered:
Some different implementations of the sky_imager function, using different approaches to speed up the calculations, are given here.
The speed results are as follows:
Using
numpy
functionality, the best combination appears to be a combination of float32, using ravel to only compute on sky pixels, computing only the real part of the complex multiplication, and usingnumpy
broadcasting.The text was updated successfully, but these errors were encountered: