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