TruSat / trusat-orbit

Python utilities for processing satellite position observations and managing TLEs

Home Page:https://trusat.org/about

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iod.parse_iod_line() breaks when seconds are passed the expected boundaries of 0-59

Kmoneal opened this issue · comments

When calling iod.parse_iod_line(), an error is thrown when the seconds in the observation are set to 60. This is a valid number but not supported in datetime.strptime() when called in DateTime_frompacket().