Ignore:
Timestamp:
04/26/07 14:45:56 (17 years ago)
Author:
mar637
Message:

added scantable.get_inttime as per ticket #106

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Scantable.cpp

    r1259 r1350  
    9898    .def("_gettime", &ScantableWrapper::getTime,
    9999         (boost::python::arg("whichrow")=0) )
     100    .def("_getinttime", &ScantableWrapper::getIntTime,
     101         (boost::python::arg("whichrow")=0) )
    100102    .def("_getdirection", &ScantableWrapper::getDirectionString,
    101103         (boost::python::arg("whichrow")=0) )
Note: See TracChangeset for help on using the changeset viewer.