CONAN._classes.load_lightcurves.transit_depth_variation#
- CONAN._classes.load_lightcurves.transit_depth_variation(ddFs='n', dRpRs=(-0.5, 0, 0.5), divwhite='n', verbose=True)#
Include transit depth variation between the different filters. Note ‘RpRs’ must be fixed to a reference value in
.planet_parameters()and not a jump parameter. transit depth variation is calculated as the deviation of each group’s transit depth from the fixed RpRs. It is recommended to setRpRs=0, so the deviation is actually the radius at each filter.- Parameters:
ddFs (str ("y" or "n");) – specify if to fit depth variation or not. default is “n”
dRpRs (tuple of len 2 or 3;) – deviation of radius ratio from the reference values. Must be tuple of len 2/3 specifying (mu,std) or (min,start,max)
divwhite (str ("y" or "n");) – flag to divide each light-curve by the white lightcurve. Default is “n”
verbose (bool;) – print output
- _ddfs#
namespace of depth variation parameters
- Type:
SimpleNamespace