diff options
Diffstat (limited to 'bin/hpx2healpix')
-rwxr-xr-x | bin/hpx2healpix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/hpx2healpix b/bin/hpx2healpix index bbc3e0d..5d48987 100755 --- a/bin/hpx2healpix +++ b/bin/hpx2healpix @@ -15,7 +15,9 @@ import logging import fg21sim from fg21sim.configs import configs -from fg21sim.utils import hpx2healpix, write_fits_healpix, setup_logging +from fg21sim.utils import setup_logging +from fg21sim.utils.healpix import hpx2healpix +from fg21sim.utils.fits import write_fits_healpix def main(): |