Ask a Question | Search PSRCHIVE: |
Home
|
TimeIntegrate.h Definition: IntegrationExtension.h:29 void average(const Profile *that) set this to the weighted average of this and that Definition: Profile_average.C:52 Pulsar bool range_checking_enabled Container classes should check array indeces at the cost of performance. Definition: Pulsar.C:10 void CombineSubints(const unsigned subint, const unsigned start, const unsigned stop) Combine, by adding, multiple subints into one. Definition: DigitiserCounts.C:141 void transform(Archive *) The frequency integration operation. Definition: TimeIntegrate.C:31 virtual unsigned get_nextension() const Return the number of extensions available. Definition: Integration.C:30 virtual MJD get_epoch() const =0 Get the epoch of the rising edge of bin zero. virtual unsigned get_nsubint() const =0 Get the number of sub-integrations stored in the file. virtual const Extension * get_extension(unsigned iextension) const Return a pointer to the specified extension. Definition: Integration.C:68 virtual void set_epoch(const MJD &mjd)=0 Set the epoch of the rising edge of bin zero. virtual void add_extension(Extension *extension) Add an Extension to the Integration instance. Definition: Integration.C:90 Type * get() const virtual void update(const Integration *subint) Update information based on the provided Integration. Definition: IntegrationExtension.h:54 virtual void combine(Archive *, unsigned)=0 virtual double get_duration() const =0 Get the total time integrated (in seconds) Array of Profiles integrated over the same time interval. Definition: Integration.h:37 virtual void set_duration(double seconds)=0 Set the total time integrated (in seconds) virtual void integrate(const Integration *subint) Integrate information from another Integration. Definition: IntegrationExtension.h:51 virtual double get_folding_period() const =0 Get the folding or topocentric pulsar period (in seconds) Alternative ways of ordering Integration instances. Definition: IntegrationOrder.h:29 virtual void set_folding_period(double seconds)=0 Set the folding or topocentric pulsar period (in seconds) Generated using doxygen 1.8.17
|