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