keep only bds 40 50 60

Other bds code does not belong to Enhanced Mode-S definition.
This commit is contained in:
Junzi Sun 2018-05-17 09:24:31 +02:00 committed by GitHub
parent 14a537030d
commit f221c67295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,8 @@ from __future__ import absolute_import, print_function, division
import warnings
warnings.simplefilter('once', DeprecationWarning)
from pyModeS.decoder.bds.bds10 import *
from pyModeS.decoder.bds.bds17 import *
from pyModeS.decoder.bds.bds20 import *
from pyModeS.decoder.bds.bds40 import *
from pyModeS.decoder.bds.bds44 import *
from pyModeS.decoder.bds.bds50 import *
from pyModeS.decoder.bds.bds53 import *
from pyModeS.decoder.bds.bds60 import *
from pyModeS.decoder.bds import infer