Skip to content
/ xps Public

Tools to analyze x-ray photoelectron spectra (XPS)

License

Notifications You must be signed in to change notification settings

jithesh82/xps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xps

A python code to process and fit x-ray photoelectron spectra (XPS).

Usage

To choose data region and background substract:

python3 preparedata.py testdata.xlsx

To fit:

python3 processdataandfit.py testdata.xlsx testguess.xlsx

The testdata.xlsx is the excel xps data file. The first two columns are respectively binding energy and intensity. The spectra is assumed to be background substracted and corrected for any charging.

The testguess.xlsx contains the guess values for the peaks. The first three columns are respectively intensity, binding energy and peak width (fwhm).

Screenshots

Selecting data region:

alt text

Background substraction:

alt text

Fitting:

alt text

References

Test data: Mendeley xps data.

About

Tools to analyze x-ray photoelectron spectra (XPS)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages