Ignore:
Timestamp:
03/15/13 14:36:12 (11 years ago)
Author:
Malte Marquarding
Message:

Ticket #289: added anility to set Tsys, both for scalar and vector values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ScantableWrapper.h

    r2789 r2791  
    9393    { return table_->getTsysSpectrum(whichrow); }
    9494
     95  void setTsys(const std::vector<float>& newvals, int whichrow=-1)
     96  { return table_->setTsys(newvals, whichrow); }
     97
    9598  //std::string getTime(int whichrow=0) const
    9699  //  { return table_->getTime(whichrow); }
Note: See TracChangeset for help on using the changeset viewer.