Class MEAL::BackendFeed

class BackendFeed : public MEAL::ProductRule<MEAL::Complex2>

Physical parameterization of the instrumental response.

Abstract base class of instrumental response parameterizations that separate the backend and frontend transformations.

Subclassed by MEAL::Britton2000, MEAL::Instrument

Public Functions

BackendFeed()

Default constructor.

BackendFeed(const BackendFeed &s)

Copy Constructor.

const BackendFeed &operator=(const BackendFeed &s)

Assignment Operator.

~BackendFeed()

Destructor.

virtual void set_constant_orientation(bool flag = true) = 0

Fix the orientation of the frontend.

virtual void set_cyclic(bool flag)

Set cyclical bounds on angular quantities.

const VariableBackend *get_backend() const

Provide access to the backend model.

inline const MEAL::Complex2 *get_frontend() const

Provide access to the frontend model.