spleaf.fenrir.gaussian_weight#

spleaf.fenrir.gaussian_weight(delta, delta_mu, delta_sig)#

Gaussian distribution of spots/faculae’s latitudes.

Parameters:
delta(n,) ndarray

Latitudes at which to compute the distribution.

delta_mufloat

Center of the distribution.

delta_sigfloat

Standard deviation of the distribution.

Returns:
w(n,) ndarray

Weight for each latitude.