UNPKG

ootk

Version:

Orbital Object Toolkit including Multiple Propagators, Initial Orbit Determination, and Maneuver Calculations.

8 lines 421 B
export { BatchLeastSquaresOD } from './BatchLeastSquaresOD.js'; export { BatchLeastSquaresResult } from './BatchLeastSquaresResult.js'; export { GibbsIOD } from './GibbsIOD.js'; export { GoodingIOD } from './GoodingIOD.js'; export { HerrickGibbsIOD } from './HerrickGibbsIOD.js'; export { LambertIOD } from './LambertIOD.js'; export { ModifiedGoodingIOD } from './ModifiedGoodingIOD.js'; //# sourceMappingURL=index.js.map