SolarSystem¶
- class pywwt.solar_system.SolarSystem(**kwargs: Any)[source]¶
Bases:
HasTraits
A supplemental class that enables tab-completion for settings associated with solar system mode.
Attributes Summary
Whether to show data from the SDSS survey (
bool
)Whether to show the lighting effect of the Sun on the solar system (
bool
)Whether to show the galactic bulge in the background in solar system mode (
bool
)Whether to show the orbits of minor planets in solar system mode (
bool
)Whether to show the objects of the solar system in solar system mode (
bool
)Whether to show orbit paths when the solar system is displayed (
bool
)Specifies how to scale objects' size in solar system mode, with 1 as actual size and 100 as the maximum (
int
)Whether to show background stars in solar system mode (
bool
)Methods Summary
track_object
(obj)Focus the viewer on a particular object while in solar system mode.
Attributes Documentation
- scale¶
Specifies how to scale objects’ size in solar system mode, with 1 as actual size and 100 as the maximum (
int
)
Methods Documentation