Ignore:
Timestamp:
04/07/06 10:03:22 (18 years ago)
Author:
mar637
Message:

added column_names()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Scantable.cpp

    r1000 r1003  
    7171         (arg("whichrow")=0, arg("poltype")=std::string("")) )
    7272    .def("poltype", &ScantableWrapper::getPolType )
     73    .def("column_names", &ScantableWrapper::columnNames)
    7374    .def("_getpollabel", &ScantableWrapper::getPolarizationLabel)
    7475    .def("_setspectrum",&ScantableWrapper::setSpectrum,
Note: See TracChangeset for help on using the changeset viewer.