Ignore:
Timestamp:
07/02/13 13:11:02 (11 years ago)
Author:
Malte Marquarding
Message:

Issue #293: added scantbale.drop_history and added extra parameters to scantable.history to allow selection of rows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Scantable.cpp

    r2818 r2820  
    131131    .def("_gethistory", &ScantableWrapper::getHistory)
    132132    .def("_addhistory", &ScantableWrapper::addHistory)
     133    .def("drop_history", &ScantableWrapper::dropHistory)
     134    .def("_historylength", &ScantableWrapper::historyLength)
    133135    .def("_getselection", &ScantableWrapper::getSelection)
    134136    .def("_setselection", &ScantableWrapper::setSelection)
Note: See TracChangeset for help on using the changeset viewer.