mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 03:40:04 +02:00
11 lines
163 B
Python
11 lines
163 B
Python
from slsdet import Detector, currentSrcParameters
|
|
|
|
s = currentSrcParameters()
|
|
s.enable = 1
|
|
s.fix= 1
|
|
s.normal = 1
|
|
s.select = 10
|
|
|
|
|
|
d = Detector()
|
|
d.currentsource = s |