Skip to content

KBE3D / KBSatellite / _tlejs / OrbitTrackInput

接口: OrbitTrackInput

Input for getOrbitTrack(). Note that getOrbitTrackSync() uses OrbitTrackInputSync instead.

继承

属性

tle

tle: TLE

TLE input.

继承自

OrbitTrackSyncInput.tle


startTimeMS?

optional startTimeMS: number

Time to begin drawing the orbit track from.

默认值

ts
Current time.

继承自

OrbitTrackSyncInput.startTimeMS


stepMS?

optional stepMS: number

Time to begin drawing the orbit track from.

默认值

ts
1000

继承自

OrbitTrackSyncInput.stepMS


maxTimeMS?

optional maxTimeMS: number

Maximum milliseconds to process before returning. This is needed for geosynchronous satellites, because they never cross the antemeridian.

默认值

ts
6000000

继承自

OrbitTrackSyncInput.maxTimeMS


isLngLatFormat?

optional isLngLatFormat: boolean

Whether to output in [lng, lat] format.

默认值

ts
true

继承自

OrbitTrackSyncInput.isLngLatFormat


sleepMS?

optional sleepMS: number

(Experimental) Time to "cool off" between processing chunks.

默认值

ts
0

jobChunkSize?

optional jobChunkSize: number

(Experimental) Satellite positions to calculate in one "chunk" before cooling off.

默认值

ts
1000

KBE3D @3.0.0 Copyright © 2024-present KBE3D