Ignore:
Timestamp:
05/02/11 16:00:51 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: scantable._gettsysspectrum()

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Describe your changes here...

Added scantable._gettsysspectrum() that retrieves channel-dependent Tsys.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ScantableWrapper.h

    r2111 r2161  
    8484    { return table_->getTsys(whichrow); }
    8585
     86  std::vector<float> getTsysSpectrum(int whichrow=0) const
     87    { return table_->getTsysSpectrum(whichrow); }
     88
    8689  //std::string getTime(int whichrow=0) const
    8790  //  { return table_->getTime(whichrow); }
Note: See TracChangeset for help on using the changeset viewer.