blob: 97243a794cfe56f0022e99da2f5467c86f7146ae (
plain)
1
2
3
4
5
6
|
# Copyright (c) 2016 Weitian LI <liweitianux@live.com>
# MIT license
from .fits import read_fits_healpix, write_fits_healpix
from .healpix import healpix2hpx, hpx2healpix
from .logging import setup_logging
|