Ask a Question | Search PSRCHIVE: |
Home
|
RFIMitigation.h double mean(float phase, float duty_cycle=default_duty_cycle) const Convenience interface to stats, returns only the mean. Definition: Profile_stats.C:121 virtual unsigned get_npol() const =0 Get the number of polarization measurements. const float * get_amps() const Return a pointer to the amplitudes array. Definition: ProfileAmps.C:141 virtual unsigned get_nsubint() const =0 Get the number of sub-integrations stored in the file. float find_min_phase(float duty_cycle=default_duty_cycle) const Returns the phase of the centre of the region with minimum mean. Definition: Profile_find_minmax_phase.C:21 virtual unsigned get_nbin() const =0 Get the number of bins in each profile. void shift(unsigned npts, float *arr, double shift) Integration * get_Integration(unsigned subint) Return pointer to the specified Integration. Definition: IntegrationManager.C:41 Array of Profiles integrated over the same time interval. Definition: Integration.h:37 virtual void add(Item *) virtual Archive * clone() const =0 Return a new copy constructed instance equal to this. virtual void set_weight(float) set the weight of the profile Definition: Profile.C:185 Profile * get_Profile(unsigned ipol, unsigned ichan) Returns a pointer to the Profile given by the specified indeces. Definition: Integration.C:306 Generated using doxygen 1.8.17
|