aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/utils/__init__.py
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-09-27 10:53:24 +0800
committerAaron LI <aaronly.me@outlook.com>2016-09-27 10:53:24 +0800
commit953c93d3696d856d656f0c2e2708dd8d3ca12a0a (patch)
tree75fb1c426163655369187b16357298689cd127f5 /fg21sim/utils/__init__.py
parentcf9399883e46127d939bac2d12a93088bf3a4d95 (diff)
downloadfg21sim-953c93d3696d856d656f0c2e2708dd8d3ca12a0a.tar.bz2
utils/healpix.py: HEALPix data and HPX projection conversions
* healpix2hpx: reorganize HEALPix data in HPX projection * hpx2healpix: recover the HEALPix data from HPX projection Thanks: M. Calabretta: WCSLIB: HPXcvt TODO: Add test codes
Diffstat (limited to 'fg21sim/utils/__init__.py')
-rw-r--r--fg21sim/utils/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/fg21sim/utils/__init__.py b/fg21sim/utils/__init__.py
new file mode 100644
index 0000000..3548b3f
--- /dev/null
+++ b/fg21sim/utils/__init__.py
@@ -0,0 +1,4 @@
+# Copyright (c) 2016 Weitian LI <liweitianux@live.com>
+# MIT license
+
+from .healpix import healpix2hpx, hpx2healpix