-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Careless actually runs and produces (pathological) output when there are SIGI values of 0 in the input. There should be a way to deal with this by either
- refusing to run
- purging entries with SIGI<= 0
- setting
SIGI = maximum(SIGI, np.abs(I) / max_isigi)
I have a slight preference for (3), because i think in general we should discount reported I/SIGI values that are greater than about 100 or so.