HERA-Team / aipy

Astronomical Interferometry in PYthon (AIPY)
http://pypi.python.org/pypi/aipy
Other
43 stars 29 forks source link

Replace _healpix c extension with healpy #42

Closed AaronParsons closed 6 years ago

AaronParsons commented 6 years ago

This branch migrates aipy to use healpy and removes reliance on an archaic version of healpix. This branch also fixes issues #41 and #13. I haven't checked yet, but I'm betting it also fixes #18.

Still to do is to migrate the alm.py module over to remove reliance on the _alm c extension and instead use healpy for that too.

pkgw commented 6 years ago

@AaronParsons I've force-pushed a version of this branch that's rebased on the latest v3 branch — which fixes some merge conflicts. If you've done any local work since the (l,m) change, you should be able to use git cherry-pick to pull those commits over to the rebased branch.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+1.6%) to 47.365% when pulling df54c1f3c80f94da5d5a316c81aad3f43379af5d on healpy into 879b7d117da20cf632733fb6fc68db7bf8e6f276 on v3.

pkgw commented 6 years ago

@AaronParsons CI passes now — should this be OK to merge?