Ignore:
Timestamp:
02/19/10 20:30:37 (14 years ago)
Author:
WataruKawasaki
Message:

New Development: No

JIRA Issue: Yes (CAS-1807)

Ready to Release: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): sdflag

Description: added Scantable::getClipMask() and Scantable::srchChannelsToClip().


File:
1 edited

Legend:

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

    r1700 r1707  
    8888    .def("_getmask", &ScantableWrapper::getMask,
    8989         (boost::python::arg("whichrow")=0) )
     90    .def("_getclipmask", &ScantableWrapper::getClipMask,
     91         (boost::python::arg("whichrow")=0) )
    9092    .def("_gettsys", &ScantableWrapper::getTsys)
    9193    .def("_getsourcename", &ScantableWrapper::getSourceName,
Note: See TracChangeset for help on using the changeset viewer.