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
d
Alias for field number 0
hkl
Alias for field number 1
q
Alias for field number 2