Skip to content

KBE3D / KBSatellite / _tlejs / getIntDesignatorLaunchNumber

函数: getIntDesignatorLaunchNumber()

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

Returns the launch number of the year, which makes up part of the COSPAR id (international designator). For example, the 50th launch of the year will return 50. See https://en.wikipedia.org/wiki/International_Designator

Output range: 1 to 999

参数

tle

TLE

Input TLE.

isTLEParsed?

boolean

Bypasses TLE parsing when true.

返回

number

示例

ts
getIntDesignatorLaunchNumber('1 25544U 98067A   17206.18396726 ...');
67

KBE3D @3.0.0 Copyright © 2024-present KBE3D