-
Notifications
You must be signed in to change notification settings - Fork 9
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
Output extraction #4
Comments
Thank you.
|
Also, about question 1, if you wish to easily create Solar System scenarios yourself using JPL Horizons data, I have this utility here that does it for you: https://github.com/arda-guler/orbitSim3D/blob/master/utilities/JPL_SolarSystem.py. |
I've sat down and documented how I like to do validations, including a test case using the Solar System: https://github.com/arda-guler/orbitSim3D/blob/master/docs/validation.md It is not automated still, and so requires quite a lot of work. |
Thank you @arda-guler ! |
I made it so that plots dump their data (at the end of their assigned data recording time) into csv files into an /exported_data directory with the same name as the given plot title. In the current state, each plot can only record one variable against time at a time, so unfortunately, if you want to dump all x, y, z coordinates of position, you'll have to create three plots. Then you can copy the columns of the csv files into one file manually. I'll look into the possibility of recording all three components of vectors into one plot, but that requires modifying the plot class, so I'll do that later. |
Hi @arda-guler ! |
Sorry about the slow progress... I've implemented a laborless test method directly accessible from the main menu. There is still some work to do to make it more configurable and all-encompassing than its current situation, as it currently only tests the n-body point-mass gravitational model on a Solar System simulation. I'm not going to close the issue yet since there is still a whole bunch of work left, but I wanted to give a small update. Edit: Oh, and it requires the skyfield package now. |
Hi there!
Nice tool. I have two questions.
Thank you in advance
The text was updated successfully, but these errors were encountered: