diff options
Diffstat (limited to 'fg21sim/utils/grid.py')
-rw-r--r-- | fg21sim/utils/grid.py | 2 |
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 |