Models
Starplot has models to represent an observer and some of the objects you can plot, including stars, DSOs, planets, the Sun, and the Moon. These models are used for many things in Starplot:
- Defining an observing time and location
- Selecting objects to plot (via the
wherekwarg) - Creating callables to calculate size/color/opacity values
- Keeping track of plotted objects (via
ObjectList) - Getting the position of an object at a specific time (via
get()) - Getting a list of objects that meet a series of conditions (via
find())