Class MEAL::JonesCloude

class JonesCloude : public MEAL::Convert<Complex2, Complex4>

Converts a Jones matrix into a Cloude target coherency matrix.

Public Functions

JonesCloude(Complex2* = 0)

Default constructor.

inline virtual void set_transformation(Complex2 *model)

Set the transformation, \( J \).

inline virtual Complex2 *get_transformation()

Get the transformation, \( J \).

virtual std::string get_name() const

Return the name of the class.