Ignore:
Timestamp:
07/04/06 11:27:03 (18 years ago)
Author:
mar637
Message:

added Scantable::getDirectionString; added Scantable::setSourceType

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Scantable.cpp

    r1003 r1068  
    2727//#                        AUSTRALIA
    2828//#
    29 //# $Id:$
     29//# $Id$
    3030//#---------------------------------------------------------------------------
    3131#include <vector>
     
    9292    .def("_gettime", &ScantableWrapper::getTime,
    9393         (boost::python::arg("whichrow")=0) )
     94    .def("_getdirection", &ScantableWrapper::getDirectionString,
     95         (boost::python::arg("whichrow")=0) )
    9496    .def("_flag", &ScantableWrapper::flag)
    9597    .def("_save",  &ScantableWrapper::makePersistent)
     
    109111    .def("_getfit", &ScantableWrapper::getFit)
    110112    .def("_recalcazel", &ScantableWrapper::calculateAZEL)
     113    .def("_setsourcetype", &ScantableWrapper::setSourceType)
    111114  ;
    112115};
Note: See TracChangeset for help on using the changeset viewer.