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

    r2789 r2791  
    9494    .def("_gettsys", &ScantableWrapper::getTsys)
    9595    .def("_gettsysspectrum", &ScantableWrapper::getTsysSpectrum )
     96    .def("_settsys", &ScantableWrapper::setTsys)
    9697    .def("_getsourcename", &ScantableWrapper::getSourceName,
    9798         (boost::python::arg("whichrow")=0) )
Note: See TracChangeset for help on using the changeset viewer.