Ask a Question | Search PSRCHIVE: |
![]()
|
ComponentModel.h double get_absolute_phase() const Return the absolute phase. Definition ComponentModel.C:208 void set_zap_height_ratio(float r) Remove components with small heights. Definition ComponentModel.h:122 double get_reduced_chisq() const Return the statistical goodness-of-fit. Definition ComponentModel.h:66 MEAL::Univariate< MEAL::Scalar > * get_model() Get the component model. Definition ComponentModel.C:65 void align_to_model(Profile *profile) Roughly align the Profile to match the phases and heights of the components. Definition ComponentModel.C:411 void get_best_alignment(const Profile *profile, double &phase, double &scale) Returns the best fit phase and scale that aligns the model to the Profile. Definition ComponentModel.C:426 void set_zap_concentration_ratio(float r) Remove components with large concentrations (narrow widths) Definition ComponentModel.h:126 void align(const Profile *profile) Roughly align the phases and heights of the components to match the Profile. Definition ComponentModel.C:448 void set_log_height(bool flag=true) All heights will be treated as log(height) Definition ComponentModel.C:97 std::map< unsigned, std::string > comments comments, indexed by line number Definition ComponentModel.h:162 void fix_relative_phases() Fix the relative phases of the components. Definition ComponentModel.C:72 std::string get_name() const Return the name of the file from which the component model was loaded. Definition ComponentModel.h:54 ComponentModel * clone() const Return a copy constructed instance of self. Definition ComponentModel.h:60 Estimate< double > get_shift() const Return the shift estimate. Definition ComponentModel.C:130 ComponentModel() Default constructor. Definition ComponentModel.C:54 TextInterface::Parser * get_interface() Return a text interface that can be used to configure this instance. Definition ComponentModel.C:950 virtual void set_gate_duty_cycle(double turns) Set the fraction of the pulse period modelled (in turns) Definition ComponentModel.h:48 void add_component(double centre, double concentration, double height, const char *name) Definition ComponentModel.C:367 double get_gate_duty_cycle() const Get the fraction of the pulse period modelled (in turns) Definition ComponentModel.h:45 void set_retain_memory(bool flag=true) Previous best fit model will be first guess on next call to get_shift. Definition ComponentModel.C:106 Algorithms that estimate the phase shift from a single pulse profile. Definition ProfileShiftEstimator.h:21 Generated using doxygen 1.14.0
|