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