- Timestamp:
- 10/15/12 15:52:34 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/python_Scantable.cpp
r2645 r2665 76 76 .def("_setfeedtype", &ScantableWrapper::setFeedType) 77 77 .def("_getspectrum", &ScantableWrapper::getSpectrum, 78 (arg("whichrow")=0, arg("poltype")=std::string("")) ) 78 (boost::python::arg("whichrow")=0, 79 boost::python::arg("poltype")=std::string("")) ) 79 80 .def("poltype", &ScantableWrapper::getPolType ) 80 81 .def("get_column_names", &ScantableWrapper::columnNames) … … 100 101 .def("_getparangle", &ScantableWrapper::getParAngle, 101 102 (boost::python::arg("whichrow")=0) ) 102 //.def("_gettime", &ScantableWrapper::getTime,103 // (boost::python::arg("whichrow")=0) )104 103 .def("_gettime", &ScantableWrapper::getTime, 105 104 (boost::python::arg("whichrow")=0, … … 118 117 boost::python::arg("unflag")=false) ) 119 118 .def("_save", &ScantableWrapper::makePersistent) 120 //.def("_summary", &ScantableWrapper::summary)121 119 .def("_summary", &ScantableWrapper::summary, 122 120 (boost::python::arg("filename")="")) 123 121 .def("_list_header", &ScantableWrapper::listHeader) 124 //.def("_getrestfreqs", &ScantableWrapper::getRestFrequencies)125 122 .def("_getrestfreqs", &ScantableWrapper::getRestFrequency) 126 123 .def("_setrestfreqs", &ScantableWrapper::setRestFrequencies)
Note:
See TracChangeset
for help on using the changeset viewer.