junzis / pyModeS

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

Decoding temperatue in ehs.py #19

Closed srofen closed 6 years ago

srofen commented 6 years ago

when I was decoding temperature in df20 and df21 I got wrong results. When I changed function "def temp44(msg, rev=False)", results was OK. see attached file for details.

weather.txt

junzis commented 6 years ago

@srofen, thanks for the update. This is now fixed by 11b85b6 in the dev-2.0 branch.