From 8933afb1c102833d66306ad635befeb311cc5dd8 Mon Sep 17 00:00:00 2001 From: Junzi Sun Date: Fri, 17 Mar 2017 15:24:18 +0100 Subject: [PATCH] Update ehs.py --- pyModeS/ehs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyModeS/ehs.py b/pyModeS/ehs.py index 3b7b504..e77f35c 100644 --- a/pyModeS/ehs.py +++ b/pyModeS/ehs.py @@ -352,7 +352,7 @@ def isBDS50(msg): if abs(roll(msg)) > 30: result &= False - if gs(msg) > 500: + if gs(msg) > 600: result &= False if tas(msg) > 500: