Skip to content

KBE3D / KBSatellite / _tlejs / getBstarDrag

函数: getBstarDrag()

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

BSTAR drag term. This estimates the effects of atmospheric drag on the satellite's motion. See https://en.wikipedia.org/wiki/BSTAR

, https://celestrak.com/columns/v04n03, and http://www.castor2.ca/03_Mechanics/03_TLE/B_Star.html

参数

tle

TLE

Input TLE.

isTLEParsed?

boolean

Bypasses TLE parsing when true.

返回

number

示例

ts
getBstarDrag('1 25544U 98067A   17206.18396726 ...');
0.000036771

KBE3D @3.0.0 Copyright © 2024-present KBE3D