Skip to content
Snippets Groups Projects
Commit 801bf003 authored by tomrink's avatar tomrink
Browse files

minor

parent 9a607d3d
No related branches found
No related tags found
No related merge requests found
...@@ -179,7 +179,7 @@ def get_amv_nd(filename): ...@@ -179,7 +179,7 @@ def get_amv_nd(filename):
qif = float(toks[17]) qif = float(toks[17])
cqi = float(toks[18]) cqi = float(toks[18])
if pres < 10 or pres > 1050: if pres < 10 or pres > 1020:
continue continue
if lat < -90 or lat > 90: if lat < -90 or lat > 90:
continue continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment