spleaf.fenrir.SpotsLatDistMagInterpolator.kernel#

SpotsLatDistMagInterpolator.kernel(series_index, decay_kernel, mag_decay_kernel, P, sig_rv_phot, sig_rv_cb, sig_phot, mag_ratio, a180, **kwargs)#

Generate a S+LEAF kernel corresponding to this FENRIR model, to be included in a covariance matrix (spleaf.cov.Cov).

Parameters:
series_indexlist of ndarrays

Indices corresponding to each original time series in the merged time series.

decay_kernelspleaf.term.Kernel

Kernel describing the (dis)appearing of spots/faculae.

mag_decay_kernelspleaf.term.Kernel

Kernel describing the variation of spots/faculae appearing rate due to the magnetic cycle.

Pfloat

Rotation period.

sig_rv_phot, sig_rv_cb, sig_photfloat

Amplitudes of the three modeled effects (photometric and convective blueshift effects on radial-velocity, photometric effect)

mag_ratiofloat

Relative amplitude of the magnetic cycle related activity with respect to the rotation period related activity.

a180float

Relative amplitude of the spots/faculae at the opposite longitude.

bar_ifloat

Complementary inclination of the star (\(\bar{i} = \pi/2 - i\)).

deltafloat

Latitude of the spots/faculae.

ld_a1, ld_a2float

Quadratic limb-darkening coefficients.

br_center, br_a1, br_a2float

Brightening coefficients (ignored if the brightening is not activated).

**kwargs

Parameters at which to compute the interpolation.

Returns:
kernelspleaf.term.Kernel

S+LEAF kernel corresponding to this FENRIR model.