Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Scantable.cpp

    r2435 r2286  
    145145         (boost::python::arg("nmin")=-1,
    146146          boost::python::arg("nmax")=-1) )
    147     .def("_regrid_specchan", &ScantableWrapper::regridSpecChannel,
    148          (boost::python::arg("nchan")=-1) )
    149147    .def("_poly_baseline", &ScantableWrapper::polyBaseline)
    150148    .def("_auto_poly_baseline", &ScantableWrapper::autoPolyBaseline)
Note: See TracChangeset for help on using the changeset viewer.