weldx.transformations.LocalCoordinateSystem.interp_time

LocalCoordinateSystem.interp_time(time, time_ref=None)

Interpolates the data in time.

Parameters
  • time (Union[DatetimeIndex, TimedeltaIndex, List[Timestamp], ForwardRef, None]) – Series of times. If passing “None” no interpolation will be performed.

  • time_ref (Optional[Timestamp]) – The reference timestamp

Returns

Coordinate system with interpolated data

Return type

LocalCoordinateSystem