moved compiled extension into slsdet

This commit is contained in:
froejdh_e
2025-03-18 10:56:03 +01:00
parent eb8c34f53b
commit bc187bb198
17 changed files with 26 additions and 24 deletions

View File

@ -3,7 +3,7 @@
from .detector_property import DetectorProperty
from functools import partial
import numpy as np
import _slsdet
from . import _slsdet
from .detector import freeze
dacIndex = _slsdet.slsDetectorDefs.dacIndex
class Power(DetectorProperty):