"backup_core_local" did not exist on "e29cc4dfc909c281a77ae01116a9624efb066ea7"
Commit 1afa5278 authored by Richard Cornes's avatar Richard Cornes
Browse files

Fixed bug in NCAR flagging

parent 2b54f052
......@@ -557,8 +557,8 @@ class NCAR(S88):
def __init__(self):
self.meth = "NCAR"
self.utmp_lo = 0.5
self.utmp_hi = 999
self.utmp_lo = [0.5,0.5]
self.utmp_hi = [999,999]
class UA(S88):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment