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

add paOffset to function SDmemTable::getSTokesSpectrum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_SDMemTable.cc

    r423 r426  
    7474    .def("_getstokesspectrum", &SDMemTableWrapper::getStokesSpectrum,
    7575         (boost::python::arg("whichRow")=0),
    76          (boost::python::arg("pol")=false) )
     76         (boost::python::arg("pol")=false),
     77         (boost::python::arg("pa")=0.0) )
    7778    .def("_setspectrum",&SDMemTableWrapper::setSpectrum,
    7879         (boost::python::arg("whichRow")=0) )
Note: See TracChangeset for help on using the changeset viewer.