Ask a Question | Search PSRCHIVE: |
Home
|
BinaryPhaseOrder.h virtual void resize(unsigned nsubint, unsigned npol=0, unsigned nchan=0, unsigned nbin=0) Resize the Integration vector with new_Integration instances. Definition: Archive_resize.C:26 void zero() Zero all the profiles, keeping all else the same. Definition: Integration.C:185 Expert * expert() Provide access to the expert interface. Definition: Integration.C:162 void organise(Archive *, unsigned) Re-order the Integrations into the desired state. Definition: BinaryPhaseOrder.C:56 virtual MJD get_epoch() const =0 Get the epoch of the rising edge of bin zero. const BinaryPhaseOrder & operator=(const BinaryPhaseOrder &extension) Operator =. Definition: BinaryPhaseOrder.C:40 std::vector< double > indices Storage for the actual Integration indices. Definition: IntegrationOrder.h:103 double get_centre_frequency(unsigned ichan) const Get the Profile centre frequency attribute of the given channel. Definition: Integration.C:359 virtual unsigned get_nsubint() const =0 Get the number of sub-integrations stored in the file. Definition: BinaryPhaseOrder.h:28 const Parameters * get_ephemeris() const Return a pointer to the current archive ephemeris. Definition: Archive.C:281 virtual Integration * new_Integration(const Integration *copy=0)=0 Construct new Integration instance. void copy(const Integration *subint, bool management=true) Copy the data from 'from' into 'this'. Definition: IntegrationExpert.h:102 Integration * get_Integration(unsigned subint) Return pointer to the specified Integration. Definition: IntegrationManager.C:41 virtual std::string get_telescope() const =0 Get the name of the telescope used. IntegrationOrder * clone() const Clone method. Definition: BinaryPhaseOrder.C:49 void combine(const Integration *from) Combine the data from 'from' into 'this'. Definition: IntegrationExpert.h:106 void combine(Archive *, unsigned) Definition: BinaryPhaseOrder.C:152 std::string IndexState An index state identifier string. Definition: IntegrationOrder.h:97 static unsigned verbose A verbosity flag that can be set for debugging purposes. Definition: IntegrationManager.h:38 void append(Archive *, const Archive *) Add two Archive instances that have the same IntegrationOrder. Definition: BinaryPhaseOrder.C:146 virtual Archive * clone() const =0 Return a new copy constructed instance equal to this. std::string Unit The units (if any) of this state. Definition: IntegrationOrder.h:100 Alternative ways of ordering Integration instances. Definition: IntegrationOrder.h:29 BinaryPhaseOrder() Default constructor. Definition: BinaryPhaseOrder.C:16 ~BinaryPhaseOrder() Destructor. Definition: BinaryPhaseOrder.C:24 Generated using doxygen 1.8.17
|