weldx.transformations.local_cs.LocalCoordinateSystem.interp_time

LocalCoordinateSystem.interp_time(time, time_ref=None)

Interpolates the data in time.

Parameters
  • time (Union[DatetimeIndex, TimedeltaIndex, Quantity, ForwardRef]) – 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