Skip to content

Commit

Permalink
[doc] line width
Browse files Browse the repository at this point in the history
  • Loading branch information
LiYunyang committed Dec 2, 2024
1 parent 3c30850 commit b1b117e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maps/python/map_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -876,8 +876,8 @@ class ReprojectMaps(object):
defined by the mask. If the mask is not provided, it will be determined from
the non-zero pixels of the first reprojected map.
mask : G3SkyMapMask, G3SkyMap, or np.ndarray, Optional.
Mask to be used for partial reproject. This should be of the same size as the output map.
For numpy array, all zeros/inf/nan/hp.UNSEEN pixels are skipped.
Mask to be used for partial reproject. This should be of the same size as the
output map. For numpy array, all zeros/inf/nan/hp.UNSEEN pixels are skipped.
"""

def __init__(self, map_stub=None, rebin=1, interp=False, weighted=True,
Expand Down

0 comments on commit b1b117e

Please sign in to comment.