Ignore:
Timestamp:
08/26/10 19:46:26 (14 years ago)
Author:
WataruKawasaki
Message:

New Development: No

JIRA Issue: Yes CAS-1937,CAS-2373

Ready to Release: Yes

Interface Changes: Yes

What Interface Changed: A new parameter 'batch' was added to

sd.scantable.poly_baseline(), while
'uselin' was removed.

Test Programs:

Put in Release Notes: Yes

Module(s): sdbaseline

Description: A faster version of sd.scantable.poly_baseline().


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Scantable.cpp

    r1819 r1907  
    139139         (boost::python::arg("nmin")=-1,
    140140          boost::python::arg("nmax")=-1) )
     141    .def("_poly_baseline", &ScantableWrapper::polyBaseline)
     142    .def("_getflagtrafast", &ScantableWrapper::getFlagtraFast,
     143         (boost::python::arg("whichrow")=0) )
    141144  ;
    142145};
Note: See TracChangeset for help on using the changeset viewer.