pylupnt.convert_coordinate_time

pylupnt.convert_coordinate_time(*args, **kwargs)

Overloaded function.

  1. convert_coordinate_time(t: Real, from_time: pylupnt._pylupnt.Time, to_time: pylupnt._pylupnt.Time) -> Real

  2. convert_coordinate_time(t: Real, from_time: pylupnt._pylupnt.Time, to_time: pylupnt._pylupnt.Time, x_bcrs: typing.Annotated[numpy.typing.ArrayLike, Real, “[3, 1]”]) -> Real

  3. convert_coordinate_time(t: typing.Annotated[numpy.typing.ArrayLike, Real, “[m, 1]”], from_time: pylupnt._pylupnt.Time, to_time: pylupnt._pylupnt.Time) -> typing.Annotated[numpy.typing.NDArray[Real], “[m, 1]”]

  4. convert_coordinate_time(t: typing.Annotated[numpy.typing.ArrayLike, Real, “[m, 1]”], from_time: pylupnt._pylupnt.Time, to_time: pylupnt._pylupnt.Time, x_bcrs: typing.Annotated[numpy.typing.ArrayLike, Real, “[m, 3]”]) -> typing.Annotated[numpy.typing.NDArray[Real], “[m, 1]”]