From 744a3748ea6e1c24c2fee46b2f7ebd8592f591d2 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 17 Oct 2016 13:24:54 +0800 Subject: galactic/snr.py: Implemented missing but necessary functionalities The necessary but missing functionalities to simulate the Galactic SNRs emission maps are implemented, and this new emission component is ready for testing. Also fix a typo in "utils/grid.py". --- fg21sim/utils/grid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fg21sim/utils') diff --git a/fg21sim/utils/grid.py b/fg21sim/utils/grid.py index 9bc1ec8..04cc8f0 100644 --- a/fg21sim/utils/grid.py +++ b/fg21sim/utils/grid.py @@ -147,7 +147,7 @@ def map_grid_to_healpix(grid, nside): The indexes of the effective HEALPix pixels that are mapped from the input coordinate grid. The indexes are in RING ordering. values : 1D `~numpy.ndarray` - The values of each output HEALPix pixels with respect the above + The values of each output HEALPix pixel with respect the above indexes. NOTE -- cgit v1.2.2