pylupnt.gregorian_to_mjd

pylupnt.gregorian_to_mjd(*args, **kwargs)

Overloaded function.

  1. gregorian_to_mjd(year: typing.SupportsInt | typing.SupportsIndex, month: typing.SupportsInt | typing.SupportsIndex, day: typing.SupportsInt | typing.SupportsIndex, hour: typing.SupportsInt | typing.SupportsIndex, min: typing.SupportsInt | typing.SupportsIndex, sec: Real) -> Real

  2. gregorian_to_mjd(year: typing.SupportsInt | typing.SupportsIndex, month: typing.SupportsInt | typing.SupportsIndex, day: typing.SupportsInt | typing.SupportsIndex, hour: typing.SupportsInt | typing.SupportsIndex = 0, min: typing.SupportsInt | typing.SupportsIndex = 0, sec: typing.SupportsFloat | typing.SupportsIndex = 0.0) -> float