Skip to content

KBE3D / KBSatellite / transTleToOmm

函数: transTleToOmm()

transTleToOmm(tle: string[], options?: Record<string, any>): Required<OMMInput>

将TLE(Two-Line Element)格式数据转换为OMM(Orbital Mean Elements Message)格式对象

参数

tle

string[]

包含两行TLE数据的字符串数组,第一行为TLE第一行,第二行为TLE第二行

options?

Record<string, any> = {}

额外的选项配置对象,将合并到输出的OMM对象中

返回

Required<OMMInput>

返回一个符合OMMInput接口要求的对象,包含了轨道要素信息

KBE3D @3.0.0 Copyright © 2024-present KBE3D