Class MEAL::HasOrientation

class HasOrientation

Interface to transformations that have a feed rotation that can be offset.

Subclassed by MEAL::Britton2000, MEAL::Instrument

Public Functions

virtual Estimate<double> get_orientation() const = 0

Get the rotation of the feed about the line of sight, in radians.

virtual void offset_orientation(double delta_rad) = 0

Offset the rotation of the feed about the line of sight by delta, in radians.