Ask a Question | Search PSRCHIVE: |
Home
|
FrequencyIntegrate.h bool range_checking_enabled Container classes should check array indeces at the cost of performance. Definition: Pulsar.C:10 void set_dedisperse(bool) Correct dispersion before integrating, if necessary. Definition: FrequencyIntegrate.C:26 void set_defaraday(bool flag) Correct Faraday rotation before integrating, if necessary. Definition: FrequencyIntegrate.C:37 virtual unsigned get_npol() const =0 Get the number of polarization measurements. void defaraday(unsigned ichan, unsigned kchan, double f0) Defaraday worker function. Definition: IntegrationExpert.h:93 Expert * expert() Provide access to the expert interface. Definition: Integration.C:162 void set_centre_frequency(unsigned ichan, double frequency) Set the Profile centre frequency attributes of the given channel. Definition: Integration.C:372 void transform(Integration *) The frequency integration operation. Definition: FrequencyIntegrate.C:47 void dedisperse(unsigned ichan, unsigned kchan, double f0) Dedispersion worker function. Definition: IntegrationExpert.h:89 Array of Profiles integrated over the same time interval. Definition: Integration.h:37 double get_effective_rotation_measure() const Get the effective rotation measure that remains to be corrected. Definition: Integration.C:549 void resize(unsigned npol=0, unsigned nchan=0, unsigned nbin=0) Set the dimensions of the data container. Definition: IntegrationExpert.h:61 double get_effective_dispersion_measure() const Get the effective dispersion measure that remains to be corrected. Definition: Integration.C:500 FrequencyIntegrate() Default constructor. Definition: FrequencyIntegrate.C:18 Profile * get_Profile(unsigned ipol, unsigned ichan) Returns a pointer to the Profile given by the specified indeces. Definition: Integration.C:306 double weighted_frequency(unsigned ch_start=0, unsigned ch_end=0) const Computes the weighted centre frequency of an interval of sub-channels. Definition: Integration_weighted_frequency.C:20 Generated using doxygen 1.8.17
|