mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-15 17:11:20 +01: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