Ignore:
Timestamp:
03/17/06 17:00:16 (18 years ago)
Author:
mar637
Message:

change default polytype passed as argument to "", to then apply Scantable::poltype if empty.
added poltype to STHeader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ScantableWrapper.h

    r902 r905  
    6464
    6565  std::vector<float> getSpectrum( int whichrow=0,
    66                                   const std::string& poltype="linear" ) const {
     66                                  const std::string& poltype="" ) const {
    6767    return table_->getSpectrum(whichrow, poltype);
    6868  }
Note: See TracChangeset for help on using the changeset viewer.