Kosmorrolib Documentation

AsterEphemerides

An object representing ephemerides

Synopsis

class AsterEphemerides:
    aster: Object
    rise_time: datetime
    culmination_time: datetime
    set_time: datetime

Properties

  • aster: the aster concerned by the ephemerides
  • rise_time: the time at which the aster rises
  • culmination_time: the time at which the aster culminates
  • set_time: the time at which the aster sets

Methods

serialize()

Returns the object as a plain simple Python dictionnary.

See also

Help us to improve this page, contribute to the documentation!