pylupnt.get_proper_time_correction_tcl¶
- pylupnt.get_proper_time_correction_tcl(*args, **kwargs)¶
Overloaded function.
get_proper_time_correction_tcl(t_tcg: Real, x_mci: typing.Annotated[numpy.typing.ArrayLike, Real, “[3, 1]”]) -> Real
Proper-time correction for Lunar Coordinate Time (TCL) at Moon-centered inertial position x_mci [s].
get_proper_time_correction_tcl(t_tcg: typing.Annotated[numpy.typing.ArrayLike, Real, “[m, 1]”], x_mci: typing.Annotated[numpy.typing.ArrayLike, Real, “[m, n]”]) -> typing.Annotated[numpy.typing.NDArray[Real], “[m, 1]”]
Vectorized: TCL proper-time correction at per-epoch Moon-centered inertial positions x_mci [s].