Skip to content

Releases: hidecode221b/xps-excel-macro

minor fixes

07 Sep 08:36
da89644
Compare
Choose a tag to compare

minor fixes

Revise fitting formula based on lmfit built-in models

02 Jun 03:27
914139b
Compare
Choose a tag to compare

The fitting formula is modified to follow the lmfit built-in models, which are normalized with FWHM. In this version, the amplitude of the peak is proportional to the peak area, which does not depend on FWHM. In the previous version, the amplitude was the height of the peak, and then the peak area is based on both amplitude and FWHM in the analytical formula.

EX3ms updated to import VAMAS format data

08 Sep 18:22
ce71d81
Compare
Choose a tag to compare

EX3ms is Excel VBA-based macro program for XPS curve fitting. This update enables us to import the VAMAS data format and convert it into tab-separated text files, which can be imported in the EX3ms.

fix update element in graph sheet

19 Jun 15:54
922c93a
Compare
Choose a tag to compare

you can update elements in graph sheet even after spectra are compared. type "elem" in C9 cell and run the code.

fix bug in Tougaard BG formula

29 May 19:09
4619468
Compare
Choose a tag to compare

Tougaard BG formula was wrong in previous version. Tougaard B parameter is determined by iteration method and the other parameters are not varied in the optimization.

fix bug in shirley active bg

15 Feb 10:07
bdc9fcf
Compare
Choose a tag to compare
v2.5

Update personal_macro_workbook.vb

minor fix

27 Jan 02:25
5107203
Compare
Choose a tag to compare

minor fix for fitting amplitude minimum for spin-orbit splitting.
for mac excel, timecheck should be like "0" to suppress dialogue.
Mac Excel works slow because VBA cannot suppress screen updating, which might be bug in mac excel.

fitting bug fixed

21 Jan 09:26
eaebbb9
Compare
Choose a tag to compare

minor bugs are fixed for fitting
from now version 8.43 started

fix minor bugs

19 Nov 09:47
9c44590
Compare
Choose a tag to compare

fix bug on number of peaks for fitting

Revise Solver setup

22 Aug 09:26
29f0729
Compare
Choose a tag to compare

Change solver setup to quicker fitting.
Excel on mac has a bug to disable screenupdaing, so message appears when time limit is over.