-
Notifications
You must be signed in to change notification settings - Fork 17
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
Question about extracting meaningful data from launch and exporting "Design Report" pdf with orhelper #4
Comments
Yes. See the As these values change with time, you will need to interpret the time series yourself depending on what you are looking for (e.g. max value of the velocity time series). You can also use |
As for the design report PDF, orhelper currently does not have any helper methods for this. You can however look at the OpenRocket Java code and call whichever function is required. I could add this feature to orhelper in the future if it is useful. |
Exporting the design report but mainly adding new motors throw the script would be amazingly useful for my applications. |
When referencing OpenRocket code, you want to look at commit f3440bac6846fd60da5dcac76e772f0539541e69 as that is the release for v15.03. It looks like the printing and design report stuff is in Not sure exactly what you mean by adding new motors, but I recommend you clone the OpenRocket repo, checkout that commit hash, and then use a Java IDE to search around for what you need. If you use an IDE like PyCharm, I find it useful to place a breakpoint somewhere in your Python project and then you can use the evaluation feature to inspect and play with all the Java classes and variables. If you do implement this, please open a pull request so that we can make that feature available to everyone. |
Hey, SilentSys!
I was wondering if it's possible to retrieve some important values from the rocket and the launch using orhelper, like:
And export as well the Design Report pdf file.
Do you have any idea on how to do that?
Thanks in advance!
Att,
-Yuri Achermann
The text was updated successfully, but these errors were encountered: