dsgp4.util.jday#
- dsgp4.util.jday(year, mon, day, hr, minute, sec)#
Converts a date and time to a Julian Date. The Julian Date is the number of days since noon on January 1st, 4713 BC.
Parameters:#
year (
int): year mon (int): month day (int): day hr (int): hour minute (int): minute sec (float): secondReturns:#
tuple: Julian Date as integer and fractional part of the day