CONAN.geepee.celerite_cosine.get_real_coefficients

CONAN.geepee.celerite_cosine.get_real_coefficients#

CONAN.geepee.celerite_cosine.get_real_coefficients(params)#

Get the arrays alpha_real and beta_real

This method should be overloaded by subclasses to return the arrays alpha_real and beta_real given the current parameter settings. By default, this term is empty.

Returns:

alpha_real and beta_real as described above.

Return type:

(array[j_real], array[j_real])