junzis / pyModeS

Python decoder for Mode S and ADS-B signals
GNU General Public License v3.0
536 stars 153 forks source link

README correction #4

Closed GVardakis closed 8 years ago

GVardakis commented 8 years ago

The signature of the function adsb.position in the README file should change from pms.adsb.position(msg_odd, msg_even, t_odd, t_even) to pms.adsb.position(msg_even, msg_odd, t_even, t_odd). The 'even' arguments come first.

junzis commented 8 years ago

fixed in commit: https://github.com/junzis/pyModeS/commit/2fccacd72479af28e637bfbc9a663d32a2719f3d thanks.