-
Notifications
You must be signed in to change notification settings - Fork 69
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
Plot XAS data relative to E0 #563
Comments
@maurov Thanks. FWIW, I put some notes from last Friday's meeting at https://github.com/xraypy/xraylarch/wiki/Development-Roadmap. I thought keeping "development plans" would be helpful (at least for me) and the Wiki might work well for that. For E0, I would propose allowing these options with "plot one" or "plot many", using the config value 'plot_energy_offset':
I think we can add these to Larix and to the xafsplot functions. Maybe there could be other options for HERFD mode (energy-analyzed_energy), but for now I think these choices will be a good start, and having a few options means it is not too hard to add a few more. |
OK for keeping meetings notes and the development roadmap in the wiki. I added links to the relative issues. It think that issues are better for discussing and following the development of specific tasks/enhancements/bugs.
OK for having a label-like parameter. I would rather call it
I do not see other possibilities for HERFD-XAS. For XES, it may be useful to plot in |
As discussed at the last developers meeting, it would be useful to add a plot option for plotting relative to E0. This is needed when one wants to compare XAS data measured or simulated at different absorption edges. The tasks to perform are:
energy_offset: Union[str, None] = None
argument to plotThe text was updated successfully, but these errors were encountered: