Skip to content

Commit

Permalink
turn off BKG_CLIP by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrammer committed May 1, 2024
1 parent f4d761f commit 1ed492f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grizli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@

# Clipping threshold for BKG extensions in drizzle_from_visit
# BKG_CLIP = [scale, percentile_lo, percentile_hi]
BKG_CLIP = [2, 1, 99]
# BKG_CLIP = [2, 1, 99]
BKG_CLIP = None

def set_warnings(numpy_level='ignore', astropy_level='ignore'):
"""
Expand Down

0 comments on commit 1ed492f

Please sign in to comment.