- Timestamp:
- 03/12/14 16:00:54 (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/scantable.py
r2901 r2902 5146 5146 tbl = self._math._average((tbl, ), (), 'NONE', 'SCAN') 5147 5147 if not first: 5148 tbl = self._math._merge([self, tbl] , "")5148 tbl = self._math._merge([self, tbl]) 5149 5149 Scantable.__init__(self, tbl) 5150 5150 r.close() -
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.