Ask a Question | Search PSRCHIVE: |
Home
|
BasicArchive.h 220 }
Pulsar virtual unsigned get_nsubint() const Get the number of sub-integrations stored in the file. Definition: BasicArchive.C:90 Integration * new_Integration(const Integration *copy_this=0) Return a pointer to a new BasicIntegration. Definition: BasicArchive.C:74 virtual unsigned get_nbin() const Get the number of pulsar phase bins used. Definition: BasicArchive.C:126 double centre_frequency The centre frequency of the observation. Definition: BasicArchive.h:208 virtual bool get_faraday_corrected() const data have been corrected for ISM faraday rotation Definition: BasicArchive.C:267 virtual Signal::Scale get_scale() const Get the scale in which flux density is measured. Definition: BasicArchive.C:220 virtual void set_bandwidth(double bw) Set the overall bandwidth of the observation. Definition: BasicArchive.C:190 static void ensure_linkage() Ensure that BasicArchive code is linked. Definition: BasicArchive.C:13 FluxDensity virtual unsigned get_npol() const Get the number of frequency channels used. Definition: BasicArchive.C:102 virtual double get_centre_frequency() const Get the centre frequency of the observation. Definition: BasicArchive.C:196 double dispersion_measure The dispersion measure (in ) Definition: BasicArchive.h:211 Signal::Basis basis The feed configuration of the receiver. Definition: BasicArchive.h:171 virtual void set_dispersion_measure(double dm) Set the dispersion measure (in ) Definition: BasicArchive.C:238 Signal::Source type The observation type (psr, cal) Definition: BasicArchive.h:180 Signal::Scale scale The scale in which flux density is measured. Definition: BasicArchive.h:177 virtual void set_telescope(const std::string &) Set the name of the telescope Definition: BasicArchive.C:144 virtual Signal::State get_state() const Get the state of the profiles. Definition: BasicArchive.C:208 State virtual void set_coordinates(const sky_coord &coordinates) Set the coordinates of the source. Definition: BasicArchive.C:178 virtual unsigned get_nchan() const Get the number of frequency channels used. Definition: BasicArchive.C:114 virtual std::string get_source() const Get the source name. Definition: BasicArchive.C:155 virtual Signal::Source get_type() const Get the observation type (psr, cal) Definition: BasicArchive.C:150 virtual void set_scale(Signal::Scale scale) Set the scale in which flux density is measured. Definition: BasicArchive.C:226 Scale unsigned nchan The number of frequency channels used. Definition: BasicArchive.h:194 virtual void set_nsubint(unsigned nsubint) Set the number of sub-integrations stored in the file. Definition: BasicArchive.C:96 virtual void set_npol(unsigned npol) Set the number of frequency channels used. Definition: BasicArchive.C:108 virtual double get_dispersion_measure() const Get the dispersion measure (in ) Definition: BasicArchive.C:232 Intensity virtual void set_nchan(unsigned nchan) Set the number of frequency channels used. Definition: BasicArchive.C:120 bool poln_calibrated Data has been poln calibrated. Definition: BasicArchive.h:223 Array of Profiles integrated over the same time interval. Definition: Integration.h:37 virtual sky_coord get_coordinates() const Get the coordinates of the source. Definition: BasicArchive.C:172 virtual std::string get_telescope() const Get the name of the telescope Definition: BasicArchive.C:138 virtual void set_centre_frequency(double cf) Set the centre frequency of the observation. Definition: BasicArchive.C:202 bool faraday_corrected data have been corrected for ISM faraday rotation Definition: BasicArchive.h:220 unsigned npol The number of frequency channels used. Definition: BasicArchive.h:198 virtual double get_bandwidth() const Get the overall bandwidth of the observation. Definition: BasicArchive.C:184 unsigned nbin The number of pulsar phase bins used. Definition: BasicArchive.h:190 virtual void set_type(Signal::Source type) Set the observation type (psr, cal) Definition: BasicArchive.C:161 virtual bool get_dedispersed() const Inter-channel dispersion delay has been removed. Definition: BasicArchive.C:279 const BasicArchive & operator=(const BasicArchive &archive) assignment operator Definition: BasicArchive.C:42 double bandwidth The overall bandwidth of the observation. Definition: BasicArchive.h:205 virtual bool get_poln_calibrated() const Data has been poln calibrated. Definition: BasicArchive.C:254 unsigned nsubint The number of sub-integrations stored in the file. Definition: BasicArchive.h:202 Basis Defines the pure virtual methods declared in Pulsar::Archive. Definition: BasicArchive.h:37 virtual double get_rotation_measure() const Get the rotation measure (in ) Definition: BasicArchive.C:243 virtual void set_state(Signal::State state) Set the state of the profiles. Definition: BasicArchive.C:214 virtual void set_faraday_corrected(bool done=true) Set the status of the ISM RM flag. Definition: BasicArchive.C:273 virtual void set_poln_calibrated(bool done=true) Set the status of the poln calibrated flag. Definition: BasicArchive.C:260 bool dedispersed data have been dedispersed Definition: BasicArchive.h:217 double rotation_measure The rotation measure (in ) Definition: BasicArchive.h:214 virtual void set_source(const std::string &source) Set the source name. Definition: BasicArchive.C:166 Signal::State state The state of the profiles. Definition: BasicArchive.h:174 virtual void set_rotation_measure(double rm) Set the rotation measure (in ) Definition: BasicArchive.C:248 virtual void set_nbin(unsigned nbin) Set the number of pulsar phase bins used. Definition: BasicArchive.C:132 virtual void set_dedispersed(bool done=true) Set the status of the dispersion delay flag. Definition: BasicArchive.C:285 std::string telescope The name of the telescope Definition: BasicArchive.h:168 Source sky_coord coordinates The coordinates of the source. Definition: BasicArchive.h:186 Generated using doxygen 1.8.17
|