Skip to content

Commit df97088

Browse files
committed
Update ESA 9 excess background uncertainty
Update L2 calibration uncertainty fraction
1 parent 72c8c65 commit df97088

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

imap_processing/hi/hi_l2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
FULL_EXPOSURE_TIME_AVERAGE_SET = {"bg_rate", "bg_rate_sys_err", "obs_date", "energy_sc"}
3838

3939
# Calibration systematic uncertainty as a fraction of intensity.
40-
# This represents the current calibration uncertainty (22%).
41-
CALIBRATION_UNCERTAINTY_FRACTION = 0.22
40+
# This represents the current calibration uncertainty (40%).
41+
CALIBRATION_UNCERTAINTY_FRACTION = 0.40
4242

4343

4444
# =============================================================================

imap_processing/hi/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class HiConstants:
141141
# ESAs 7, 8, 9 get an extra 0.0025/s uncertainty to account for possible
142142
# unidentified additional background in these ESA steps.
143143
UPPER_ESA_EXTRA_BACKGROUND_UNC = xr.DataArray(
144-
np.array([0.0025, 0.0025, 0.0025]),
144+
np.array([0.0025, 0.0025, 0.0055]),
145145
dims=["esa_energy_step"],
146146
coords={"esa_energy_step": np.array([7, 8, 9], dtype=int)},
147147
)

0 commit comments

Comments
 (0)