Ask a Question | Search PSRCHIVE: |
Home
|
Passband.h 96 };
void add(T(P::*get)() const, const char *name, const char *description=0) void zero() Set all passband datum (not dimensions) to zero. Definition: Passband.C:86 static bool verbose void set_passband(const std::vector< float > &, unsigned ipol, unsigned iband=0) Set the specified passband. Definition: Passband.C:102 static Archive * load(const std::string &name) Factory returns a new instance loaded from filename. Definition: Archive_load.C:28 virtual void set_instance(C *c) static void set_verbosity(unsigned level) Set the verbosity level (0 to 3) Definition: Archive_verbose.C:19 T val const ScalarMath sqrt(const ScalarMath &x) void range_check(unsigned ipol, unsigned iband, const char *method) const Throw an exception if ipol or iband are out of range. Definition: Passband.C:129 unsigned get_nchan() const Get the number of frequency channels in each passband. Definition: Passband.C:47 U var void shift(unsigned npts, float *arr, double shift) const std::vector< float > & get_passband(unsigned ipol, unsigned iband=0) const Get the specified passband. Definition: Passband.C:95 TextInterface::Parser * get_interface() Return a text interfaces that can be used to access this instance. Definition: Passband.C:165 std::vector< std::vector< float > > passband Average passbands. Definition: Passband.h:101 unsigned get_nband() const Get the number of bands. Definition: Passband.C:59 bool has_data() const Return true if nchan * npol * nband != 0. Definition: Passband.C:64 void resize(unsigned nchan, unsigned npol, unsigned nband=1) Set the number of channels, polarizations, and bands. Definition: Passband.C:70 std::string get_short_name() const Return an abbreviated name that can be typed relatively quickly. Definition: Passband.h:53 unsigned get_npol() const Get the number of polarizations. Definition: Passband.C:53 Definition: ArchiveExtension.h:28 const Passband & operator=(const Passband &extension) Operator =. Definition: Passband.C:31 Generated using doxygen 1.8.17
|