updated min max ranges

This commit is contained in:
Mark Mine 2001-08-21 16:03:14 +00:00
parent 43a83a5e96
commit 905c3d7886

View File

@ -38,8 +38,8 @@ class DirectRadamec(PandaObject):
# Note: These values change quite often, i.e. everytime # Note: These values change quite often, i.e. everytime
# you unplug the radamec cords, or jostle them too # you unplug the radamec cords, or jostle them too
# much. For best results, re-record these values often. # much. For best results, re-record these values often.
self.minRange = [-180.0, -90, 515210.0, 506887.0] self.minRange = [-180.0, -90, 524285.0, 504790.0]
self.maxRange = [180.0, 90, 539820.0, 546075.0] self.maxRange = [180.0, 90, 548897.0, 534569.0]
#self.minRange = [-180.0, -90, 516880.0, 516873.0] #self.minRange = [-180.0, -90, 516880.0, 516873.0]
#self.maxRange = [180.0, 90, 541491.0, 556087.0] #self.maxRange = [180.0, 90, 541491.0, 556087.0]
# Pick initial mode # Pick initial mode