Skip to content

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

TLE

Input TLE.

isTLEParsed?

boolean

Bypasses TLE parsing when true.

返回

number

示例

ts
getInclination('1 25544U 98067A   17206.18396726 ...');
51.6400

KBE3D @3.0.0 Copyright © 2024-present KBE3D