Ask a Question | Search PSRCHIVE: |
Home
|
FrequencyScale.h void init(const Archive *) Initialize internal attributes according to Archive data. Definition: FrequencyScale.C:46 bool reverse Reverse the order on the axis. Definition: FrequencyScale.h:60 std::string get_label() const Get a description of the units. Definition: FrequencyScale.C:67 virtual unsigned get_nsubint() const =0 Get the number of sub-integrations stored in the file. virtual unsigned get_nchan() const =0 Get the number of frequency channels used. virtual double get_centre_frequency() const =0 Get the centre frequency of the observation. Integration * get_Integration(unsigned subint) Return pointer to the specified Integration. Definition: IntegrationManager.C:41 void get_ordinates(const Archive *, std::vector< float > &x_axis) const Get the ordinate values. Definition: FrequencyScale.C:72 FrequencyScale() Default constructor. Definition: FrequencyScale.C:16 virtual double get_bandwidth() const =0 Get the overall bandwidth of the observation. void get_indeces(const Archive *, unsigned &min, unsigned &max) const Return the min and max as the phase bin index. Definition: FrequencyScale.C:61 Represents an axis with radio frequency ordinate. Definition: FrequencyScale.h:26 Generated using doxygen 1.8.17
|