CONAN.utils.get_orbital_elements.get_EccentricAnomaly
=====================================================

.. py:method:: CONAN.utils.get_orbital_elements.get_EccentricAnomaly(approx=False)

   Get the eccentric anomaly from the mean anomaly and eccentricity.
   By solving Kepler's equation M = E - ecc.sin(E)

   :returns: **E** -- Eccentric anomaly.
   :rtype: array-like

