MulensModel.mulensobjects.source module¶
-
class
MulensModel.mulensobjects.source.Source(distance=None, pi_S=None, angular_radius=None, limb_darkening=None)¶ Bases:
objectPhysical properties of a source (background) star.
- Attributes :
limb_darkening:
LimbDarkeningCoeffsLimb darkening coefficients of the source.
-
distance¶ astropy.Quantity
The distance to the source. May be set as a float. The distance should either be given in pc, or if no unit is given, the value is assumed to be kpc (u.kpc).
-
pi_S¶ astropy.Quantity
The parallax to the source in millarcseconds. May be set as a float. If no units are specified, assumes milliarcseconds (u.mas).
-
angular_radius¶ astropy.Quantity
Angular radius of the source. May be set as a float. If units are not specified, assumed to be microarcseconds (u.mas).