Open PieDema96 opened 1 year ago
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. Now, to be able to dump position and velocity history... I'm yet to work on that :)
Thank you @arda-guler ! Please notify here when also dumping will be ready for use. I am really looking for that!
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 ! Great! I am testing it right. Thanks
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