PSRCHIVE
| Ask a Question | Search PSRCHIVE: |
Home
|
EPNArchive.h void set_rotation_measure(double rm) Set the rotation measure (in ) Definition EPNArchive.C:295 std::string get_telescope() const Get the telescope name. Definition EPNArchive.C:98 virtual Integration * new_Integration(const Integration *copy_this=0) The subints vector will point to BasicIntegrations. Definition EPNArchive.C:337 unsigned get_nchan() const Get the number of frequency channels used. Definition EPNArchive.C:175 Integration * load_Integration(const char *filename, unsigned subint) Load the specified Integration from filename, returning new instance. Definition EPNArchive.C:434 void set_centre_frequency(double cf) Set the centre frequency of the observation. Definition EPNArchive.C:227 virtual void set_nsubint(unsigned nsubint) Set the number of sub-integrations. Definition EPNArchive.C:207 void set_dedispersed(bool done=true) Set true when the inter-channel dispersion delay has been removed. Definition EPNArchive.C:328 void set_scale(Signal::Scale scale) Set the scale of the profiles. Definition EPNArchive.C:257 Signal::Scale get_scale() const Get the scale of the profiles. Definition EPNArchive.C:244 void set_telescope(const std::string &) Set the telescope name. Definition EPNArchive.C:103 void set_state(Signal::State state) Set the state of the profiles. Definition EPNArchive.C:238 void read_record(const char *filename, unsigned record) Read the requested record from filename. Definition EPNArchive.C:355 void load_header(const char *filename) Load the header information from filename. Definition EPNArchive.C:377 double get_rotation_measure() const Get the rotation measure (in ) Definition EPNArchive.C:289 void set_faraday_corrected(bool done=true) Set the status of the ISM RM flag. Definition EPNArchive.C:317 double get_bandwidth() const Get the overall bandwidth of the observation. Definition EPNArchive.C:212 bool can_unload() const The unload_file method is not implemented. Definition EPNArchive.h:162 unsigned get_nbin() const Get the number of pulsar phase bins used. Definition EPNArchive.C:162 unsigned nsubint The number of sub-integrations. Definition EPNArchive.h:201 double get_dispersion_measure() const Get the dispersion measure (in ) Definition EPNArchive.C:277 void set_dispersion_measure(double dm) Set the dispersion measure (in ) Definition EPNArchive.C:283 bool get_faraday_corrected() const Data has been corrected for ISM faraday rotation. Definition EPNArchive.C:312 void set_type(Signal::Source type) Set the observation type (psr, cal) Definition EPNArchive.C:115 epn_block_subheader_line1 sub_line1 The centre frequency. Definition EPNArchive.h:181 epn_block_subheader_line2 sub_line2 The centre frequency. Definition EPNArchive.h:183 virtual void set_nbin(unsigned numbins) Set the number of pulsar phase bins. Definition EPNArchive.C:170 bool get_poln_calibrated() const Data has been poln calibrated. Definition EPNArchive.C:301 const EPNArchive & operator=(const EPNArchive &archive) Assignment operator. bool get_dedispersed() const Inter-channel dispersion delay has been removed. Definition EPNArchive.C:323 EPNArchive * clone() const Return a pointer to a new copy constructed instance equal to this. Definition EPNArchive.C:91 unsigned get_nsubint() const Get the number of sub-integrations stored in the file. Definition EPNArchive.C:202 unsigned get_npol() const Get the number of frequency channels used. Definition EPNArchive.C:189 void set_poln_calibrated(bool done=true) Set the status of the poln calibrated flag. Definition EPNArchive.C:306 void copy(const Archive &archive) Copy all of the class attributes and the selected Integration data. Definition EPNArchive.C:56 Signal::Source get_type() const Get the observation type (psr, cal) Definition EPNArchive.C:109 Signal::State get_state() const Get the state of the profiles. Definition EPNArchive.C:233 virtual void set_npol(unsigned numpol) Set the number of polarization measurements. Definition EPNArchive.C:197 void set_source(const std::string &source) Set the source name. Definition EPNArchive.C:126 void set_bandwidth(double bw) Set the overall bandwidth of the observation. Definition EPNArchive.C:217 double get_centre_frequency() const Get the centre frequency of the observation. Definition EPNArchive.C:222 void unload_file(const char *filename) const Unload the Archive (header and Integration data) to filename. Definition EPNArchive.C:519 std::string get_source() const Get the source name. Definition EPNArchive.C:121 double centre_frequency The centre frequency. Definition EPNArchive.h:192 sky_coord get_coordinates() const Get the coordinates of the source. Definition EPNArchive.C:142 void set_coordinates(const sky_coord &coordinates) Set the coordinates of the source. Definition EPNArchive.C:153 unsigned current_record The centre frequency. Definition EPNArchive.h:187 virtual void set_nchan(unsigned numchan) Set the number of frequency channels. Definition EPNArchive.C:183 Array of Profiles integrated over the same time interval. Definition Integration.h:37 Source Scale State Generated using doxygen 1.14.0
|