Skip to content

Releases: Julian-Hochhaus/lmfitxps

2.4.3

04 Oct 08:28
Compare
Choose a tag to compare
Release 2.4.3

2.4.2

04 Oct 08:28
Compare
Choose a tag to compare
Release 2.4.2

2.4.1

19 Aug 07:55
Compare
Choose a tag to compare

Full Changelog: 2.4.0...2.4.1

2.4.0

19 Aug 07:44
Compare
Choose a tag to compare

What's new?

  • binding energy scale is now supported by the Tougaard background model function

Full Changelog: 2.3.0...2.4.0

2.3.0

18 Aug 16:17
Compare
Choose a tag to compare

Fixed some bugs in the released files

Full Changelog: 1.3.0...2.3.0

Release 1.3.1

20 Feb 15:17
e62f0b6
Compare
Choose a tag to compare

What's Changed

  • First chapters of extensive documentation were written.

New Contributors

Full Changelog: 1.1.0...1.3.1

Release of lmfitxps on pypi

25 Jul 07:45
5bc936e
Compare
Choose a tag to compare

This release is intended as initial release to create a DOI using zenodo.

Introduction

Welcome to lmfitxps, a small Python package designed as an extension for the popular lmfit package , specifically tailored for X-ray Photoelectron Spectroscopy (XPS) data analysis.

While lmfit provides simple tools to build complex fitting models for non-linear least-squares problems and applies these models to real data, as well as introduces several built-in models, lmfitxps acts as an extension to lmfit designed for XPS data analysis. lmfitxps provides a comprehensive set of functions and models that facilitate the fitting of XPS spectra. In particular, lmfitxps provides several models, which use the convolution of a gaussian with model functions of the lmfit-package.

In addition to models for fittig signals in XPS data, lmfitxps introduces several background models which can be included in the fit model for fitting the data rather then substracting a precalculated background. This is the so-called active approach as suggested by A. Herrera-Gomez and generally leads to better fit results.
For further details, please refer to the documentation of lmfitxps and lmfit!

Installation

To install lmfitxps, simply use pip:

pip install lmfitxps