diff options
Diffstat (limited to 'bin/hpx2healpix')
-rwxr-xr-x | bin/hpx2healpix | 2 |
1 files changed, 1 insertions, 1 deletions
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) |