Ask a Question | Search PSRCHIVE: |
Home
|
BasicIntegration.h 110 }
virtual Integration * clone() const Return the pointer to a new copy of self. Definition: BasicIntegration.C:38 double duration duration of integration Definition: BasicIntegration.h:107 virtual void set_nbin(unsigned numbins) Set the number of pulsar phase bins. Definition: BasicIntegration.h:84 static bool verbose flag controls the amount output to stderr by Integration methods Definition: Integration.h:42 virtual double get_duration() const Get the total time integrated (in seconds) Definition: BasicIntegration.h:66 virtual unsigned get_nchan() const Get the number of chans. Definition: BasicIntegration.h:50 virtual void set_nchan(unsigned numchan) Set the number of frequency channels. Definition: BasicIntegration.h:88 BasicIntegration() null constructor Definition: BasicIntegration.h:34 Array of Profiles integrated over the same time interval. Definition: Integration.h:37 void init() initialize all attributes to null Definition: BasicIntegration.C:12 virtual void set_epoch(const MJD &mjd) Set the epoch of the rising edge of bin zero. Definition: BasicIntegration.h:63 virtual void set_gate_duty_cycle(double turns) Set the fraction of the pulse period recorded (in turns) Definition: BasicIntegration.h:78 unsigned npol number of polarization measurments Definition: BasicIntegration.h:95 virtual double get_folding_period() const Get the folding period (in seconds) Definition: BasicIntegration.h:71 virtual void set_folding_period(double seconds) Set the folding period (in seconds) Definition: BasicIntegration.h:73 virtual double get_gate_duty_cycle() const Get the fraction of the pulse period recorded (in turns) Definition: BasicIntegration.h:76 virtual void set_npol(unsigned numpol) Set the number of polarization measurements. Definition: BasicIntegration.h:92 virtual MJD get_epoch() const Get the epoch of the rising edge of bin zero. Definition: BasicIntegration.h:61 virtual unsigned get_npol() const Get the number of polarization measurements. Definition: BasicIntegration.h:54 virtual ~BasicIntegration() destructor Definition: BasicIntegration.h:43 double gate gate duty cycle (in turns) Definition: BasicIntegration.h:113 virtual void set_duration(double seconds) Set the total time integrated (in seconds) Definition: BasicIntegration.h:68 MJD epoch Epoch of the rising edge of bin zero. Definition: BasicIntegration.h:104 double pfold folding period (in seconds) Definition: BasicIntegration.h:110 virtual unsigned get_nbin() const Get the number of bins in each profile. Definition: BasicIntegration.h:58 Generated using doxygen 1.8.17
|