Changeset 1819 for trunk/src/MathUtils.h
- Timestamp:
- 08/02/10 17:28:20 (16 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
MathUtils.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src
-
Property svn:mergeinfo
set to
/branches/alma/src 1386-1818
-
Property svn:mergeinfo
set to
-
trunk/src/MathUtils.h
r1570 r1819 37 37 #include <casa/Arrays/Vector.h> 38 38 #include <casa/BasicSL/String.h> 39 #include <casa/Arrays/IPosition.h> 39 40 40 41 namespace mathutil { … … 79 80 float hwidth, int order); 80 81 81 82 82 // Generate specified statistic 83 83 float statistics(const casa::String& which, 84 const casa::MaskedArray<casa::Float>& data); 85 86 // Return a position of min or max value 87 casa::IPosition minMaxPos(const casa::String& which, 84 88 const casa::MaskedArray<casa::Float>& data); 85 89
Note:
See TracChangeset
for help on using the changeset viewer.
