Changes in trunk/src/python_Scantable.cpp [1947:1819]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/python_Scantable.cpp
r1947 r1819 99 99 .def("_getparangle", &ScantableWrapper::getParAngle, 100 100 (boost::python::arg("whichrow")=0) ) 101 //.def("_gettime", &ScantableWrapper::getTime,102 // (boost::python::arg("whichrow")=0) )103 101 .def("_gettime", &ScantableWrapper::getTime, 104 (boost::python::arg("whichrow")=0, 105 boost::python::arg("prec")=0) ) 102 (boost::python::arg("whichrow")=0) ) 106 103 .def("_getinttime", &ScantableWrapper::getIntTime, 107 104 (boost::python::arg("whichrow")=0) ) … … 142 139 (boost::python::arg("nmin")=-1, 143 140 boost::python::arg("nmax")=-1) ) 144 .def("_poly_baseline", &ScantableWrapper::polyBaseline)145 .def("_poly_baseline_batch", &ScantableWrapper::polyBaselineBatch)146 .def("_getflagtrafast", &ScantableWrapper::getFlagtraFast,147 (boost::python::arg("whichrow")=0) )148 141 ; 149 142 };
Note:
See TracChangeset
for help on using the changeset viewer.