Ignore:
Timestamp:
02/16/10 16:21:26 (14 years ago)
Author:
WataruKawasaki
Message:

New Development: Yes

JIRA Issue: Yes (CAS-1800 + CAS-1807)

Ready to Release: Yes

Interface Changes: Yes

What Interface Changed: added parameters fitfunc for sdfit and clip, clipmaxmin, clipoutside for sdflag

Test Programs:

Put in Release Notes: No

Module(s): sdfit, sdflag

Description: Added a parameter for enabling Lorentzian line fitting with sdfit, and parameters for y-axis clipping with sdflag. Also 4 files for Lorentzian function class are (Lorentzian1D*) added.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/src/python_Scantable.cpp

    r1656 r1700  
    108108    .def("_getflagrow", &ScantableWrapper::getFlagRow,
    109109         (boost::python::arg("whichrow")=0) )
     110    .def("_clip", &ScantableWrapper::clip,
     111         (boost::python::arg("clipoutside")=true,
     112          boost::python::arg("unflag")=false) )
    110113    .def("_save",  &ScantableWrapper::makePersistent)
    111114    .def("_summary",  &ScantableWrapper::summary,
Note: See TracChangeset for help on using the changeset viewer.