Skip to content

Commit

Permalink
zero iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Sommani committed Aug 30, 2024
1 parent 33412c7 commit 6e173c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skyreader/plot/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ def bounding_box(ra, dec, theta, phi):
equatorial_map = healpy.smoothing(
equatorial_map,
sigma=np.deg2rad(self.NEUTRINOFLOOR_SIGMA),
iter=1
iter=0
)
#equatorial_map = np.where(
# equatorial_map > 1e-12, equatorial_map, 0.0
Expand Down

0 comments on commit 6e173c0

Please sign in to comment.