ess.reflectometry.resolution.z_offset
ess.reflectometry.resolution.z_offset¶
- ess.reflectometry.resolution.z_offset(position, offset)¶
Compute new positions that have been offset in the z-dimension.
- Parameters
position (scipp._scipp.core.Variable) – Position vectors (dtype vector_3_float64).
offset (scipp._scipp.core.Variable) – Offset to be applied along the z-dimension.
- Return type