CONAN._classes.fit_setup._stellar_parameters#
- CONAN._classes.fit_setup._stellar_parameters(R_st=None, M_st=None, par_input='Rrho', verbose=True)#
input parameters of the star
- Parameters:
R_st (tuple of length 2 or 3;) – stellar radius and mass (in solar units) to use for calculating absolute dimensions. First tuple element is the value and the second is the uncertainty. use a third element if asymmetric uncertainty
Mst (tuple of length 2 or 3;) – stellar radius and mass (in solar units) to use for calculating absolute dimensions. First tuple element is the value and the second is the uncertainty. use a third element if asymmetric uncertainty
par_input (str;) – input method of stellar parameters. It can be one of [“Rrho”,”Mrho”], to use the fitted stellar density and one stellar parameter (M_st or R_st) to compute the other stellar parameter (R_st or M_st). Default is ‘Rrho’ to use the fitted stellar density and stellar radius to compute the stellar mass.