Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion imap_processing/hi/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class HiConstants:
# Background rate correction
# Constant offset to subtract from combined background rates to correct
# for excess counts from the outer ESA during background testing.
EXCESS_BACKGROUND_COUNT_RATE = 0.003 # per second
EXCESS_BACKGROUND_COUNT_RATE = 0.002 # per second
EXCESS_BACKGROUND_COUNT_RATE_UNC = 0.001
# ESAs 7, 8, 9 get an extra 0.0025/s uncertainty to account for possible
# unidentified additional background in these ESA steps.
Expand Down
Loading