Extension and reimplementation of Shirley background substraction - #36
Open
MarcBHahn wants to merge 12 commits into
Open
Extension and reimplementation of Shirley background substraction#36MarcBHahn wants to merge 12 commits into
MarcBHahn wants to merge 12 commits into
Conversation
…selection of an active region.
Improves Shirley BG substraction by calculation of ymin and ymax parameter from the average of up to five surrounding datapoints. This improves the Shirley BG estimation for XPS data with bad signal to noise ratio.
Owner
|
Hi Marc, |
Improved ShirleyBG substraction
wojdyr
reviewed
Sep 19, 2021
Correct comments.
Adjust indices of Shirley background removal procedure for the analysis of XPS spectra.
Add the changes from main branch to prepare a new version fpr the pull request
Improve initial guess for shirleyBG determination to improve the starting values for the iterative procedure.
Add installation information about autogen.sh
merge updates from main
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi
I reimplemented the section to substract a Shirley background as used in XPS.
It is now possible to substract a Shirley background only within the active region as it is often done in XPS. Additionally the implementation seems to be more stable when working with data having a bad SNR.
Best wishes
Marc