Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement some reset() method in navigator so that same object can be reused in one script #49

Open
iagapov opened this issue Nov 23, 2015 · 0 comments
Assignees

Comments

@iagapov
Copy link
Owner

iagapov commented Nov 23, 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)

@iagapov 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants