Changeset 1898
- Timestamp:
- Sep 25, 2004, 9:11:01 AM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 4 edited
-
dataManip/psStats.h (modified) (2 diffs)
-
image/psImageStats.c (modified) (2 diffs)
-
imageops/psImageStats.c (modified) (2 diffs)
-
math/psStats.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/psStats.h
r1891 r1898 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1.2 7$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-09-2 4 23:51:24$12 * @version $Revision: 1.28 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-09-25 19:11:01 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 67 67 double robustUQ; ///< robust upper quartile 68 68 double robustLQ; ///< robust lower quartile 69 double robustN50;///<70 double robustNfit;///<69 int robustN50; ///< 70 int robustNfit; ///< 71 71 double clippedMean; ///< Nsigma clipped mean 72 72 double clippedStdev; ///< standard deviation after clipping -
trunk/psLib/src/image/psImageStats.c
r1841 r1898 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1.3 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-09-2 1 23:15:04$12 * @version $Revision: 1.37 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-09-25 19:11:01 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 36 36 37 37 /***************************************************************************** 38 NOTE: verify that image/mask have the correct types, and sizes.38 XXX: verify that image/mask have the correct types, and sizes. 39 39 *****************************************************************************/ 40 psStats* psImageStats(psStats* stats, psImage* in, psImage* mask, int maskVal) 40 psStats* psImageStats(psStats* stats, 41 psImage* in, 42 psImage* mask, 43 int maskVal) 41 44 { 42 45 psVector* junkData = NULL; -
trunk/psLib/src/imageops/psImageStats.c
r1841 r1898 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1.3 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-09-2 1 23:15:04$12 * @version $Revision: 1.37 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-09-25 19:11:01 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 36 36 37 37 /***************************************************************************** 38 NOTE: verify that image/mask have the correct types, and sizes.38 XXX: verify that image/mask have the correct types, and sizes. 39 39 *****************************************************************************/ 40 psStats* psImageStats(psStats* stats, psImage* in, psImage* mask, int maskVal) 40 psStats* psImageStats(psStats* stats, 41 psImage* in, 42 psImage* mask, 43 int maskVal) 41 44 { 42 45 psVector* junkData = NULL; -
trunk/psLib/src/math/psStats.h
r1891 r1898 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1.2 7$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-09-2 4 23:51:24$12 * @version $Revision: 1.28 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-09-25 19:11:01 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 67 67 double robustUQ; ///< robust upper quartile 68 68 double robustLQ; ///< robust lower quartile 69 double robustN50;///<70 double robustNfit;///<69 int robustN50; ///< 70 int robustNfit; ///< 71 71 double clippedMean; ///< Nsigma clipped mean 72 72 double clippedStdev; ///< standard deviation after clipping
Note:
See TracChangeset
for help on using the changeset viewer.
