Ask a Question | Search PSRCHIVE: |
![]()
|
CalibratorStokes.h Stores the Stokes parameters of the reference source. Definition CalibratorStokes.h:23 std::vector< Stokes< Estimate< float > > > stokes The Stokes parameters for each frequency channel. Definition CalibratorStokes.h:109 CalibratorStokes() Default constructor. Definition CalibratorStokes.C:16 bool get_valid(unsigned ichan) const Get the validity flag for the specified channel. Definition CalibratorStokes.C:87 CalibratorStokes * clone() const Clone method. Definition CalibratorStokes.h:51 CouplingPoint The point where the reference source signal is coupled. Definition CalibratorStokes.h:29 CouplingPoint coupling_point The point where the reference source signal is coupled. Definition CalibratorStokes.h:105 PolnVector * get_poln(unsigned ichan) Interface to StokesVector. Definition CalibratorStokes.C:222 CouplingPoint get_coupling_point() const The point where the reference source signal is coupled. Definition CalibratorStokes.C:54 Stokes< Estimate< float > > get_stokes(unsigned ichan) const Get the Stokes parameters of the specified frequency channel. Definition CalibratorStokes.C:104 void frequency_append(Archive *to, const Archive *from) Append CalibratorStokes Extension data from another Archive. Definition CalibratorStokes.C:155 std::string get_short_name() const Return a short name. Definition CalibratorStokes.h:60 void set_valid(unsigned ichan, bool valid) Set the validity flag for the specified channel. Definition CalibratorStokes.C:77 void set_coupling_point(CouplingPoint) Set the point where the reference source signal is coupled. Definition CalibratorStokes.C:48 void set_nchan(unsigned nchan) Set the number of frequency channels. Definition CalibratorStokes.C:60 TextInterface::Parser * get_interface() Get the text ineterface. Definition CalibratorStokes.C:250 ~CalibratorStokes() Destructor. Definition CalibratorStokes.C:43 void range_check(unsigned ichan, const char *method) const Ensure that ichan <= get_nchan. Definition CalibratorStokes.C:147 void remove_chan(unsigned first, unsigned last) Remove the inclusive range of channels. Definition CalibratorStokes.C:71 void set_stokes(unsigned ichan, const Stokes< Estimate< float > > &stokes) Set the Stokes parameters of the specified frequency channel. Definition CalibratorStokes.C:95 const CalibratorStokes & operator=(const CalibratorStokes &extension) Assignment operator. Definition CalibratorStokes.C:34 unsigned get_nchan() const Get the number of frequency channels. Definition CalibratorStokes.C:66 Generated using doxygen 1.14.0
|