Skip to content

Commit

Permalink
clarify stellar_or_system_mass documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sblunt committed Mar 18, 2024
1 parent f9b00bd commit b3567c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions orbitize/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ class System(object):
data_table (astropy.table.Table): output from
``orbitize.read_input.read_file()``
stellar_or_system_mass (float): mass of the primary star (if fitting for
dynamical masses of both components) or total system mass (if
fitting using relative astrometry only) [M_sol]
dynamical masses of both components, for example when you have both
astrometry and RVs) or total system mass (if fitting for total system
mass only, as in the case of a vanilla 2-body fit using relative
astrometry only ) [M_sol]
plx (float): mean parallax of the system, in mas
mass_err (float, optional): uncertainty on ``stellar_or_system_mass``, in M_sol
plx_err (float, optional): uncertainty on ``plx``, in mas
Expand Down

0 comments on commit b3567c7

Please sign in to comment.