Ignore:
Timestamp:
02/08/13 22:23:22 (11 years ago)
Author:
WataruKawasaki
Message:

New Development: Yes

JIRA Issue: Yes CAS-4794

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): sd

Description: functions to apply/write STBaselineTable in which baseline parameters stored.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Scantable.cpp

    r2713 r2767  
    145145    .def("_regrid_specchan", &ScantableWrapper::regridSpecChannel,
    146146         (boost::python::arg("nchan")=-1) )
     147    .def("_apply_bltable", &ScantableWrapper::applyBaselineTable)
     148    .def("_sub_baseline", &ScantableWrapper::subBaseline)
    147149    .def("_poly_baseline", &ScantableWrapper::polyBaseline)
    148150    .def("_auto_poly_baseline", &ScantableWrapper::autoPolyBaseline)
Note: See TracChangeset for help on using the changeset viewer.