Skip to content

KBE3D / KBSatellite / _tlejs / getOrbitModel

函数: getOrbitModel()

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

Private value - used by Air Force Space Command to reference the orbit model used to generate the TLE (e.g. SGP, SGP4). Distributed TLES will always return 0 for this value. Note that all distributed TLEs are generated with SGP4/SDP4. See https://celestrak.com/columns/v04n03/

Output range: 0 to 9

参数

tle

TLE

Input TLE.

isTLEParsed?

boolean

Bypasses TLE parsing when true.

返回

number

示例

ts
getOrbitModel('1 25544U 98067A   17206.18396726 ...');
0

KBE3D @3.0.0 Copyright © 2024-present KBE3D