Ask a Question | Search PSRCHIVE: |
![]()
|
ReceptionModel.h A CoherencyMeasurement set and their coordinates. Definition CoherencyMeasurementSet.h:22 MeasurementEquation() Default constructor. Definition MeasurementEquation.C:19 Base class of objects that report on properties of the measurement equation. Definition ReceptionModelReport.h:20 Solve the measurement equation by non-linear least squares minimization. Definition ReceptionModelSolver.h:22 void add_postfit_report(Report *) Add a report to be executed after solving the measurement equation. Definition ReceptionModel.C:76 const CoherencyMeasurementSet & get_data(unsigned idata) const Get the specified CoherencyMeasurementSet. Definition ReceptionModel.C:168 void add_prefit_report(Report *) Add a report to be executed before solving the measurement equation. Definition ReceptionModel.C:69 std::vector< Reference::To< Report > > prefit_reports Reports to run before solving. Definition ReceptionModel.h:127 std::vector< Reference::To< Report > > postfit_reports Reports to run after solving. Definition ReceptionModel.h:130 void erase_input(unsigned index) override Remove the specified input from the model and update all measurements. Definition ReceptionModel.C:182 void erase_transformation(unsigned index) override Remove the specified transformation from the model and update all measurements. Definition ReceptionModel.C:197 ReceptionModel() null constructor Definition ReceptionModel.C:20 Solver * get_solver() Get the algorithm used to solve the measurement equation. Definition ReceptionModel.C:56 void solve() Solve the measurement equation using the current algorithm. Definition ReceptionModel.C:83 void set_solver(Solver *) Set the algorithm used to solve the measurement equation. Definition ReceptionModel.C:44 std::string get_name() const Return the name of the class. Definition ReceptionModel.C:38 bool get_solved() const Return true when solved. Definition ReceptionModel.C:97 static Solver * new_default_Solver() Returns a new instance of the default Solver algorithm. Definition ReceptionModel.C:27 ~ReceptionModel() destructor Definition ReceptionModel.C:32 void copy_fit(const ReceptionModel *) Copy the fitted parameters from another model. Definition ReceptionModel.C:102 virtual void add_data(CoherencyMeasurementSet &data) Checks that each CoherencyMeasurement has a valid source_index. Definition ReceptionModel.C:121 void delete_data() Delete all data. Definition ReceptionModel.C:155 void range_check(unsigned idata, const char *method) const Ensure that idata <= get_ndata() Definition ReceptionModel.C:174 unsigned get_ndata() const Get the number of CoherencyMeasurementSet. Definition ReceptionModel.C:161 Reference::To< Solver > solver The algorithm used to solve the measurement equation. Definition ReceptionModel.h:124 Generated using doxygen 1.14.0
|