blob: b6cf3fd3da0548c25d46975309dac2f5c1813183 (
plain)
1
2
3
4
5
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
|