UNPKG

ootk-core

Version:

Orbital Object Toolkit. A modern typed replacement for satellite.js including SGP4 propagation, TLE parsing, Sun and Moon calculations, and more.

11 lines (10 loc) 209 B
import { Radians } from '../types/types.js'; export interface StarObjectParams { ra: Radians; dec: Radians; bf?: string; h?: string; name?: string; pname?: string; vmag?: number; }