Calibration::HasOrientation Class Referenceabstract

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

#include <HasOrientation.h>

Inheritance diagram for Calibration::HasOrientation:
Calibration::Britton2000 Calibration::Instrument

Public Member 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.

Detailed Description

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

Member Function Documentation

◆ get_orientation()

virtual Estimate< double > Calibration::HasOrientation::get_orientation ( ) const
pure virtual

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

Implemented in Calibration::Britton2000, and Calibration::Instrument.

◆ offset_orientation()

virtual void Calibration::HasOrientation::offset_orientation ( double delta_rad)
pure virtual

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

Implemented in Calibration::Britton2000, and Calibration::Instrument.


The documentation for this class was generated from the following file:

Generated using doxygen 1.14.0