Skip to content

NerdnetCA/KerbalCompute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KerbalCompute

Orbital Mechanics tools for Kerbal Space Program

Status

Currently in overhaul, so I won't bother with much documentation right now.

Old Usage Example

>>> CONST.MUN.Apo
12000000
>>> CONST.MOHO.Incl
7
>>> CONST.TYLO.get_orbit(CONST.JOOL).period.seconds
211926.35960020457
>>> o = CONST.LAYTHE.get_orbit(CONST.JOOL)
>>> o.apoapsis
21184000
>>> o.periapsis
21184000
>>> o.apoapsis = 20000000
>>> o.apoapsis
21184000
>>> o.periapsis
20000000
>>> o.eccentricity
0.022262334536702677
>>> o.period
(2, 2, 14, 19)
>>> o.period.seconds
51259.648517710055


About

Orbital Mechanics tools for Kerbal Space Program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages