Geometry.det_refpoint¶
- Geometry.det_refpoint(mparam)[source]¶
Detector reference point function.
- Parameters:
- mparam
array-like
or sequence Motion parameter(s) at which to evaluate. If
motion_params.ndim >= 2
, a sequence of that length must be provided.
- mparam
- Returns:
- point
numpy.ndarray
Vector(s) pointing from the origin to the detector reference point at
mparam
.
- point