-
Notifications
You must be signed in to change notification settings - Fork 23
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
Mode: Reference Orbit Tracking #831
Conversation
Add a simulation mode that only tracks the reference orbit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beautiful. I also tested this on ~5 examples of different types--both app and Python input--and everything works.
Yay!! Do you want to push the examples into this PR or do you want to do a follow-up? :) |
(I can also add the examples, I just want to sync with you which ones to pick first.) |
Hm. I'm not sure yet what examples would be the most useful for CI and for illustration. It might be better to come up with something new and interesting that uses this feature. It's ok with me if we do this as a follow-up, if you're comfortable with that. Otherwise, we're just repeating existing examples in a different mode. |
Agreed, sounds good to me. |
@@ -233,6 +233,10 @@ Collective Effects & Overall Simulation Parameters | |||
|
|||
Run the envelope tracking simulation loop. | |||
|
|||
.. py:method:: track_reference() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opps, ref
argument missing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will push a fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, yes I ran this, but I missed that the argument was missing in the doc here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed the API after the first doc draft and forgot to add this. Fixed now via dfe55da :)
Add a simulation mode that only tracks the reference orbit. Close #622