Ignore:
Timestamp:
09/04/12 18:58:06 (12 years ago)
Author:
WataruKawasaki
Message:

New Development: Yes

JIRA Issue: Yes CAS-4145

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: Yes

Module(s): scantable

Description: added scantable methods [auto_]chebyshev_baseline() to subtract baseline using Chebyshev polynomials.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Scantable.cpp

    r2591 r2645  
    149149    .def("_poly_baseline", &ScantableWrapper::polyBaseline)
    150150    .def("_auto_poly_baseline", &ScantableWrapper::autoPolyBaseline)
     151    .def("_chebyshev_baseline", &ScantableWrapper::chebyshevBaseline)
     152    .def("_auto_chebyshev_baseline", &ScantableWrapper::autoChebyshevBaseline)
    151153    .def("_cspline_baseline", &ScantableWrapper::cubicSplineBaseline)
    152154    .def("_auto_cspline_baseline", &ScantableWrapper::autoCubicSplineBaseline)
Note: See TracChangeset for help on using the changeset viewer.