Skip to content

Interface: StarPhysicsInput

Inputs accepted by the star physics calculators (resolveStarData, toStarParams). Spectral type + optional radius / temperature overrides — sufficient for the lookup-table-driven star derivations without requiring a full StarConfig.

Properties

spectralType

ts
spectralType: SpectralType;

radius?

ts
optional radius?: number;

Optional override of the spectral default radius (world units).


tempK?

ts
optional tempK?: number;

Optional override of the spectral default temperature (Kelvin).

Distribué sous la licence indiquée dans le dépôt.