Ask a Question | Search PSRCHIVE: |
Home
|
DataExtension.h void phase(Profile *input) Compute the phase of the input complex-valued Profile. Definition: Fourier.C:135 virtual void offset(double offset)=0 offsets each bin of the profile by offset virtual unsigned get_nbin() const =0 Get the number of phase bins in the extra data. virtual void bscrunch(unsigned nscrunch)=0 integrate neighbouring phase bins in profile virtual void rotate_phase(double phase)=0 rotates the profile by phase (in turns) virtual void pscrunch() some extensions may have to respond to pscrunching Definition: DataExtension.h:67 virtual void fold(unsigned nfold)=0 integrate neighbouring sections of the profile DataExtension(const char *name) Construct with a name. Definition: DataExtension.h:34 virtual void scale(double scale)=0 multiplies each bin of the profile by scale Extension(const char *name) Construct with a name. Definition: Profile.C:204 virtual void bscrunch_to_nbin(unsigned nbin)=0 integrate neighbouring phase bins in profile Generated using doxygen 1.8.17
|