dsgp4.tle.TLE#
- class dsgp4.tle.TLE(data)#
This class constructs a TLE object from either a list of strings (that make up the TLE) or from a dictionary.
Parameters:#
data (str, list, dict): TLE data
Returns:#
dsgp4.tle.TLE object
- __init__(data)#
Methods
__init__
(data)apogee_alt
([R_eq])This function returns the apogee altitude of a given TLE.
copy
()This function returns a copy of the TLE object.
perigee_alt
([R_eq])This function returns the perigee altitude of a given TLE.
set_time
(date_mjd)This function sets the epoch of the TLE to the given date.
update
(tle_data)This function updates the TLE object with the given data.