def mass_1(self):
"""
*astropy.Quantity*
The mass of the primary. Defined as total_mass *
epsilon[0]. An *astropy.Quantity* with mass units. If set as a
*float*, units are assumed to be solMass.
"""
return self.total_mass * self._epsilon[0]
评论列表
文章目录