diff options
Diffstat (limited to 'fg21sim/utils/__init__.py')
-rw-r--r-- | fg21sim/utils/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fg21sim/utils/__init__.py b/fg21sim/utils/__init__.py index 97243a7..1e4eac6 100644 --- a/fg21sim/utils/__init__.py +++ b/fg21sim/utils/__init__.py @@ -3,4 +3,5 @@ from .fits import read_fits_healpix, write_fits_healpix from .healpix import healpix2hpx, hpx2healpix +from .reproject import zea2healpix from .logging import setup_logging |