Ignore:
Timestamp:
08/26/10 20:22:18 (14 years ago)
Author:
WataruKawasaki
Message:

New Development: No

JIRA Issue: Yes CAS-1937, CAS-2373

Ready to Release: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): sdbaseline

Description: Changing some function names


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Scantable.cpp

    r1907 r1908  
    140140          boost::python::arg("nmax")=-1) )
    141141    .def("_poly_baseline", &ScantableWrapper::polyBaseline)
     142    .def("_poly_baseline_batch", &ScantableWrapper::polyBaselineBatch)
    142143    .def("_getflagtrafast", &ScantableWrapper::getFlagtraFast,
    143144         (boost::python::arg("whichrow")=0) )
Note: See TracChangeset for help on using the changeset viewer.