CONAN.utils.inclination
=======================

.. py:function:: CONAN.utils.inclination(b, a, e=0, w=90, tra_occ='tra')

   Function to convert impact parameter b to inclination in degrees.

   :param b:
   :type b: Impact parameter of the transit.
   :param a:
   :type a: Scaled semi-major axis i.e. a/R*.
   :param e: eccentricity of the orbit.
   :type e: float;
   :param w: longitude of periastron in degrees
   :type w: float;

   :returns: **inc**
   :rtype: The inclination of the planet orbit in degrees.

