pysrw.tools.gaussian2p# pysrw.tools.gaussian2p(x, a, sigma)[source]# A non-normalized Gaussian with zero mean. \[y = a \cdot e^{-\frac{x^2}{2 \sigma^2}}\] Parameters: x – coordinate axis. a – amplitude. sigma – standard deviation. Returns: array of y values Return type: float