Skip to content

Commit 37806f0

Browse files
authored
update energy thresholds (#2999)
1 parent 2205563 commit 37806f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imap_processing/ultra/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ class UltraConstants:
212212
# n_bins=len(PSET_ENERGY_BIN_EDGES)[BASE_CULL_EBIN:] // N_CULL_EBINS
213213
# an error will be raised if this does not match n_bins
214214
HIGH_ENERGY_CULL_THRESHOLDS = (
215-
np.array([4.0, 2.0, 1.25, 0.9, 0.2, 0.2]) * SPIN_BIN_SIZE
215+
np.array([4.0, 2.0, 1.20, 0.45, 0.1, 0.1]) * SPIN_BIN_SIZE
216216
)
217217
# Use the channel defined below to determine which spins are contaminated
218218
HIGH_ENERGY_CULL_CHANNEL = 5

0 commit comments

Comments
 (0)