nenupy.schedule.targets.SSTarget

class nenupy.schedule.targets.SSTarget(target)[source]

Bases: _Target

Solar System target

__init__(target)[source]

Methods

__init__(target)

computePosition(time)

fromName(sourceName)

reset()

Clear the Target instance from previous computations.

Attributes

azimuth

Gets the azimuth.

elevation

Gets the elevation.

hourAngle

Gets the Local Hour Angle.

isCircumpolar

target

property azimuth

Gets the azimuth.

computePosition(time)
property elevation

Gets the elevation.

classmethod fromName(sourceName)[source]
property hourAngle

Gets the Local Hour Angle.

property isCircumpolar
reset()

Clear the Target instance from previous computations.

property target