DivergentBeamGeometry.src_position¶
- DivergentBeamGeometry.src_position(angle)[source]¶
Source position function.
- Parameters:
- angle
array-like
or sequence Motion parameter(s) at which to evaluate. If
motion_params.ndim >= 2
, a sequence of that length must be provided.
- angle
- Returns:
- pos
numpy.ndarray
Vector(s) pointing from the origin to the source.
- pos