Changes in trunk/src/STMath.h [1819:1937]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STMath.h
r1819 r1937 262 262 const casa::CountedPtr<Scantable> &ref, 263 263 casa::Double choffset, 264 casa::Double choffset = 0.0 );264 casa::Double choffset2 = 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); 279 284 280 285 std::vector< int > minMaxChan(const casa::CountedPtr<Scantable>& in,
Note:
See TracChangeset
for help on using the changeset viewer.