weldx.utility.
lcs_coords_from_ts
Create translation coordinates from a TimeSeries at specific timesteps.
ts (TimeSeries) – TimeSeries that describes the coordinate motion as a 3D vector.
TimeSeries
time (Union[DatetimeIndex, Quantity]) – Timestamps used for interpolation. TODO: add support for pd.DateTimeindex as well
Union
DatetimeIndex
Quantity
A DataArray with correctly labeled dimensions to be used for LCS creation.
xarray.DataArray