Skip to content

KBE3D / KBSatellite / _tlejs / getMeanMotion

函数: getMeanMotion()

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

Returns the revolutions around the Earth per day (mean motion). Theoretically can be a value between 0 to 17. See https://en.wikipedia.org/wiki/Mean_Motion

参数

tle

TLE

Input TLE.

isTLEParsed?

boolean

Bypasses TLE parsing when true.

返回

number

示例

ts
getMeanMotion('1 25544U 98067A   17206.18396726 ...');
15.54225995

KBE3D @3.0.0 Copyright © 2024-present KBE3D