Ask a Question | Search PSRCHIVE: |
Home
|
ComplexRVM.h unsigned get_nstate() const Get the number of states. Definition: ComplexRVM.C:183 void set_state(unsigned i) Set the current state for which the model will be evaluated. Definition: ComplexRVM.C:189 Rotating Vector Model of Stokes Q and U as a function of pulse phase. Definition: ComplexRVM.h:30 State void set_gains_maximum_likelihood(bool flag=true) Replace gains with maximum likelihood estimators. Definition: ComplexRVM.C:252 const ScalarMath abs(const ScalarMath &x) Return a ScalarMath instance representing |x|. Definition: ScalarMath.C:208 void add_state(double phase, std::complex< Estimate< double > > &L) Add a state: phase in radians, L is measured linear polarization. Definition: ComplexRVM.C:159 ComplexRVM & operator=(const ComplexRVM ©) Assignment operator. Definition: ComplexRVM.C:136 Namespace in which all modeling and calibration related code is declared. Definition: ExampleComplex2.h:16 void set_phase(unsigned i, double phase) Set the phase of the ith state. Definition: ComplexRVM.C:197 void set_linear(unsigned i, const Estimate< double > &L) Set the linear polarization of the ith state. Definition: ComplexRVM.C:211 void set_gains_infit(bool flag=true) Set the fit flag of every gain parameter. Definition: ComplexRVM.C:243 Estimate< double > get_linear(unsigned i) const Get the linear polarization of the ith state. Definition: ComplexRVM.C:227 virtual void copy(const Function *model) Does the work for operator =. Definition: Function.C:58 std::string get_name() const Return the name of the class. Definition: ComplexRVM.C:147 double get_phase(unsigned i) const Get the phase of the ith state. Definition: ComplexRVM.C:204 RVM * get_rvm() Return the rotating vector model. Definition: ComplexRVM.C:153 Generated using doxygen 1.8.17
|