- Timestamp:
- 03/12/14 16:00:54 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/python_STMath.cpp
r2526 r2902 70 70 .def("_convertpol", &STMathWrapper::convertPolarisation) 71 71 .def("_opacity", &STMathWrapper::opacity) 72 .def("_merge", &STMathWrapper::merge) 72 .def("_merge", &STMathWrapper::merge, 73 (boost::python::arg("freqTol")=std::string("")) ) 73 74 .def("_rotate_xyphase", &STMathWrapper::rotateXYPhase) 74 75 .def("_rotate_linpolphase", &STMathWrapper::rotateLinPolPhase)
Note:
See TracChangeset
for help on using the changeset viewer.