erlab.interactive.fermiedge¶
Functions
|
Interactive tool for correcting curved Fermi edges. |
|
Interactive tool for precise resolution fitting of EDCs. |
- erlab.interactive.fermiedge.goldtool(data, data_corr=None, *, data_name=None, execute=None, **kwargs)[source]¶
Interactive tool for correcting curved Fermi edges.
This tool can also be accessed from the right-click context menu of an image plot in an ImageTool window.
- Parameters:
data (
DataArray) – The data to perform Fermi edge fitting on. Must be a 2D DataArray with an ‘eV’ dimension.data_corr (
DataArray|None, default:None) – The data to correct with the edge. Defaults todata.data_name (
str|None, default:None) – Name of the data used in generating the code snipped copied to the clipboard. Overrides automatic detection.**kwargs – Arguments passed onto
erlab.interactive.utils.AnalysisWindow.