Skip to content

Releases: AdvancedPhotonSource/XRF-Maps

v1.5

16 Aug 16:22
dad709b

Choose a tag to compare

Fixed compton calc typo.
Changed limits on SNIP_WIDTH and COMPTON_F_TAILs to limtied_lo_hi

v1.4

13 Aug 18:37
a66a5c1

Choose a tag to compare

Fix 2 mpfit quitting early

v1.3

12 Aug 16:36
f89d248

Choose a tag to compare

Fixed issue where mpfit would randomly give up early in fitting.

v1.2

17 Jul 15:28
bb22360

Choose a tag to compare

Merge pull request #195 from aglowacki/master

Refactor snip

v1.1

06 Jun 21:10
a457ec6

Choose a tag to compare

Merge pull request #194 from aglowacki/master

Update element fit param step size

v1.0

03 May 15:42
dca0b79

Choose a tag to compare

Bug fix to per pixel fitting causing segfault.
Change residual error calc for optimizer fitting.

v0.9.9

18 Apr 15:18
9830c0a

Choose a tag to compare

Added importing and processing NSLS II datasets from HXN and SRX
General bug fixes

v0.9.8

12 Mar 14:32
a4b42f7

Choose a tag to compare

Added option to do custom optimization preset from override file.
--optimize-fit-override-params 0
will read the override file and look for fit_param_name + the following
tag + "_MIN"
tag + "_MAX"
tag + "_STEPSIZE"
tag + "_FITTING"

Where you can set the min, max, stepsize, and if it is fixed for to fit.
_FITTING can be : "fixed" , "limit_lo_hi", "limit_lo", "limit_hi", or "fit"

v0.9.7

06 Feb 15:45
bdad12f

Choose a tag to compare

Added in missing f_step tails calc for Ka and L lines

v0.9.6

22 Jan 16:23
9c4007c

Choose a tag to compare

Added loading and processing ESRF datasets.
PyXrfMaps was compiled for python 3.10

  • conda create -n 3.10 python=3.10