From 0c5f23a6c830649437b73e350aedc9a5f7225af6 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 10 Oct 2016 21:12:18 +0800 Subject: utils/healpix.py: log that HPX indices calculation may take a while. --- fg21sim/utils/healpix.py | 1 + 1 file changed, 1 insertion(+) (limited to 'fg21sim/utils/healpix.py') 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): -- cgit v1.2.2