Skip to content
Snippets Groups Projects

Beam splitting off-axis zone plate analysis

Merged Loïc Le Guyader requested to merge boz into master
Files
2
from .XAS import *
from .boz import *
# Module name is the same as a child function, we use alias to avoid conflict
import toolbox_scs.routines.knife_edge as knife_edge_module
@@ -7,4 +8,5 @@ from .knife_edge import *
__all__ = (
knife_edge_module.__all__
+ XAS.__all__
+ boz.__all__
)
Loading