|
| IRIonosphere () |
| Default constructor.
|
|
std::string | get_name () const |
| Return the name of the class.
|
|
void | set_reference_frequency (double MHz) |
| Set the reference frequency in MHz.
|
|
double | get_reference_frequency () const |
| Get the reference frequency in MHz.
|
|
void | set_frequency (double MHz) |
| Set the frequency in MHz.
|
|
double | get_frequency () const |
| Get the frequency in MHz.
|
|
void | set_horizon (const Horizon &) |
| Set the Horizon pointing parameters.
|
|
double | get_rotation_measure () const |
| Get the Faraday rotation measure.
|
|
virtual Complex2 * | clone () const |
|
| Evaluable (const Evaluable ©) |
|
Evaluable & | operator= (const Evaluable ©) |
|
Jones< double > | evaluate (std::vector< Jones< double > > *grad=0) const |
|
EstimateTraits< Jones< double > >::type | estimate () const |
|
| Function (const Function &model) |
|
Function & | operator= (const Function &model) |
|
virtual void | copy (const Function *model) |
|
virtual TextInterface::Parser * | get_interface () |
|
virtual void | parse (const std::string &text) |
|
virtual void | print (std::string &text) const |
|
virtual std::string | get_description () const |
|
unsigned | get_nparam () const |
|
std::string | get_param_name (unsigned index) const |
|
std::string | get_param_description (unsigned index) const |
|
double | get_param (unsigned index) const |
|
void | set_param (unsigned index, double value) |
|
double | get_variance (unsigned index) const |
|
void | set_variance (unsigned index, double value) |
|
bool | get_infit (unsigned index) const |
|
void | set_infit (unsigned index, bool flag) |
|
void | set_argument (unsigned dimension, Argument *axis) |
|
Estimate< double > | get_Estimate (unsigned index) const |
|
void | set_Estimate (unsigned index, const Estimate< double > ¶m) |
|
void | set_verbose (bool) |
|
bool | get_verbose () const |
|
void | set_evaluation_changed (bool _changed=true) |
|
bool | get_evaluation_changed () const |
|
const ParameterPolicy * | get_parameter_policy () const |
|
bool | has_parameter_policy () const |
|
virtual void | print_parameters (std::string &text, const std::string &separator) const |
|
| Able (const Able &) |
|
Able & | operator= (const Able &) |
|
unsigned | get_reference_count () const |
|
| HeapTracked (const HeapTracked &) |
|
HeapTracked & | operator= (const HeapTracked &) |
|
bool | __is_on_heap () const |
|