rlancaste / stellarsolver

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

Implement saving fits with solution data via cli #149

Closed testunde closed 2 months ago

testunde commented 2 months ago

Adds a new feature for the new cli program, which I find very handy. Thanks btw. for this cli! :slightly_smiling_face:

No checks for existing file are done here, thus the warning is given in the help message. If this behavior is not wanted, I can try and built in a check-and-ask-the-user function.