Changeset 490 for trunk/src/SDMemTable.h


Ignore:
Timestamp:
02/21/05 13:56:17 (19 years ago)
Author:
kil064
Message:

add functions

stokesLength
getStokesSpectrumLabel
getCircularSpectrumLabel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMemTable.h

    r488 r490  
    103103  // getCircularSpectrum is 'getCircular'
    104104
     105  // Get length of STokes spectrum. XX & YY -> I
     106  // Anything else the length stays the same.
     107  int stokesLength() const;
     108
    105109  // Get specific Stokes at cursor location. One of either I,Q,U,V or I,P,PA,V (doPol=True)
    106110  // (determined by the polSel cursor location 0->3)
     
    110114                                               casa::Float paOffset=0.0) const;
    111115
     116  // Returns String for selected Stokes (polSel_)
     117  std::string getStokesSpectrumLabel (casa::Bool doPol) const;
     118
    112119  // Get RR or LL at cursor location (except not polSel_)
    113120  virtual std::vector<float> getCircularSpectrum(casa::Int whichRow=0,
    114121                                                 casa::Bool rr=casa::True) const;
     122
     123  // Get circular label
     124  std::string getCircularSpectrumLabel (casa::Bool rr=casa::True) const;
    115125
    116126  // Get all Stokes at the specified Beam/IF cursor location (ignoring
Note: See TracChangeset for help on using the changeset viewer.