mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-05 17:40:40 +02:00
fixing typo
This commit is contained in:
parent
e63fa1d7c2
commit
8bf9f974a3
@ -5,7 +5,7 @@ from slsdet import Detector, patternParameters
|
|||||||
d = Detector()
|
d = Detector()
|
||||||
pat = patternParameters()
|
pat = patternParameters()
|
||||||
|
|
||||||
#Access to memers of the structure using numpy arrays
|
#Access to members of the structure using numpy arrays
|
||||||
pat.patlimits = 0x0, 0xa
|
pat.patlimits = 0x0, 0xa
|
||||||
|
|
||||||
d.setPattern(pat)
|
d.setPattern(pat)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user