Ignore:
Timestamp:
04/05/06 14:30:35 (18 years ago)
Author:
mar637
Message:

added direction reference conversions as in Ticket #13

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Scantable.cpp

    r972 r987  
    9999    .def("_setcoordinfo", &ScantableWrapper::setCoordInfo)
    100100    .def("_getcoordinfo", &ScantableWrapper::getCoordInfo)
     101    .def("set_dirframe", &ScantableWrapper::setDirection,
     102         (boost::python::arg("refstr")="") )
    101103    .def("_gethistory", &ScantableWrapper::getHistory)
    102104    .def("_addhistory", &ScantableWrapper::addHistory)
Note: See TracChangeset for help on using the changeset viewer.