<< CL_tle_evalAvgElem Trajectory and maneuvers CL_tle_genEphem >>

CelestLab >> Trajectory and maneuvers > CL_tle_format

CL_tle_format

Two-line string generation from TLE structure

Calling Sequence

[str, desc] = CL_tle_format(tle)

Description

Parameters

tle:

TLE structure (size N).

str:

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

desc:

(string) Description or empty string (1xN)

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)
str2 = CL_tle_format(tle)

Report an issue
<< CL_tle_evalAvgElem Trajectory and maneuvers CL_tle_genEphem >>