Changes in trunk/src/STMathWrapper.h [1819:1907]
- File:
-
- 1 edited
-
trunk/src/STMathWrapper.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STMathWrapper.h
r1819 r1907 132 132 { return STMath::statistic(in.getCP(), mask, which); } 133 133 134 std::vector<float> statisticRow(const ScantableWrapper& in, 135 const std::vector<bool>& mask, 136 const std::string& which, 137 int row) 138 { return STMath::statisticRow(in.getCP(), mask, which, row); } 139 134 140 std::vector<int> minMaxChan(const ScantableWrapper& in, 135 141 const std::vector<bool>& mask,
Note:
See TracChangeset
for help on using the changeset viewer.
