CONAN.geepee.celerite_cosine.get_real_coefficients
==================================================

.. py:method:: 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.
   :rtype: (array[j_real], array[j_real])

