Ignore:
Timestamp:
02/14/05 17:35:04 (19 years ago)
Author:
kil064
Message:

add function getCircularSpectrum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_SDMemTable.cc

    r426 r431  
    7676         (boost::python::arg("pol")=false),
    7777         (boost::python::arg("pa")=0.0) )
     78    .def("_getcircularspectrum", &SDMemTableWrapper::getCircularSpectrum,
     79         (boost::python::arg("whichRow")=0),
     80         (boost::python::arg("rr")=true))
    7881    .def("_setspectrum",&SDMemTableWrapper::setSpectrum,
    7982         (boost::python::arg("whichRow")=0) )
Note: See TracChangeset for help on using the changeset viewer.