CONAN.outputs.get_PDF_Gauss

CONAN.outputs.get_PDF_Gauss#

CONAN.outputs.get_PDF_Gauss(cen, sig1, sig2, dim)#

Generate a Gaussian PDF with the given center and sigmas.

Parameters:
  • cen (float) – Center of the Gaussian distribution.

  • sig1 (float) – First sigma value for the Gaussian distribution.

  • sig2 (float) – Second sigma value for the Gaussian distribution.

  • dim (tuple) – Dimensions of the output array.