CONAN.geepee.celerite_QPTerm#

class CONAN.geepee.celerite_QPTerm(*args, **kwargs)#

Bases: celerite.terms.Term

The abstract base “term” that is the superclass of all other terms

Subclasses should overload the terms.Term.get_real_coefficients() and terms.Term.get_complex_coefficients() methods.

parameter_names = ('log_amp', 'log_timescale', 'factor', 'log_period')#

Methods#

get_complex_coefficients(params)

Get the arrays alpha_complex_* and beta_complex_*

get_real_coefficients(params)

Get the arrays alpha_real and beta_real