Ask a Question | Search PSRCHIVE: |
Home
|
CalibratorStokes.h void set_coupling_point(CouplingPoint) Set the point where the reference source signal is coupled. Definition: CalibratorStokes.C:49 CalibratorStokes() Default constructor. Definition: CalibratorStokes.C:16 bool get_valid(unsigned ichan) const Get the validity flag for the specified channel. Definition: CalibratorStokes.C:88 PolnVector * get_poln(unsigned ichan) Interface to StokesVector. Definition: CalibratorStokes.C:202 unsigned get_nchan() const Get the number of frequency channels. Definition: CalibratorStokes.C:67 Stores the Stokes parameters of the reference source. Definition: CalibratorStokes.h:28 CouplingPoint coupling_point The point where the reference source signal is coupled. Definition: CalibratorStokes.h:113 const ExtensionType * get() const Template method searches for an Extension of the specified type. CouplingPoint The point where the reference source signal is coupled Definition: CalibratorStokes.h:38 void set_stokes(unsigned ichan, const Stokes< Estimate< float > > &stokes) Set the Stokes parameters of the specified frequency channel. Definition: CalibratorStokes.C:96 const CalibratorStokes & operator=(const CalibratorStokes &extension) Assignment operator. Definition: CalibratorStokes.C:35 CalibratorStokes * clone() const Clone method. Definition: CalibratorStokes.h:61 void remove_chan(unsigned first, unsigned last) Remove the inclusive range of channels. Definition: CalibratorStokes.C:72 void set_valid(unsigned ichan, bool valid) Set the validity flag for the specified channel. Definition: CalibratorStokes.C:78 void range_check(unsigned ichan, const char *method) const Ensure that ichan <= get_nchan. Definition: CalibratorStokes.C:135 std::vector< Stokes< Estimate< float > > > stokes The Stokes parameters for each frequency channel. Definition: CalibratorStokes.h:117 ~CalibratorStokes() Destructor. Definition: CalibratorStokes.C:44 Archive extensions that contain information for each frequency channel. Definition: HasChannels.h:25 bool in_frequency_order(const Archive *A, const Archive *B) Return true if A precedes B in frequency order of channels. Definition: Archive.C:364 void set_nchan(unsigned nchan) Set the number of frequency channels. Definition: CalibratorStokes.C:61 void frequency_append(Archive *to, const Archive *from) Append CalibratorStokes Extension data from another Archive. Definition: CalibratorStokes.C:143 Stokes< Estimate< float > > get_stokes(unsigned ichan) const Get the Stokes parameters of the specified frequency channel. Definition: CalibratorStokes.C:107 CouplingPoint get_coupling_point() const The point where the reference source signal is coupled. Definition: CalibratorStokes.C:55 TextInterface::Parser * get_interface() Get the text ineterface. Definition: CalibratorStokes.C:230 std::string get_short_name() const Return a short name. Definition: CalibratorStokes.h:70 Generated using doxygen 1.8.17
|