skbeam.core.constants.xrs.HKL¶
-
class
skbeam.core.constants.xrs.HKL¶ Namedtuple sub-class miller indicies (HKL)
This class enforces that the values are integers.
- Parameters
- hint
- kint
- lint
-
__init__(self, /, *args, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__(self, /, \*args, \*\*kwargs)Initialize self.
count(self, value, /)Return number of occurrences of value.
index(self, value[, start, stop])Return first index of value.
Attributes
hAlias for field number 0
kAlias for field number 1
lAlias for field number 2
lengthThe L2 norm (length) of the hkl vector.