Appearance
KBE3D / KBSatellite / _tlejs / getRightAscension
函数: getRightAscension()
getRightAscension(
tle:TLE,isTLEParsed?:boolean):number
Returns the right ascension of the ascending node in degrees. Essentially, this is the angle of the satellite as it crosses northward (ascending) across the Earth's equator (equatorial plane). See https://en.wikipedia.org/wiki/Right_ascension_of_the_ascending_node
参数
tle
Input TLE.
isTLEParsed?
boolean
Bypasses TLE parsing when true.
返回
number
示例
ts
getRightAscension('1 25544U 98067A 17206.18396726 ...');
208.9163