You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iagapov
changed the title
implement some reset() method in navigator so that same object can be resused in one script
implement some reset() method in navigator so that same object can be reused in one script
Nov 24, 2015
following code should work:
navi = Navigator()
while navi.z0 < lat.totalLen:
track(lat, plist, dz=dz, navi=navi, order=1)
navi.reset()
while navi.z0 < lat.totalLen:
track(lat, plist, dz=dz, navi=navi, order=1)
The text was updated successfully, but these errors were encountered: