rlancaste / stellarsolver

GNU General Public License v3.0
94 stars 47 forks source link

Integrating Stellar Solver Into my own Program #154

Open harishasnain opened 1 month ago

harishasnain commented 1 month ago

Hello, I would like to integrate stellar solver in my own celestial navigation program. I would greatly appreciate if I could have some guidance on how I can go about doing this.

rlancaste commented 1 month ago

Hi there,

If you look in the repository there are several demos of how this can be done. The StellarSolver tester program is another great example, and one meant to test all the features. So you could take a look at the examples and use those as a starting point. That’s probably what I would do.

thanks,

Rob