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/python_Scantable.cpp

    r2125 r2161  
    9191         (boost::python::arg("whichrow")=0) )
    9292    .def("_gettsys", &ScantableWrapper::getTsys)
     93    .def("_gettsysspectrum", &ScantableWrapper::getTsysSpectrum )
    9394    .def("_getsourcename", &ScantableWrapper::getSourceName,
    9495         (boost::python::arg("whichrow")=0) )
Note: See TracChangeset for help on using the changeset viewer.