<< CL_tle_new Trajectory and maneuvers CL_tle_set >>

CelestLab >> Trajectory and maneuvers > CL_tle_parse

CL_tle_parse

TLE structure from two-line string

Calling Sequence

tle = CL_tle_parse(str [, desc])

Description

Parameters

str:

(string) Standard two-line elements (2xN)

desc:

(string, optional) TLE Descriptions (1xN)

tle:

TLE structure containing all the (decoded) two-line elements (size N)

Authors

See also

Examples

str = [..
"1 00005U 58002B   00179.78495062  .00000023  00000-0  28098-4 0  4753"; ..
"2 00005  34.2682 348.7242 1859667 331.7664  19.3264 10.82419157413667" ];
tle = CL_tle_parse(str)

Report an issue
<< CL_tle_new Trajectory and maneuvers CL_tle_set >>