aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim
diff options
context:
space:
mode:
Diffstat (limited to 'fg21sim')
-rw-r--r--fg21sim/utils/healpix.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/fg21sim/utils/healpix.py b/fg21sim/utils/healpix.py
index ef1bd22..23562f7 100644
--- a/fg21sim/utils/healpix.py
+++ b/fg21sim/utils/healpix.py
@@ -178,6 +178,7 @@ def _calc_hpx_indices(nside):
shape = (nfacet*nside, nfacet*nside)
indices = -np.ones(shape).astype(np.int)
logger.info("HPX indices matrix shape: {0}".format(shape))
+ logger.info("Calculating the HPX indices ... (may take a while ...)")
#
# Loop vertically facet-by-facet
for jfacet in range(nfacet):