aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/utils/__init__.py
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-10-05 10:11:32 +0800
committerAaron LI <aaronly.me@outlook.com>2016-10-05 10:11:32 +0800
commitb3b2bb0363d320eb44f1a64afaeb5f8a45d461aa (patch)
treebcbbf45f265d3627fab442006df8c773915db2a3 /fg21sim/utils/__init__.py
parent04bf18bdf6c0eebe987cbb0f450e70d686cf01d9 (diff)
downloadfg21sim-b3b2bb0363d320eb44f1a64afaeb5f8a45d461aa.tar.bz2
utils: Add "write_fits_healpix()" to replace "healpy.write_map()"
NOTE: This "write_fits_healpix()" function only implements the most common case of the HEALPix FITS style.
Diffstat (limited to 'fg21sim/utils/__init__.py')
-rw-r--r--fg21sim/utils/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/fg21sim/utils/__init__.py b/fg21sim/utils/__init__.py
index 650ab37..b6cf3fd 100644
--- a/fg21sim/utils/__init__.py
+++ b/fg21sim/utils/__init__.py
@@ -1,5 +1,6 @@
# Copyright (c) 2016 Weitian LI <liweitianux@live.com>
# MIT license
+from .fits import write_fits_healpix
from .healpix import healpix2hpx, hpx2healpix
from .logging import setup_logging