Ignore:
Timestamp:
03/17/06 17:00:16 (18 years ago)
Author:
mar637
Message:

change default polytype passed as argument to "", to then apply Scantable::poltype if empty.
added poltype to STHeader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Scantable.cpp

    r902 r905  
    6969    .def("_setInstrument", &ScantableWrapper::setInstrument)
    7070    .def("_getspectrum", &ScantableWrapper::getSpectrum,
    71          (arg("whichrow")=0, arg("poltype")=std::string("linear")) )
     71         (arg("whichrow")=0, arg("poltype")=std::string("")) )
    7272    .def("poltype", &ScantableWrapper::getPolType )
    7373    .def("_getpollabel", &ScantableWrapper::getPolarizationLabel)
Note: See TracChangeset for help on using the changeset viewer.