Skip to content
Snippets Groups Projects

Base knife-edge scan analysis implementation

Merged Cammille Carinan requested to merge knife-edge-base into master
1 unresolved thread
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
from .XAS import *
# Module name is the same as a child function, we use alias to avoid conflict
import knife_edge as knife_edge_module
import toolbox_scs.routines.knife_edge as knife_edge_module
from .knife_edge import *
__all__ = (
knife_edge_module.__all__
* XAS.__all__
+ XAS.__all__
)
Loading