Ask a Question | Search PSRCHIVE: |
Home
|
ExampleArchive.h 76 };
Pulsar FluxDensity ExampleArchive() Default constructor. Definition: ExampleArchive.C:21 const ExampleArchive & operator=(const ExampleArchive &archive) Assignment operator. void set_amps(const T *data) set the amplitudes array equal to the contents of the data array Definition: ProfileAmps.h:89 Signal::Scale scale The scale in which flux density is measured. Definition: BasicArchive.h:177 void set_centre_frequency(unsigned ichan, double frequency) Set the Profile centre frequency attributes of the given channel. Definition: Integration.C:372 void scale(double scale) multiplies each bin of the profile by scale Definition: Profile.C:311 ExampleArchive * clone() const Return a new copy-constructed ExampleArchive instance. Definition: ExampleArchive.C:72 Array of Profiles integrated over the same time interval. Definition: Integration.h:37 virtual Integration * load_Integration(const char *filename, unsigned index) Load a single Integration from filename, returning new instance. Definition: ExampleArchive.C:146 virtual void set_epoch(const MJD &mjd) Set the epoch of the rising edge of bin zero. Definition: BasicIntegration.h:63 virtual void add(Item *) Coherence virtual void set_folding_period(double seconds) Set the folding period (in seconds) Definition: BasicIntegration.h:73 bool can_unload() const The unload_file method is not implemented. Definition: ExampleArchive.h:70 virtual void load_header(const char *filename) Load the Example header information from filename. Definition: ExampleArchive.C:79 virtual void unload_file(const char *filename) const Unload the ExampleArchive (header and Integration data) to filename. Definition: ExampleArchive.C:190 virtual void set_duration(double seconds) Set the total time integrated (in seconds) Definition: BasicIntegration.h:68 Profile * get_Profile(unsigned ipol, unsigned ichan) Returns a pointer to the Profile given by the specified indeces. Definition: Integration.C:306 void copy(const Archive &archive) Copy all of the class attributes and the selected Integration data. Definition: ExampleArchive.C:49 Generated using doxygen 1.8.17
|