Skip to content

Commit

Permalink
flaked
Browse files Browse the repository at this point in the history
  • Loading branch information
kwolz committed Apr 11, 2024
1 parent ebc16b6 commit f56c5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymaster/field.py
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ def __init__(self, positions, weights, field, lmax, lmax_mask=-1,
raise ValueError("Second dimension of positions must be longitude"
" in radians, between 0 and 2*pi., or latitude"
" in degrees, between -90 and 90.")

# Compute mask shot noise
self._Nw = np.sum(weights**2.)/(4.*np.pi)

Expand Down

0 comments on commit f56c5a8

Please sign in to comment.