dsgp4.omm.from_omm_epoch_to_datetime

dsgp4.omm.from_omm_epoch_to_datetime#

dsgp4.omm.from_omm_epoch_to_datetime(epoch)#

This function takes the epoch of an OMM (i.e. a CCSDS ASCII time code, for instance ‘2024-02-29T12:00:00.000000’ or, in its day of the year form, ‘2024-060T12:00:00.000000’) and returns the corresponding datetime object.

Parameters:#

epoch (str): OMM epoch

Returns:#

datetime.datetime: datetime object