CONAN.outputs.get_PDF_Gauss
===========================

.. py:function:: CONAN.outputs.get_PDF_Gauss(cen, sig1, sig2, dim)

   Generate a Gaussian PDF with the given center and sigmas.

   :param cen: Center of the Gaussian distribution.
   :type cen: float
   :param sig1: First sigma value for the Gaussian distribution.
   :type sig1: float
   :param sig2: Second sigma value for the Gaussian distribution.
   :type sig2: float
   :param dim: Dimensions of the output array.
   :type dim: tuple

