pylupnt.Body¶
- class pylupnt.Body¶
- static Earth(*args, **kwargs)¶
Overloaded function.
Earth(n: typing.SupportsInt | typing.SupportsIndex = 0, m: typing.SupportsInt | typing.SupportsIndex = 0, gravity_file: str = ‘EGM96.cof’) -> pylupnt._pylupnt.Body
Earth(units: pylupnt._pylupnt.UnitSystem, n: typing.SupportsInt | typing.SupportsIndex = 0, m: typing.SupportsInt | typing.SupportsIndex = 0, gravity_file: str = ‘EGM96.cof’) -> pylupnt._pylupnt.Body
- property GM¶
- static Jupiter(*args, **kwargs)¶
Overloaded function.
Jupiter() -> pylupnt._pylupnt.Body
Jupiter(units: pylupnt._pylupnt.UnitSystem) -> pylupnt._pylupnt.Body
- static Mars(*args, **kwargs)¶
Overloaded function.
Mars(n: typing.SupportsInt | typing.SupportsIndex = 0, m: typing.SupportsInt | typing.SupportsIndex = 0, gravity_file: str = ‘GMM1.cof’) -> pylupnt._pylupnt.Body
Mars(units: pylupnt._pylupnt.UnitSystem, n: typing.SupportsInt | typing.SupportsIndex = 0, m: typing.SupportsInt | typing.SupportsIndex = 0, gravity_file: str = ‘GMM1.cof’) -> pylupnt._pylupnt.Body
- static Moon(*args, **kwargs)¶
Overloaded function.
Moon(n: typing.SupportsInt | typing.SupportsIndex = 0, m: typing.SupportsInt | typing.SupportsIndex = 0, gravity_file: str = ‘grgm900c.cof’) -> pylupnt._pylupnt.Body
Moon(units: pylupnt._pylupnt.UnitSystem, n: typing.SupportsInt | typing.SupportsIndex = 0, m: typing.SupportsInt | typing.SupportsIndex = 0, gravity_file: str = ‘grgm900c.cof’) -> pylupnt._pylupnt.Body
- property R¶
- static Saturn(*args, **kwargs)¶
Overloaded function.
Saturn() -> pylupnt._pylupnt.Body
Saturn(units: pylupnt._pylupnt.UnitSystem) -> pylupnt._pylupnt.Body
- static Sun(*args, **kwargs)¶
Overloaded function.
Sun() -> pylupnt._pylupnt.Body
Sun(units: pylupnt._pylupnt.UnitSystem) -> pylupnt._pylupnt.Body
- static Venus(*args, **kwargs)¶
Overloaded function.
Venus(n: typing.SupportsInt | typing.SupportsIndex = 0, m: typing.SupportsInt | typing.SupportsIndex = 0, gravity_file: str = ‘MGN75HSAAP.cof’) -> pylupnt._pylupnt.Body
Venus(units: pylupnt._pylupnt.UnitSystem, n: typing.SupportsInt | typing.SupportsIndex = 0, m: typing.SupportsInt | typing.SupportsIndex = 0, gravity_file: str = ‘MGN75HSAAP.cof’) -> pylupnt._pylupnt.Body
- property fixed_frame¶
- property gravity_field¶
- property id¶
- property inertial_frame¶
- property name¶
- property units¶
- property use_gravity_field¶