Skip to content
Snippets Groups Projects
Commit 0d146cf0 authored by Laurent Mercadier's avatar Laurent Mercadier
Browse files

add Viking to detectors init file

parent 9d61955d
No related branches found
No related tags found
1 merge request!240Functions for Viking spectrometer analysis
......@@ -7,6 +7,7 @@ from .dssc_misc import *
from .dssc_processing import *
from .hrixs import *
from .pes import *
from .viking import *
from .xgm import *
__all__ = (
......@@ -19,5 +20,6 @@ __all__ = (
+ dssc_processing.__all__
+ hrixs.__all__
+ pes.__all__
+ viking.__all__
+ xgm.__all__
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment