Skip to content

KBE3D / KBSatellite / _tlejs / getMeanAnomaly

函数: getMeanAnomaly()

getMeanAnomaly(tle: TLE, isTLEParsed?: boolean): number

Returns the Mean Anomaly. Indicates where the satellite was located within its orbit at the time of the TLE epoch. See https://en.wikipedia.org/wiki/Mean_Anomaly

参数

tle

TLE

Input TLE.

isTLEParsed?

boolean

Bypasses TLE parsing when true.

返回

number

示例

ts
getMeanAnomaly('1 25544U 98067A   17206.18396726 ...');
25.2906

KBE3D @3.0.0 Copyright © 2024-present KBE3D