-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Background removal and normalization #10
Comments
I didn't know of a specific paper that uses this method. I learned it from Fundamentals of XAFS by Matthew Newville (link below).
This method is implemented in Although I only implemented linear fit, it might be a good idea to implement Victoreen method and set the default to linear. |
@zhul9311 that's perfect, thank you. What you're proposing sounds good to me. If you'd like to take a shot at it you're welcome to, just assign yourself to the issue so everyone knows and nobody steps on your toes by accident. |
Sure. There is a newbie question: if I want to add this implementation to the repo, what is the standard way of doing this? Can I just create a new python file to my local repo and create a pull request? (BTW I will reply other issues later, they are in queue) |
Sure no problem, just assigned it to you.
No worries. Yes that's correct, but I wouldn't create a new python file, I think we can add these simple operations to the |
OK. Thank you, that is very clear. I will add it and discuss through pull request. |
#17 Added the background reduction operator using your template. |
Zhu's summary:
@zhul9311 question: there is a standard way of doing this, do you know what it is/is there a paper we can reference that describes the implementation?
The text was updated successfully, but these errors were encountered: