Ask a Question | Search PSRCHIVE: |
![]()
|
Boost1.h void set_param_description(const std::string &name) Set the description of the parameter. Definition Boost1.C:47 std::string get_name() const Return the name of the class. Definition Boost1.C:55 void parse(const std::string &line) Parse the values of model parameters and fit flags from a string. Definition Boost1.C:111 Boost1(const Vector< 3, double > &axis) Construct with a fixed axis. Definition Boost1.C:22 void set_beta(const Estimate< double > &beta) Set the boost parameter, beta. Definition Boost1.C:72 void set_axis(const Vector< 3, double > &axis) Set the axis along which the boost occurs. Definition Boost1.C:60 Estimate< double > get_beta() const Get the boost parameter, beta. Definition Boost1.C:77 void set_param_name(const std::string &name) Set the name of the parameter. Definition Boost1.C:40 Vector< 3, double > axis The axis along which the boost occurs. Definition Boost1.h:71 void print(std::string &text) const Print the values of model parameters and fit flags to a string. Definition Boost1.C:135 Vector< 3, double > get_axis() const Get the unit-vector along which the boost occurs. Definition Boost1.C:67 void calculate(Jones< double > &result, std::vector< Jones< double > > *) Calculate the Jones matrix and its gradient. Definition Boost1.C:83 Namespace in which all modeling and calibration related code is declared. Definition ExampleComplex2.h:16 Generated using doxygen 1.14.0
|