spleaf.fenrir.symmetric_gaussian_weight#

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

Symmetric Gaussian distribution of spots/faculae’s latitudes.

Parameters:
delta(n,) ndarray

Latitudes at which to compute the distribution.

delta_mufloat

Center of the distribution (on each hemisphere).

delta_sigfloat

Standard deviation of the distribution.

Returns:
w(n,) ndarray

Weight for each latitude.