moved compiled extension into slsdet

This commit is contained in:
froejdh_e
2025-05-22 16:53:31 +02:00
committed by maliakal_d
parent d4c09bfd21
commit ef62155207
17 changed files with 26 additions and 24 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from .detector import Detector, freeze
from .utils import element_if_equal
from .dacs import DetectorDacs, NamedDacs
from .powers import DetectorPowers, NamedPowers
import _slsdet
from . import _slsdet
dacIndex = _slsdet.slsDetectorDefs.dacIndex
from .detector_property import DetectorProperty