stella.error
Interface PointingModelKnowledge

All Superinterfaces:
PointingKnowledge
All Known Implementing Classes:
TelescopeOffsets

public interface PointingModelKnowledge
extends 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 getPointingModelAltitude()
          Returns the value of the altitude offset, which is PM offset plus applied offset.
 double getPointingModelAzimuth()
          Returns the value of the azimuth offset, which is PM offset plus applied offset.
 
Methods inherited from interface stella.error.PointingKnowledge
getAltitude, getAltitudeOffset, getAzimuth, getAzimuthOffset
 

Method Detail

getPointingModelAzimuth

double getPointingModelAzimuth()
Returns the value of the azimuth offset, which is PM offset plus applied offset.


getPointingModelAltitude

double getPointingModelAltitude()
Returns the value of the altitude offset, which is PM offset plus applied offset.