diff options
Diffstat (limited to 'bin/healpix2hpx')
-rwxr-xr-x | bin/healpix2hpx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/healpix2hpx b/bin/healpix2hpx index 6f30795..fda9627 100755 --- a/bin/healpix2hpx +++ b/bin/healpix2hpx @@ -17,7 +17,8 @@ from astropy.io import fits import fg21sim from fg21sim.configs import configs -from fg21sim.utils import healpix2hpx, setup_logging +from fg21sim.utils import setup_logging +from fg21sim.utils.healpix import healpix2hpx def main(): |