<< CL_tle_genEphem Trajectory and maneuvers CL_tle_getConst >>

CelestLab >> Trajectory and maneuvers > CL_tle_getBalCoef

CL_tle_getBalCoef

Ballistic coefficient from bstar

Calling Sequence

bal = CL_tle_getBalCoef(tle)

Description

Parameters

tle:

TLE structure (size N)

bal:

Ballistic coefficient = Cd*A/M [m^2/kg] (1xN)

Authors

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);
bal = CL_tle_getBalCoef(tle)

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