skbeam.core.constants.xrs.Reflection¶
-
class
skbeam.core.constants.xrs.Reflection¶ Namedtuple sub-class for scattering reflection information
- Parameters
- dfloat
Plane-spacing
- hklhkl
miller indicies
- qfloat
q-value of the reflection
-
__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
dAlias for field number 0
hklAlias for field number 1
qAlias for field number 2