Skip to content

Models

starplot.Star

Star model. An instance of this model is passed to any callables you define when plotting stars. So, you can use any attributes of this model in your callables. Note that some may be null.

bv class-attribute instance-attribute

bv: Optional[float] = None

B-V Color Index, if available

dec instance-attribute

dec: float

Declination, in degrees (-90...90)

hip class-attribute instance-attribute

hip: Optional[int] = None

Hipparcos Catalog ID, if available

magnitude instance-attribute

magnitude: float

Magnitude

ra instance-attribute

ra: float

Right Ascension, in hours (0...24)