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

add function getCircularSpectrum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMemTableWrapper.h

    r426 r431  
    8383  std::vector<float> getStokesSpectrum(int whichRow=0, bool doPol=false, float paOff=0.0) const {
    8484    return table_->getStokesSpectrum(whichRow, doPol, paOff);
     85  }
     86
     87  std::vector<float> getCircularSpectrum(int whichRow=0, bool doRR=true) const {
     88    return table_->getCircularSpectrum(whichRow, doRR);
    8589  }
    8690
Note: See TracChangeset for help on using the changeset viewer.