You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: geminidr/core/parameters_nearIR.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@ class addDQConfig(parameters_standardize.addDQConfig, addLatencyToDQConfig):
20
20
21
21
classmakeBPMConfig(config.Config):
22
22
override_thresh=config.ChoiceField("Apply user-specified thresholds, overriding any default calculation?", bool, { True : 'Must be True where no default algorithm is implemented' }, default=True, optional=False)
23
-
dark_lo_thresh=config.Field("Low rejection threshold for dark (ADU)", float, None, optional=True)
24
-
dark_hi_thresh=config.Field("High rejection threshold for dark (ADU)", float, None, optional=True)
23
+
dark_lo_thresh=config.Field("Low rejection threshold for dark (electrons)", float, None, optional=True)
24
+
dark_hi_thresh=config.Field("High rejection threshold for dark (electrons)", float, None, optional=True)
25
25
flat_lo_thresh=config.RangeField("Low rejection threshold for normalized flat", float, None, max=1.0, optional=True)
26
26
flat_hi_thresh=config.RangeField("High rejection threshold for normalized flat", float, None, min=1.0, optional=True)
0 commit comments