Recently, I have written a Python program, which can fit the XPS data to a Gaussian distribution. The sample I used in XPS experiment is PMMA. The data were fit well to the Gaussian distribution with an extremely small error that it can reproduce the correct stoichiometric ratio. Nevertheless, I have found that it is also common to fit the data to a pseudo Voigt profile. I know pseudo Voigt profile is a linear combination of Gaussian function and Lorentzian function. What would happen if I take the Gaussian function only and ignore the Lorentzian function?