Skip to content

Commit

Permalink
SO(3) class for healpix data
Browse files Browse the repository at this point in the history
  • Loading branch information
javicarron committed Feb 20, 2024
1 parent 367c816 commit 347f8f0
Show file tree
Hide file tree
Showing 5 changed files with 504 additions and 9 deletions.
3 changes: 2 additions & 1 deletion pynkowski/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
from .data import (DataField,
Healpix,
HealpixP2,
DataArray)
DataArray,
SO3Healpix)

from .theory import (TheoryField,
Gaussian,
Expand Down
1 change: 1 addition & 0 deletions pynkowski/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
try:
import healpy as hp
from .healpix import Healpix, HealpixP2
from .so3healpix import SO3Healpix
except ImportError:
hp = None
print("healpy was not loaded, some functionality will be unavailable")
Expand Down
Loading

0 comments on commit 347f8f0

Please sign in to comment.