Skip to content

Commit

Permalink
Update binarystarsolve.py
Browse files Browse the repository at this point in the history
v 1.2
  • Loading branch information
nickmilson authored Jan 31, 2021
1 parent 741b7d9 commit f3e07ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binarystarsolve/binarystarsolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def StarSolve(data_file,star = "primary",Period=None,Pguess=None, covariance = F
Keyword Arguments mandatory regardless of situation:
data_file - String holding the name of the tab separated txt file
star - Can be "primary", "secondary", or both. Is "primary" by default.
star - Can be "primary", "secondary", or "both". Is "primary" by default.
star is a string for if the parameters of the primary or secondary
are being solved for (or both)
Expand Down

0 comments on commit f3e07ea

Please sign in to comment.