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
The code as it is now uses only a few functions provided by Healpy: ang2pix, nside2npix, and so on. Since compiling Healpy takes most of the time used by Travis, it would be handy to implement these functions natively in Stripeline and remove the dependency altogether. (This would have the advantage of making the code compilable under Windows too.)
The code as it is now uses only a few functions provided by Healpy:
ang2pix,nside2npix, and so on. Since compiling Healpy takes most of the time used by Travis, it would be handy to implement these functions natively in Stripeline and remove the dependency altogether. (This would have the advantage of making the code compilable under Windows too.)