Ask a Question | Search PSRCHIVE: |
Home
|
Coherency.h Abstract base class implements parameter storage and access. Definition: Parameters.h:28 void set_param_name_prefix(const std::string &prefix) Set the prefix to each parameter name. Definition: Coherency.C:93 virtual Stokes< Estimate< double > > get_stokes() const Get the Stokes parameters and their estimated errors. Definition: Coherency.C:84 void calculate(Jones< double > &result, std::vector< Jones< double > > *) Calculate the Jones matrix and its gradient. Definition: Coherency.C:31 std::string param_name_prefix Prefix added to all parameter names. Definition: Coherency.h:69 Namespace in which all modeling and calibration related code is declared. Definition: ExampleComplex2.h:16 std::string get_name() const Return the name of the class. Definition: Coherency.C:25 virtual void set_stokes(const Stokes< double > &stokes) Set the Stokes parameters of the model. Definition: Coherency.C:68 void set_name(unsigned index, const std::string &name) Return the name of the specified parameter. Definition: Parameters.h:69 Generated using doxygen 1.8.17
|