- Timestamp:
- 10/17/14 23:23:35 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STMathWrapper.h
r2952 r3008 71 71 unaryOperate( const ScantableWrapper& in, float val, 72 72 const std::string& mode, bool tsys=false, 73 bool skip_flaggedrow= false )73 bool skip_flaggedrow=true ) 74 74 { return ScantableWrapper(STMath::unaryOperate(in.getCP(), val, mode, tsys, skip_flaggedrow)); } 75 75 … … 78 78 const std::string& mode, 79 79 bool tsys=false, 80 bool skip_flaggedrow= false )80 bool skip_flaggedrow=true ) 81 81 { return ScantableWrapper(STMath::arrayOperateChannel(in.getCP(), val, mode, tsys, skip_flaggedrow)); } 82 82
Note:
See TracChangeset
for help on using the changeset viewer.