mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
removing trailing _ for members of currentsrcParameters
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
from slsdet import Detector, currentSrcParameters
|
||||
|
||||
s = currentSrcParameters()
|
||||
s.enable_ = 1
|
||||
s.fix_= 1
|
||||
s.normal_ = 1
|
||||
s.select_ = 10
|
||||
s.enable = 1
|
||||
s.fix= 1
|
||||
s.normal = 1
|
||||
s.select = 10
|
||||
|
||||
|
||||
d = Detector()
|
||||
|
Reference in New Issue
Block a user