pylupnt.convert_time¶
- pylupnt.convert_time(*args, **kwargs)¶
Overloaded function.
convert_time(t_tai: Real, from_time: pylupnt._pylupnt.Time, to_time: pylupnt._pylupnt.Time) -> Real
Convert a time value from from_time to to_time (TAI, TT, TDB, UTC, UT1, GPS, …) [s].
convert_time(t_tai: 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]”]
Vectorized: convert each time value from from_time to to_time [s].