Appearance
KBE3D / KBSatellite / _tlejs / getInclination
函数: getInclination()
getInclination(
tle:TLE,isTLEParsed?:boolean):number
Returns the inclination relative to the Earth's equatorial plane in degrees (0 to 180 degrees). 0 to 90 degrees is a prograde orbit and 90 to 180 degrees is a retrograde orbit. See https://en.wikipedia.org/wiki/Orbital_inclination
参数
tle
Input TLE.
isTLEParsed?
boolean
Bypasses TLE parsing when true.
返回
number
示例
ts
getInclination('1 25544U 98067A 17206.18396726 ...');
51.6400