-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add gallery of examples #42
Comments
I postponed this to the 0.3 version because releasing this before my final project degrees is finished might trigger the copying tool used by the university to check if a work is fully original. |
Anyway, working on this locally. Each notebook includes the time of flight curves, similarly to my ICATT article. |
I really want this to be included within the 0.2 version release. Working hard on this 🚀 |
It's been a long time since I opened this issue. The package got quite outdated in terms of maintenance. However, various PR were merged to recover the quality of this project and this issue is expected to be solved before SciPyConf'22. |
Hopefully you plan to continue with this effort; as noted above, an examples gallery will be helpful. Thank you. |
Hi @beluej123, I am closing this issue after adding an examples section in the README of the project, see https://github.com/jorgepiloto/lamberthub?tab=readme-ov-file#examples. I may add more examples in the near future. However, all algorithms work the same. My goal is to keep this library simple and performant. |
💻 Feature request: gallery of examples
Any Lambert's problem solver iterates over a function known as the flight of time equation. This curve relates the free-parameter with the non-dimensional time of flight. By studying these graphs it is possible to identify critical points and develop a better initial guess or numerical method to solve for the problem.
My idea is to each algorithm's time of flight curve to the current gallery of examples, which is completely empty at this moment.
The text was updated successfully, but these errors were encountered: