Skip to content

Commit

Permalink
Support secondary excitations on M subshells.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole committed Jan 16, 2025
1 parent dc255db commit f4f8e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PyMca5/PyMcaPhysics/xrf/FisxHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The PyMca X-Ray Fluorescence Toolkit
#
# Copyright (c) 2004-2023 European Synchrotron Radiation Facility
# Copyright (c) 2004-2025 European Synchrotron Radiation Facility
#
# This file is part of the PyMca X-ray Fluorescence Toolkit developed at
# the ESRF.
Expand Down Expand Up @@ -941,7 +941,7 @@ def _fisxFromFitConfigurationAction(fitConfiguration,
def getFisxCorrectionFactors(*var, **kw):
expectedFluorescence = getMultilayerFluorescence(*var, **kw)
ddict = {}
transitions = ['K', 'Ka', 'Kb', 'L', 'L1', 'L2', 'L3', 'M']
transitions = ['K', 'Ka', 'Kb', 'L', 'L1', 'L2', 'L3', 'M', 'M1', 'M2', 'M3', 'M4', 'M5']
if kw["secondary"] == 2:
nItems = 3
else:
Expand Down

0 comments on commit f4f8e55

Please sign in to comment.