Ignore:
Timestamp:
07/04/06 11:27:03 (18 years ago)
Author:
mar637
Message:

added Scantable::getDirectionString; added Scantable::setSourceType

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ScantableWrapper.h

    r1003 r1068  
    8585    { return table_->getTime(whichrow); }
    8686
     87  std::string getDirectionString(int whichrow=0) const
     88    { return table_->getDirectionString(whichrow); }
     89
    8790  std::string getFluxUnit() const { return table_->getFluxUnit(); }
    8891
     
    135138  void makePersistent(const std::string& fname)
    136139    { table_->makePersistent(fname); }
     140
     141  void setSourceType(int stype)
     142    { table_->setSourceType(stype); }
    137143
    138144  void setRestFrequencies(double rf, const std::string& unit)
Note: See TracChangeset for help on using the changeset viewer.