-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: resolved EDD issues while analysing merrill-3229-f
CHAP/edd/models.py: Fixed type error in background parameters CHAP/edd/processor.py: - Output DVL center in absolute coordinates - Display DVL relative to the correct center - Constrain peak centers to the actual energy range with some margin to allow for fitting without hitting boundary issues. - Continue unconstrained fit from uniform fit in Ceria calibration instead of starting with only the uniform peak centers CHAP/utils/fit.py: Add option to constrain peak centers to a given x-axis range in Fit:create_multipeak_model()
- Loading branch information
1 parent
e111758
commit 6143f2d
Showing
3 changed files
with
123 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters