Changes in trunk/src/STMath.h [1937:1819]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STMath.h
r1937 r1819 262 262 const casa::CountedPtr<Scantable> &ref, 263 263 casa::Double choffset, 264 casa::Double choffset 2= 0.0 );264 casa::Double choffset = 0.0 ); 265 265 266 266 /** … … 277 277 const std::vector<bool>& mask, 278 278 const std::string& which); 279 280 std::vector<float> statisticRow(const casa::CountedPtr<Scantable>& in,281 const std::vector<bool>& mask,282 const std::string& which,283 int row);284 279 285 280 std::vector< int > minMaxChan(const casa::CountedPtr<Scantable>& in,
Note:
See TracChangeset
for help on using the changeset viewer.