Changeset 426 for trunk/src/SDMemTable.h


Ignore:
Timestamp:
02/14/05 13:26:04 (19 years ago)
Author:
kil064
Message:

add paOffset to function SDmemTable::getSTokesSpectrum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMemTable.h

    r418 r426  
    9494  virtual std::vector<float> getSpectrum(casa::Int whichRow=0) const;
    9595  virtual std::vector<bool> getMask(casa::Int whichRow=0) const;
     96  // Get STokes at cursor location. One of either I,Q,U,V or I,P,PA,V (doPol=True)
     97  // If the latter, you can add a PA offset (degrees)
    9698  virtual std::vector<float> getStokesSpectrum(casa::Int whichRow=0,
    97                                                casa::Bool doPol=casa::False) const;
     99                                               casa::Bool doPol=casa::False,
     100                                               casa::Float paOffset=0.0) const;
    98101
    99102  virtual casa::Float getTsys(casa::Int whichRow=0) const;
Note: See TracChangeset for help on using the changeset viewer.