aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/utils
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-10-17 13:24:54 +0800
committerAaron LI <aaronly.me@outlook.com>2016-10-17 14:55:10 +0800
commit744a3748ea6e1c24c2fee46b2f7ebd8592f591d2 (patch)
treec71c9f9a4c19039692e62cded0779175f911dccd /fg21sim/utils
parentda938fdea17170b02c5390bed634a31d637402c9 (diff)
downloadfg21sim-744a3748ea6e1c24c2fee46b2f7ebd8592f591d2.tar.bz2
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".
Diffstat (limited to 'fg21sim/utils')
-rw-r--r--fg21sim/utils/grid.py2
1 files changed, 1 insertions, 1 deletions
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