diff --git a/pyModeS/ehs.py b/pyModeS/ehs.py index 8035af7..b32f9e1 100644 --- a/pyModeS/ehs.py +++ b/pyModeS/ehs.py @@ -498,7 +498,7 @@ def isBDS50(msg): result &= True else: roll = abs(roll50(msg)) - if roll and roll > 30: + if roll and roll > 60: result &= False gs = gs50(msg)