Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Scantable.cpp

    r1947 r1819  
    9999    .def("_getparangle", &ScantableWrapper::getParAngle,
    100100         (boost::python::arg("whichrow")=0) )
    101     //.def("_gettime", &ScantableWrapper::getTime,
    102     //     (boost::python::arg("whichrow")=0) )
    103101    .def("_gettime", &ScantableWrapper::getTime,
    104          (boost::python::arg("whichrow")=0,
    105           boost::python::arg("prec")=0) )
     102         (boost::python::arg("whichrow")=0) )
    106103    .def("_getinttime", &ScantableWrapper::getIntTime,
    107104         (boost::python::arg("whichrow")=0) )
     
    142139         (boost::python::arg("nmin")=-1,
    143140          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) )
    148141  ;
    149142};
Note: See TracChangeset for help on using the changeset viewer.