<< CL_tle_parse Trajectory and maneuvers CL_tle_setElem >>

CelestLab >> Trajectory and maneuvers > CL_tle_set

CL_tle_set

Change values in a TLE structure

Calling Sequence

tle2 = CL_tle_set(tle, fieldname, value, fieldname, value...)

Description

Parameters

tle:

TLE structure (size=N)

fieldname:

(string) Name of field in TLE structure (1x1)

value:

Value of TLE field (1x1 or 1xN)

tle2:

Resulting TLE structure (size=N)

Authors

See also

Examples

tle = CL_tle_new();
// Change some values
tle = CL_tle_set(tle, "epoch_cjd", CL_dat_cal2cjd(2013,1,1,0,0,0), ..
"ecc", 0.1, "inc", 1, "argp", 0.2, "raan", 0.3, "ma", 0.4, "n", 1.e-3, "bstar", 1.e-4)

Report an issue
<< CL_tle_parse Trajectory and maneuvers CL_tle_setElem >>