stella.error
Interface PointingKnowledge

All Known Subinterfaces:
PointingModelKnowledge
All Known Implementing Classes:
TelescopeOffsets, TelescopePosition, TelescopeStatus

public interface PointingKnowledge

An interface indicating that this error can be used for pointing data. It supports information on azimuth/altitude plus their offset.

See Also:
ErrorEvent

Method Summary
 double getAltitude()
          Returns the altitude of the telescope, as read in from the encoders.
 double getAltitudeOffset()
          Returns the altitude offset of the telescope, as read in from the encoders.
 double getAzimuth()
          Returns the azimuth of the telescope, as read in from the encoders.
 double getAzimuthOffset()
          Returns the azimuth offset of the telescope, as read in from the encoders.
 

Method Detail

getAzimuth

double getAzimuth()
Returns the azimuth of the telescope, as read in from the encoders.

See Also:
#getApparentAzimuth

getAzimuthOffset

double getAzimuthOffset()
Returns the azimuth offset of the telescope, as read in from the encoders.

See Also:
#getApparentAzimuth

getAltitude

double getAltitude()
Returns the altitude of the telescope, as read in from the encoders.

See Also:
#getApparentAltitude

getAltitudeOffset

double getAltitudeOffset()
Returns the altitude offset of the telescope, as read in from the encoders.

See Also:
#getApparentAltitude