From 01ad6e91008d3e564861694289fc400311639b98 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sun, 13 Aug 2017 11:17:03 +0800 Subject: utils: Merge fits.py into io.py Functions "{read,write}_fits_healpix()" merged into io.py Signed-off-by: Aaron LI --- bin/hpx2healpix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/hpx2healpix') diff --git a/bin/hpx2healpix b/bin/hpx2healpix index b5de5e6..8fc8777 100755 --- a/bin/hpx2healpix +++ b/bin/hpx2healpix @@ -66,7 +66,7 @@ def main(): logger.info("Importing modules + Numba JIT, waiting ...") from fg21sim.utils.healpix import hpx2healpix - from fg21sim.utils.fits import write_fits_healpix + from fg21sim.utils.io import write_fits_healpix hp_data, hp_header = hpx2healpix(args.infile, append_history=history, append_comment=comments) -- cgit v1.2.2