Ignore:
Timestamp:
03/15/11 18:31:04 (13 years ago)
Author:
WataruKawasaki
Message:

New Development: Yes

JIRA Issue: Yes CAS-2847

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: Yes

Module(s): scantable

Description: added {auto_}sinusoid_baseline() for sinusoidal baseline fitting. also minor bug fixes for asapfitter.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Scantable.cpp

    r2012 r2047  
    146146    .def("_cspline_baseline", &ScantableWrapper::cubicSplineBaseline)
    147147    .def("_auto_cspline_baseline", &ScantableWrapper::autoCubicSplineBaseline)
     148    .def("_sinusoid_baseline", &ScantableWrapper::sinusoidBaseline)
     149    .def("_auto_sinusoid_baseline", &ScantableWrapper::autoSinusoidBaseline)
    148150    .def("get_rms", &ScantableWrapper::getRms)
    149151    .def("format_blparams_row", &ScantableWrapper::formatBaselineParams)
Note: See TracChangeset for help on using the changeset viewer.